Opened 19 years ago

Last modified 9 years ago

#2912 closed enhancement

Additional configure args to postgresql port — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.