Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-17 | don't propagate dependency on image format libs, hopefully avoids | drochner | 1 | -5/+1 | |
unnecessary revbumps in the future | |||||
2013-07-06 | Fix build with giflib 5.0, PR pkg/48021. | ryoon | 2 | -1/+17 | |
2013-07-05 | Recursive revbump from graphics/giflib update to 5.0.4. | ryoon | 2 | -4/+4 | |
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-03-02 | Provide rpath in imlib2-config --libs output. | joerg | 3 | -4/+24 | |
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-23 | Remove xextproto/buildlink3.mk in most cases where it occurs with | wiz | 1 | -2/+1 | |
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages). | |||||
2012-10-06 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-06-15 | Drop .extern, it is ignored by GNU as and not supported by LLVM. | joerg | 3 | -1/+29 | |
2012-02-06 | Revbump for | wiz | 2 | -3/+4 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2011-11-07 | update to 1.4.5 | drochner | 5 | -91/+13 | |
changes: -bugfixes -cleanup, spelling fixes | |||||
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 2 | -3/+4 | |
2011-05-18 | update to 1.4.4 | drochner | 5 | -103/+51 | |
changes: misc bugfixes and cleanup The code structure around Xshm has changed -- someone please check the Interix specific patches. | |||||
2011-05-04 | exactly disable MMX/AMD64 optimization if pkg option is off. | obache | 1 | -1/+5 | |
part of PR#44931. | |||||
2011-03-09 | libungif/buildlink3.mk -> mk/giflib.buildlink3.mk | drochner | 2 | -5/+5 | |
(uses giflib now per default) bump PKGREV | |||||
2011-01-31 | Remove obsolete patch (a very similar chunk is nowadays a few lines | wiz | 2 | -23/+1 | |
higher, where the variables are defined). | |||||
2011-01-31 | Add comments to patches. | wiz | 6 | -11/+28 | |
2011-01-31 | Remove trailing line (pkglint--).. | wiz | 1 | -2/+1 | |
2011-01-14 | Fix build with png-1.5. From John Bowler. | wiz | 2 | -1/+78 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 2 | -4/+4 | |
2010-12-23 | Mechanically replace references to graphics/jpeg with the suitable | dsainty | 2 | -4/+4 | |
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done | |||||
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-06-08 | Include bsd.fast.prefs.mk before using ${PKG_INFO}. | wiz | 1 | -1/+3 | |
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 2 | -4/+4 | |
2009-12-15 | remove stale libltdl dependency | drochner | 2 | -4/+2 | |
2009-12-15 | Recursive bump for libltdl | joerg | 2 | -4/+4 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 2 | -4/+4 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -8/+1 | |
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. | |||||
2008-11-23 | Add Debian patch to fix a buffer overflow in the XPM file loader. | tron | 3 | -2/+18 | |
Bump package revision. | |||||
2008-10-30 | Update "imlib" package to version 1.4.2. Changes since version 1.4.0: | tron | 5 | -66/+6 | |
- Various bugfixes and security updates This update addresses SA32354. | |||||
2008-06-02 | add a patch from redhat bugzilla (#449073) to fix the xpm half | drochner | 3 | -3/+17 | |
of CVE-2008-2426, the pnm half was fixed in pkgsrc in 2006 bump PKGREVISION | |||||
2008-06-01 | Update home page URL. | tron | 1 | -2/+2 | |
2008-04-12 | Convert to use PLIST_VARS instead of manually passing "@comment " | jlam | 2 | -11/+12 | |
through PLIST_SUBST to the plist module. | |||||
2007-11-17 | Add x11 option (default: enabled). | obache | 4 | -15/+38 | |
No functionally change, but bump PKGREVISION due to detect x11 option. | |||||
2007-09-18 | update to 1.4.0 | drochner | 9 | -224/+17 | |
changes: security fixes, and a few crashes fixed | |||||
2007-08-02 | - Add SUBST fragment to deal with hardcoded .so library suffix in image.c. | tnn | 3 | -13/+20 | |
- While here, remove hunk "Avoid regenerating within pkgsrc" from patch-af. (caught by pkglint) - Bump revision | |||||
2007-06-13 | PKG_SUPPORTED_OPTIONS must be defined before include bsd.options.mk, | obache | 1 | -1/+2 | |
even if empty. Problem reported by Magnus Henoch in PR 36483. | |||||
2007-03-14 | PR pkg/35521. | yyamano | 3 | -1/+36 | |
Apply patch provided by naoto at morishima.net to make this buld on Darwin/intel. | |||||
2006-12-16 | Add imlib2-amd64 speedup option. Based on patch from Blair Sadewitz on | wiz | 1 | -2/+9 | |
pkgsrc-users. | |||||
2006-11-29 | remove stale patchfile, pointed out by Kouichirou Hiratsuka | drochner | 1 | -13/+0 | |
2006-11-24 | fix some insufficient validation of graphics files, patches from Ubuntu | drochner | 14 | -233/+253 | |
(CVE-2006-4806, CVE-2006-4807, CVE-2006-4808, CVE-2006-4809) update to 1.3.0 (no changelog available) | |||||
2006-11-06 | DESTDIR support and switch to modular buildlinks. | joerg | 2 | -4/+9 | |
2006-10-04 | Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. | wiz | 1 | -2/+2 | |
2006-07-19 | Solaris 5.8 needs its own definition of lround(), too. | rillig | 2 | -7/+11 | |
2006-07-08 | Change the format of BUILDLINK_ORDER to contain depth information as well, | jlam | 1 | -2/+2 | |
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto | |||||
2006-07-08 | Track information in a new variable BUILDLINK_ORDER that informs us | jlam | 1 | -1/+2 | |
of the order in which buildlink3.mk files are (recursively) included by a package Makefile. | |||||
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 2 | -4/+4 | |