#1172 closed update (fixed)
Update: postgres port version update (7.4)
Reported by: | danielluke (Daniel J. Luke) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | postgresql |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Notes:
- 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.
- 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)
- 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@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
Change History (2)
comment:1 Changed 21 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | postgresql added |
Type: | defect → update |
Note: See
TracTickets for help on using
tickets.
thanks! commited along some other Portfile changes;