summaryrefslogtreecommitdiff
path: root/devel/devhelp
AgeCommit message (Collapse)AuthorFilesLines
2013-09-02Revbump after cairo updateadam2-4/+4
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz2-4/+4
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron2-4/+4
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz2-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-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-05-24Bump PKGREVISION for libproxy shlib major bump.wiz2-4/+4
2013-05-09Massive revbump after updating graphics/ilmbase, graphics/openexr, textproc/icu.adam2-4/+4
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-01-26Revbump after graphics/jpeg and textproc/icuadam2-4/+4
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revbump after updating graphics/pangoadam2-4/+4
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron2-4/+4
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-4/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam2-4/+4
2012-07-15Recursive bump for startup-notification* dependency change, requestedwiz2-4/+4
by Obache.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd2-4/+4
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache2-4/+4
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz2-4/+4
2012-02-06Revbump forwiz2-4/+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-01Recursive bump for graphics/freetype2 buildlink addition.sbd2-4/+4
2011-06-10recursive bump from textproc/icu shlib major bump.obache2-4/+4
2011-06-09bump PKGREV for webkit-gtk shlib changedrochner1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache2-4/+4
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-12-17Bump PKGREVISION from icu shlib major bump.obache2-3/+4
2010-11-18Update devhelp to 2.32.0.obache4-23/+24
This switches to the gnome-2.32 release branch.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs2-4/+4
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz2-3/+4
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-07-06update to 2.30.1drochner3-7/+11
changes: translation updates
2010-06-15update to 2.30.0drochner3-9/+10
This switches to the gnome-2.30 release branch
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-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-03-19* set LICENSE=gnu-gpl-v2obache1-4/+6
* move PKG_DESTDIR_SUPPORT to standard position. * chatch up path to reality in PKG_CONFIG_OVERRIDE, fixes rpath in .pc file. Bump PKGREVISION.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz2-3/+4
2009-10-30update to 2.28.1drochner4-12/+13
This switches to the gnome-2.28 release branch.
2009-09-09update to 0.23.1drochner4-19/+22
changes: -build fix release for latest glib -translation updates +DESTDIR support
2009-08-26bump revision because of graphics/jpeg updatesno2-3/+4
2009-08-12recursive bump for icu shlib version change except already done.obache1-2/+2
2009-08-11recursive PKGREVISION bump for icu shlib version change,drochner1-1/+2
suggested by OBATA Akio
2009-08-06drop bogus reference to gecko-options.mk (this package uses webkit)tnn2-9/+1
2009-07-24update to 0.23drochner4-27/+23
This switches to webkit as rendering engine, one reason less to keep an old version of firefox around.
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
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-14Remove @dirrm entries from PLISTsjoerg1-14/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-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-10-24Update to 0.21:wiz3-9/+10
NEW in 0.21: ============ Updated translations: hi, ar, it, sr, sr@latin, pt. Many thanks to the translators: Rajesh Ranjan, Djihed Afifi, Luca Ferretti, Goran Rakić, Duarte Loreto, Francesco Marletta, Khaled Hosny. NEW in 0.20: ============ - Fixed #499050, fix build against xulrunner 1.9 (Josselin Mouette) - Fixed #537093, Does not build with gcc 4.3.0 (Cosimo Cecchi) - Fixed #539624, Crashes when copying text with xulrunner 1.9 (Claudio Saavedra) - Updated translations: vi, kn, sr, or, mr Many thanks to the translators: Clytie Siddall, Shankar Prasad, Goran Rakic, Manoj Kumar Giri, Sandeep Shedmake.
2008-05-29update to 0.19.1drochner3-7/+8
changes: -Add a GType for the DhLink boxed type -translation updates
2008-04-29update to 0.19drochner4-15/+20
This switches to the gnome-2.22 release.
2007-11-03update to 0.16.1drochner3-8/+8
This switches to the new gnome-2.20 branch.
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2