diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-07-24 11:22:31 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-07-24 11:22:31 +0000 |
commit | 4fa1710e1511bd31908c135c32f00e67d2a6b675 (patch) | |
tree | ad1790c975dab615ed1bd216e8a6699511778b09 /www/rt50/files/patch-configure | |
parent | devel/p5-Alien-LibGumbo: drop libtool (diff) |
www/rt50: create port
RT is a battle-tested issue tracking system which thousands of
organizations use for bug tracking, help desk ticketing, customer
service, workflow processes, change management, network operations,
youth counselling and even more. Organizations around the world have
been running smoothly thanks to RT for over 10 years.
WWW: http://www.bestpractical.com/rt/
Changelog: https://github.com/bestpractical/rt/releases/tag/rt-5.0.0
Notes
Notes:
svn path=/head/; revision=543243
Diffstat (limited to 'www/rt50/files/patch-configure')
-rw-r--r-- | www/rt50/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/rt50/files/patch-configure b/www/rt50/files/patch-configure new file mode 100644 index 000000000000..1279fe32d0d2 --- /dev/null +++ b/www/rt50/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2016-07-20 15:48:58 UTC ++++ configure +@@ -2112,7 +2112,7 @@ $as_echo "$as_me: WARNING: Layout file $ + s/^#.*$//m; + s/^\s+//gim; + s/\s+$/\n/gim; +- s/\+$/\/rt3/gim; ++ s/\+$/\/rt50/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; |