The NetBSD Project

CVS log for pkgsrc/games/koth/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / games / koth

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29 / (download) - annotate - [select for diffs], Sat Jan 18 23:32:02 2020 UTC (3 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, HEAD
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jan 14 17:33:59 2018 UTC (5 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.27: +3 -3 lines
Diff to previous 1.27 (colored)

games/*: fix alignment of variable values

pkglint -Wall -r --autofix --only aligned

After running the above command, three packages had to be adjusted
manually:

In maelstrom-x11, pkglint didn't see that a commented variable
assignment should have been re-aligned as well.

In netmaze, there was a single line that didn't align well with all the
others, but pkglint decided to adjust the whole paragraph to this single
line. The result would have been ok, but not good.

In tscp, there was a paragraph where some of the lines were indented
one space more than the others. This rule is useful when one variable
name is very long compared to the others, but not in this case.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Jan 14 15:26:47 2018 UTC (5 years, 8 months ago) by rillig
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

pkgsrc doesn't support PREFIX with spaces or other special characters.
Therefore it is not necessary to add the :Q modifier to this variable
and several others.

pkglint -r -Wall --autofix --only :Q

Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 17 17:11:23 2015 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Bump PKGREVISION for ncurses shlib bump.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Oct 6 11:54:45 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.24: +1 -3 lines
Diff to previous 1.24 (colored)

Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jan 30 16:23:34 2010 UTC (13 years, 7 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.23: +3 -1 lines
Diff to previous 1.23 (colored)

mark as DESTDIR ready.

Revision 1.23 / (download) - annotate - [select for diffs], Sat Jan 30 16:02:52 2010 UTC (13 years, 7 months ago) by tnn
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

fix build, bump rev for ggi update

Revision 1.22 / (download) - annotate - [select for diffs], Fri Jan 29 23:30:43 2010 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.21: +5 -5 lines
Diff to previous 1.21 (colored)

Prepare for DESTDIR support

Revision 1.21 / (download) - annotate - [select for diffs], Wed Mar 29 22:38:30 2006 UTC (17 years, 6 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored)

libggi is a threaded library, so enforce thread linkage. Otherwise
configure bails out e.g. on DragonFly, since the linkage test fails.
Fix GCC 3.4+: label at end of compound statement.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:42 2006 UTC (17 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Feb 5 23:09:18 2006 UTC (17 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:41 2005 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.17: +1 -2 lines
Diff to previous 1.17 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:51 2005 UTC (18 years, 5 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 25 02:55:49 2005 UTC (18 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

Bump PKGREVISION for libggi update.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Feb 21 20:26:10 2005 UTC (18 years, 7 months ago) by hubertf
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

Sign over maintainership to tech-pkg@

Revision 1.14 / (download) - annotate - [select for diffs], Mon Feb 14 10:57:39 2005 UTC (18 years, 7 months ago) by uebayasi
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Fix quoting.

Revision 1.13 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:45 2004 UTC (18 years, 11 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

Libtool fix for PR pkg/26633, and other issues.  Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 18 01:02:18 2004 UTC (19 years, 5 months ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

Convert to buildlink3.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 17 21:38:56 2003 UTC (20 years, 2 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jul 13 13:51:51 2003 UTC (20 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

PKGREVISION bump for libiconv update.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Apr 2 12:18:58 2003 UTC (20 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8 (colored)

Update to 0.8.0:

* KOTH 0.8.0
* kick (through server console)
* new weapons: black hole, laser, dirt curtain, dirt vaporizer and
  depth charge
* infinite number of observers
* new status area in battle window (nickname/armor/shield)
* readiness indication in pregame
* new "who already fired" ingame bar
* bugfixes and other misc changes (weapon's price, power, behavior etc)
* weapon's name in death messages
* New explosions
* Koth is now playable on fast computers (sleep in animations)

* KOTH 0.7.7
* new maintainer
* New feature: IRC's /me style message
* Many bug fixes, including segfault's in the server, client and bots.
* Added manpages for kclever-ai, kmoron-ai, koth, koths from the Debian package.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Apr 2 12:06:40 2003 UTC (20 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

PKGREVISION++ because of libgii and libggi updates.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 28 22:03:19 2003 UTC (20 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored)

Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 4 12:25:13 2003 UTC (20 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.5: +16 -5 lines
Diff to previous 1.5 (colored)

Convert to buildlink2; use PKG_SYSCONFDIR; install documentation.
Bump PKGREVISION to 1.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Feb 16 15:10:53 2001 UTC (22 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, netbsd-1-5-PATCH003, netbsd-1-5-PATCH001, buildlink2-base, buildlink2
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 6 01:43:53 1999 UTC (24 years ago) by hubertf
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, comdex-fall-1999
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Update to V0.7.6.

Changes: Almost too many to list. AI opponents, new
  weapons, new documentation, wind, walls, better
  chatting, improved graphics, scoring system, improved
  portability and of course bugfixes and new bugs. A CVS
  server is now available as well.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 5 01:56:57 1999 UTC (24 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Update to V0.7.2.

Changes: Falling dirt, falling damage, three
  new weapons with documentation on how to
  write your own, now compiles/runs on
  sparc/solaris, and turn timeouts added for
  players that just sit there and don't fire.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Jul 24 22:56:54 1999 UTC (24 years, 2 months ago) by hubertf
Branch: MAIN
Changes since 1.1: +4 -1 lines
Diff to previous 1.1 (colored)

add dependencies

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Jul 24 02:34:18 1999 UTC (24 years, 2 months ago) by hubertf
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

The classic "shoot the other tank" artillery game, networked

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jul 24 02:34:18 1999 UTC (24 years, 2 months ago) by hubertf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>