mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- update to 4.8.1
- maintenance only release - pet portlint
This commit is contained in:
parent
baca227175
commit
f783380a1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278176
3 changed files with 9 additions and 20 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
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}
|
||||
|
@ -15,18 +15,18 @@ 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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
Loading…
Add table
Reference in a new issue