summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-11-07A friend class declaration isn't enough to make a class known.rillig3-11/+31
Extra qualification removed.
2007-11-07Allow make replace to replace a package with a name other than the newgdt2-10/+21
one, via "make replace OLDNAME=oldpkgname". Enhance replace-names to use OLDNAME if present. Move replace-names target before replace-tarup, and change replace-tarup to use the computed oldname. Make deinstall respect OLDNAME. Tested on netbsd-current with standard make replace and with OLDNAME.
2007-11-07Update to 1.0.1. Changes:shannonjr5-35/+40
* The option --ocsp-signer may now take a filename to allow several certificates to be valid signers for the default responder. * New option --ocsp-max-period and improved the OCSP time checks. * New option --force-default-signer for dirmngr-client.
2007-11-07Fixed gcc4 error messages.rillig3-1/+33
2007-11-07Fixed the XXX from the last commit. PLIST conditionals are read in whenrillig1-1/+19
a package is checked and discarded for the directory and filename checks.
2007-11-07Directories may be removed in a PLIST if there is a corresponding @execrillig1-2/+9
${MKDIR}. In PLIST.common_end, directories that have been populated in PLIST.common may also be removed. XXX: The PLIST_SUBST macros that may expand to "@comment " are currently not distinguished from pathname macros. This leads to some false positive warnings.
2007-11-07Add explicit option check for -inet6abs2-1/+15
2007-11-07Updated net/Transmission to 0.92tnn1-1/+2
2007-11-07There is a bash script in the package. PKGREVISION++rillig2-7/+5
Fixed some ancient unneeded PLIST lines.
2007-11-07Upgrade to 1.0.3. This is a maintenance upgrade. Noteworthy changes inshannonjr2-7/+7
version 1.0.3: * New functions assuan_process_done and assuan_inquire_ext to support external event loops. * Changed the license of the library code back to LGPLv2.1 to support a bunch of GPLv2(only) software which does not allow the use of LGPLv3. * Assorted bug fixed and code cleanups.
2007-11-07Warn about removal of unrelated directories in the PLIST.rillig1-3/+16
2007-11-07Activated the check-interpreter for PKG_DEVELOPERs. I don't remember whyrillig1-1/+5
activating this has taken so long.
2007-11-07Fixed LOWER_OPSYS in the PLIST.rillig1-3/+3
2007-11-07+ Updated shells/zsh-current to 4.3.4nb1 [bjs 2007-11-07]bjs1-1/+2
2007-11-07Add support for pcre to options.mk if ZSH_STATIC is undefined. Bump rev.bjs2-2/+15
2007-11-07Added support for installation to DESTDIR.heinz1-6/+8
2007-11-07Simpler include line.rillig1-2/+2
2007-11-07Made "bmake show-all-extract" work.rillig1-1/+5
2007-11-07Changed default behaviour to make the package install the GET, HEAD andheinz3-7/+16
POST symlinks to lwp-request, as suggested in PR pkg/30737.
2007-11-07Remove "inet6" option. The "configure" script doesn't recognizetron1-9/+2
"--enable-inet6" or "--disble-inet6 anymore and decides automatically whether to enable IPv6 support. Pointed out by Matthias Andree in private e-mail.
2007-11-07Needs -lintl on Solaris.rillig1-1/+2
2007-11-07+ Updated net/aria2 to 0.11.4nb1 [bjs 2007-11-07]bjs1-1/+2
2007-11-07Employ USE_FEATURES for getopt_long and snpritnf. Remove devel/libgetopt ↵bjs8-3/+117
dependency. Bump rev.
2007-11-07Not MAKE_JOBS_SAFE.rillig1-1/+2
2007-11-07Made "show-all-pthread" work.rillig1-1/+5
2007-11-07Needs pkg-config to build.ghen1-2/+2
2007-11-07Removed ONLY_FOR_PLATFORM, which was meant to exclude very early NetBSDrillig1-4/+1
releases.
2007-11-07Don't hide user-defined commands.rillig1-4/+4
2007-11-07+ TeXmacs-1.0.6.12, YoSucker-81, gtkmm-2.12.2, jam-2.5.2 [pkg/37285],wiz1-3/+7
silc-toolkit-1.1.4, xlog-1.6.
2007-11-07+ ezmlm-idx-5.1.2, mailfront-1.11, nullmailer-1.04, solfege-3.8.2,schmonz1-5/+6
spamdyke-3.1.0.
2007-11-07comment out LICENESE for now.gdt1-2/+2
2007-11-06Packages in two different directories should always generate differentrillig1-2/+2
PKGNAMEs. The packages in suse91_* and suse91_32_* didn't do that. One effect of this was that the pbulk framework didn't record the packages from both directories. It only took the first one, which happened to be the suse91_32_* (which aren't available for i386). The others were disarded, so effectively all Linux binary packages were skipped.
2007-11-06More documentation.rillig1-5/+31
2007-11-06Note update of the "rtorrent" package to version 0.7.8.tron1-1/+2
2007-11-06Note update of the "libtorrent" package to version 0.11.8.tron1-1/+2
2007-11-06Update "libtorrent" package to version 0.11.8 and "rtorrent" packagetron4-14/+12
to version 0.7.8. Changes since version 0.11.7/0.7.7: - Several new commands for use with XMLRPC. See the SVN log for a complete list. - Fixed the wrong tracker requests being sent when finishing a torrent. - Added Peer Exchange support, enable with the "peer_exchange=yes" option. - Don't skip the last line in rc files missing the final newline. - The torrent is no longer closed on finished for on_finished commands as it did last release. Instead d.set_directory causes the download to call close_directly to allow moving of finished torrents. - Added "close_on_ratio". - Allow commands to be appended to "{stop,close}_on_ratio", so you can e.g. erase a torrent that has finished. - Set "encryption=allow_incoming,prefer_plaintext,enable_retry" by default.
2007-11-06Remove one of the master sites. It didn't resolve.reed1-2/+1
From Zafer A. via private mail.
2007-11-06Use gmake. NetBSD/current's make dcrashes on install.drochner1-2/+2
2007-11-06+gelementaldrochner1-1/+2
2007-11-06Old MASTER_SITES was no longer working.reed1-2/+2
Fix from Zafer in PR #37270.
2007-11-06import gelemental-1.2.0, a periodic system viewer, obviously continuingdrochner5-0/+92
"gperiodic" with a more polished UI
2007-11-06Add another mirror. From Zafer in PR #37269.reed1-2/+3
2007-11-06Add another mirror.reed1-2/+3
This closes PR 37268.
2007-11-06update path in PKGCONFIG_OVERRIDEdrochner1-2/+2
(purely cosmetical because there are no libraries to add rpaths for)
2007-11-06add a patch from Redhat bugzilla #323571 to fix CVE-2007-5116:drochner3-3/+65
A flaw was found in Perl's regular expression engine. Specially crafted input to a regular expression can cause Perl to improperly allocate memory, possibly resulting in arbitrary code running with the permissions of the user running Perl.
2007-11-06Packages in two different directories should always generate differentrillig1-2/+2
PKGNAMEs. The packages in suse100_* and suse100_32_* didn't do that. One effect of this was that the pbulk framework didn't record the packages from both directories. It only took the first one, which happened to be the suse100_32_* (which aren't available for i386). The others were disarded, so effectively all Linux binary packages were skipped. Ok'ed by jlam.
2007-11-06- djangorillig2-4/+2
2007-11-06Removed django again. It was already there, in the directoryrillig4-922/+0
www/py-django.
2007-11-06The "short" names for tools may only be used in the predefinedrillig1-2/+2
{pre,do,post}-* targets, not in user-defined ones.
2007-11-06Fixed the homepage URL.rillig1-2/+2