Commit graph

363 commits

Author SHA1 Message Date
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
zuntum
1282c73559 Update my email address 2001-04-04 13:15:11 +00:00
wennmach
cde384dd38 Update pkgconflict to 0.2; add pkgdbextract script 2001-04-03 18:03:03 +00:00
wiz
27dda2c8aa Teach pkglint about BUILD_USES_MSGFMT, and where it recommend using it.
BUILD_USES_MSGFMT is expected in the DEPENDs block now.
Also recognize ${PKGSRCDIR} in DIGEST_FILE.
Bump version to 2.43.
2001-04-02 19:02:33 +00:00
wennmach
296b54558d Add and enable pkgconflict 2001-04-02 18:05:28 +00:00
wennmach
9b1b05a739 Initial import of pkgconflict, a script to find conflicting packages
in pkgsrc.
2001-04-02 18:04:03 +00:00
skrll
27e5c6a14b Make output of patchdiff more readable. A bit of tidy up while I'm here.
Bump to 0.99 (what's next 0.100?)
2001-03-31 20:19:03 +00:00
skrll
32d4ca07ea Update mkpatches to pick up changes to files outside ${WRKSRC}.
I now have no excuse for not including RCSids in patches.

Bump version to 0.98.
2001-03-31 17:24:03 +00:00
abs
803ed9c143 Update pkglint to 2.42 - teach lintpkgsrc about digest, including handling
the same distfile used by different packages with different checksum methods.
2001-03-30 16:30:24 +00:00
agc
9245ae2221 Include the rmd160 sources unconditionally, in reponse to a number of
reports which state that, although /usr/include/rmd160.h exists, the
corresponding rmd160*() routines are not available in libc.

Bump version number to 20010320
2001-03-29 08:42:14 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
fredb
ec58eab759 Withdraw that last change. "bsd.man.mk" compresses man pages whenever
"MANZ" is set, regardless of it's value. The change only seemed to work
because of the turds left over from the last failed install.
2001-03-26 16:48:25 +00:00
fredb
3fadab48fb Make ${MANZ} really work even if protected by ".ifdef BSD_PKG_MK" in
/etc/mk.conf. Otherwise, in the case where ${MANZ_COMPRESSED_IF_MANZ}
and ${MANZ} are both protected by ".ifdef BSD_PKG_MK", the former fixes
the PLIST inappropriately.
2001-03-26 16:34:00 +00:00
agc
c5809a44ab + Use libc mods to force aligned access.
+ Always use the included sha1 source, since libc's may cause
unaligned access.
+ Don't allow weak aliases in included sha1 code.
+ Bump package version number
2001-03-26 12:57:32 +00:00
hubertf
6e262e74c8 Add note how to actually run this. 2001-03-23 14:49:55 +00:00
agc
d33b36cd21 Align correctly on LP64 platforms - from Andrew Brown and Simon Burge.
Bump version string accordingly
2001-03-22 09:51:47 +00:00
manu
9436891712 Added a -s flag to strip leading directories in file paths. Requested by
the Netscape package for PowerPC, and probably others.
2001-03-20 20:18:07 +00:00
tron
1896f797fa No manual pages under Solaris until "nroff" has been integrated into
"zoularis".
2001-03-16 22:20:59 +00:00
wiz
96eabdba05 pkgvi: fix cmp output redirection, remove some more backup files created
by emacs. Bump version to 0.97.
2001-03-16 13:11:41 +00:00
abs
3a7d41cbba Update to 2.41:
lintpkgsrc - when parsing ${VAR:S/x/y/} type constructs in Makefiles,
	handle separators other than '/'.
2001-03-15 15:10:22 +00:00
agc
30b3ee084a No functional changes.
Add a very small regression test script.
Add a "test" target to the package Makefile.
Suggested by Dan McMahill.
2001-03-14 17:27:05 +00:00
dmcmahill
096a883221 bump version to go with last change 2001-03-13 15:14:30 +00:00
dmcmahill
aa50384881 add missing header file. makes this build on alpha with -Werror. 2001-03-13 15:09:55 +00:00
agc
6fed36d326 Add sha256, sha384 and sha512 digest algorithms, with BSD-licenced
code from Aaron Gifford.

Bump version number to 20010307

Simplify the manual page installation:

+ remove the :D.gz modifier from the manual page installation commands.
It's not necessary, as bsd.pkg.mk works out whether the manual page
is gzipped or not

+ just use the make(1) :M modifier to work out
whether catinstall and maninstall are set in ${MANINSTALL}
2001-03-12 09:08:40 +00:00
fredb
80d72de5ae Make "MANZ" do the right thing on pre-1.5 NetBSD (no ':D' modifier). 2001-03-12 06:21:58 +00:00
tron
49942d77b2 Make this build with the latest "zoularis" again. 2001-03-11 22:29:16 +00:00
tron
02b9a46f56 Remove unnecessary bootstrap kludge to make patches work for this package.
Because the source are included we can simply update them.
2001-03-10 15:55:14 +00:00
tron
9990264d87 Solve chicken and egg problem by using a bootstrap digest shell script
used to verify the patch checksums of this package.
2001-03-10 15:26:15 +00:00
tron
5be1fa6c13 To make bootstrap of this package work again we need MD5 checksums. 2001-03-10 15:23:55 +00:00
wiz
5400d3e577 regen (pkglint!) 2001-03-10 13:59:05 +00:00
tron
f4a60f3f98 Make this package work under Solaris. 2001-03-10 11:18:09 +00:00
agc
7375ba660e Don't use __weak_alias() when compiling. Fixes a coredump on 1.5, noted
by Chuq Silvers
2001-03-08 14:55:17 +00:00
wiz
8cc059a920 Update pkglint to 2.40.
Now handles the digests other than md5. Expands variables in ${PKGNAME};
doesn't check Makefile comments or COMMENTs for use of reserved words;
and some minor cleanup. (Removes ~100 bogus warnings from lintpkgsrc -l).
2001-03-08 10:14:49 +00:00
kim
4ee988397c Fix manual page registration. 2001-03-07 23:03:19 +00:00