aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql92-server/Makefile
diff options
context:
space:
mode:
authorgirgen <girgen@FreeBSD.org>2008-03-10 03:04:04 +0800
committergirgen <girgen@FreeBSD.org>2008-03-10 03:04:04 +0800
commit0a1369c027a4a952a2464db2d6ca8e62980fc65c (patch)
treeafcd96c42579d8c60b9d228d88c5059f1c2935ba /databases/postgresql92-server/Makefile
parentb701f6a1fab06e8aeb86505ec7176a89585d18bb (diff)
downloadfreebsd-ports-gnome-0a1369c027a4a952a2464db2d6ca8e62980fc65c.tar.gz
freebsd-ports-gnome-0a1369c027a4a952a2464db2d6ca8e62980fc65c.tar.zst
freebsd-ports-gnome-0a1369c027a4a952a2464db2d6ca8e62980fc65c.zip
The ICU patch <http://people.freebsd.org/~girgen/postgresql-icu/README.html>
is finally ported to postgresql-8.3, thanks to Petr Jelinek and yours truly.
Diffstat (limited to 'databases/postgresql92-server/Makefile')
-rw-r--r--databases/postgresql92-server/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index b26c6e7c8a52..d3e9515050a8 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -101,7 +101,7 @@ OPTIONS+= TZDATA "Use internal timezone database (server)" on
OPTIONS+= DEBUG "Builds with debugging symbols" off
# See http://people.freebsd.org/~girgen/postgresql-icu/README.html for more info
-#OPTIONS+= ICU "Use ICU for unicode collation (server)" off
+OPTIONS+= ICU "Use ICU for unicode collation (server)" off
# See http://gppl.moonbone.ru/ for more info
#OPTIONS+= HIER "Builds with query hierarchy (server)" off
@@ -116,13 +116,13 @@ OPTIONS+= INTDATE "Builds with 64-bit date/time type (server)" off
# USE_BISON= yes
# . endif
-# . if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum)
-# USE_AUTOTOOLS= autoconf:261
-# CONFIGURE_ARGS+=--with-icu
-# LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu
-# PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
-# PATCHFILES+= pg-814-icu-xx-2006-09-25.diff.gz:icu
-# . endif
+. if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum)
+USE_AUTOTOOLS= autoconf:261
+CONFIGURE_ARGS+=--with-icu
+LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu
+PATCH_SITES+= http://people.freebsd.org/~girgen/postgresql-icu/:icu
+PATCHFILES+= pg-830-icu-xx-2008-03-06.diff.gz:icu
+. endif
PATCH_DIST_STRIP=-p1