pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/postgresql91



Module Name:    pkgsrc
Committed By:   marino
Date:           Sun Oct  7 22:15:27 UTC 2012

Modified Files:
        pkgsrc/databases/postgresql91: distinfo
Removed Files:
        pkgsrc/databases/postgresql91/patches:
            patch-src_backend_access_gist_gistutil.c
            patch-src_include_access_htup.h patch-src_include_access_itup.h

Log Message:
databases/postgresql(-client): Revert most of last commit

After discussing gcc47 build problems with postgresql developers, it
became apparent that the error was unique to DragonFly.  It turns out
that DragonFly was using an older offsetof macro instead of the builtin
version provided by GCC.

Fixing the offsetof macro on DragonFly allowed the pre-patched psgsql 91
to build without issue.  While the previous patches certainly don't hurt
anything, they are being removed to ease future maintenance.

The warning suppression fix is still valid, so the change to the pgsql
client makefile is being left in place.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/postgresql91/distinfo
cvs rdiff -u -r1.1 -r0 \
    
pkgsrc/databases/postgresql91/patches/patch-src_backend_access_gist_gistutil.c \
    pkgsrc/databases/postgresql91/patches/patch-src_include_access_htup.h \
    pkgsrc/databases/postgresql91/patches/patch-src_include_access_itup.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index