Commit graph

16 commits

Author SHA1 Message Date
tnn
e04e9eecc3 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.
2007-08-03 00:55:08 +00:00
tnn
263f9b1f8d Use REPLACE_SH to get a sane shell on borked platforms. 2007-06-29 18:18:37 +00:00
tnn
1812dfe155 *really* fix previous. 2007-06-29 17:16:24 +00:00
tnn
c752744b57 Convert extended RE into basic RE equivalent, making us portable again.
Noted by Mehul N. Sanghvi on pkgsrc-users@
2007-06-29 17:00:44 +00:00
tnn
7987ab0850 make(1) variable assignments should go after all command line options. 2007-06-05 08:22:32 +00:00
tnn
b328843d3e simplify previous 2007-05-23 18:59:46 +00:00
tnn
78d44d2c11 non-current make(1) doesn't support -V.
Provide a target for printing PKGSRCDIR. PKGREVISION++
2007-05-23 18:11:05 +00:00
tnn
69796d3406 - 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.
2007-05-20 13:35:55 +00:00
tnn
0005c45200 Prepend ${PREFIX} to default location of mk.conf if we're using bmake. 2007-05-11 16:48:55 +00:00
tnn
e4112cf67c Bump date of manual page. (avoid wakeup() of wizd) 2007-05-10 03:02:20 +00:00
tnn
4b071d966b Get PKGSRCDIR from mk.conf. In turn, Get path of mk.conf from MAKECONF
or default to /etc/mk.conf if unset. Bump PKGREVISON.
2007-05-10 02:55:31 +00:00
rillig
2829e658f2 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.
2007-01-07 09:13:46 +00:00
gdt
90a87f430d SUBST the path to ${MAKE}.
PKGREVISION++.
2006-12-18 12:36:17 +00:00
wiz
2a0fd3355d Use more markup. New sentence, new line. Various minor improvements. 2006-12-06 10:41:29 +00:00
xtraeme
e30fe0802f Ugh, wrap long lines. 2006-12-06 00:54:25 +00:00
gdt
d2d7243e5b 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.
2006-12-05 18:23:52 +00:00