summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_rolling-replace
AgeCommit message (Collapse)AuthorFilesLines
2007-12-02pkg_rolling-replace-0.12:tnn2-14/+22
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.
2007-08-17Remove leading spaces from PKGNAME, to cope with an old bug.gdt2-4/+4
2007-08-08New sentence, new line; use more markup; fix a typo.wiz1-6/+13
2007-08-08pkg_rolling-replace-0.10:tnn3-37/+74
- 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.
2007-08-07Drop trailing whitespace.wiz1-2/+2
2007-08-06Update to pkg_rolling-replace-0.6:tnn2-21/+31
- 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.
2007-08-03pkg_rolling-replace-0.5:tnn2-5/+4
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.
2007-06-29Use REPLACE_SH to get a sane shell on borked platforms.tnn1-2/+4
2007-06-29*really* fix previous.tnn1-3/+3
2007-06-29Convert extended RE into basic RE equivalent, making us portable again.tnn2-5/+5
Noted by Mehul N. Sanghvi on pkgsrc-users@
2007-06-05make(1) variable assignments should go after all command line options.tnn1-2/+2
2007-05-23simplify previoustnn1-5/+4
2007-05-23non-current make(1) doesn't support -V.tnn2-4/+6
Provide a target for printing PKGSRCDIR. PKGREVISION++
2007-05-20- Change the way pkg_rolling-replace parses version numbers. Everythingtnn2-12/+12
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.
2007-05-11Prepend ${PREFIX} to default location of mk.conf if we're using bmake.tnn3-11/+17
2007-05-10Bump date of manual page. (avoid wakeup() of wizd)tnn1-2/+2
2007-05-10Get PKGSRCDIR from mk.conf. In turn, Get path of mk.conf from MAKECONFtnn3-12/+23
or default to /etc/mk.conf if unset. Bump PKGREVISON.
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
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.
2006-12-18SUBST the path to ${MAKE}.gdt2-11/+11
PKGREVISION++.
2006-12-06Use more markup. New sentence, new line. Various minor improvements.wiz1-24/+41
2006-12-06Ugh, wrap long lines.xtraeme1-3/+5
2006-12-05pkg_rolling-replace does 'make replace' on one package at a time,gdt5-0/+552
tsorting the packages being replaced according to their interdependencies, which avoids most duplicate rebuilds.