Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 1 | -2/+2 | |
2012-04-17 | Fix standard compliance with regard to main. Bump revision. | joerg | 21 | -3/+354 | |
2012-03-06 | Don't install a cat page. Bump revision. | joerg | 4 | -10/+7 | |
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. | |||||
2011-12-09 | PKGREV bump for libXp-less openmotif | drochner | 1 | -2/+2 | |
2011-11-20 | Recursive bump for graphics/ImageMagick buildlink addition. | sbd | 1 | -2/+2 | |
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -2/+2 | |
2011-10-22 | Recursive revbump after graphics/ImageMagick update. | ryoon | 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-11-14 | Shlib major bumped from 3 to 4 at update of ImageMagick-6.6.4.1. | obache | 1 | -2/+2 | |
Bump ABI_DEPENDS (and recursive bump). | |||||
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 | |
2010-01-01 | Explicitly depend on archivers/szip. | joerg | 1 | -1/+2 | |
2009-12-15 | Recursive bump for libltdl | joerg | 1 | -2/+2 | |
2009-08-26 | bumping revision due graphics/ImageMagick update | sno | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2009-08-11 | add a comment telling that ImageMagick detection in "configure" | drochner | 1 | -1/+2 | |
doesn't work currently | |||||
2009-06-30 | Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with | joerg | 1 | -1/+3 | |
MAKE_JOBS=2 and worked without. | |||||
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -18/+1 | |
2008-06-12 | Add DESTDIR support. | joerg | 1 | -1/+3 | |
2007-11-17 | Some packages need lex and yacc. Patch by Aleksey Cheusov via | rillig | 1 | -2/+2 | |
pkgsrc-users. | |||||
2007-01-17 | Very belatedly bump PKGREVISION for all jasper dependencies because | wiz | 1 | -1/+2 | |
of the shlib name change (!) during the update to 1.900.0. Noted by Robert Elz in PR 35431. | |||||
2006-10-13 | update to 4.4.4 | drochner | 7 | -71/+50 | |
changes: -bugfixes -minor feature additions -updated Java support (unused in pkgsrc) | |||||
2006-05-15 | Uses C++. | joerg | 1 | -1/+2 | |
2006-04-28 | Add DragonFly support. | joerg | 9 | -25/+70 | |
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-03-04 | Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no | jlam | 1 | -2/+2 | |
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2006-01-24 | Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because | wiz | 1 | -2/+2 | |
of the shlib major bump. PKGREVISION++ for the dependencies. | |||||
2005-12-12 | Bump all motif packages for recent openmotif update. The major version | joerg | 1 | -2/+2 | |
of the shared libXm has changed. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-06-25 | Change the CONFIGURE_ENV to use the variables users are supposed to set, | kristerw | 1 | -2/+2 | |
rather than the autoconf cache variables. | |||||
2005-06-19 | Prevent paths to the build directories from being included in the package. | kristerw | 1 | -3/+4 | |
Bump PKGREVISION. | |||||
2005-05-23 | Removed trailing white-space. | rillig | 1 | -1/+1 | |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -3/+2 | |
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison | |||||
2005-05-22 | This package uses lex. | jlam | 1 | -2/+2 | |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests | agc | 1 | -1/+2 | |
2004-12-28 | Bump PKGREVISIONs due to libtiff update. | reed | 1 | -2/+2 | |
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-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -1/+2 | |
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-22 | Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST. | jlam | 1 | -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-04-25 | Convert to buildlink3. | snj | 1 | -11/+11 | |
2004-04-20 | update to 4.3.2 | drochner | 14 | -479/+433 | |
changes: bugfixes added dependency on hdf | |||||
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-03 | Bump package revisions for tiff update. | reed | 1 | -2/+2 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2003-11-30 | As pointed out by jlam: | jschauma | 1 | -2/+2 | |
bump PKGREVISION on packages depending on graphics/glu due to latest shlib changes there. | |||||
2003-11-16 | Correctly include X11/keysymdef.h, through keysym.h to get all definitions | cube | 2 | -1/+16 | |
and allow compilation of Number.c on XFree86 4.3 systems. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |