summaryrefslogtreecommitdiff
path: root/graphics/imlib2
AgeCommit message (Collapse)AuthorFilesLines
2004-04-18No longer used.snj1-28/+0
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-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-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-10/+7
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11Increase BUILDLINK_DEPENDS.xtraeme2-4/+4
2004-02-11Bump PKGREVISION due to USE_X11BASE -> USE_X11 change.xtraeme1-2/+2
2004-02-11bl3ify, while here replace USE_X11BASE with USE_X11.xtraeme2-9/+37
2004-02-07whitespace cleanup.grant1-16/+16
2004-02-04link against libm on Solaris.grant1-1/+3
2004-01-03Bump package revisions for tiff update.reed2-3/+4
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-04Updated to 1.1.0, provided by Min Sik Kim PR pkg/23630.xtraeme6-35/+35
Changes: o imlib2-1.1.0 uses freetype2 instead of freetype1. o More bugfixes, etc.
2003-12-03Make sure the *-config scripts are buildlinked too.reed1-2/+3
(As discussed on tech-pkg in late October; okay'd by wiz then.)
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-02-15Update to 1.0.6. Author only maintains a CVS ChangeLog that is very difficultjmmv4-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-26Test USE_MMX variable instead of undocumented IMLIB2_USE_MMX.wiz1-4/+3
2002-12-19allow this to build by replacing the use of LTCONFIG_OVERRIDE withgrant1-2/+2
LIBTOOL_OVERRIDE.
2002-10-21Remove unneeded USE_LIBINTL.wiz1-2/+1
2002-09-23Convert to buildlink2.wiz1-8/+9
2002-09-23Unused.wiz1-56/+0
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam1-0/+29
buildlink2.mk files back into the main trunk.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb2-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-14Make necessary rpath is embedded in shared objects by making LDFLAGS isenami2-1/+15
substituted by configure instead of hardcoding.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-03Substitute the real config script for the config wrapper script injlam1-1/+3
installed files. We don't want buildlink references to escape into the install directory.
2001-08-16Initial import of imlib2-1.0.3, an image manipulation library (therh6-0/+178
successor to imlib).