aboutsummaryrefslogtreecommitdiff
path: root/www/rt40
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-10-01 11:54:48 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-10-01 11:54:48 +0000
commitf1b1b59480664df5b8cfc7c9e736e311e013e8f5 (patch)
treef6de2f5a956e4fe7072617d8a39c5684f6af00b2 /www/rt40
parentc9ceb8d5e7a1d7dde880f0ec93deeaadbaa2cd17 (diff)
downloadports-f1b1b59480664df5b8cfc7c9e736e311e013e8f5.tar.gz
ports-f1b1b59480664df5b8cfc7c9e736e311e013e8f5.zip
Notes
Diffstat (limited to 'www/rt40')
-rw-r--r--www/rt40/Makefile3
-rw-r--r--www/rt40/files/patch-aclocal.m411
-rw-r--r--www/rt40/files/patch-configure11
3 files changed, 11 insertions, 14 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile
index a66a3624cee9..b63f5cfb3d82 100644
--- a/www/rt40/Makefile
+++ b/www/rt40/Makefile
@@ -58,7 +58,6 @@ RUN_DEPENDS+= ${CORE_DEPS} \
${HTML_DOC_DEPS}
USES= cpe perl5
-USE_AUTOTOOLS= autoconf
CPE_VENDOR= bestpractical
RT_ETC_PATH?= ${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX}
@@ -174,8 +173,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
SUB_LIST= RT_ETC_PATH=${RT_ETC_PATH}
-run-autotools: run-autotools-autoconf
-
pre-fetch:
@${ECHO} ""
@${ECHO} " DB_TYPE=type mysql, Oracle, Pg or SQLite (mysql)"
diff --git a/www/rt40/files/patch-aclocal.m4 b/www/rt40/files/patch-aclocal.m4
deleted file mode 100644
index 11c3ec45b733..000000000000
--- a/www/rt40/files/patch-aclocal.m4
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./aclocal.m4.orig 2014-01-07 01:01:22.000000000 +0000
-+++ ./aclocal.m4 2014-01-14 07:32:32.020252599 +0000
-@@ -79,7 +79,7 @@
- s/^#.*$//m;
- s/^\s+//gim;
- s/\s+$/\n/gim;
-- s/\+$/\/rt3/gim;
-+ s/\+$/\/rt40/gim;
- # m4 will not let us just use $1, we need @S|@1
- s/^\s*((?:bin|sbin|libexec|data|sysconf|sharedstate|localstate|lib|include|oldinclude|info|man|html)dir)\s*:\s*(.*)$/@S|@1=@S|@2/gim;
- s/^\s*(.*?)\s*:\s*(.*)$/\(test "x\@S|@@S|@1" = "xNONE" || test "x\@S|@@S|@1" = "x") && @S|@1=@S|@2/gim;
diff --git a/www/rt40/files/patch-configure b/www/rt40/files/patch-configure
new file mode 100644
index 000000000000..b7dec29bd213
--- /dev/null
+++ b/www/rt40/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2014-09-11 18:55:07 UTC
++++ configure
+@@ -2082,7 +2082,7 @@
+ s/^#.*$//m;
+ s/^\s+//gim;
+ s/\s+$/\n/gim;
+- s/\+$/\/rt3/gim;
++ s/\+$/\/rt40/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;