ports/www/rt42/files/patch-configure
Matthew Seaman 1a40fc1884 Update to 4.2.14
Remove patch files from the last round of security patches: these have
now been incorporated in the release.

Add license

Update to use some additional options-helpers features

ChangeLog:    https://docs.bestpractical.com/release-notes/rt/4.2.14
2017-07-27 18:57:51 +00:00

11 lines
497 B
Text

--- configure.orig 2017-07-26 18:10:25 UTC
+++ configure
@@ -2102,7 +2102,7 @@ $as_echo "$as_me: WARNING: Layout file $
s/^#.*$//m;
s/^\s+//gim;
s/\s+$/\n/gim;
- s/\+$/\/rt3/gim;
+ s/\+$/\/rt42/gim;
# m4 will not let us just use $srcdir/config.layout, we need $1
s/^\s*((?:bin|sbin|libexec|data|sysconf|sharedstate|localstate|lib|include|oldinclude|info|man|html)dir)\s*:\s*(.*)$/$1=$2/gim;
s/^\s*(.*?)\s*:\s*(.*)$/\(test "x\$$1" = "xNONE" || test "x\$$1" = "x") && $1=$2/gim;