Commit graph

86 commits

Author SHA1 Message Date
seb
60ce5372b0 Use basename in dodiff() so `pkgdiff /path/to/configure' works as expected.
Bump to 0.105
2002-04-02 10:56:47 +00:00
wiz
559b7f0451 Make pkgdiff smarter re: configure patches: avoid most parts that only
change the line number in the configure script.
Mostly by Stoned Elipot, with slight changes by me.
Bump to 0.104.
2002-03-10 22:04:01 +00:00
agc
ccff9099bc Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package.

_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.
2001-12-15 20:25:34 +00:00
zuntum
16fefd5f87 Fix the manpage by quoting .Nd because 'mdoc macros with the current groff
only take 9 arguments'

Fix by wiz@netbsd.org (thanks!
Thanks for Thomas Klausner for the idea!
2001-12-04 11:54:44 +00:00
wiz
b4f0a668fa Miscellaneous man page fixes. 2001-12-03 19:03:19 +00:00
seb
0ff798a7c8 Update to 0.103: pkgvi now support +cmd as first argument, it is passed down
as first argument to the editor.
2001-12-03 14:30:16 +00:00
tron
140218095a Set minimum required Perl version 5.6.0 because older version don't work.
This fixes PR pkg/14619 by Greg A. Woods.
2001-11-19 08:03:37 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
zuntum
31e86f868b Fix NAME in the manpage:
"run editor and make backup if file if necessary"
 -> "run editor and make backup of given file if necessary"
2001-10-31 07:58:20 +00:00
zuntum
d9b8030f6c One \t less so it fits in 80 columns 2001-10-31 07:31:45 +00:00
seb
f706acd969 Update to 0.102: Use GNU diff on Solaris for pkgdiff script (close PR pkg/13988). 2001-10-08 15:59:52 +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
wiz
f6b217ba97 Update to 0.101: Fixes for Solaris by Stoned Elipot from pkg/13877. 2001-09-14 22:40:57 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
zuntum
756957814d Xref pkgvi(1) 2001-06-13 17:50:31 +00:00
dent
91216ef077 Fix dead HOMEPAGE 2001-05-31 10:24:40 +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
zuntum
1282c73559 Update my email address 2001-04-04 13:15:11 +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
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
wiz
fdd1138d91 whitespace fixes 2001-02-28 10:33:52 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
wiz
e5729cb533 add man/cat1/pkgvi.0 2001-02-08 09:35:35 +00:00
hubertf
068d8b4839 Fix usage (duplicate "echo") - patch by Tomasz Luchowski <zuntum@eik.pl> 2001-01-21 15:09:41 +00:00
hubertf
1dfcd0a586 Remove redundant variable assign.
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-19 13:02:14 +00:00
jwise
27262fa57c Fix DESCR: `this is three tools: a.) b.) c.) d.)' 2001-01-19 00:51:22 +00:00
hubertf
4597d80670 Some bugfixes and improvements from both Tomasz Luchowski <zuntum@eik.pl>
and myself. Patch contributed in private mail.
2001-01-18 17:04:21 +00:00
jlam
2b905afd72 exec with $editor, not $EDITOR. pkgvi now actually works as advertised. 2001-01-18 15:40:23 +00:00
hubertf
9142ed6c05 Update to 0.96: Add pkgvi, a wrapper that cares to backup files before you
modify them (and that also handles unmodified files in a sane way by deleting
backup files that had no changes).

The pkgvi utility was contributed by Tomasz Luchowski <zuntum@eik.pl>
2001-01-17 23:16:44 +00:00
hubertf
34608e612c Update to 0.95. Changes:
Allow only one file as argument, newfile, and assume oldfile as
newfile.orig.
2000-08-26 04:40:28 +00:00
wiz
c4ad715cef Make patchdiff work again after the last changes. Bump to 0.94. 2000-08-17 03:09:24 +00:00
abs
abe53649a8 Sort the list of files for which to generate patches in mkpatches
Update to 0.93
2000-08-15 14:43:41 +00:00
abs
2cbe4710e7 Remove date from +++ lines in patch - removes needless differences when
patches are regenerated. Update to 0.92
2000-08-15 14:35:22 +00:00
wiz
13f99fafda pkgdiff now only generates output at all if the files differ.
mkpatches doesn't generate empty patches, and warns if name and name.orig
don't differ.
Bump version to 0.91.
2000-07-01 02:38:55 +00:00
wiz
464f7a093a Import of pkgdiff & friends, some tools for easier patch creation
and maintenance.
2000-06-28 01:42:42 +00:00