Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-07-12 | For USE_MMX users, do the following: | cube | 1 | -3/+5 | |
o only include it in the BUILD_DEFS if the current platform is concerned. For now that only includes i386, but we might find amd64 users in the future. o test against [Yy][Ee][Ss], for consistency. Fixes part of PR 26243. | |||||
2004-04-18 | No longer used. | snj | 1 | -28/+0 | |
2004-03-18 | Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly | jlam | 1 | -3/+2 | |
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES. | |||||
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -10/+7 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-14 | PKGCONFIG_OVERRIDE is relative to WRKSRC. | jmmv | 1 | -2/+2 | |
2004-02-14 | LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs | jlam | 1 | -2/+1 | |
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk. | |||||
2004-02-11 | Increase BUILDLINK_DEPENDS. | xtraeme | 2 | -4/+4 | |
2004-02-11 | Bump PKGREVISION due to USE_X11BASE -> USE_X11 change. | xtraeme | 1 | -2/+2 | |
2004-02-11 | bl3ify, while here replace USE_X11BASE with USE_X11. | xtraeme | 2 | -9/+37 | |
2004-02-07 | whitespace cleanup. | grant | 1 | -16/+16 | |
2004-02-04 | link against libm on Solaris. | grant | 1 | -1/+3 | |
2004-01-03 | Bump package revisions for tiff update. | reed | 2 | -3/+4 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2003-12-04 | Updated to 1.1.0, provided by Min Sik Kim PR pkg/23630. | xtraeme | 6 | -35/+35 | |
Changes: o imlib2-1.1.0 uses freetype2 instead of freetype1. o More bugfixes, etc. | |||||
2003-12-03 | Make sure the *-config scripts are buildlinked too. | reed | 1 | -2/+3 | |
(As discussed on tech-pkg in late October; okay'd by wiz then.) | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 2 | -4/+4 | |
2003-05-05 | Line up PKGREVISION whitespace. | jmmv | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 2 | -3/+4 | |
dependency bumps. | |||||
2003-02-15 | Update to 1.0.6. Author only maintains a CVS ChangeLog that is very difficult | jmmv | 4 | -17/+14 | |
to track for differences since 1.0.3... anyway, most changes seem to be bugfixes and performance improvements. This closes my own PR pkg/19144. | |||||
2002-12-26 | Test USE_MMX variable instead of undocumented IMLIB2_USE_MMX. | wiz | 1 | -4/+3 | |
2002-12-19 | allow this to build by replacing the use of LTCONFIG_OVERRIDE with | grant | 1 | -2/+2 | |
LIBTOOL_OVERRIDE. | |||||
2002-10-21 | Remove unneeded USE_LIBINTL. | wiz | 1 | -2/+1 | |
2002-09-23 | Convert to buildlink2. | wiz | 1 | -8/+9 | |
2002-09-23 | Unused. | wiz | 1 | -56/+0 | |
2002-08-25 | Merge changes in packages from the buildlink2 branch that have | jlam | 1 | -0/+29 | |
buildlink2.mk files back into the main trunk. | |||||
2002-03-13 | Give all packages which depend on "png" a version bump, and update | fredb | 2 | -3/+4 | |
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".] | |||||
2001-11-14 | Make necessary rpath is embedded in shared objects by making LDFLAGS is | enami | 2 | -1/+15 | |
substituted by configure instead of hardcoding. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-03 | Substitute the real config script for the config wrapper script in | jlam | 1 | -1/+3 | |
installed files. We don't want buildlink references to escape into the install directory. | |||||
2001-08-16 | Initial import of imlib2-1.0.3, an image manipulation library (the | rh | 6 | -0/+178 | |
successor to imlib). |