diff options
-rw-r--r-- | mail/tkrat2/Makefile | 4 | ||||
-rw-r--r-- | mail/tkrat2/files/patch-configure | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 998534c63396..07129deba825 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/Makefile @@ -7,7 +7,7 @@ PORTNAME= tkrat PORTVERSION= 2.1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail tk MASTER_SITES= http://tkrat.org/downloads/stable/ \ ftp://ftp.tkrat.org/pub/tkrat/ @@ -38,8 +38,6 @@ MAN1= tkrat.1 .if ${ARCH} == "sparc64" BROKEN= Build fails on sparc64 -.elif ${OSVERSION} >= 900000 -BROKEN= does not build .endif post-install: diff --git a/mail/tkrat2/files/patch-configure b/mail/tkrat2/files/patch-configure new file mode 100644 index 000000000000..cc3b9a339c9c --- /dev/null +++ b/mail/tkrat2/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2011-12-28 10:48:15.000000000 +0800 ++++ configure 2011-12-28 10:49:54.000000000 +0800 +@@ -2764,7 +2764,7 @@ + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print $3}' /etc/.relid'` ++ system=MP-RAS-`awk '{print $3}' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` |