svn commit: r317984 - in head/databases: postgresql93-client postgresql93-server postgresql93-server/files
Palle Girgensohn
girgen at FreeBSD.org
Sun May 12 22:28:39 UTC 2013
Author: girgen
Date: Sun May 12 22:28:38 2013
New Revision: 317984
URL: http://svnweb.freebsd.org/changeset/ports/317984
Log:
pkgconfig belongs under libdata
Added:
head/databases/postgresql93-server/files/patch-src-Makefile.shlib (contents, props changed)
Modified:
head/databases/postgresql93-client/Makefile
head/databases/postgresql93-server/pkg-plist-client
Modified: head/databases/postgresql93-client/Makefile
==============================================================================
--- head/databases/postgresql93-client/Makefile Sun May 12 22:13:57 2013 (r317983)
+++ head/databases/postgresql93-client/Makefile Sun May 12 22:28:38 2013 (r317984)
@@ -5,7 +5,7 @@
# See Mk/bsd.databases.mk for more info
PORTNAME= postgresql
-PORTREVISION= 1
+PORTREVISION= 2
PKGNAMESUFFIX= -client
COMMENT= PostgreSQL database (client)
Added: head/databases/postgresql93-server/files/patch-src-Makefile.shlib
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/databases/postgresql93-server/files/patch-src-Makefile.shlib Sun May 12 22:28:38 2013 (r317984)
@@ -0,0 +1,11 @@
+--- src/Makefile.shlib.bak 2013-05-06 22:57:06.000000000 +0200
++++ src/Makefile.shlib 2013-05-12 23:33:16.000000000 +0200
+@@ -87,7 +87,7 @@
+ # Testing the soname variable is a reliable way to determine whether a
+ # linkable library is being built.
+ soname = $(shlib_major)
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(prefix)/libdata/pkgconfig
+ else
+ # Naming convention for dynamically loadable modules
+ shlib = $(NAME)$(DLSUFFIX)
Modified: head/databases/postgresql93-server/pkg-plist-client
==============================================================================
--- head/databases/postgresql93-server/pkg-plist-client Sun May 12 22:13:57 2013 (r317983)
+++ head/databases/postgresql93-server/pkg-plist-client Sun May 12 22:28:38 2013 (r317984)
@@ -608,11 +608,10 @@ lib/libpgtypes.so.3
lib/libpq.a
lib/libpq.so
lib/libpq.so.5
-lib/pkgconfig/libecpg.pc
-lib/pkgconfig/libecpg_compat.pc
-lib/pkgconfig/libpgtypes.pc
-lib/pkgconfig/libpq.pc
- at dirrmtry lib/pkgconfig
+libdata/pkgconfig/libecpg.pc
+libdata/pkgconfig/libecpg_compat.pc
+libdata/pkgconfig/libpgtypes.pc
+libdata/pkgconfig/libpq.pc
lib/postgresql/pgxs/config/install-sh
lib/postgresql/pgxs/src/makefiles/pgxs.mk
lib/postgresql/pgxs/src/Makefile.global
More information about the svn-ports-head
mailing list