diff options
author | wen <wen@FreeBSD.org> | 2011-12-28 14:35:40 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-12-28 14:35:40 +0800 |
commit | 5afe4e4b9dd698ff3c0808e65136625f0225002b (patch) | |
tree | 963a818b398c0afe573ddac4bb542646ed5e64ad /mail/tkrat2 | |
parent | 41e98e74a2e63322260ad6ced4a369c88036d49e (diff) | |
download | freebsd-ports-gnome-5afe4e4b9dd698ff3c0808e65136625f0225002b.tar.gz freebsd-ports-gnome-5afe4e4b9dd698ff3c0808e65136625f0225002b.tar.zst freebsd-ports-gnome-5afe4e4b9dd698ff3c0808e65136625f0225002b.zip |
- Unbreak for OSVERSION>9
PR: 163113
Submitted by: Stephen Roznowski <sjroz@verizon.net> (maintainer)
Diffstat (limited to 'mail/tkrat2')
-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` |