Commit graph

60 commits

Author SHA1 Message Date
adam
29158f6886 patch-aa fixes errors due to changes in graphics/cairo API (thanks to Marc) 2004-04-27 14:29:00 +00:00
recht
c613d0b5d8 update to 0.2
Bug fixes and code clean-up.
2004-04-04 16:54:42 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
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-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
recht
f01deb3ea4 Bump PKGREVISION because of cairo's buildlink revision bump.
Also remove superfluous buildlink2.mk, fix a Makefile typo and bl3ify.
2004-02-29 00:13:42 +00:00
recht
83b189fb38 Add explicit dependency on pkgconfig. 2004-02-23 14:09:01 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a 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-02-14 17:21:32 +00:00
jlam
bbdd151ce7 BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to the
existing value.  This is critical to set the correct list of dependencies
for a package.
2004-02-09 23:56:32 +00:00
recht
ba13fad83a initial import of libgdiplus-0.1
An Open Source implementation of the GDI+ API. Spun off from Mono's C#
library.
libgdiplus is needed for using the System.Drawing APIs.
2004-02-03 12:31:34 +00:00