Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-04 | recursive bump from graphics/gd shlib major bump. | obache | 2 | -4/+4 | |
2013-09-02 | Revbump after updating graphics/gd | adam | 1 | -3/+2 | |
2013-06-04 | Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: | tron | 2 | -4/+4 | |
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed. | |||||
2013-06-03 | Bump freetype2 and fontconfig dependencies to current pkgsrc versions, | wiz | 2 | -4/+4 | |
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882 | |||||
2013-02-16 | Recursive bump for png-1.6. | wiz | 2 | -4/+4 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 2 | -4/+4 | |
2012-10-06 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-05-07 | Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) | dholland | 1 | -2/+2 | |
It turns out there were a lot of these. | |||||
2012-03-12 | Fix some bugs in a man page. Set LICENSE while here. | wiz | 3 | -3/+54 | |
Bump PKGREVISION. | |||||
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 2 | -4/+4 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 2 | -4/+4 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 2 | -4/+4 | |
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. | |||||
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 2 | -4/+4 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 2 | -2/+4 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -2/+1 | |
2009-06-09 | Updated to version 0.11. No changelog available, according to sysutils/ftwin ↵ | imil | 2 | -6/+6 | |
this must be only bugfixes | |||||
2009-03-20 | Simply and speed up buildlink3.mk files and processing. | joerg | 1 | -13/+6 | |
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time. | |||||
2009-03-05 | added buildlink3.mk for libpuzzle | imil | 1 | -0/+21 | |
2009-03-04 | The Puzzle library is designed to quickly find visually similar images | imil | 4 | -0/+54 | |
(GIF, PNG, JPG), even if they have been resized, recompressed, recolored or slightly modified. The library is free, lightweight yet very fast, configurable, easy to use and it has been designed with security in mind. OK'd by cube@ |