UPDATE: postgresql - additional configure args
Reported by: |
sergtrejo@… |
Owned by: |
mww@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
postgresql
|
|
|
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)
Owner: |
changed from darwinports-bugs@… to mww@…
|
Summary: |
Additional configure args to postgresql port →
UPDATE: postgresql - additional configure args
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
postgresql added
|
commited;