summaryrefslogtreecommitdiff
path: root/graphics/libgdiplus
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-28Bump PKGREVISIONs due to libtiff update.reed2-4/+4
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-08-27update to libgdiplus-1.0.1recht4-88/+14
changes: * Fixes #60787: Libgdiplus pthreads check (Jordi Mas).
2004-07-03cleanup forgotten in the previous commit...recht1-6/+1
2004-07-03update to 1.0recht4-16/+90
changes: - bugfixes
2004-06-26update to libgdiplus-0.10 (release candidate 1)recht6-40/+56
No real NEWS file available, so guessing from the ChangeLog: - bug-fixes - tiff load/save from stream
2004-05-11update to libgdiplus-0.5 (part of mono beta1)recht5-19/+43
Sadly, there's no real news file avaiable. So, I guess it's the usual bug-fixes and optimizations.
2004-04-27patch-aa fixes errors due to changes in graphics/cairo API (thanks to Marc)adam2-1/+15
2004-04-04update to 0.2recht3-8/+7
Bug fixes and code clean-up.
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-6/+9
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-29Bump PKGREVISION because of cairo's buildlink revision bump.recht2-28/+6
Also remove superfluous buildlink2.mk, fix a Makefile typo and bl3ify.
2004-02-23Add explicit dependency on pkgconfig.recht1-1/+2
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-09BUILDLINK_DEPENDS.<pkg> lines should _always_ use += to _append_ to thejlam1-9/+7
existing value. This is critical to set the correct list of dependencies for a package.
2004-02-03initial import of libgdiplus-0.1recht6-0/+84
An Open Source implementation of the GDI+ API. Spun off from Mono's C# library. libgdiplus is needed for using the System.Drawing APIs.