Commit graph

578 commits

Author SHA1 Message Date
jlam
a6cb8c1281 Update xpuyopuyo to 0.9.1. Changes from version 0.3.8:
*  AI code reverted to the 0.2 codebase.
   *  Fixed bug in tournament mode regarding AI selection.
   *  Added --insanity command-line option.
   *  Updated theme 3dRokz.
   *  Made configure more friendly to stow and related programs.
   *  Uses join face when puyo is joined.
   *  New theme: smileys (Brett Smith)
   *  Sound support added
   *  Music added -- still waiting on sound effects
   *  Updates to how hostname is obtained
   *  Fixed compilation error when --disable-network specified.
   *  Counting error on closed shapes fixed:  This bug manifested itself
      when mintomatch == 5 and a square cluster was formed -- the square
      cluster was counted as 7 connected puyos, hence a match.  Oops.
      (thanks to Nick Cabatoff for spotting)
2000-08-11 20:01:19 +00:00
pooka
0ab9ab211e Switch maintainership over to me as discussed with Tim. 2000-08-11 06:43:36 +00:00
wiz
c750c08ad9 Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile.
Some minor cleanup/reformatting while I'm here.
2000-08-11 01:07:45 +00:00
wiz
d020044956 cleanup 2000-08-10 23:45:32 +00:00
pooka
345831c238 nethack-qt is actually very functional 2000-08-10 21:41:07 +00:00
pooka
423d932718 Upgrade nethack to 3.3.1. Add Makefile.common to easy future upgrades.
This release contains numerous fixes to bugs in 3.3.0 and users are advised
to upgrade.

Note that old savegames and bones files won't work anymore.
2000-08-10 17:50:04 +00:00
sakamoto
5fcd8ad7a5 MASTER_SITES and HOMEPAGE are changed. 2000-08-08 03:50:29 +00:00
wiz
3dd37433b5 make it compile with Mesa-glx 2000-08-07 02:30:43 +00:00
wiz
7696bae934 Add dependency on quakedate, remove bogus ONLY_FOR_PLATFORMS line
(it should have been ONLY_FOR_PLATFORM)
2000-08-07 02:30:23 +00:00
jlam
da8a6cda75 Make use of the MACHINE_JOYSTICK_IS_PRESENT definition so that this
has a chance of compiling on platforms without <machine/joystick.h>,
i.e. everything except i386 and arm32.
2000-08-04 02:00:46 +00:00
jlam
43a4302a0c Find Mesa headers if xpkgwedge is installed. 2000-08-04 01:58:36 +00:00
jlam
e39035eeea shorten comment for readability. 2000-08-04 01:58:04 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +00:00
hubertf
a5cecc5ef0 Enable a bunch of packages in category/Makefile that
* should not cause any conflicts with the new bulk-package targets,
 * didn't contain a reason for why they were disabled or
 * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's
   Makefile would be more appropriate)
2000-07-31 01:56:43 +00:00
jlam
73957422cd Find xpm headers when xpkgwedge is installed. 2000-07-30 05:46:24 +00:00
jlam
b66e4869a3 Add and enable xpat2. 2000-07-28 18:13:27 +00:00
jlam
64abfea353 xpat2, a light-weight solitaire game
From PR#10685 by Joachim Kuebart <kuebart@mathematik.uni-ulm.de>.
2000-07-28 18:12:06 +00:00
wiz
d63de2f4a3 Add USE_CURSES for packages that need curses functionality that only
got added in 1.4Y; on older version of NetBSD, ncurses will be used.
Replace previous code that did the same, but wasn't shared.
2000-07-28 10:33:56 +00:00
dmcmahill
31ede6ba6d add fixes for mips. Fixes recently noted pmax compile problems. 2000-07-24 22:22:29 +00:00
rh
15ab860cc3 Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
2000-07-20 13:30:59 +00:00
agc
7038dda8e7 Make this package compile on Solaris. 2000-07-17 15:37:15 +00:00
agc
97fe9a2b08 Find out the installed location of the gzip binary in a different
manner - use the first word of the ${GZIP_CMD} definition from
bsd.pkg.mk, and substitute this value in the same manner that the
PREFIX is set.  This is useful on systems other than NetBSD, where
gzip may not be installed in /usr/bin.  Use a descriptive name for the
input of the pre-processed file.

Make sure that gcc is used when compiling on Solaris.
2000-07-17 14:31:12 +00:00
agc
44b15b4200 Use EVAL_PREFIX to find the installed location of the kdebase package, and
use it accordingly.
2000-07-17 13:58:20 +00:00
pooka
b908c0619b gzip is in /usr/bin, not /usr/local/bin 2000-07-16 12:40:54 +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
6d24f8b58a Fix the English in a comment.
Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.
2000-07-11 11:01:06 +00:00
agc
129d01f700 Use X11PREFIX in preference to X11BASE when installing this package, so
that the package cooperates better with an installed xpkgwedge.
2000-07-11 09:37:04 +00:00
agc
81b366ad5e Use X11PREFIX in preference to X11BASE when installing files, so that this
package cooperates better with xpkgwedge.
2000-07-11 08:43:53 +00:00
agc
4566b455e3 Use X11PREFIX in preference to X11BASE for installed files, so that this
package cooperates better with an installed xpkgwedge.
2000-07-11 08:41:32 +00:00
agc
0fb805fba8 Use X11PREFIX in preference to X11BASE when installing files, so that
this package cooperates better when xpkgwedge is installed.
2000-07-11 08:39:54 +00:00
agc
5a41044693 Use X11PREFIX in preference to X11BASE for installed files, to make
this package cooperate with xpkgwedge.
2000-07-11 08:38:01 +00:00
agc
f1bc5a3e73 Find qt2 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10 16:03:47 +00:00
agc
52c1afc38c Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10 15:08:13 +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
pooka
f047a3acc2 Add library path to make this run on ELF. 2000-07-06 15:45:22 +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
tron
d52c5edb32 Use "ncurses" under NetBSD 1.4 to get the curses version of "tali". 2000-06-27 08:30:47 +00:00
rh
c1f309182c Update gnome-games to 1.2.0. Changes are bugfixes, locale and graphics
updates.
2000-06-25 17:21:02 +00:00
jlam
f9b014eeb9 USE_LIBTOOL instead of PKGLIBTOOL.
Remove unneeded dependency on mpeg-lib.
Add dependency on gettext.
Clean up Makefile logic.
2000-06-21 08:12:37 +00:00
jlam
f1c5e16769 USE_LIBTOOL instead of PKGLIBTOOL. 2000-06-21 01:28:48 +00:00
minoura
d02914d440 Ooops, forgot to commit this. 2000-06-06 03:11:19 +00:00
minoura
630fcf11fc Use patched version of izumi@ec.tmit.ac.jp.
NetBSD patch supplied by itohy.
2000-06-06 03:10:20 +00:00
minoura
756d69d8f7 Correct HOMEPAGE.
Pointed out by Akihiro IIJIMA <aki@jp.freebsd.org>.
2000-06-06 01:26:11 +00:00
minoura
bc32e5fac6 Add and enable sl. 2000-06-01 15:11:35 +00:00
minoura
1bd10f6e67 Well-known joke program `sl'. 2000-06-01 15:10:45 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
dmcmahill
a0a10cbd21 correctly detect NetBSD in the Imakefile (look for NetBSDArchitecture instead
of __NetBSD__, this is imake, not c).
2000-05-31 14:49:14 +00:00