[MacPorts] #2912: UPDATE: postgresql - additional configure args

MacPorts noreply at macports.org
Thu Mar 24 08:02:54 PDT 2016


#2912: UPDATE: postgresql - additional configure args
--------------------------+--------------------
  Reporter:  sergtrejo@…  |      Owner:  mww@…
      Type:  enhancement  |     Status:  closed
  Priority:  Normal       |  Milestone:
 Component:  ports        |    Version:  1.0
Resolution:  fixed        |   Keywords:
      Port:  postgresql   |
--------------------------+--------------------
Changes (by ryandesign@…):

 * port:   => postgresql


Old 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

New 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
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/2912#comment:3>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list