summaryrefslogtreecommitdiff
path: root/www/wml
AgeCommit message (Collapse)AuthorFilesLines
2015-04-02Bring in 'set -o posix' handling from newer autoconf, fixes a build loopjperkin2-13/+31
when mksh is used as CONFIG_SHELL. Analysis and fix from Olivier Duclos in joyent/pkgsrc#256.
2015-01-16Update to 2.0.11 with undocumented changes.wiz3-23/+7
2014-08-19Regenjoerg1-1/+2
2014-08-19GS.bs is no longer installed. Bump revision.joerg3-4/+16
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-08-31New texinfo wants =encoding.joerg3-1/+29
2013-06-18Fix build with perl-5.18's pod2man.wiz6-1/+77
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-03-02Fix format string use. Fix build with newer Perl.joerg3-1/+31
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
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-04-07Don't install cat pages. Bump revision.joerg4-50/+8
2011-09-29This package tries to avoid installing the docs for the subdirs ofdholland4-5/+63
wml/wml_common. Don't ask me why; however, make it do so correctly. Otherwise it breaks trying to chmod nothing. Fixes build with recent (or maybe not so recent, dunno how long this has been broken) perl.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-26/+1
2009-03-26DynaLoader.a died with Perl 5.10, so don't try to link against it.joerg2-1/+15
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-12Try to fix the checksums for the modified patches. (Created manually usingtonnerre1-4/+4
sha1sum under Linux. Greetings from Dornbirn/AT.)
2008-08-12Fix path in WML patches (was work/... for some reason).tonnerre3-9/+9
2008-07-13Add patches for wml privilege escalation (CVE-2008-0665 and CVE-2008-0666).tonnerre5-3/+65
2007-09-29While here, added support for installation to DESTDIR.heinz5-4/+266
2007-09-29Applied fix from PR pkg/30052 by Christian Gall. This makes the programheinz2-7/+7
work again and enables a successful run of the "test" target.
2007-09-29Fixed gcc4 error message:rillig2-1/+16
eperl_proto.h:56: error: array type has incomplete element type
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-4/+4
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-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-06-01Remove mk/autoconf.mk and mk/automake.mk and replace their usage withjlam1-3/+3
USE_TOOLS and any of "autoconf", "autoconf213", "automake" or "automake14". Also, we don't need to call the auto* tools via ${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care to symlink the correct tool to the correct name, so we can just use aclocal, autoconf, etc.
2005-05-03FOO_cmd variables should be set with =, not !=, since they're laterjlam1-2/+2
expanded when referenced as ${FOO_cmd:sh}.
2005-04-28Use :sh instead of != to defer evaluation until later in bsd.pkg.mk.jlam1-4/+4
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-21Fix build on 1.6, and make sure File::PathConvert is not installed.wiz3-3/+16
Closes PR 27024.
2005-02-24Add RMD160 checksums.wiz1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-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-24Upgrade to wml 2.0.9.kim7-109/+271
The ChangeLog from 2.0.3 is really huge, so I'm not including it here.
2004-04-25Convert to buildlink3.snj1-4/+4
2003-12-29Fix typo in previous.wiz1-2/+2
2003-12-28-current got redrawwin() -- replace USE_NCURSESwiz1-4/+7
with INCOMPAT_CURSES lines.
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-07-13PKGREVISION bump for libiconv update.wiz1-1/+2
2003-02-17convert to use test target from bsd.pkg.mkdillo1-4/+2
addresses PR pkg/19416
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz1-3/+2
to build with native curses.
2002-10-25buildlink1 -> buildlink2.wiz1-7/+6
2001-12-25Buildlinkify.wiz1-5/+9
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-4/+4
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-2/+3