pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql82-adminpack Fix name of adminpack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89fb27ede472
branches:  trunk
changeset: 533529:89fb27ede472
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Sep 20 21:58:21 2007 +0000

description:
Fix name of adminpack loadable shared module.
Bump the PKGREVISION of postgresql82-adminpack to 1.

diffstat:

 databases/postgresql82-adminpack/Makefile     |  3 ++-
 databases/postgresql82-adminpack/PLIST        |  4 ++--
 databases/postgresql82/files/Makefile.libtool |  6 +++++-
 3 files changed, 9 insertions(+), 4 deletions(-)

diffs (49 lines):

diff -r 87d9e7d8bad5 -r 89fb27ede472 databases/postgresql82-adminpack/Makefile
--- a/databases/postgresql82-adminpack/Makefile Thu Sep 20 21:49:04 2007 +0000
+++ b/databases/postgresql82-adminpack/Makefile Thu Sep 20 21:58:21 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/09/20 21:28:28 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2007/09/20 21:58:21 jlam Exp $
 
 PKGNAME=       postgresql82-adminpack-${BASE_VERS}
+PKGREVISION=   1
 COMMENT=       Admin pack module for pgAdmin management
 
 DEPENDS+=      postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server
diff -r 87d9e7d8bad5 -r 89fb27ede472 databases/postgresql82-adminpack/PLIST
--- a/databases/postgresql82-adminpack/PLIST    Thu Sep 20 21:49:04 2007 +0000
+++ b/databases/postgresql82-adminpack/PLIST    Thu Sep 20 21:58:21 2007 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/09/20 21:28:28 jlam Exp $
-${PG_SUBPREFIX}lib/postgresql/libadminpack.la
+@comment $NetBSD: PLIST,v 1.2 2007/09/20 21:58:21 jlam Exp $
+${PG_SUBPREFIX}lib/postgresql/adminpack.la
 ${PG_SUBPREFIX}share/doc/postgresql/contrib/README.adminpack
 ${PG_SUBPREFIX}share/postgresql/contrib/adminpack.sql
 ${PG_SUBPREFIX}share/postgresql/contrib/uninstall_adminpack.sql
diff -r 87d9e7d8bad5 -r 89fb27ede472 databases/postgresql82/files/Makefile.libtool
--- a/databases/postgresql82/files/Makefile.libtool     Thu Sep 20 21:49:04 2007 +0000
+++ b/databases/postgresql82/files/Makefile.libtool     Thu Sep 20 21:58:21 2007 +0000
@@ -4,7 +4,7 @@
 #    Common rules for buildling libtool archives
 #
 # IDENTIFICATION
-#    $NetBSD: Makefile.libtool,v 1.1.1.1 2006/12/09 15:34:13 adam Exp $
+#    $NetBSD: Makefile.libtool,v 1.2 2007/09/20 21:58:21 jlam Exp $
 #
 #-------------------------------------------------------------------------
 
@@ -21,9 +21,13 @@
 ifneq (,$(findstring src/pl/,$(subdir)))
 shmodule       = yes
 else
+ifneq (,$(findstring contrib/adminpack,$(subdir)))
+shmodule       = yes
+else
 shmodule       = no
 endif
 endif
+endif
 
 # Fix dependencies in some makefiles that assume the target matches
 # %.o so that when built for libtool, the target matches the corresponding



Home | Main Index | Thread Index | Old Index