Opened 19 years ago

Closed 19 years ago

Last modified 9 years ago

#2912 closed enhancement (fixed)

UPDATE: postgresql - additional configure args — at Version 3

Reported by: sergtrejo@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: postgresql

Description (last modified by ryandesign (Ryan Carsten Schmidt))

I would like to propose the following diff for the postgresql 7.4.7 Portfile to support unicidoe and multibyte configure options as default args. Alternatively they could be variants (although in today's global community unicode should practically be a normalized standrd).

-Serg

--- Portfile    Mon Apr 18 16:09:30 2005
+++ Portfile.proposed   Mon Apr 18 16:13:01 2005
@@ -37,7 +37,10 @@
                                --sysconfdir=${prefix}/etc/pgsql \
                                --mandir=${prefix}/share/man \
                                --with-openssl=${prefix} \
-                               --with-rendezvous
+                               --with-rendezvous \
+                               --enable-multibyte \
+                               --enable-unicode 
+
 
 build.type             gnu

Change History (3)

comment:1 Changed 19 years ago by snu@…

Owner: changed from darwinports-bugs@… to mww@…
Summary: Additional configure args to postgresql portUPDATE: postgresql - additional configure args

comment:2 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

commited;

comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: postgresql added
Note: See TracTickets for help on using tickets.