Opened 21 years ago

Last modified 9 years ago

#1172 closed update

Update: postgres port version update (7.4) — at Initial Version

Reported by: danielluke (Daniel J. Luke) Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: postgresql

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.

  1. 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)

  1. 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@… 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

Change History (0)

Note: See TracTickets for help on using tickets.