Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-05-05 | Unused. | wiz | 1 | -25/+0 | |
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -3/+6 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-01-27 | Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 | heinz | 1 | -2/+2 | |
2004-01-24 | Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In | jlam | 1 | -2/+2 | |
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched. | |||||
2004-01-05 | bl3ify | jlam | 1 | -2/+6 | |
2004-01-05 | Use S/+$// instead of C/\+$// to save a backslash. Very highly | jlam | 1 | -2/+2 | |
recommended by seb :) | |||||
2004-01-04 | Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. | jlam | 1 | -8/+5 | |
2004-01-03 | Initial sprinkling of work-in-progress buildlink3.mk files for using the | jlam | 1 | -0/+27 | |
buildlink3 framework. | |||||
2003-10-26 | replace <malloc.h> with <stdlib.h>, allowing this to build on systems | grant | 1 | -1/+5 | |
without a working <malloc.h>, eg. FreeBSD 5.x. | |||||
2003-05-06 | Drop trailing whitespace. Ok'ed by wiz. | jmmv | 1 | -3/+3 | |
2002-10-31 | Correct the aalib-x11-config script to return "-laa-x11" instead of "-laa". | jlam | 1 | -2/+7 | |
Bump the PKGREVISION since this is a user-visible change. | |||||
2002-08-28 | Remove buildlink.mk files that aren't used by any other files in pkgsrc. | jlam | 1 | -50/+0 | |
2002-08-27 | Need at least 1.4.0.4nb1, which has the changed library names. | jlam | 1 | -2/+2 | |
2002-08-27 | Re-add aalib-x11/buildlink.mk with appropriate modifications to work with | jlam | 1 | -0/+50 | |
the new aalib-x11 package. SDL/buildlink.mk uses aalib-x11/buildlink.mk, so we can't kill it, yet. | |||||
2002-08-26 | Share common pkgsrc bits between the aalib and aalib-x11 packages. Shrink | jlam | 6 | -176/+42 | |
the aalib-x11 package to installing just the libraries and headers and to install them with new names so that aalib-x11 and aalib no longer conflict. Also, remove the aalib-x11/buildlink.mk file as it will be no longer used. This solves part of pkg/16354. | |||||
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+19 | |
buildlink2.mk files back into the main trunk. | |||||
2002-03-25 | On arm32 pull in gcc-2.95.3 to build. | cjep | 1 | -1/+10 | |
2002-01-30 | Initial import of aalib-x11 1.4rc4, an ASCII art library with X11 support, | agc | 6 | -0/+177 | |
into the NetBSD Packages Collection. AAlib is a portable ASCII Art library. From the AA project documentation: "There are many problems of various kinds with video cards, low frequency monitors, crashing graphical apps... AA-lib IS the solution. It works on a terminal of any kind, it is fast and portable, it gives to you standard API. It gives to your old hardware more power! " Provided in PR 15266 by Lubomir Sedlacik <salo@Xtrmntr.org> |