2004-02-03 02:27:37 by Juan Romero Pardines | Files touched by this commit (2) |
Log message: lib/libSDL_image-1.2.so was not built in FreeBSD, so use PLIST_SUBST for now (should be this fixed with libtool 1.5.x?) |
2004-01-24 04:26:48 by Johnny C. Lam | Files touched by this commit (57) |
Log message: Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. In 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 23:44:04 by Johnny C. Lam | Files touched by this commit (4) |
Log message: bl3ify |
2004-01-05 12:05:47 by Johnny C. Lam | Files touched by this commit (58) |
Log message: Use S/+$// instead of C/\+$// to save a backslash. Very highly recommended by seb :) |
2004-01-05 00:34:07 by Johnny C. Lam | Files touched by this commit (58) |
Log message: Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk. |
2004-01-04 00:06:45 by Johnny C. Lam | Files touched by this commit (51) |
Log message: Initial sprinkling of work-in-progress buildlink3.mk files for using the buildlink3 framework. |
2004-01-03 19:50:01 by Jeremy C. Reed | Files touched by this commit (505) | |
Log message: Bump package revisions for tiff update. Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. |
2003-12-24 10:53:50 by Julio M. Merino Vidal | Files touched by this commit (69) |
Log message: s/@netbsd.org/@NetBSD.org/ in MAINTAINER. |
2003-09-09 15:41:11 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: Oops, quickly added TIFF support as well |
2003-09-09 15:36:56 by Adam Ciarcinski | Files touched by this commit (3) |
Log message: Changes 1.2.3: * Fixed memory leak with non-seekable SDL_RWops * Added 24-bit support to the ILBM format loader * Added shared library support for MacOS X * The JPEG loader can now load EXIF format JPEG images * The XCF loader now ignores invisible layers and channels |