Commit graph

396 commits

Author SHA1 Message Date
zuntum
756957814d Xref pkgvi(1) 2001-06-13 17:50:31 +00:00
wiz
bbec7d2140 Remove lots of dead and FreeBSD-specific code.
Some slight improvements while I'm here.
That's worth a new major: 3.00.
2001-06-09 15:36:12 +00:00
wiz
3984b8abd8 Warn about deprecated DIGEST_FILE and PATCH_SUM_FILE.
Bump to 2.57.
2001-06-09 12:30:53 +00:00
kei
01a1bbfb17 - You must set the environment variable XAPPLRESDIR, not the shell variable.
Add an export line to do so to the example.
2001-06-06 02:39:09 +00:00
dmcmahill
3e4b7dc160 update to cdpack-1.1.
Changes are:

add a '-X directory' option which allows you to specify a directory whose
contents should be included on the last CD of the set.  This is useful
for including, for example, a pkgsrc.tar.gz tarball which doesn't need
to be duplicated on each CD.

make the usage output be a little better.  in particular, list the options
and mention the existance of a manpage.
2001-06-02 02:03:51 +00:00
skrll
4a3dd5d941 xpkgwedge is no longer considered experimental. Change comment to reflect
new reality.
2001-06-01 11:36:01 +00:00
wiz
c39570e298 Silence some warnings. Patch submitted by Ben Collver in pkg/13029. 2001-06-01 01:26:59 +00:00
abs
fb9c17ae53 Another day, another pkglint version.
lintpkgsrc:
    If a binary package matches more than one vulnerability, only report once.
    Ensure LINTPKGSRC is set when parsing mk.conf
2001-05-31 17:37:25 +00:00
dent
94e0532c1f Fix dead HOMEPAGE. 2001-05-31 10:25:21 +00:00
dent
91216ef077 Fix dead HOMEPAGE 2001-05-31 10:24:40 +00:00
abs
ce9888ba12 Update pkglint to 2.55
Fix lintpkgsrc to correctly parse packages containing '+',
	from PR 12996 by Wolfgang Rupprecht
2001-05-30 16:44:46 +00:00
abs
bc0f328ba4 Update pkgdiff to 0.100
if pkgdiff failed due to a problem with RCS ids, mkpatches would save the
failure message as a patch. Change to abort if pkgdiff has a non zero exit
(with the pkgdiff output). Also add a '-v' flag to indicate which .orig
file is being associated with which patchfile as processed.
2001-05-24 17:02:44 +00:00
agc
1ae709ff51 Escape expansion of ${CC} in the environment 2001-05-22 08:36:21 +00:00
abs
789f79b8fd Updated pkglint to 2.54 - for lintpkgsrc fix case of PKGSRCDIR not set
in environment, mk.conf, or command line.
2001-05-21 13:27:14 +00:00
wiz
35b64a2605 add and enable python-mk 2001-05-18 23:33:51 +00:00
abs
6016c0d8e8 Update pkglint to 2.53
Extend 'lintpkgsrc -u' to list REQUIRED entries for mismatched packages,
handle PACKAGES?=xxx in mk.conf
2001-05-18 10:38:47 +00:00
abs
4f310d37d9 Capitalise first letter of COMMENT 2001-05-17 14:35:50 +00:00
abs
b3edf2cfb2 Update pkglint to 2.52:
Handle empty variable settings 'VAR=' in lintpkgsrc, to match
	recent postgresql package Makefiles
2001-05-16 11:36:47 +00:00
agc
ec25a5bbb0 Sync the manpage with reality: s/md5/distinfo/g 2001-05-14 15:01:24 +00:00
drochner
29042bf013 first cut on a Makefile snippet for common python package stuff 2001-05-14 13:41:32 +00:00
wiz
61e3196ab4 Warn on finding USE_PERL (not USE_PERL5), and on DEPENDS with
continuation lines.
Bump to 2.51.
2001-05-12 15:19:14 +00:00
agc
f1c1334eb9 Revert previous change - the man pages get added to the generated PLIST
by the pre-install target, depending upon the setting of MANINSTALL.
2001-05-09 07:28:10 +00:00
dmcmahill
e7bac5173f fix COMMENT typo. 2001-05-09 03:30:25 +00:00
hubertf
48f1d936fd add manpages 2001-05-09 02:45:03 +00:00
wiz
5bc6527b52 Update to 1.10, provided by Bernd Ernesti. Addresses pkg/12820. 2001-05-05 15:54:38 +00:00
abs
704d023a24 Update pkglint to 2.50
Implement pkglint -V which displays pkglint version
(Useful for ftp.netbsd.org automated checks)
2001-05-03 19:18:55 +00:00
dmcmahill
db5d23bac3 add another TODO item. (flag to exclude NO_BIN_ON_CDROM packages). 2001-05-03 00:30:52 +00:00
dmcmahill
2e28011fbd make a note in the author section that I got the idea of duplicating packages
to eliminate inter-cd dependencies from Todd Vierling.
2001-05-03 00:29:06 +00:00
abs
5efb6adb10 Update pkglint to 2.49
lintpkgsrc now handles '/1' suffix in make Sy: expressions
2001-05-01 15:52:50 +00:00
dmcmahill
03bda0fd9e add a TODO/wish list. This file is only there to be read by someone who
wants to hack on the package and is not otherwise used (so I don't feel
bad adding it during the freeze).
2001-04-28 13:49:43 +00:00
dmcmahill
dc4e707a40 add and enable cdpack 2001-04-27 18:17:21 +00:00
dmcmahill
3dd01e2422 initial import of cdpack-1.0
cdpack is a small utility for creating ISO 9660 images for
a multi-CD binary package collection.  The utility creates
ISO 9660 images for all the binary packages in a specified
directory.  A choice of two algorithms is available for how
the packages are grouped.  The "no duplication" algorithm
arranges the packages so any package on CD number `n' will
have all of its dependencies on CD numbers 1 through `n'.
The "no inter-CD depends" algorithm will place certain
packages on more than one CD to ensure that each CD is self
contained (all package dependencies are satisfied within
the single CD).
2001-04-27 18:16:41 +00:00
abs
0a30ac1a66 Hardcode in PREFIX/bin/perl rather than using /usr/bin/env, as NetBSD does not
have /usr/pkg/bin in the default path for cron etc. ick.
2001-04-27 16:10:36 +00:00
wiz
4931399076 Look for deprecated md5/patch-sum files in correct dir.
Bump to 2.48.
2001-04-23 14:49:44 +00:00
wiz
2c68a2075a Undo part of previous, since it doesn't work as expected.
Bump to 2.47.
2001-04-22 16:16:14 +00:00
jlam
202e606ccb Update perl-mk to 1.1. Changes from version 1.0:
* Instead of creating the bsd.perl.mk file at build-time, create it at
  install-time using the currently-installed perl executable.  This change
  forces that bsd.perl.mk PERL5_* variables to be consistent with the
  version of the installed perl package, regardless of whether perl-mk is
  installed as a binary package or not.  This fixes a problem noted on
  tech-pkg by manu@netbsd.org.
2001-04-22 06:25:18 +00:00
wiz
3cdd73e630 Use the same pattern for matching patch files as in bsd.pkg.mk.
Fixes a bogus warning for at least devel/patch.
2001-04-21 12:54:17 +00:00
wiz
b65c5ab396 DISTINFO_FILE, not DIGEST_FILE; fixes some 'missing distinfo file' warnings.
Bump to 2.45.
2001-04-19 13:25:41 +00:00
hubertf
83bb55975b remove NetBSDism - there is no "text" set on !NetBSD 2001-04-19 01:50:06 +00:00
agc
b10d5c5ec2 move to sha1 digests, and add distfile sizes. 2001-04-18 15:16:01 +00:00
abs
5f667fc4e1 Update pkglint to 2.44 to match distinfo enhancements to pkgsrc by agc 2001-04-17 17:08:41 +00:00
hubertf
9f0cac147a Warn user that the 'text' set must be installed in order to build
(and install) this package.
2001-04-17 14:44:31 +00:00
agc
e89f1767fe + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ add distfile sizes to distinfo
2001-04-17 12:19:48 +00:00
agc
d0c6da854f + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ add distfile sizes to distinfo
2001-04-17 12:01:42 +00:00
hubertf
64289a1090 This pkg was broken after ECHO_CMD was removed. Patch to fix this
contributed by Stoned Elipot <Stoned.Elipot@script.jussieu.fr> in
private mail.
2001-04-13 18:13:34 +00:00
wennmach
a0f2e918ed Update to version 0.3 2001-04-10 14:21:56 +00:00
wennmach
ea572ca6b5 o We use the built-in type `text' now
o Do the conversion from type `text *' to `char *' correctly

o Catch NULL pointers
2001-04-10 14:20:16 +00:00
wennmach
e18a350e7f Three major changes:
o Implement a +COMMENT file parser as a kind of state machine with `awk'.

o Use recommended built-in type `text' instead of `varchar' in PostgreSQL.

o Redo SQL queries to take registered conflicts into account.
2001-04-10 14:16:08 +00:00
wennmach
806e44527a tar -C does not work if the cwd is not writable (I consider this a tar bug),
so do it the standard way: cat ... | (cd ...; tar ...)
2001-04-10 14:09:20 +00:00
hubertf
dddf50da0d fix typo, pointed out by zuntum 2001-04-09 14:51:47 +00:00