Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-09-15 | Add MANINSTALL to BUILD_DEFS. With latest changes in bsd.pkg.mk, manual | jmmv | 1 | -1/+3 | |
page handling is automatic when MANINSTALL is not defined; this closes PR pkg/22562 by reed@reedmedia.net. | |||||
2003-08-23 | Update to version 0.113. | seb | 2 | -7/+10 | |
Pkgvi fix: deal with pathnames like `dir-with.a-dot/file-without-dot' for which the temporary file pathname hold in $tmp ended up as `dir-with.a-dot/file-without-dot.$$.a-dot/file-without-dot'. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -3/+3 | |
2003-07-16 | pkgvi: create temp files with the same extension as the original, so | grant | 2 | -3/+9 | |
editors can pick the right syntax. bump PKGREVISION to 0.112. | |||||
2003-07-07 | Use '@SH@' for pkgdiff's interpreter and substitute for it. | seb | 2 | -3/+4 | |
SH is /bin/ksh on Solaris, this gives us a working pkgdiff on Solaris. | |||||
2003-06-14 | Add support to pkgdiff for the environment variable PKGDIFF_FMT. This | atatat | 3 | -8/+22 | |
allows you to get context style or plain diffs from mkpatches or pkgdiff, instead of the default unified format. Sometimes it's very nice to be able to look at a different diff format. | |||||
2003-06-10 | Update to 1.110: make grep only match closed CVS tags (including the | wiz | 2 | -4/+4 | |
second $). | |||||
2003-05-28 | Update to version 0.109. | seb | 2 | -13/+24 | |
Belatedly document pkgvi's '+command' option per zuntum@ request. As textproc/groff now brings in a lot of dependencies don't make it a build dependency for this package on Solaris. XXX Hence do not install any man pages on Solaris. This is a temporary stopgap measure. Do people really want a somewhat important number of dependencies installed just to be able to do 'man mkpatches'? I surely don't... A better solution has to be devised. But as added bonus this package now handles gracefully MANINSTALL setting. See you have not lost everything! | |||||
2003-04-09 | Update to version 0.108. | seb | 2 | -4/+4 | |
Newer diffutils' (>=2.8, as seen in pkgsrc and -current) diff had seen the regexp syntax of its -I and -F options changed from Emacs syntax to grep syntax. Hence fix pkgdiff's diff invocation so diffs on configure scripts are kept to a minimum. | |||||
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2003-03-28 | NO_PATCH is deprecated, says pkglint. Remove it. | wiz | 1 | -2/+1 | |
2003-01-31 | Make excessive use of :Q in MAKE_ENV to placate pkglint | abs | 1 | -2/+2 | |
2002-12-30 | fix error message: s/one arguments/one argument/ | sommerfeld | 1 | -2/+2 | |
2002-11-04 | Update to 0.107: Do not exit when pkgdiff fails on one file, just report | wiz | 2 | -5/+4 | |
an error. | |||||
2002-08-25 | Revert previous change now that the buildlink2.mk files have hit the main | jlam | 1 | -2/+4 | |
trunk. These packages can now safely use buildlink2.mk files. | |||||
2002-08-23 | revert buildlink2.mk merge until Johnny has a chance to look at the issues | abs | 1 | -4/+2 | |
2002-08-23 | Merge pkgsrc/pkgtools from the buildlink2 branch back to the main trunk. | jlam | 1 | -2/+4 | |
2002-08-14 | Make patchdiff following package's PATCHDIR setting: useful when dealing with | seb | 2 | -4/+6 | |
packages sharing patch files directory. Increment the package version. Approved by wiz. | |||||
2002-07-21 | Add \n in an error message. Doesn't warrant version bump. | wiz | 1 | -2/+2 | |
2002-06-27 | add -p to the diff arguments; it's useful to know which function a | lukem | 1 | -4/+4 | |
patch applies to when updating a package | |||||
2002-04-02 | Use basename in dodiff() so `pkgdiff /path/to/configure' works as expected. | seb | 2 | -4/+4 | |
Bump to 0.105 | |||||
2002-03-10 | Make pkgdiff smarter re: configure patches: avoid most parts that only | wiz | 2 | -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-15 | Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external | agc | 1 | -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-04 | Fix the manpage by quoting .Nd because 'mdoc macros with the current groff | zuntum | 1 | -2/+2 | |
only take 9 arguments' Fix by wiz@netbsd.org (thanks! Thanks for Thomas Klausner for the idea! | |||||
2001-12-03 | Miscellaneous man page fixes. | wiz | 4 | -39/+50 | |
2001-12-03 | Update to 0.103: pkgvi now support +cmd as first argument, it is passed down | seb | 2 | -5/+9 | |
as first argument to the editor. | |||||
2001-11-19 | Set minimum required Perl version 5.6.0 because older version don't work. | tron | 1 | -1/+2 | |
This fixes PR pkg/14619 by Greg A. Woods. | |||||
2001-10-31 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-10-31 | Fix NAME in the manpage: | zuntum | 1 | -2/+2 | |
"run editor and make backup if file if necessary" -> "run editor and make backup of given file if necessary" | |||||
2001-10-31 | One \t less so it fits in 80 columns | zuntum | 1 | -9/+9 | |
2001-10-08 | Update to 0.102: Use GNU diff on Solaris for pkgdiff script (close PR ↵ | seb | 2 | -7/+14 | |
pkg/13988). | |||||
2001-09-27 | Mechanical changes to 375 files to change dependency patterns of the form | jlam | 1 | -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-14 | Update to 0.101: Fixes for Solaris by Stoned Elipot from pkg/13877. | wiz | 3 | -7/+9 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -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-13 | Xref pkgvi(1) | zuntum | 1 | -1/+2 | |
2001-05-31 | Fix dead HOMEPAGE | dent | 1 | -2/+2 | |
2001-05-24 | Update pkgdiff to 0.100 | abs | 2 | -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-04 | Update my email address | zuntum | 1 | -2/+2 | |
2001-03-31 | Make output of patchdiff more readable. A bit of tidy up while I'm here. | skrll | 2 | -15/+9 | |
Bump to 0.99 (what's next 0.100?) | |||||
2001-03-31 | Update mkpatches to pick up changes to files outside ${WRKSRC}. | skrll | 2 | -24/+24 | |
I now have no excuse for not including RCSids in patches. Bump version to 0.98. | |||||
2001-03-16 | pkgvi: fix cmp output redirection, remove some more backup files created | wiz | 2 | -4/+9 | |
by emacs. Bump version to 0.97. | |||||
2001-02-28 | whitespace fixes | wiz | 1 | -2/+2 | |
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-08 | add man/cat1/pkgvi.0 | wiz | 1 | -1/+2 | |
2001-01-21 | Fix usage (duplicate "echo") - patch by Tomasz Luchowski <zuntum@eik.pl> | hubertf | 1 | -2/+2 | |
2001-01-19 | Remove redundant variable assign. | hubertf | 1 | -2/+1 | |
Patch sent by Tomasz Luchowski <zuntum@eik.pl> in private mail. | |||||
2001-01-19 | Fix DESCR: `this is three tools: a.) b.) c.) d.)' | jwise | 1 | -2/+2 | |
2001-01-18 | Some bugfixes and improvements from both Tomasz Luchowski <zuntum@eik.pl> | hubertf | 2 | -30/+24 | |
and myself. Patch contributed in private mail. | |||||
2001-01-18 | exec with $editor, not $EDITOR. pkgvi now actually works as advertised. | jlam | 1 | -3/+3 | |
2001-01-17 | Update to 0.96: Add pkgvi, a wrapper that cares to backup files before you | hubertf | 6 | -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> |