CVS log for pkgsrc/pkgtools/pkg_rolling-replace/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / pkgtools / pkg_rolling-replace
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Jun 3 11:54:23 2023 UTC (18 months, 1 week ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4,
pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
HEAD
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2
lines
pkgtools/pkg_rolling-replace: Update to 0.24.14
Update pass on man page:
prune no-longer-working bbn.com email addresses and replace with
alternate attribution
Rewrite bug section about likely failures with many packages; this
is not a pkg_rr bug.
Add bug section about PKGNAME vs PKGPATH. This is a pkg_rr bug :-(
Rewrite -r flag to be less confusing.
Rewrite -k flag to align caution to reality and explain why one
would want to use it.
Misc wording cleanups.
Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Mar 5 20:23:58 2023 UTC (21 months, 1 week ago) by triaxx
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2
lines
pkg_rolling-replace: Fix PKG_DBDIR in manpage
Revision 1.50: download - view: text, markup, annotated - select for diffs
Mon Jun 28 19:33:23 2021 UTC (3 years, 5 months ago) by mcf
Branches: MAIN
CVS tags: 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
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2
lines
pkg_rolling-replace: use POSIX getopts(1) instead of getopt(1)
Revision 1.49: download - view: text, markup, annotated - select for diffs
Thu Apr 22 08:54:18 2021 UTC (3 years, 7 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2
lines
Correct the order of redirection
Revision 1.48: download - view: text, markup, annotated - select for diffs
Tue Apr 13 17:51:21 2021 UTC (3 years, 7 months ago) by rhialto
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2
lines
pkg_rolling-replace: catch permission errors from pkg_admin
and print a friendlier warning message instead (only once).
Document that the mismatch state may not persist if permissions are
insufficient.
Revision 1.47: download - view: text, markup, annotated - select for diffs
Fri Jan 15 10:56:52 2021 UTC (3 years, 10 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -3
lines
pkg_rr: substitute pkg_admin with PKG_ADMIN_CMD. Bump to 0.24.10.
Revision 1.46: download - view: text, markup, annotated - select for diffs
Sat Jan 9 19:12:46 2021 UTC (3 years, 11 months ago) by rhialto
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2
lines
pkgtools/pkg_rolling-replace: Update to 0.24.9
When using the -u option to find mismatched packages, mark each affected
package with 'mismatch=YES'. Otherwise, consider such packages as
targets to rebuild.
ok gdt@.
Revision 1.45: download - view: text, markup, annotated - select for diffs
Tue Aug 27 19:30:36 2019 UTC (5 years, 3 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2
lines
pkgtools/pkg_rolling-replace: Update to 0.24.8
Be more tolerant of not finding PKGPATH, and basically attempt to skip
the package rather than treating it as a fatal error. (This was a
stray edit that I've been running with for a while.)
Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jul 29 14:48:17 2019 UTC (5 years, 4 months ago) by gdt
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2
lines
pkgtools/pkg_rollingreplace: Update to 0.24.7
When running pkg_chk, ignore packages marked "missing", which tend to
be the wrong python version.
This is a temporary kludge, but should allow pkg_rr to run on systems
that have changed python versions.
Revision 1.43: download - view: text, markup, annotated - select for diffs
Fri Apr 26 18:14:15 2019 UTC (5 years, 7 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2
lines
pkg_rolling-replace: Update to 0.24.6
When trying to extract PKGPATH from what is believed to be the PKGNAME
of an installed package, do not abort, but merely error (which is
nonfatal with -k). This is helpful, but not sufficient, when dealing
with pyNN-foo packages where the default version is depended on but
not installed.
Revision 1.42: download - view: text, markup, annotated - select for diffs
Sat Mar 23 17:20:31 2019 UTC (5 years, 8 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2
lines
pkgtools/pkg_rolling-replace: 0.24.5
In addition to adding in BUILD_DEPENDS, catch up to long-ago
improvements to pkgsrc and also add in TOOL_DEPENDS.
Thanks to Hauke Fath for reporting the issue.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Sun May 6 18:06:18 2018 UTC (6 years, 7 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2
lines
pkg_rolling-replace: avoid top-level make clean
In some cases, if an installed package's source directory did not
exist, pkg_rr could invoke "make clean" at top-level of pkgsrc. Bug
report and fix by Andreas Gustafsson in PR pkg/53157.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Sat Apr 7 11:04:30 2018 UTC (6 years, 8 months ago) by gson
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -2
lines
pkgtools/pkg_rolling-replace: update MAINTAINER
Mail to ngoffee bounces, and gdt has agreed to take on maintainership.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Mar 31 07:10:58 2017 UTC (7 years, 8 months ago) by tron
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3
lines
Update "pkg_rolling-replace" to version 0.24.3.
- Make sure that installation path gets correctly recorded in the installed
shell script to aid detection of the pkgsrc source location
Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Feb 12 08:22:16 2015 UTC (9 years, 10 months ago) by abs
Branches: MAIN
CVS tags: 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
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2
lines
Update to pkg_rolling-replace-0.24.2
Add -B - to pass -B to pkg_chk when determining which packages to update
Revision 1.37: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:06:50 2014 UTC (10 years, 2 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -3
lines
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Mar 3 04:50:47 2014 UTC (10 years, 9 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1
lines
LICENSE=modified-bsd
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Mar 3 03:30:54 2014 UTC (10 years, 9 months ago) by obache
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -4
lines
Just define PKGNAME and use it.
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Sep 11 23:19:37 2012 UTC (12 years, 3 months ago) by asau
Branches: 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
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +1 -2
lines
"user-destdir" is default these days
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Apr 30 13:59:38 2012 UTC (12 years, 7 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -2
lines
Use " for PKGNAME_REQUIRED, so that ${pkg} is expanded.
Resolves at least some issues with finding the right pyNN-foo, when
replacing packages that don't match PYTHON_VERSION_DEFAULT.
(This was a stray change in my tree not committed for a while, but
it's been working ok.)
Now 0.24.1.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Mar 22 04:04:58 2011 UTC (13 years, 8 months ago) by obache
Branches: MAIN
CVS tags: 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
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3
lines
Pass MAKE_SET_VARS with environment variables instead of make flags,
or it will be passwd down to subsequent make (ex. installation of dependencies)
and result in unwanted behaviour.
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Dec 20 15:39:09 2010 UTC (13 years, 11 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2
lines
0.23: Pass PKGNAME_REQD to make operations.
Set PKGNAME_REQD to give underlying make processes a chance to set
options derived from the package name. For example, the appropriate
version of Python can be derived from the package name (so, when
building py25-foo, use python-2.5, not python-2.6). Specifically,
MAKE_SET_VARS='PKGNAME_REQD=${pkg}-*'
From Alan Barret via pkgsrc-users@.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Dec 20 15:24:24 2010 UTC (13 years, 11 months ago) by gdt
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2
lines
0.22: Avoid infinite loop in some error cases.
Sometimes, the set of packages to be replaced ($REPLACE_TODO) does not
have any members which are installed (and hence in $TSORTED). This
caused the loop over $TSORTED to not find any packages to replace.
The check for not having found one was missing, resulting in the last
package in TSORTED being replaced. Because $REPLACE_TODO is still
non-empty, this repeats.
This patch adds an abort when no packages in $TSORTED are in
$REPLACE_TODO. Analysis and patch from Ian D. Leroux on
pkgsrc-users@.
Revision 1.29: download - view: text, markup, annotated - select for diffs
Thu Feb 11 12:07:33 2010 UTC (14 years, 10 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -3
lines
- Clean up the error handling a bit
- Bomb if we couldn't extract the PKGPATH from an installed package.
XXX the pkg_rr main loop has grown too large and should be split into
functions.
Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Feb 1 19:06:42 2010 UTC (14 years, 10 months ago) by sno
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3
lines
Updating pkgtools/pkg_rolling-replace/ from 0.19nb1 to 0.20
Improving the variable passing to make by allowing any, not just
MAKE_JOBS and USE_DESTDIR.
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Feb 1 10:28:45 2010 UTC (14 years, 10 months ago) by sno
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1
lines
Fixing a typo and bumping revision (if anyone still had updated)
Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Feb 1 09:33:21 2010 UTC (14 years, 10 months ago) by sno
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2
lines
Updating pkg_rolling-replace (set new version 0.19):
- Add option '-D' to tune "USE_DESTDIR=" and set this defaultly to 'NO'
- Add option '-j' to tune "MAKE_JOBS=" (Default: unset)
- Fix an issue with packages with missing origin
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Nov 13 19:40:55 2009 UTC (15 years, 1 month ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3
lines
Updating pkgtools/pkg_rolling-replace from 0.17 to 0.18
Changes:
Added 3 new features:
1) Fetch only
2) Keep going after error (skip package)
3) Log output of make steps
Modified verbosity to report what's failed and what succeeds.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jun 17 08:12:18 2009 UTC (15 years, 5 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -3
lines
pkg_rolling-replace-0.17:
Use "pkg_info -Q" to extract PKGPATH from installed packages instead of
"pkg_info -B" coupled with awk magic. The previous regexp didn't account
for packages that have PREV_PKGPATH set, and blew up while replacing
for example mail/sylpheed and multimedia/ffmpeg.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Apr 9 00:48:13 2009 UTC (15 years, 8 months ago) by joerg
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -2
lines
Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Feb 10 00:16:01 2009 UTC (15 years, 10 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -3
lines
DESTDIR support
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Jun 22 12:49:53 2008 UTC (16 years, 5 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper-base,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -22
lines
Drop check for 'make replace => unsafe_depends" support being present
in pkgsrc. It's been 1.75 years, and the benefit of the check is now
outweighed by the cruftiness.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Jun 8 17:29:01 2008 UTC (16 years, 6 months ago) by gdt
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -1
lines
Add example showing how to mark all packages depdending on X11 for
rebuild, useful for moving to X11_TYPE=modular. From tnn@.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri May 2 19:04:03 2008 UTC (16 years, 7 months ago) by apb
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +11 -4
lines
Bump version to pkg_rolling-replace-0.16:
* Look for $MAKECONF in @MAKECONF@, @PREFIX@/etc/mk.conf,
and /etc/mk.conf, in that order.
* Look for $PKGSRCDIR in the Makefile referred to by $MAKECONF,
".", "..", "../..", and "/usr/pkgsrc", in that order.
Proposed in tech-pkg; OK Greg Troxel.
Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Mar 31 11:41:09 2008 UTC (16 years, 8 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
Separate 'make clean' from 'make package', so that clean is not
skipped with -r. DISTNAME++. Fixes PR pkg/38283.
Reviewed and tested by tnn@.
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Feb 17 10:47:47 2008 UTC (16 years, 9 months ago) by apb
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
Bump version to pkg_rolling-replace-0.14:
* Clarify that the -x option takes package base names, not full package
names.
* Clarify that the -x option excluded packages only from the outdated
check, not from being rebuilt for any any other reason.
* Add a -X option that excludes a package from being rebuilt for any
reason. (I have had this as a private patch for a long time, and
never run pkg_rolling-replace without "-X openoffice2", because
openoffice requires so much time and disk space to build.)
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jan 11 13:29:37 2008 UTC (16 years, 11 months ago) by gdt
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2
lines
Add patch from Brook Milligan to avoid treating warnings about
non-deletable packages as dependencies. Bump version to 0.14.
Example problematic output (perhaps should also be fixed in
pkg_install):
Information for pkg_install-20070810:
*** PACKAGE MAY NOT BE DELETED ***
Built using:
checkperms-1.7
*** PACKAGE MAY NOT BE DELETED ***
Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Dec 2 02:11:05 2007 UTC (17 years ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3
lines
pkg_rolling-replace-0.12:
Replace the nested shell loops in depgraph_installed() with some awk
that only needs to invoke pkg_info once. This gives a ~20x speedup.
Previously, if many packages were installed, depgraph generation took a
considerable amount of time; in the order of 30 seconds even on moderately
fast hardware.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 17 01:19:45 2007 UTC (17 years, 3 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
Remove leading spaces from PKGNAME, to cope with an old bug.
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Aug 8 11:28:04 2007 UTC (17 years, 4 months ago) by tnn
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3
lines
pkg_rolling-replace-0.10:
- Abort if any of rebuild, unsafe_depends, unsafe_depends_strict are still
set after "make replace".
- Following changes in pkgsrc, does not replace by default if the
dependencies' ABI is still compatible.
- Add option -s that retains the old behaviour of always replacing.
- Add option -r for "replace only", this supresses creation of binary pkgs.
- The -n option has not been fully updated for these changes.
- versions 0.[7-9] were skipped to avoid any ambiguity from the 0.04 -> 0.5
transition.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Aug 6 15:07:56 2007 UTC (17 years, 4 months ago) by tnn
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +9 -7
lines
Update to pkg_rolling-replace-0.6:
- Explicitly unset 'unsafe_depends' and 'rebuild' tags after replacing.
Needed after changes in pkgsrc/mk/flavor/pkg/replace.mk, fixes PR 36738.
- Introduce ${PKG_ADMIN}, ${PKG_INFO}, ${PKG_CHK} variables instead of
calling the tools directly by name.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Aug 3 00:55:08 2007 UTC (17 years, 4 months ago) by tnn
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3
lines
pkg_rolling-replace-0.5:
Redirecting output to /dev/stderr is not portable and will create a
regular file "stderr" if the device does not exist. Instead use the
portable 1>&2 redirection syntax. PKGREVISION was at nb9; get rid of it
and bump minor version number.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 29 18:18:37 2007 UTC (17 years, 5 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -2
lines
Use REPLACE_SH to get a sane shell on borked platforms.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 29 17:00:44 2007 UTC (17 years, 5 months ago) by tnn
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Convert extended RE into basic RE equivalent, making us portable again.
Noted by Mehul N. Sanghvi on pkgsrc-users@
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 23 18:11:05 2007 UTC (17 years, 6 months ago) by tnn
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
non-current make(1) doesn't support -V.
Provide a target for printing PKGSRCDIR. PKGREVISION++
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun May 20 13:35:55 2007 UTC (17 years, 6 months ago) by tnn
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
- Change the way pkg_rolling-replace parses version numbers. Everything
after the last hyphen is the version, not everything after the first
occurence of '-[0-9]'. This allows pkg_rolling-replace users to upgrade
packages such as font-bitstream-100dpi.
- Use INSTALL_MAN, not INSTALL_SCRIPT. Manpages are not executable.
- Bump PKGREVISION.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri May 11 16:48:55 2007 UTC (17 years, 7 months ago) by tnn
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +8 -2
lines
Prepend ${PREFIX} to default location of mk.conf if we're using bmake.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu May 10 02:55:31 2007 UTC (17 years, 7 months ago) by tnn
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Get PKGSRCDIR from mk.conf. In turn, Get path of mk.conf from MAKECONF
or default to /etc/mk.conf if unset. Bump PKGREVISON.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jan 7 09:14:08 2007 UTC (17 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
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.3: download - view: text, markup, annotated - select for diffs
Mon Dec 18 12:36:17 2006 UTC (17 years, 11 months ago) by gdt
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -2
lines
SUBST the path to ${MAKE}.
PKGREVISION++.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Dec 6 00:54:25 2006 UTC (18 years ago) by xtraeme
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -3
lines
Ugh, wrap long lines.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Dec 5 18:23:52 2006 UTC (18 years ago) by gdt
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
pkg_rolling-replace does 'make replace' on one package at a time,
tsorting the packages being replaced according to their
interdependencies, which avoids most duplicate rebuilds.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Dec 5 18:23:52 2006 UTC (18 years ago) by gdt
Branches: MAIN
Initial revision
CVSweb <webmaster@jp.NetBSD.org>