#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)
Change History (4)
Changed 21 years ago by charlie@…
Attachment: | Portfile.patch added |
---|
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: | new → closed |
solved - commited together with some other postgresql bugs;
portfile patch up update to 7.3.4