Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-06 | Bump PKGREVISION for libXft changes for NetBSD native X support on | wiz | 1 | -2/+2 | |
NetBSD 6, requested by tron. | |||||
2013-06-04 | Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: | tron | 1 | -2/+2 | |
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 | 1 | -2/+2 | |
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-05-09 | Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu. | adam | 1 | -2/+2 | |
2013-02-17 | Fix build with png 1.6. | dholland | 3 | -5/+30 | |
2013-02-16 | Recursive bump for png-1.6. | wiz | 1 | -2/+2 | |
2013-02-09 | Bump PKGREVISION from audio/jack. | ryoon | 1 | -2/+2 | |
2013-02-06 | PKGREVISION bumps for the security/openssl 1.0.1d update. | jperkin | 1 | -2/+2 | |
2013-01-26 | Revbump after graphics/jpeg and textproc/icu | adam | 1 | -2/+2 | |
2012-10-08 | Revbump after updating graphics/pango | adam | 1 | -2/+2 | |
2012-10-08 | Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-10-02 | Mass recursive bump after the dependence fix of the "cairo" package | tron | 1 | -2/+2 | |
requested by Thomas Klausner. | |||||
2012-09-15 | recursive bump from libffi shlib major bump | obache | 1 | -2/+2 | |
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) | |||||
2012-09-07 | Revbump after updating graphics/cairo | adam | 1 | -2/+2 | |
2012-07-10 | Restore patch sums of patch-ac and patch-ae; Joerg changed them last | dholland | 1 | -3/+3 | |
week without modifying the patches. HI JOERG | |||||
2012-07-03 | Don't use references to temporary objects. | joerg | 12 | -35/+87 | |
2012-07-01 | Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by | dholland | 1 | -2/+3 | |
pkglint. If any of these are wrong for some reason, please revert/adjust. | |||||
2012-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 1 | -2/+2 | |
2012-03-03 | More pcre PKGREVISION bumps. | wiz | 1 | -2/+2 | |
2012-02-06 | Revbump for | wiz | 1 | -2/+2 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2012-01-24 | Recursive dependency bump for databases/gdbm ABI_DEPENDS change. | sbd | 1 | -2/+2 | |
2012-01-13 | Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. | obache | 1 | -2/+2 | |
2011-11-25 | Fix build with newer GCC | joerg | 10 | -12/+130 | |
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -2/+2 | |
2011-07-21 | recursive bump from gnome-vfs drop crypto dependency. | obache | 1 | -2/+2 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2011-01-30 | Fix build with png-1.5 (includes upstream bug report URL). | wiz | 2 | -1/+17 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -2/+2 | |
2010-12-23 | Mechanically replace references to graphics/jpeg with the suitable | dsainty | 1 | -2/+2 | |
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-11-15 | PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome | abs | 1 | -2/+2 | |
2010-09-14 | More PKGREVISION bumps for pixman update. | wiz | 1 | -2/+2 | |
2010-06-20 | Add bug report URL. | wiz | 2 | -3/+5 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 3 | -3/+26 | |
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 | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2009-07-22 | Remove USE_DIRS from pkgsrc. | wiz | 2 | -4/+2 | |
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 2 | -16/+2 | |
2009-05-20 | Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib | wiz | 1 | -2/+2 | |
major change. Reported by Robert Elz in PR 41345. | |||||
2008-06-20 | Add DESTDIR support. | joerg | 1 | -3/+6 | |
2007-09-25 | GConf2 -> GConf. | hira | 1 | -2/+2 | |
2007-09-21 | Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. | wiz | 1 | -2/+2 | |
Bump PKGREVISION. | |||||
2007-09-19 | Bump PKGREVISION for gnome-vfs rename. | wiz | 1 | -2/+2 | |
2007-02-15 | Modular Xorg support and explicit libz dependency. | joerg | 1 | -3/+6 | |
2007-01-26 | Update icons location of KDE apps. Bump PKGREVISION | markd | 4 | -8/+9 | |
2007-01-17 | Very belatedly bump PKGREVISION for all jasper dependencies because | wiz | 1 | -2/+2 | |
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431. | |||||
2006-12-13 | Revert previous commit related to PR 34065, and fixed by another method, | obache | 5 | -10/+112 | |
rename conflict function name 'printf' to 'myprintf'. | |||||
2006-12-13 | Enable to build with GNU gettext. fix PR 34065. | obache | 2 | -4/+7 | |
2006-12-12 | On DragonFly, fall back to glob(3) as wordexp(3) doesn't exist. | joerg | 2 | -1/+52 | |
2006-08-14 | Adapt to lua-5.1.1. | wiz | 6 | -6/+109 | |
While here, fix build with gcc4, and add missing xdg-dirs to USE_DIRS. Bump PKGREVISION. | |||||
2006-07-22 | Added "c" to USE_LANGUAGES for packages that use GNU configure scripts, | rillig | 1 | -2/+2 | |
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed. |