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:
Mark Linimon 2003-12-19 08:21:43 +00:00
parent 13abc1d4cd
commit 7d7bfa8e74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96187
2 changed files with 16 additions and 4 deletions

View File

@ -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>

View File

@ -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>