summaryrefslogtreecommitdiff
path: root/pkgtools/pkgdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-11-06pkgdiff: fix on macOS >= 13tnn1-3/+6
Apple switched from GNU diff to their own diff. It does not support combining -q with -U so depend on GNU diff from pkgsrc.
2022-06-28*: recursive bump for perl 5.36wiz1-1/+2
2022-05-08pkgdiff: Update to 1.10.jperkin2-4/+7
Unlink files in mkpatches before new files are moved into place. Avoids .nfs* warts when creating patches on an NFS file system.
2021-08-06pkgdiff: remove stale line (NFC)gutteridge1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-1/+2
2019-08-21Bump the _other_ version, since the sources have changed.hauke1-3/+3
2019-08-21Properly preserve patch comments when working with a readonly pkgsrc tree.hauke2-7/+16
Do not prefix an absolute path argument with $cwd. Declare a handful of variables, and 'use warnings'. Fixes PR pkg/54485
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-2/+2
2018-09-21pkgdiff: Remove obsolete SunOS catinstall workaround.jperkin1-5/+2
Fixes manual page installation. Bump PKGREVISION.
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-1/+2
2016-02-10pkgdiff: move automatic cleanup of unnecessary patches from patchdiff(1)wiz5-33/+48
to mkpatches(1). Requested by jperkin. Update man pages. Bump version.
2015-09-15Handle Makefile parse errors better.wiz2-14/+19
Bump version. Requested by joerg@ Reviewed by leot@
2015-09-08Make it easier to override the (b)make hard-coded in mkpatches andjoerg1-2/+4
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.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-02-03Updated pkgtools/pkgdiff to 1.6abs3-17/+15
1.6: Correctly handle filenames with whitespace in pkgdiff and mkpatches
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
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.
2014-03-12Do not rely on path search when invoking pkgdiff.asau2-5/+4
2014-03-03Just define PKGNAME and use it.obache1-4/+2
2013-09-12Use CATMAN_SECTION_SUFFIX in packages which perform their own catmanjperkin1-1/+5
page installation.
2013-07-20Use Mt for email addresses.wiz2-4/+4
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-09-16Drop back to diff without -p before giving up because of rcsids appearingdholland2-4/+19
in the diff output. Also, improve the error message that occurs if this also fails. Fixes PR 46962.
2012-09-11"user-destdir" is default these daysasau1-2/+1
2012-05-29Remove GNU_PROGRAM_PREFIX variable (discussed in pkgsrc-users@)cheusov1-2/+2
2011-08-23Updated pkgtools/pkgdiff to 1.3abs2-21/+21
1.3: Handle whitespace in filenames a little better in pkgvi plus: a light sprinkle of pkglint
2011-06-26Add -w flag to mkpatches(1), which makes it look in WRKDIR instead ofwiz3-10/+21
WRKSRC. Needed for some ruby packages, requested by taca@ Bump version to 1.2.
2011-03-04Add "-D"/"-d dir" options to mkpatches and patchdiff.wiz5-25/+99
-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.
2011-02-16mdoclint cleanup.wiz3-19/+21
2011-02-02Set LICENSE.wiz1-1/+2
2011-02-02Add proper license for files by dillo and myself.wiz2-4/+47
Ok dillo.
2011-02-02Fix wording in my licencse.wiz3-9/+9
2011-02-02Sign over copyright to TNFhubertf4-25/+104
2011-02-02Clarify my license.wiz3-6/+71
2011-02-02Update to 1.0.wiz11-126/+193
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.
2010-07-04Use a single pattern to match changes in the diff header so that a change tosbd2-8/+9
the input timestamp/name _and_/or output timestamp _and_/or line numbers changes handled. update version number to 0.123
2010-07-041) Add a space to the second white-space block, when matching filenames as somesbd1-7/+7
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.
2009-12-10Updated pkgtools/pkgdiff to 0.122abs2-3/+6
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
2009-09-20depend on diffutils on Tru64tnn1-4/+6
2009-04-09Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.joerg1-3/+1
2008-11-05Ignore more uninteresting output.wiz2-5/+20
Tries to address PR 39291. Welcome to 0.121.
2008-02-16In both mkpatches.pl and patchdiff.pl, ignore a leading "./" whenapb3-5/+6
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.
2007-10-07fix obsolete URLs for www.NetBSD.orgkano1-1/+1
close PR pkg/37071 reviewd by xtraeme@
2007-10-01On Solaris, at least the catpages can be installed. By the way, mandocrillig1-6/+3
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++
2007-07-12Workaround too aggressive RCS ID find, so that +BUILD_VERSION andjoerg1-2/+2
ident agree.
2006-11-02DESTDIR support.joerg1-4/+5
2006-10-02On solaris use MANINSTALL=none instead of MANINSTALL=dmcmahill1-2/+2
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.