2004-03-13 18:35:54 by Quentin Garnier | Files touched by this commit (2) |
Log message: io-ppm uses '%i' with sscanf in order to parse what should always be a decimal number, according to the specification. As a result, it fails to correctly parse file created with numbers printed with leading 0. Reported and fix provided in PR 24759 by Enami Tsugutomo. |
2004-03-05 20:25:43 by Johnny C. Lam | Files touched by this commit (256) |
Log message: Reorder location and setting of BUILDLINK_PACKAGES to match template buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. |
2004-02-14 19:26:30 by Julio M. Merino Vidal | Files touched by this commit (90) |
Log message: PKGCONFIG_OVERRIDE is relative to WRKSRC. |
2004-02-14 18:21:56 by Johnny C. Lam | Files touched by this commit (400) |
Log message: LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. |
2004-01-24 16:46:44 by grant beattie | Files touched by this commit (39) |
Log message: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. |
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-22 12:04:59 by Johnny C. Lam | Files touched by this commit (2) |
Log message: bl3ify |
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-03 02:32:08 by Jeremy C. Reed | Files touched by this commit (2) |
Log message: Make sure the *-config scripts are buildlinked too. (As discussed on tech-pkg in late October; okay'd by wiz then.) |
2003-07-21 18:51:55 by Martti Kuparinen | Files touched by this commit (43) |
Log message: COMMENT should start with a capital letter. |