[MacPorts] #1172: Update: postgres port version update (7.4)

MacPorts noreply at macports.org
Thu Mar 24 06:42:47 PDT 2016


#1172: Update: postgres port version update (7.4)
-------------------------+--------------------
  Reporter:  dluke@…     |      Owner:  mww@…
      Type:  update      |     Status:  closed
  Priority:  Normal      |  Milestone:
 Component:  ports       |    Version:  1.0
Resolution:  fixed       |   Keywords:
      Port:  postgresql  |
-------------------------+--------------------
Changes (by ryandesign@…):

 * type:  defect => update
 * port:   => postgresql


Old description:

> Notes:
>
> 1. I removed the patchfiles as they aren't really necessary (it looks
> like most of the changes, with
> the notable exception of ending the shared libs in .dylib instead of .so,
> were pulled into the
> postgres release). I imagine that you might want to add them back.
>
> 2. Postgres' ./configure will complain about the version of bison
> installed on 10.3, it doesn't
> actually need the newer version however (it's needed if one wants to
> compile postgres from their
> cvs sources)
>
> 3. This version fails one of the tests (the geometry one), but it looks
> pretty benign (since 0 == -0),
> since I don't use any of the geometry features I haven't investigated
> further
>
> Diffs inline:
>
> --- Portfile    3 Nov 2003 12:48:23 -0000       1.29
> +++ Portfile    19 Nov 2003 21:05:18 -0000
> @@ -2,8 +2,7 @@
>
>  PortSystem 1.0
>  name           postgresql
> -version                7.3.4
> -revision       1
> +version                7.4
>  categories     databases
>  maintainers    mww at opendarwin.org
>  description    The most advanced open-source database available anywhere
> @@ -23,7 +22,7 @@
>                 ftp://ftp.jp.postgresql.org/${subdir}/ \
>                 ftp://ftp2.uk.postgresql.org/${subdir}/
>
> -checksums      md5 82878d6d74c36384af3595d26ed38067
> +checksums      md5 fc79f5b0074b32671dac7342a2318950
>  depends_lib    lib:readline:readline
>  configure.env  CPPFLAGS="-I${prefix}/include" \
>                 LDFLAGS="-L${prefix}/lib"
> @@ -40,13 +39,6 @@
>
>  #this will propably be removed as soon as we get variant dependencies
>  default_variants       +devel
> -
> -variant darwin {
> -       patchfiles      patch-src-Makefile.shlib \
> -                       patch-src-makefiles-Makefile.darwin \
> -                       patch-darwin.h-diff \
> -                       patch-darwin.diff
> -               }
>
>  variant ssl    {
>         depends_lib-append      lib:libssl:openssl

New description:

 Notes:

 1. I removed the patchfiles as they aren't really necessary (it looks like
 most of the changes, with the notable exception of ending the shared libs
 in .dylib instead of .so, were pulled into the postgres release). I
 imagine that you might want to add them back.

 2. Postgres' ./configure will complain about the version of bison
 installed on 10.3, it doesn't actually need the newer version however
 (it's needed if one wants to compile postgres from their cvs sources)

 3. This version fails one of the tests (the geometry one), but it looks
 pretty benign (since 0 == -0), since I don't use any of the geometry
 features I haven't investigated further

 Diffs inline:

 {{{
 --- Portfile    3 Nov 2003 12:48:23 -0000       1.29
 +++ Portfile    19 Nov 2003 21:05:18 -0000
 @@ -2,8 +2,7 @@

  PortSystem 1.0
  name           postgresql
 -version                7.3.4
 -revision       1
 +version                7.4
  categories     databases
  maintainers    mww at opendarwin.org
  description    The most advanced open-source database available anywhere
 @@ -23,7 +22,7 @@
                 ftp://ftp.jp.postgresql.org/${subdir}/ \
                 ftp://ftp2.uk.postgresql.org/${subdir}/

 -checksums      md5 82878d6d74c36384af3595d26ed38067
 +checksums      md5 fc79f5b0074b32671dac7342a2318950
  depends_lib    lib:readline:readline
  configure.env  CPPFLAGS="-I${prefix}/include" \
                 LDFLAGS="-L${prefix}/lib"
 @@ -40,13 +39,6 @@

  #this will propably be removed as soon as we get variant dependencies
  default_variants       +devel
 -
 -variant darwin {
 -       patchfiles      patch-src-Makefile.shlib \
 -                       patch-src-makefiles-Makefile.darwin \
 -                       patch-darwin.h-diff \
 -                       patch-darwin.diff
 -               }

  variant ssl    {
         depends_lib-append      lib:libssl:openssl
 }}}

--

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


More information about the macports-tickets mailing list