summaryrefslogtreecommitdiff
path: root/games/gnome-games/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2004-04-26Convert to buildlink3.snj1-6/+6
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv1-2/+2
database.
2004-02-20Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,jlam1-1/+2
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the local libtool.m4 file.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv1-2/+3
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv1-2/+3
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-01-10This works with newer guile.mycroft1-2/+2
2003-01-07Rename older (<1.6) Guile as guile14.uebayasi1-2/+2
Packages using Guile now all depend on guile14. These packages are expected to be made depend on newer Guile (1.6.x) when updated in the future.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-2/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-01USE_PKGLOCALEDIR, delint.salo1-5/+4
2002-10-23Use ${LOCALBASE}/bin/libtoolize; ${PREFIX} may point to something else,bouyer1-2/+2
e.g /usr/X11R6
2002-10-19Track directory layout change at MASTER_SITE_GNOME.rh1-2/+2
Patch provided in PR pkg/18701 by Julio Merino <jmmv@menta.net>
2002-10-06Convert to buildlink2.wiz1-6/+7
2002-10-03Use automake.mk.wiz1-6/+8
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-2/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-30Fix ${PKGLOCALEDIR} handling.fredb1-1/+2
2002-07-17Patch scrollkeeper_localstatedir to make it point to the correct locationrh1-1/+2
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-14Update gnome-games to 1.4.0.4. Changes are bugfixes only. Most notably,rh1-5/+26
this package now fetches its missing HTML documentation (created using db2html, which is available on RedHat Linux only) from MASTER_SITE_LOCAL. This closes Havard's PR pkg/16699.
2002-05-12Make freecell and gnome-stones set their required CFLAGS properly.rh1-2/+2
Bump PKGREVISION.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-12-12Use PKGLOCALEDIR instead of local hack, use ncurses and gettext-libwiz1-21/+6
buildlink.mks instead of USE_CURSES and USE_LIBINTL. XXX: guile needs to be buildlinkified before this package can be strongly buildlinked.
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-10-21Removing BUILD_USES_GETTEXT_M4 from net/ORBit broke this package.mycroft1-1/+2
2001-10-07Update gnome-games to 1.4.0.3. Changes are bugfixes only.rh1-3/+4
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-09Back down the autoconf version.mycroft1-2/+2
2001-08-28Fix auto configure files to work with version 2.52 of the "autoconf"tron1-2/+2
package.
2001-08-27Use wildcard dependence on "autoconf" package.tron1-2/+2
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-13Update gnome-games to 1.4.0.2. Changes are bugfixes only.rh1-3/+3
2001-04-07Update gnome-games to 1.4.0.1. Changes include tons of bugfixes, minorrh1-4/+4
enhancements, and documentation and localisation updates.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-4/+4
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-26Use "PKGLOCALEDIR" instead of "LOCALEDIR".tron1-2/+1
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron1-6/+6
"${LOCALBASE}".
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-2/+2
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-3/+3
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2000-11-27Ooops, forgot to remove dependence on "xbill" package.tron1-2/+1