ports/143431: [PATCH] databases/postgresql-server: [SUMMARIZE CHANGES]

Martin Matuska mm at FreeBSD.org
Mon Feb 1 15:20:02 UTC 2010


>Number:         143431
>Category:       ports
>Synopsis:       [PATCH] databases/postgresql-server: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 01 15:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD core.vx.sk 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #14: Fri Jan  8 15:39:49 CET
>Description:
- re-introduce support for ICU from new girgen@'s 8.4 patch

Port maintainer (girgen at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- postgresql-server-8.4.2_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/databases/postgresql84-server/Makefile,v
retrieving revision 1.198
diff -u -r1.198 Makefile
--- Makefile	4 Jan 2010 20:37:30 -0000	1.198
+++ Makefile	1 Feb 2010 14:45:57 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME?=	postgresql
 DISTVERSION?=	8.4.2
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	databases
 MASTER_SITES=	${MASTER_SITE_PGSQL}
 MASTER_SITE_SUBDIR=	source/v${DISTVERSION}
@@ -93,18 +93,18 @@
 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://www.freebsd.org/cgi/query-pr.cgi?pr=ports/76999 for more info
 # (requires dump/restore if modified.)
 OPTIONS+=	INTDATE "Builds with 64-bit date/time type (server)" on
 
 #.  if (defined(SERVER_ONLY) && defined(WITH_ICU)) || make(makesum)
-#USE_AUTOTOOLS=	autoconf:262
-#CONFIGURE_ARGS+=--with-icu
-#LIB_DEPENDS=	icudata:${PORTSDIR}/devel/icu
-#PATCH_SITES+=	http://people.freebsd.org/~girgen/postgresql-icu/:icu
-#PATCHFILES+=	pg-833-icu-xx-2008-08-28.diff.gz:icu
+USE_AUTOTOOLS=	autoconf:262
+CONFIGURE_ARGS+=--with-icu
+LIB_DEPENDS=	icudata:${PORTSDIR}/devel/icu
+PATCH_SITES+=	http://people.freebsd.org/~girgen/postgresql-icu/:icu
+PATCHFILES+=	pg-840-icu-2009-09-15.diff.gz:icu
 #.  endif
 
 PATCH_DIST_STRIP=-p1
--- postgresql-server-8.4.2_2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list