Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-05 | Bump PKGREVISION for security/openssl ABI bump. | jperkin | 1 | -2/+2 | |
2015-11-03 | Add SHA512 digests for distfiles for games category | agc | 1 | -1/+2 | |
Problems found locating distfiles: Package blokus: missing distfile blokus-1.1.tar.gz Package crossfire-client: missing distfile crossfire-client-images-1.11.0.tar.gz Package dungeon: missing distfile dungeon-gdt-glk.tar.gz Package gate88: missing distfile Gate88_Mar19_05.tar.gz Package gnuchess4: missing distfile gnuchess-4.0.pl80.tar.gz Package ioquake3-pk3: missing distfile quake3-latest-pk3s.zip Package rollemup: missing distfile Rollemup.tar.gz Package tscp: missing distfile tscp181.zip Package xbat: missing distfile xev111.tar.gz Package xgalaga: missing distfile xgalaga-2.0.34.tar.gz Package xrick: missing distfile xrick-021212.tgz Package xskat: missing distfile xskat-cards.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail. | |||||
2015-04-25 | Recursive revbump following MesaLib update, categories g through n. | tnn | 1 | -2/+2 | |
2014-08-22 | Bump PKGREVISION for ilmbase shlib major bump. | wiz | 1 | -2/+2 | |
2014-04-10 | recursive bump from ilmbase shlib version change. | obache | 1 | -2/+2 | |
2014-02-12 | Recursive PKGREVISION bump for OpenSSL API version bump. | tron | 1 | -2/+2 | |
2014-01-01 | Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. | wiz | 1 | -2/+2 | |
2013-10-09 | recursive bump for libmng-2.0.2 shlib major bump and dependency change | wiz | 1 | -2/+2 | |
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-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-12-16 | recursive bump from cyrus-sasl libsasl2 shlib major bump. | obache | 1 | -2/+2 | |
2012-10-06 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
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-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 1 | -2/+2 | |
2012-03-03 | Recursive bump for pcre-8.30* (shlib major change) | wiz | 1 | -2/+2 | |
2012-02-09 | Add SET_LIBDIR=yes | sbd | 1 | -1/+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-13 | Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. | obache | 1 | -2/+2 | |
2011-12-20 | Fix build with gcc-4.5. | wiz | 2 | -6/+26 | |
2011-12-20 | regen | wiz | 5 | -14/+14 | |
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -2/+2 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
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-07-14 | Recursive PKGREVISION bump for the net/mDNSResponder update | sbd | 1 | -2/+2 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 1 | -2/+2 | |
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 | |
2010-01-17 | Recursive PKGREVISION bump for jpeg update to 8. | wiz | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2009-06-14 | Convert @exec/@unexec to @pkgdir or drop it. | joerg | 1 | -3/+3 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -68/+1 | |
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-12 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2008-01-18 | Per the process outlined in revbump(1), perform a recursive revbump | tnn | 1 | -2/+2 | |
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@ | |||||
2007-11-30 | Bump PKGREVISION because openexr now depends on ilmbase. | wiz | 1 | -2/+2 | |
2007-09-21 | Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves. | wiz | 1 | -2/+2 | |
Bump PKGREVISION. | |||||
2007-01-26 | Update icons location of KDE apps. Bump PKGREVISION | markd | 2 | -11/+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-06-21 | removeItem and appendItem are the public functions, so use them. | joerg | 5 | -1/+81 | |
Remove unnecessary class reference in a nested class declaration. Fixes build with GCC 3.4. | |||||
2006-06-12 | Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable) | wiz | 1 | -2/+2 | |
for SDL shlib changes. | |||||
2006-05-26 | USE_LANGUAGES=c c++ | wiz | 4 | -9/+23 | |
Fix installation and remove BROKEN_IN. Fix PLIST and bump PKGREVISION. | |||||
2006-05-18 | Mark as BROKEN_IN pkgsrc-2006Q1 according to | wiz | 1 | -1/+3 | |
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html | |||||
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-04-13 | BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with | jlam | 1 | -4/+2 | |
USE_TOOLS+=msgfmt. |