pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 13 09:35:46 UTC 2017

Modified Files:
        pkgsrc/databases/postgresql95: Makefile.common
        pkgsrc/databases/postgresql96: Makefile.common

Log Message:
Brought back removed lines


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/postgresql95/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/postgresql96/Makefile.common

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

Modified files:

Index: pkgsrc/databases/postgresql95/Makefile.common
diff -u pkgsrc/databases/postgresql95/Makefile.common:1.14 pkgsrc/databases/postgresql95/Makefile.common:1.15
--- pkgsrc/databases/postgresql95/Makefile.common:1.14  Mon Nov 13 09:33:32 2017
+++ pkgsrc/databases/postgresql95/Makefile.common       Mon Nov 13 09:35:46 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2017/11/13 09:33:32 adam Exp $
+# $NetBSD: Makefile.common,v 1.15 2017/11/13 09:35:46 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -117,6 +117,7 @@ LIBS.SunOS+=                -lintl
 CONFIGURE_ARGS+=       --with-libedit-preferred
 .endif
 
+.if !defined(META_PACKAGE)
 post-extract:
 .  if !empty(USE_LIBLTDL:M[yY][eE][sS])
        cp -f ${COMMON_FILESDIR}/dynloader-ltdl.h \

Index: pkgsrc/databases/postgresql96/Makefile.common
diff -u pkgsrc/databases/postgresql96/Makefile.common:1.8 pkgsrc/databases/postgresql96/Makefile.common:1.9
--- pkgsrc/databases/postgresql96/Makefile.common:1.8   Mon Nov 13 09:33:33 2017
+++ pkgsrc/databases/postgresql96/Makefile.common       Mon Nov 13 09:35:46 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2017/11/13 09:33:33 adam Exp $
+# $NetBSD: Makefile.common,v 1.9 2017/11/13 09:35:46 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -117,6 +117,7 @@ LIBS.SunOS+=                -lintl
 CONFIGURE_ARGS+=       --with-libedit-preferred
 .endif
 
+.if !defined(META_PACKAGE)
 post-extract:
 .  if !empty(USE_LIBLTDL:M[yY][eE][sS])
        cp -f ${COMMON_FILESDIR}/dynloader-ltdl.h \



Home | Main Index | Thread Index | Old Index