Mark as broken on sparc64: fails to compile. While here, s/tk84/tk/.

This commit is contained in:
Mark Linimon 2008-02-01 12:18:12 +00:00
parent b912b92421
commit 0517b67d95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206582
2 changed files with 10 additions and 2 deletions

View File

@ -8,7 +8,7 @@
PORTNAME= rat
PORTVERSION= 4.2.25
PORTREVISION= 3
CATEGORIES= mbone audio ipv6 tk84
CATEGORIES= mbone audio ipv6 tk
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \
http://www.icir.org/hodson/ucl-mirror/
@ -34,6 +34,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
CONFIGURE_ARGS+= --with-tcltk-version=${TK_VER}
.if ${ARCH} == "sparc64"
BROKEN= Does not compile: missing header
.endif
.if ${OSVERSION} >= 700011
EXTRA_PATCHES= ${FILESDIR}/timet.patch
.endif

View File

@ -8,7 +8,7 @@
PORTNAME= rat
PORTVERSION= 4.2.25
PORTREVISION= 3
CATEGORIES= mbone audio ipv6 tk84
CATEGORIES= mbone audio ipv6 tk
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PORTVERSION}/ \
http://www.icir.org/hodson/ucl-mirror/
@ -34,6 +34,10 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
CONFIGURE_ARGS+= --with-tcltk-version=${TK_VER}
.if ${ARCH} == "sparc64"
BROKEN= Does not compile: missing header
.endif
.if ${OSVERSION} >= 700011
EXTRA_PATCHES= ${FILESDIR}/timet.patch
.endif