Opened 21 years ago

Closed 21 years ago

Last modified 19 years ago

#805 closed defect (fixed)

UPDATE: postgresql-7.3.4

Reported by: charlie@… Owned by: eric@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

Attachments (1)

Portfile.patch (1.2 KB) - added by charlie@… 21 years ago.
portfile patch up update to 7.3.4

Download all attachments as: .zip

Change History (4)

Changed 21 years ago by charlie@…

Attachment: Portfile.patch added

portfile patch up update to 7.3.4

comment:1 Changed 21 years ago by aqua-dabbler (kogule)

Current package treats all shared objects as shared libraries. However some of them like plpgsql should be dynamic loadable modules. That's why the regression test fails with this package. Here is an improved package for 7.3.4 with SSL variant: <http://homepage.mac.com/ aqua_dabbler/dports/postgresql-7.3.4.tgz> All regression tests pass with this package (required patch "patch-src-test-regress-pg_regress.sh" within postgresql/files directory). Although build with SSL succeeds without error, I made no practical operational test for SSL.

comment:2 Changed 21 years ago by aqua-dabbler (kogule)

I notice that the previous package requires DYLD_LIBRARY_PATH because I forget embedding install_name to dynamic libraries. Please replace patch-src-Makefile.shlib with

<http://homepage.mac.com/aqua_dabbler/dports/patch-src-Makefile.shlib.gz>

comment:3 Changed 21 years ago by mww@…

Resolution: fixed
Status: newclosed

solved - commited together with some other postgresql bugs;

Note: See TracTickets for help on using tickets.