summaryrefslogtreecommitdiff
path: root/games/xpat2/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-04-17Mark as MAKE_JOBS_SAFE=no. From Izaac in PR 41228.wiz1-2/+2
While here, remove obsolete USE_X11BASE.
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2008-09-25Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILESwiz1-2/+2
source.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-2/+5
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-2/+2
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-08-19Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMSjlam1-2/+2
as the INSTALL and DEINSTALL scripts no longer distinguish between the two types of files. Drop SUPPORT_FILES{,_PERMS} and modify the packages in pkgsrc accordingly.
2005-05-16This package uses imake/xmkmf, even if it doesn't need USE_IMAKE.jlam1-7/+3
2005-05-16Fix quoting of make variables passed to shell.jlam1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2004-12-03Update to 1.07, based on PR 28519 by Joachim Kuebart.wiz1-2/+5
Changes from xpat2-1.06 to xpat2-1.07 ------------------------------------- This is mostly a contrib release. I have added improvements obtained from the net: - German rules by Thomas Betker - improvements for the motif interface by Karsten Jensen - a new motif interface and work on Imakefile by Christian Anzenberger - minor adaptions to make xpat2 work with Qt 2.x
2004-08-01Use GAMEOWN, GAMEGRP and GAMEMODE instead of hard coding these values.jschauma1-4/+4
First commit to start address PR pkg/26236.
2004-03-08Use bl3.snj1-3/+3
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-2/+2
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>.
2002-10-10buildlink1 -> buildlink2.wiz1-4/+4
2001-12-02bsd.pkg.install.mk calls the INSTALL script at the right timesjlam1-2/+1
automatically, so no need to do it ourselves.
2001-11-19Use general INSTALL/DEINSTALL scripts instead of homegrown ones.jlam1-2/+11
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
2000-11-30Make this package work in the presence of xpkgwedge by passing XMKMFagc1-2/+2
through the environment, and using it.
2000-09-03$() -> ${}wiz1-3/+3
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-4/+3
2000-07-28xpat2, a light-weight solitaire gamejlam1-0/+22
From PR#10685 by Joachim Kuebart <kuebart@mathematik.uni-ulm.de>.