Mark as broken on sparc64: fails to compile. While here, s/tk84/tk/.
This commit is contained in:
parent
b912b92421
commit
0517b67d95
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206582
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user