| Age | Commit message (Collapse) | Author | Files | Lines |
|
Apple switched from GNU diff to their own diff.
It does not support combining -q with -U so depend on GNU diff from pkgsrc.
|
|
|
|
Unlink files in mkpatches before new files are moved into place. Avoids .nfs*
warts when creating patches on an NFS file system.
|
|
|
|
|
|
|
|
|
|
Do not prefix an absolute path argument with $cwd.
Declare a handful of variables, and 'use warnings'.
Fixes PR pkg/54485
|
|
|
|
Fixes manual page installation. Bump PKGREVISION.
|
|
|
|
|
|
to mkpatches(1).
Requested by jperkin.
Update man pages.
Bump version.
|
|
Bump version.
Requested by joerg@
Reviewed by leot@
|
|
patchdiff. It is often useful to have tools in one prefix and reach-over
patch creation with a different make and different WRKOBJDIR settings,
e.g. when developing in a bulk build environment.
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
1.6: Correctly handle filenames with whitespace in pkgdiff and mkpatches
|
|
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
|
|
|
|
page installation.
|
|
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
are called p5-*.
I hope that's all of them.
|
|
in the diff output. Also, improve the error message that occurs if this
also fails. Fixes PR 46962.
|
|
|
|
|
|
1.3: Handle whitespace in filenames a little better in pkgvi
plus: a light sprinkle of pkglint
|
|
WRKSRC. Needed for some ruby packages, requested by taca@
Bump version to 1.2.
|
|
-D provides the previous behaviour of creating patches in $WRKDIR/.newpatches
-d dir specifies the directory where the patches will be created.
Requested by Aleksey Cheusov for read-only pkgsrc checkouts.
Fix minor bugs while here.
Bump version.
|
|
|
|
|
|
Ok dillo.
|
|
|
|
|
|
|
|
Smarter pkgdiff, doesn't create chunks that are added automatically
by the pkgsrc infrastructure (configure:exit instead of regenerate,
Makefile: localedir).
mkpatches: patch file names now contain the path to the file and its name
per discussion on tech-pkg June 2010.
Also, the files are created directly in the patches/ directory; backups
are saved as patches/patch-foo.orig.
patchdiff: now compares patches/patch-foo with patches/patch-foo.orig;
if they only differ in non-essential parts, patchdiff reinstates the
original patch to keep commits less noisy.
|
|
the input timestamp/name _and_/or output timestamp _and_/or line numbers
changes handled.
update version number to 0.123
|
|
diff version must uses spaces to separate the filename and timestamp (that
or somepeople do cut-n-pasting of patches).
2) add the comma "," to the pattern used to match line numbers, to match POSIX.
|
|
Set TZ=UTC before calling diff to ensure everyone uses the same timezone
to avoid spurious diffs in metadata, such as:
< clock/clock.c.orig 1993-06-29 01:11:39.000000000 -0400
---
> clock/clock.c.orig 1993-06-29 03:11:39.000000000 -0200
|
|
|
|
|
|
Tries to address PR 39291.
Welcome to 0.121.
|
|
parsing a file name from the "+++" line in an old patch file. (New
patch files created by mkpatches do not have "./" in the file name in
the "+++" line, but some old patches currently in pkgsrc do have "./"
there.)
Bump version to 0.120.
|
|
close PR pkg/37071
reviewd by xtraeme@
|
|
pages cannot be processed with nroff -man. Since we already have the
preformatted files in the FILESDIR, what was the point of regenerating
them?
PKGREVISION++
|
|
ident agree.
|
|
|
|
This avoids problem where the plist-man.awk script sees the empty
value for MANINSTALL and sets it to the default of 'maninstall catinstall'.
Fixes install/packaging problems on solaris.
|