Commit graph

39 commits

Author SHA1 Message Date
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8cef6c454b Add RMD160 digests. 2005-02-23 23:11:54 +00:00
wiz
541f8b7513 Work around broken qt test in configure script, and add some patches
to make this compile with gcc3.
2005-02-22 16:35:55 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
tv
c487cb967a 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.
2004-10-03 00:12:51 +00:00
snj
a9020ce749 s/buildlink2/buildlink3/ in a comment. 2004-05-09 05:41:52 +00:00
snj
65302f9845 Convert to buildlink3. 2004-04-21 03:38:45 +00:00
grant
4390a2f42b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:30:55 +00:00
hubertf
7e0ac768a2 make this build properly with qt3 - gtk didn't work at all.
still has issues...
2003-12-20 01:51:34 +00:00
hubertf
a1a892fcb4 Update to xarchon 0.60.
Latest version with countless changes in gameplay.
2003-12-19 16:59:21 +00:00
gavan
dd02fa6e23 Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-06 18:54:34 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
1b5a2d1d37 Convert to buildlink2. 2002-09-06 12:09:08 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
skrll
9bd4180d57 /bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
2002-02-05 22:39:00 +00:00
zuntum
37637e483f Move pkg/ files into package's toplevel directory 2001-11-01 00:47:39 +00:00
zuntum
17e50b4a2a Converted to use buildlink.mk files, it simplified Makefile and patch-ab
a lot.
2001-08-15 20:40:01 +00:00
wiz
daff086c30 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 02:08:16 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
dmcmahill
2b560c5df4 include gtk-config --cflags and gtk-config --libs along with the
corresponding glib ones so that gtk headers/libs are found.

fixes recently noted bulk build problems
2001-03-19 14:38:50 +00:00
wiz
9f28a7693e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:10:41 +00:00
tron
f0b9164cf1 Use "USE_XPM" option instead of direct dependence on the "xpm" package. 2000-08-23 23:14:21 +00:00
agc
78748d628a Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.

Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.

ALso simplify the logic to calculate the prefix as well.
2000-07-15 20:39:13 +00:00
agc
69cbb39071 The previous method of using a make target for finding a prerequisite
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).

Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
2000-07-14 16:04:19 +00:00
agc
4aeac45f89 Make the determination of the pre-req package's installed directory be
a bit more user-friendly.

Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11 14:53:35 +00:00
agc
5dfd195358 Work out in which directory xpm and gtk are installed as part of the
shell command, rather than as a make(1) preprocessor-like directive.
Pointed out by Thomas Klausner.
2000-07-10 13:29:38 +00:00
agc
e05e4735dd Hardcoding X11PREFIX into package Makefiles forces the user to install
xpkgwedge once, before any other packages have been installed, and
never to delete it.  This change finds the prefix of the installed
pre-req package using pkg_info(1), and allows packages to be found in
${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from
Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
2000-07-10 10:40:39 +00:00
agc
d951a0d54f Make this package xpkgwedge-safe by using the new X11PREFIX definition
in preference to X11BASE when trying to find the installed location of
X11 libraries, programs and headers (which will change if xpkgwedge is
installed).

[X11BASE reflects the location of the X11 libs, headers and programs.
X11PREFIX reflects the installed location of X11 packages.]
2000-06-30 10:04:46 +00:00
wiz
a3070f6d26 updated xarchon to 0.50. From the ChangeLog:
* Version 0.50 (December 3, 1999)

  - Fixed a small problem that would cause compilation errors for
    systems without a joystick.

  - If an imprisoned creature was defeated by another creature,
    the winning creature would become imprisoned itself.  Fixed.

  - Healing an empty cell no longer crashes the game.

  - Robert Paige Rendell <rendell@cs.monash.edu.au> brought to
    my attention the fact that the manpage is missing the
    information regarding how to win the game.  It's there now.

  - He also fixed a bug in the computer's spell selection logic
    regarding the imprisonment of the very last opposing creature
    (in order to win the game).

  - And last but not least, he is responsible for the mouse
    support, new in this version.

* Version 0.45 (October 12, 1999)

  - Fixed the bug that would occasionally cause a projectile weapon
    to miss its target player.

  - Added a new window with tips about getting started with the game.

* Version 0.44 (October 6, 1999)

  - Incorporated some joystick code, which was sent to me by
    Eric Sharkey <sharkey@ale.physics.sunysb.edu>.
2000-02-06 03:36:03 +00:00
hubertf
5304de8179 Update to V0.43. It now uses "ls -l" instead of GNU find now, and
the computer should play a little better.
1999-10-29 00:51:00 +00:00
hubertf
36f09c21cf use glib-config to find headers, whereever they are hidden. 1999-10-27 23:56:41 +00:00
agc
606e5ab825 Mark packages as broken, where necessary. 1999-10-27 17:14:01 +00:00
tron
8112354f73 Use wildcard dependences for "gtk+" and "esound" packages and remove
redundant dependence for "glib" package.
1999-10-22 23:41:45 +00:00
hubertf
0a571db4f7 Mmm, eating up more disk space. 1999-10-15 00:03:55 +00:00
hubertf
fc3f85d130 add alternate download 1999-10-14 23:47:48 +00:00
hubertf
b9b46c5792 Chess-like strategy game with battle options 1999-10-14 23:32:16 +00:00