Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkgclean
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.23 / (download) - annotate - [select for diffs], Sun Jan 19 03:31:30 2020 UTC (3 years, 10 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
HEAD
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
pkgclean: check that PKGSRCDIR is a valid directory For those of us who have multiple pkgsrc trees, or move them around, and forget the path gets hard-coded into the shell script, or make a typo when supplying an alternate PKGSRCDIR, and then wonder why nothing gets cleaned.
Revision 1.22 / (download) - annotate - [select for diffs], Thu May 23 19:23:13 2019 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.21: +3 -3
lines
Diff to previous 1.21 (colored)
all: replace SUBST_SED with the simpler SUBST_VARS pkglint -Wall -r --only "substitution command" -F With manual review and indentation fixes since pkglint doesn't get that part correct in every case.
Revision 1.21 / (download) - annotate - [select for diffs], Fri Sep 14 16:31:28 2018 UTC (5 years, 2 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.20: +1 -2
lines
Diff to previous 1.20 (colored)
pkgclean: Properly replace @SH@ in pkgclean Most of the times setting NO_CONFIGURE is not needed and can badly interact with SUBST framework like in this case as pointed out by PR pkg/53606. Fixes PR pkg/53606.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Jul 4 13:40:32 2018 UTC (5 years, 5 months ago) by jperkin
Branch: MAIN
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
*: Move SUBST_STAGE from post-patch to pre-configure Performing substitutions during post-patch breaks tools such as mkpatches, making it very difficult to regenerate correct patches after making changes, and often leading to substituted string replacements being committed.
Revision 1.19 / (download) - annotate - [select for diffs], Thu Oct 9 14:06:50 2014 UTC (9 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Changes since 1.18: +1 -3
lines
Diff to previous 1.18 (colored)
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.18 / (download) - annotate - [select for diffs], Mon Mar 3 04:54:34 2014 UTC (9 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.17: +2 -1
lines
Diff to previous 1.17 (colored)
LICENSE=2-clause-bsd
Revision 1.17 / (download) - annotate - [select for diffs], Mon Mar 3 03:30:54 2014 UTC (9 years, 9 months ago) by obache
Branch: MAIN
Changes since 1.16: +2 -4
lines
Diff to previous 1.16 (colored)
Just define PKGNAME and use it.
Revision 1.16 / (download) - annotate - [select for diffs], Tue Sep 11 23:19:38 2012 UTC (11 years, 2 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.15: +1 -2
lines
Diff to previous 1.15 (colored)
"user-destdir" is default these days
Revision 1.15 / (download) - annotate - [select for diffs], Thu Apr 9 00:48:13 2009 UTC (14 years, 8 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.14: +1 -2
lines
Diff to previous 1.14 (colored)
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Revision 1.14 / (download) - annotate - [select for diffs], Sun Sep 7 01:41:39 2008 UTC (15 years, 3 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.13: +6 -5
lines
Diff to previous 1.13 (colored)
DESTDIR support and pkglint clean. Requestd by PR 39456.
Revision 1.13 / (download) - annotate - [select for diffs], Fri May 18 10:03:31 2007 UTC (16 years, 6 months ago) by peter
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
cwrapper-base,
cwrapper
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Remove myself as maintainer, I don't have the time anymore to keep these packages up to date.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Feb 22 19:27:02 2007 UTC (16 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.11: +4 -4
lines
Diff to previous 1.11 (colored)
Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail.
Revision 1.11 / (download) - annotate - [select for diffs], Sun Jan 7 09:14:09 2007 UTC (16 years, 11 months ago) by rillig
Branch: MAIN
Changes since 1.10: +3 -3
lines
Diff to previous 1.10 (colored)
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 22 09:22:13 2006 UTC (17 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Removed the superfluous "quotes" and 'quotes' from variables that don't need them, for example RESTRICTED and SUBST_MESSAGE.*.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:51 2005 UTC (18 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 17 22:30:09 2005 UTC (18 years ago) by rillig
Branch: MAIN
Changes since 1.7: +8 -9
lines
Diff to previous 1.7 (colored)
Updated pkgclean to 20051116. - Replaced the C implementation by a shell program, as the latter is more portable. Fixes PR 26970. Ok'ed by maintainer.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:05 2005 UTC (18 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.6: +1 -2
lines
Diff to previous 1.6 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 14 20:18:40 2005 UTC (18 years, 8 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.5: +1 -3
lines
Diff to previous 1.5 (colored)
NROFF isn't used here; don't define it.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 18 22:32:00 2005 UTC (18 years, 10 months ago) by tv
Branch: MAIN
Changes since 1.4: +3 -5
lines
Diff to previous 1.4 (colored)
Don't build catpages inside the package. Not every system has a nroff shipped standard.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 6 05:32:29 2005 UTC (18 years, 11 months ago) by tv
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Don't "cp -p" for *source* files. Builds are usually done as an unprivileged user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 14 16:11:05 2004 UTC (19 years, 1 month ago) by ben
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Change pkgclean to wait for the termination of all the child processes. This fix comes from Peter Postma, and it addresses a problem reported by Ryo HAYASAKA in PR#27250.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Oct 7 02:01:38 2004 UTC (19 years, 2 months ago) by jlam
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR, as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jun 22 20:02:41 2004 UTC (19 years, 5 months ago) by xtraeme
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of pkgclean-20040622 from pkgsrc-wip, written by Peter Postma. pkgclean cleans up your pkgsrc by removing the work directories. It's a fast alternative for ``cd /usr/pkgsrc && make clean''.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jun 22 20:02:41 2004 UTC (19 years, 5 months ago) by xtraeme
Branch: MAIN
Initial revision