Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-25 | Bump PKGREVISION for infrastructure fix affecting /dev/null as CONF_FILES | wiz | 1 | -2/+2 | |
source. | |||||
2007-03-07 | Fixed PKGMANDIR. | rillig | 2 | -4/+4 | |
2006-12-27 | - fine grained X11 dependencies for packages which have either USE_IMAKE | joerg | 1 | -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-15 | Mechanically replace all includes of buildlink3.mk of the following | joerg | 1 | -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-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -1/+2 | |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-08-19 | Merge CONF_FILES/SUPPORT_FILES and CONF_FILES_PERMS/SUPPORT_FILES_PERMS | jlam | 1 | -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-16 | This package uses imake/xmkmf, even if it doesn't need USE_IMAKE. | jlam | 1 | -7/+3 | |
2005-05-16 | Fix quoting of make variables passed to shell. | jlam | 1 | -2/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-03-24 | Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be | wiz | 1 | -2/+1 | |
useful. | |||||
2005-02-23 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2004-12-03 | Update to 1.07, based on PR 28519 by Joachim Kuebart. | wiz | 5 | -169/+228 | |
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-01 | Use GAMEOWN, GAMEGRP and GAMEMODE instead of hard coding these values. | jschauma | 1 | -4/+4 | |
First commit to start address PR pkg/26236. | |||||
2004-03-08 | Use bl3. | snj | 1 | -3/+3 | |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -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-10 | buildlink1 -> buildlink2. | wiz | 1 | -4/+4 | |
2001-12-02 | bsd.pkg.install.mk calls the INSTALL script at the right times | jlam | 1 | -2/+1 | |
automatically, so no need to do it ourselves. | |||||
2001-11-19 | Use general INSTALL/DEINSTALL scripts instead of homegrown ones. | jlam | 3 | -51/+11 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 4 | -3/+3 | |
2001-04-21 | Move to sha1 digests, and/or add distfile sizes. | wiz | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -7/+5 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2000-11-30 | Make this package work in the presence of xpkgwedge by passing XMKMF | agc | 3 | -3/+19 | |
through the environment, and using it. | |||||
2000-09-03 | $() -> ${} | wiz | 1 | -3/+3 | |
2000-08-23 | Use "USE_XPM" option instead of direct dependence on the "xpm" package. | tron | 1 | -4/+3 | |
2000-07-28 | xpat2, a light-weight solitaire game | jlam | 9 | -0/+277 | |
From PR#10685 by Joachim Kuebart <kuebart@mathematik.uni-ulm.de>. |