Per bento logs, advise anyone trying to use this port on the 64-bit
architectures that they need to upgrade. (Since the 2.x version has been out for a couple of years, this port should probably just be removed unless anyone sees a reason not to.)
This commit is contained in:
parent
13abc1d4cd
commit
7d7bfa8e74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96187
@ -12,7 +12,7 @@ MASTER_SITES= http://oss.software.ibm.com/developerworks/opensource/icu/project/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= International Components for Unicode (from IBM)
|
||||
COMMENT= International Components for Unicode (from IBM)(old version)
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/source
|
||||
GNU_CONFIGURE= yes
|
||||
@ -22,4 +22,10 @@ CONFIGURE_ARGS+=--disable-shared --enable-static
|
||||
CONFIGURE_ENV= CXXFLAGS="-O3"
|
||||
CONFIGURE_ENV+= CFLAGS="-O3"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
|
||||
IGNORE= "does not build on this architecture, use devel/icu2 instead"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -12,7 +12,7 @@ MASTER_SITES= http://oss.software.ibm.com/developerworks/opensource/icu/project/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= International Components for Unicode (from IBM)
|
||||
COMMENT= International Components for Unicode (from IBM)(old version)
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}/source
|
||||
GNU_CONFIGURE= yes
|
||||
@ -22,4 +22,10 @@ CONFIGURE_ARGS+=--disable-shared --enable-static
|
||||
CONFIGURE_ENV= CXXFLAGS="-O3"
|
||||
CONFIGURE_ENV+= CFLAGS="-O3"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" || ${MACHINE_ARCH} == "sparc64"
|
||||
IGNORE= "does not build on this architecture, use devel/icu2 instead"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user