Index: head/devel/icu/Makefile =================================================================== --- head/devel/icu/Makefile (revision 278175) +++ head/devel/icu/Makefile (revision 278176) @@ -1,86 +1,86 @@ # New ports collection makefile for: icu # Date created: 22 Jan 2001 # Whom: dwm # # $FreeBSD$ # PORTNAME= icu -PORTVERSION= 4.8 +PORTVERSION= 4.8.1 CATEGORIES= devel MASTER_SITES= http://download.icu-project.org/files/icu4c/${PORTVERSION}/ DISTNAME= icu4c-${PORTVERSION:S/./_/g} EXTRACT_SUFX= -src.tgz MAINTAINER= office@FreeBSD.org COMMENT= International Components for Unicode (from IBM) +LICENSE= ICU +LICENSE_NAME= ICU license +LICENSE_FILE= ${WRKSRC}/../unicode-license.txt +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} + +GNU_CONFIGURE= yes OPTIONS= THREADS "Build thread-safe version of the library" on USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/icu/source -LICENSE= ICU -LICENSE_NAME= ICU license -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} -LICENSE_FILE= ${WRKSRC}/../unicode-license.txt - -GNU_CONFIGURE= yes CONFIGURE_SCRIPT= runConfigureICU CONFIGURE_ARGS+= ${OPSYS} \ --enable-shared \ --enable-static \ --enable-samples=no \ --mandir=${MANPREFIX}/man MAKE_JOBS_UNSAFE= yes USE_GMAKE= yes INSTALL_TARGET= install install-manx MAN1+= derb.1 MAN1+= genbrk.1 MAN1+= gencnval.1 MAN1+= genctd.1 MAN1+= genrb.1 MAN1+= icu-config.1 MAN1+= makeconv.1 MAN1+= pkgdata.1 MAN1+= uconv.1 MAN8+= icupkg.8 MAN8+= genccode.8 MAN8+= gencmn.8 MAN8+= gensprep.8 ICUMAJOR= ${PORTVERSION:S/.//:R} ICUMINOR= ${PORTVERSION:S/.//:E} .if ${ICUMINOR} == "" ICUMINOR= 0 .endif PLIST_SUB+= ICUMAJOR=${ICUMAJOR} ICUMINOR=${ICUMINOR} ICUVER=${PORTVERSION} .include .if defined(WITHOUT_THREADS) CONFIGURE_ARGS+= --enable-threads=no .else # This builds thread-safe, but not the thread-using version: CONFIGURE_ARGS+= --enable-weak-threads .endif post-patch: .if defined(WITHOUT_THREADS) @${REINPLACE_CMD} -e 's,\(THREADSC.*FLAGS\).*,\1=${PTHREAD_CFLAGS},g' ${WRKSRC}/config/mh-bsd-gcc .endif @${REINPLACE_CMD} -e 's,$$(libdir)/pkgconfig,${PREFIX}/libdata/pkgconfig,g' ${WRKSRC}/Makefile.in iotest cintltst intltest: # Performing the ${.TARGET} test -${GMAKE} -C ${WRKSRC}/test cd ${WRKSRC}/test/${.TARGET} && ${SETENV} \ LD_LIBRARY_PATH=${WRKSRC}/lib:${WRKSRC}/tools/ctestfw \ ./${.TARGET} post-build test regression-test: iotest cintltst intltest .include Property changes on: head/devel/icu/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.44 \ No newline at end of property +1.45 \ No newline at end of property Index: head/devel/icu/distinfo =================================================================== --- head/devel/icu/distinfo (revision 278175) +++ head/devel/icu/distinfo (revision 278176) @@ -1,2 +1,2 @@ -SHA256 (icu4c-4_8-src.tgz) = 45e17667b5c6886b49b43e98b8a3f6684e77e5dceda8e939af6f5c8bebd7a939 -SIZE (icu4c-4_8-src.tgz) = 18620856 +SHA256 (icu4c-4_8_1-src.tgz) = 19a4cd6e94187a03bca7514d694c5a5a666567e2884ce008ca9f14fa400af88f +SIZE (icu4c-4_8_1-src.tgz) = 18677882 Property changes on: head/devel/icu/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/devel/icu/files/patch-pkg_gencmn.c =================================================================== --- head/devel/icu/files/patch-pkg_gencmn.c (revision 278175) +++ head/devel/icu/files/patch-pkg_gencmn.c (nonexistent) @@ -1,11 +0,0 @@ ---- tools/toolutil/pkg_gencmn.c.orig 2011-05-23 23:56:16.000000000 +0200 -+++ tools/toolutil/pkg_gencmn.c 2011-06-21 12:19:03.995937644 +0200 -@@ -18,7 +18,7 @@ - #include "putilimp.h" - #include "pkg_gencmn.h" - --#define STRING_STORE_SIZE 100000 -+#define STRING_STORE_SIZE 131072 - - #define COMMON_DATA_NAME U_ICUDATA_NAME - #define DATA_TYPE "dat" Property changes on: head/devel/icu/files/patch-pkg_gencmn.c ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property