summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-21Add \n in an error message. Doesn't warrant version bump.wiz1-2/+2
2002-06-27add -p to the diff arguments; it's useful to know which function alukem1-4/+4
patch applies to when updating a package
2002-04-02Use basename in dodiff() so `pkgdiff /path/to/configure' works as expected.seb2-4/+4
Bump to 0.105
2002-03-10Make pkgdiff smarter re: configure patches: avoid most parts that onlywiz2-6/+16
change the line number in the configure script. Mostly by Stoned Elipot, with slight changes by me. Bump to 0.104.
2001-12-15Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the externalagc1-3/+2
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-04Fix the manpage by quoting .Nd because 'mdoc macros with the current groffzuntum1-2/+2
only take 9 arguments' Fix by wiz@netbsd.org (thanks! Thanks for Thomas Klausner for the idea!
2001-12-03Miscellaneous man page fixes.wiz4-39/+50
2001-12-03Update to 0.103: pkgvi now support +cmd as first argument, it is passed downseb2-5/+9
as first argument to the editor.
2001-11-19Set minimum required Perl version 5.6.0 because older version don't work.tron1-1/+2
This fixes PR pkg/14619 by Greg A. Woods.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-31Fix NAME in the manpage:zuntum1-2/+2
"run editor and make backup if file if necessary" -> "run editor and make backup of given file if necessary"
2001-10-31One \t less so it fits in 80 columnszuntum1-9/+9
2001-10-08Update to 0.102: Use GNU diff on Solaris for pkgdiff script (close PR ↵seb2-7/+14
pkg/13988).
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
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-14Update to 0.101: Fixes for Solaris by Stoned Elipot from pkg/13877.wiz3-7/+9
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-06-13Xref pkgvi(1)zuntum1-1/+2
2001-05-31Fix dead HOMEPAGEdent1-2/+2
2001-05-24Update pkgdiff to 0.100abs2-4/+12
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-04-04Update my email addresszuntum1-2/+2
2001-03-31Make output of patchdiff more readable. A bit of tidy up while I'm here.skrll2-15/+9
Bump to 0.99 (what's next 0.100?)
2001-03-31Update mkpatches to pick up changes to files outside ${WRKSRC}.skrll2-24/+24
I now have no excuse for not including RCSids in patches. Bump version to 0.98.
2001-03-16pkgvi: fix cmp output redirection, remove some more backup files createdwiz2-4/+9
by emacs. Bump version to 0.97.
2001-02-28whitespace fixeswiz1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-08add man/cat1/pkgvi.0wiz1-1/+2
2001-01-21Fix usage (duplicate "echo") - patch by Tomasz Luchowski <zuntum@eik.pl>hubertf1-2/+2
2001-01-19Remove redundant variable assign.hubertf1-2/+1
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail.
2001-01-19Fix DESCR: `this is three tools: a.) b.) c.) d.)'jwise1-2/+2
2001-01-18Some bugfixes and improvements from both Tomasz Luchowski <zuntum@eik.pl>hubertf2-30/+24
and myself. Patch contributed in private mail.
2001-01-18exec with $editor, not $EDITOR. pkgvi now actually works as advertised.jlam1-3/+3
2001-01-17Update to 0.96: Add pkgvi, a wrapper that cares to backup files before youhubertf6-7/+180
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>
2000-08-26Update to 0.95. Changes:hubertf2-12/+20
Allow only one file as argument, newfile, and assume oldfile as newfile.orig.
2000-08-17Make patchdiff work again after the last changes. Bump to 0.94.wiz2-6/+8
2000-08-15Sort the list of files for which to generate patches in mkpatchesabs2-4/+4
Update to 0.93
2000-08-15Remove date from +++ lines in patch - removes needless differences whenabs2-4/+6
patches are regenerated. Update to 0.92
2000-07-01pkgdiff now only generates output at all if the files differ.wiz3-9/+22
mkpatches doesn't generate empty patches, and warns if name and name.orig don't differ. Bump version to 0.91.
2000-06-28Import of pkgdiff & friends, some tools for easier patch creationwiz10-0/+408
and maintenance.