pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/libfolks



Module Name:    pkgsrc
Committed By:   cirnatdan
Date:           Mon Apr 26 13:41:04 UTC 2021

Modified Files:
        pkgsrc/chat/libfolks: Makefile PLIST

Log Message:
libfolks: Add PLIST substitution for SOEXT, fixes buid on macOS


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/chat/libfolks/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/libfolks/PLIST

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

Modified files:

Index: pkgsrc/chat/libfolks/Makefile
diff -u pkgsrc/chat/libfolks/Makefile:1.20 pkgsrc/chat/libfolks/Makefile:1.21
--- pkgsrc/chat/libfolks/Makefile:1.20  Wed Apr 21 11:41:06 2021
+++ pkgsrc/chat/libfolks/Makefile       Mon Apr 26 13:41:04 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2021/04/21 11:41:06 adam Exp $
+# $NetBSD: Makefile,v 1.21 2021/04/26 13:41:04 cirnatdan Exp $
 
 DISTNAME=      folks-0.14.0
 PKGNAME=       lib${DISTNAME}
@@ -25,6 +25,11 @@ PKGCONFIG_OVERRIDE+=         output/meson-priva
 PKGCONFIG_OVERRIDE+=           output/meson-private/folks-dummy.pc
 PKGCONFIG_OVERRIDE+=           output/meson-private/folks-telepathy.pc
 
+OPSYSVARS+=    SOEXT
+SOEXT.Darwin=  dylib
+SOEXT.*=       so
+PLIST_SUBST+=  SOEXT=${SOEXT}
+
 .include "../../devel/meson/build.mk"
 .include "../../chat/telepathy-glib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"

Index: pkgsrc/chat/libfolks/PLIST
diff -u pkgsrc/chat/libfolks/PLIST:1.2 pkgsrc/chat/libfolks/PLIST:1.3
--- pkgsrc/chat/libfolks/PLIST:1.2      Wed Jun 10 18:08:21 2020
+++ pkgsrc/chat/libfolks/PLIST  Mon Apr 26 13:41:04 2021
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/10 18:08:21 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/04/26 13:41:04 cirnatdan Exp $
 bin/folks-import
 bin/folks-inspect
 include/folks/folks-dummy.h
 include/folks/folks-telepathy.h
 include/folks/folks.h
-lib/folks/46/backends/dummy/dummy.so
-lib/folks/46/backends/key-file/key-file.so
-lib/folks/46/backends/telepathy/telepathy.so
+lib/folks/46/backends/dummy/dummy.${SOEXT}
+lib/folks/46/backends/key-file/key-file.${SOEXT}
+lib/folks/46/backends/telepathy/telepathy.${SOEXT}
 lib/girepository-1.0/Folks-0.6.typelib
 lib/girepository-1.0/FolksDummy-0.6.typelib
 lib/girepository-1.0/FolksTelepathy-0.6.typelib



Home | Main Index | Thread Index | Old Index