Commit graph

76 commits

Author SHA1 Message Date
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
wiz
1cdb494d03 idea patent has expired, so set LICENSE to something more useful. 2016-10-03 08:15:50 +00:00
wiz
73716d23de Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
jperkin
a5f98844ec Support --mandir. Fixes PKGMANDIR. 2016-04-01 10:43:29 +00:00
agc
5293710fb4 Add SHA512 digests for distfiles for security category
Problems found locating distfiles:
	Package f-prot-antivirus6-fs-bin: missing distfile fp-NetBSD.x86.32-fs-6.2.3.tar.gz
	Package f-prot-antivirus6-ws-bin: missing distfile fp-NetBSD.x86.32-ws-6.2.3.tar.gz
	Package libidea: missing distfile libidea-0.8.2b.tar.gz
	Package openssh: missing distfile openssh-7.1p1-hpn-20150822.diff.bz2
	Package uvscan: missing distfile vlp4510e.tar.Z

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:17:40 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
bsiegert
f7a0112abb Fix off-by-one in tty output library. Patch provided by Wada Keiji in
PR pkg/49312.
2014-11-28 10:53:40 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
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.
2014-05-29 23:35:13 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
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-31 12:39:57 +00:00
asau
1a433eae91 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 18:16:19 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
joerg
c0778257ff Fix preprocessor usage. 2011-11-26 17:20:27 +00:00
zafer
42e46f2aff update master_sites. remove ftp.ifi.uio.no. service suspended. 2009-10-27 16:28:30 +00:00
zafer
d2c23832ed pgp5 has been removed from tuwien mirror. update master_sites. 2009-07-16 23:07:31 +00:00
joerg
c569c6a51f Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with
MAKE_JOBS=2 and worked without.
2009-06-30 00:07:09 +00:00
joerg
f0bbd1517d Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
f109fb13b1 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 11:35:41 +00:00
wiz
1a9fb1c283 Remove ftp.ch.pgpi.com from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37331.
2007-11-12 00:06:52 +00:00
rillig
ece592ed4a Renamed the deprecated LICENCE to LICENSE, which has the exactly same
meaning.
2007-10-31 12:29:33 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
wiz
b6160330f7 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:53:15 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
joerg
2033572e6e va_arg has to consider int promotion of char. 2006-01-20 00:37:45 +00:00
rillig
e06d2edc1f Removed the USE_RSAREF2 variable and a big, fat warning, as the variable
does not affect the package in any way.
2005-10-08 22:36:49 +00:00
rillig
a6eb6b931e Sorted PLIST. 2005-10-08 22:36:00 +00:00
mjl
97b1b10f17 Relinquish maintainership 2005-09-27 22:37:25 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
grant
3232ee482f formatting tweak. 2004-01-02 00:07:58 +00:00
grant
dc0dfa83b3 correct path for ftp.tuwien.ac.at, and consistently use the 'ftp'
hostname.
2004-01-01 23:58:34 +00:00
mycroft
5ebe510ed0 Trivial fix for GCC3. 2003-09-29 23:31:49 +00:00
jmmv
39f04a62dc Let the COMMENT be plural: the package provides multiple utilities. 2003-07-23 14:22:59 +00:00
jmmv
01752f4968 Make descriptions and comments a bit different between pgp2 and pgp5,
as proposed in PR pkg/22227 by reed@reedmedia.net.
2003-07-23 10:51:13 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
mjl
88c5d3a87e Correct man page xrefs pgp(1) -> pgp5(1).
Import some patches (via FreeBSD), one of them concerning weak rnd number
generation.
2002-08-25 15:18:41 +00:00
jlam
e1be891dbc Change explicit build dependencies on perl into "USE_PERL5=build". This
makes these packages build correctly on Darwin where perl>=5.8.0 is
required.
2002-07-24 19:45:22 +00:00
wennmach
3397d3ec4c The command line changes can be found in pgp5(1), not in pgp(1). 2002-03-26 18:14:11 +00:00
wiz
837ac02891 Shorten comment. 2002-03-14 12:35:59 +00:00
wiz
180d1b814a regen 2002-03-14 12:33:08 +00:00
wiz
25f9b48b64 Standardize patches. 2002-03-14 12:33:00 +00:00
wiz
0c39bad777 Disable "bad" assembler (gcc-2.95.3 does not want to compile it).
Closes pkg/15138.
2002-03-14 12:32:40 +00:00
wiz
a2121b2d1a Standardize patch. 2002-03-14 12:26:46 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
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-09-27 23:17:41 +00:00
jlam
d75cbbb9fd Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also change
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-30 04:16:08 +00:00
agc
a35e3d707c Move to sha1 digests, add distfile sizes. 2001-04-19 15:40:29 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00