pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/postgresql-timescaledb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  6 09:44:07 UTC 2025

Modified Files:
        pkgsrc/databases/postgresql-timescaledb: Makefile PLIST

Log Message:
postgreqsql-timescaledb: SOEXT -> SHLIB_EXT


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/databases/postgresql-timescaledb/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/postgresql-timescaledb/PLIST

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

Modified files:

Index: pkgsrc/databases/postgresql-timescaledb/Makefile
diff -u pkgsrc/databases/postgresql-timescaledb/Makefile:1.40 pkgsrc/databases/postgresql-timescaledb/Makefile:1.41
--- pkgsrc/databases/postgresql-timescaledb/Makefile:1.40       Thu Apr 17 04:59:38 2025
+++ pkgsrc/databases/postgresql-timescaledb/Makefile    Tue May  6 09:44:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2025/04/17 04:59:38 adam Exp $
+# $NetBSD: Makefile,v 1.41 2025/05/06 09:44:07 wiz Exp $
 
 DISTNAME=      timescaledb-2.19.3
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -16,14 +16,6 @@ DEPENDS+=    postgresql${PGSQL_VERSION}-ser
 CMAKE_CONFIGURE_ARGS+= -DUSE_OPENSSL=ON
 CMAKE_CONFIGURE_ARGS+= -DREGRESS_CHECKS=OFF
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${SHLIB_TYPE} == "dylib"
-PLIST_SUBST+=  SOEXT=dylib
-.else
-PLIST_SUBST+=  SOEXT=so
-.endif
-
 PGSQL_VERSIONS_ACCEPTED=       17 16 15 14
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.timescaledb

Index: pkgsrc/databases/postgresql-timescaledb/PLIST
diff -u pkgsrc/databases/postgresql-timescaledb/PLIST:1.36 pkgsrc/databases/postgresql-timescaledb/PLIST:1.37
--- pkgsrc/databases/postgresql-timescaledb/PLIST:1.36  Thu Apr 17 04:59:38 2025
+++ pkgsrc/databases/postgresql-timescaledb/PLIST       Tue May  6 09:44:07 2025
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.36 2025/04/17 04:59:38 adam Exp $
-lib/postgresql/timescaledb-${PKGVERSION}.${SOEXT}
-${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.${SOEXT}
-lib/postgresql/timescaledb.${SOEXT}
+@comment $NetBSD: PLIST,v 1.37 2025/05/06 09:44:07 wiz Exp $
+lib/postgresql/timescaledb-${PKGVERSION}.${SHLIB_EXT}
+${PLIST.tsl}lib/postgresql/timescaledb-tsl-${PKGVERSION}.${SHLIB_EXT}
+lib/postgresql/timescaledb.${SHLIB_EXT}
 share/postgresql/extension/timescaledb--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.10.0--${PKGVERSION}.sql
 share/postgresql/extension/timescaledb--2.10.1--${PKGVERSION}.sql



Home | Main Index | Thread Index | Old Index