Commit graph

119192 commits

Author SHA1 Message Date
rillig
c3d161ff5d In variable assignments in the shell you can sometimes leave out the
double quotes.
2007-11-07 17:01:24 +00:00
gdt
1ddd7f3cd0 Replace ${PKG_SILENT}${_PKG_DEBUG} with ${RUN}, per pkglint. 2007-11-07 16:50:00 +00:00
rillig
299c46b883 Filemasks and Pathmasks may very well contain special characters, so the
:Q operator should not be removed from them.
2007-11-07 16:47:27 +00:00
rillig
23d42df84f In shell commands, handle backticks inside double quotes. By the way,
double quotes inside backticks inside double quotes are error prone.
2007-11-07 16:42:56 +00:00
gdt
8b83dcbd56 use ${OLDNAME} instead of OLDNAME to make it clear that it's a
make variable.  Pointed out by rilling/pkglint.
2007-11-07 16:29:49 +00:00
rillig
e50a5ca891 When checking a single *.mk file, determine the used variables. This
avoids many false positive warnings when checking files in the mk/
directory.
2007-11-07 16:19:01 +00:00
shannonjr
7c6314fd87 Added entries for updating libassuan,dirmngr and gnupg2 2007-11-07 15:30:26 +00:00
shannonjr
55bd53c608 Added missing entry 2007-11-07 15:26:20 +00:00
shannonjr
33068eba75 Update to 2.0.7. This is maintenance release with a few minor enhancements.
Changes:
 * Fixed encryption problem if duplicate certificates are in the
   keybox.
 * Add new options min-passphrase-nonalpha, check-passphrase-pattern,
   enforce-passphrase-constraints and max-passphrase-days to
   gpg-agent.
 * Add command --check-components to gpgconf.  Gpgconf now uses the
   installed versions of the programs and does not anymore search via
   PATH for them.
2007-11-07 15:24:26 +00:00
heinz
ff3bcf0170 Added (some time ago)
net/nagios-plugin-spamd
Updated
	www/p5-libwww to 5.808nb2
2007-11-07 14:02:05 +00:00
rillig
e22a437a96 A friend class declaration isn't enough to make a class known.
Extra qualification removed.
2007-11-07 14:00:54 +00:00
gdt
61acf9d422 Allow make replace to replace a package with a name other than the new
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-07 13:50:09 +00:00
shannonjr
5d0e9e75a1 Update to 1.0.1. Changes:
* 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-07 12:43:21 +00:00
rillig
96082ff64b Fixed gcc4 error messages. 2007-11-07 12:28:59 +00:00
rillig
0522f0e913 Fixed the XXX from the last commit. PLIST conditionals are read in when
a package is checked and discarded for the directory and filename
checks.
2007-11-07 12:11:18 +00:00
rillig
168edd6650 Directories may be removed in a PLIST if there is a corresponding @exec
${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-07 11:58:57 +00:00
abs
ef77fd8fa4 Add explicit option check for -inet6 2007-11-07 11:51:52 +00:00
tnn
985099778b Updated net/Transmission to 0.92 2007-11-07 11:46:22 +00:00
rillig
784c92faca There is a bash script in the package. PKGREVISION++
Fixed some ancient unneeded PLIST lines.
2007-11-07 11:16:48 +00:00
shannonjr
d8efb0bb19 Upgrade to 1.0.3. This is a maintenance upgrade. Noteworthy changes in
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-07 11:13:15 +00:00
rillig
0e0e1a73df Warn about removal of unrelated directories in the PLIST. 2007-11-07 11:09:07 +00:00
rillig
e5fa877447 Activated the check-interpreter for PKG_DEVELOPERs. I don't remember why
activating this has taken so long.
2007-11-07 10:52:00 +00:00
rillig
bf77b3dccd Fixed LOWER_OPSYS in the PLIST. 2007-11-07 10:29:34 +00:00
bjs
151258bde3 + Updated shells/zsh-current to 4.3.4nb1 [bjs 2007-11-07] 2007-11-07 10:00:39 +00:00
bjs
39b78b5308 Add support for pcre to options.mk if ZSH_STATIC is undefined. Bump rev. 2007-11-07 09:59:27 +00:00
heinz
6ad274f2d7 Added support for installation to DESTDIR. 2007-11-07 09:56:05 +00:00
rillig
506c5a62cb Simpler include line. 2007-11-07 09:53:15 +00:00
rillig
498b3032c8 Made "bmake show-all-extract" work. 2007-11-07 09:52:58 +00:00
heinz
bbf6e9a476 Changed default behaviour to make the package install the GET, HEAD and
POST symlinks to lwp-request, as suggested in PR pkg/30737.
2007-11-07 09:45:00 +00:00
tron
4cfb5cb017 Remove "inet6" option. The "configure" script doesn't recognize
"--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-07 08:57:10 +00:00
rillig
eca5694820 Needs -lintl on Solaris. 2007-11-07 08:37:51 +00:00
bjs
f80dc9f9bd + Updated net/aria2 to 0.11.4nb1 [bjs 2007-11-07] 2007-11-07 08:09:25 +00:00
bjs
a774c57ff4 Employ USE_FEATURES for getopt_long and snpritnf. Remove devel/libgetopt dependency. Bump rev. 2007-11-07 08:08:18 +00:00
rillig
9d29af555e Not MAKE_JOBS_SAFE. 2007-11-07 08:03:55 +00:00
rillig
2f587dfa62 Made "show-all-pthread" work. 2007-11-07 07:49:02 +00:00
ghen
5582ad2d8d Needs pkg-config to build. 2007-11-07 07:47:43 +00:00
rillig
7b6a2ec229 Removed ONLY_FOR_PLATFORM, which was meant to exclude very early NetBSD
releases.
2007-11-07 07:40:19 +00:00
rillig
71b501b8f6 Don't hide user-defined commands. 2007-11-07 07:05:15 +00:00
wiz
84cf2d0fcd + TeXmacs-1.0.6.12, YoSucker-81, gtkmm-2.12.2, jam-2.5.2 [pkg/37285],
silc-toolkit-1.1.4, xlog-1.6.
2007-11-07 06:49:55 +00:00
schmonz
cb72b5f77e + ezmlm-idx-5.1.2, mailfront-1.11, nullmailer-1.04, solfege-3.8.2,
spamdyke-3.1.0.
2007-11-07 01:39:23 +00:00
gdt
fa01df74a0 comment out LICENESE for now. 2007-11-07 00:18:17 +00:00
rillig
e71d054254 Packages in two different directories should always generate different
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-06 23:30:15 +00:00
rillig
c0e80833bb More documentation. 2007-11-06 22:48:15 +00:00
tron
6049edfaa3 Note update of the "rtorrent" package to version 0.7.8. 2007-11-06 21:38:52 +00:00
tron
6410fedc6b Note update of the "libtorrent" package to version 0.11.8. 2007-11-06 21:38:37 +00:00
tron
4b8a89c9f4 Update "libtorrent" package to version 0.11.8 and "rtorrent" package
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-06 21:38:07 +00:00
reed
a756b42f09 Remove one of the master sites. It didn't resolve.
From Zafer A. via private mail.
2007-11-06 21:17:34 +00:00
drochner
ab2c89a2af Use gmake. NetBSD/current's make dcrashes on install. 2007-11-06 21:16:17 +00:00
drochner
451c47503f +gelemental 2007-11-06 20:17:18 +00:00
reed
466fc155f1 Old MASTER_SITES was no longer working.
Fix from Zafer in PR #37270.
2007-11-06 20:16:58 +00:00