pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gegl gegl: fix PLIST for Darwin
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c5d2e95a2d2
branches: trunk
changeset: 379272:8c5d2e95a2d2
user: tnn <tnn%pkgsrc.org@localhost>
date: Fri May 13 20:56:09 2022 +0000
description:
gegl: fix PLIST for Darwin
diffstat:
graphics/gegl/Makefile | 6 +++++-
graphics/gegl/PLIST | 7 ++++---
2 files changed, 9 insertions(+), 4 deletions(-)
diffs (45 lines):
diff -r f90c9259178d -r 8c5d2e95a2d2 graphics/gegl/Makefile
--- a/graphics/gegl/Makefile Fri May 13 20:10:19 2022 +0000
+++ b/graphics/gegl/Makefile Fri May 13 20:56:09 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2022/04/18 19:11:16 adam Exp $
+# $NetBSD: Makefile,v 1.106 2022/05/13 20:56:09 tnn Exp $
DISTNAME= gegl-0.4.36
PKGREVISION= 2
@@ -29,10 +29,14 @@
PYTHON_FOR_BUILD_ONLY= tool
.include "../../mk/bsd.prefs.mk"
+
+PLIST_VARS+= darwin notdarwin
.if ${OPSYS} == "Darwin"
PLIST_SUBST+= SOEXT="dylib"
+PLIST.darwin= yes
.else
PLIST_SUBST+= SOEXT="so"
+PLIST.notdarwin= yes
.endif
PLIST_VARS+= x86_64
diff -r f90c9259178d -r 8c5d2e95a2d2 graphics/gegl/PLIST
--- a/graphics/gegl/PLIST Fri May 13 20:10:19 2022 +0000
+++ b/graphics/gegl/PLIST Fri May 13 20:56:09 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2022/03/24 00:02:25 tnn Exp $
+@comment $NetBSD: PLIST,v 1.38 2022/05/13 20:56:09 tnn Exp $
bin/gegl
bin/gegl-imgcmp
include/gegl-0.4/gegl-apply.h
@@ -136,8 +136,9 @@
lib/gegl-0.4/webp-load.${SOEXT}
lib/gegl-0.4/webp-save.${SOEXT}
lib/libgegl-0.4.${SOEXT}
-lib/libgegl-0.4.${SOEXT}.0
-lib/libgegl-0.4.${SOEXT}.0.435.1
+${PLIST.darwin}lib/libgegl-0.4.0.dylib
+${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0
+${PLIST.notdarwin}lib/libgegl-0.4.${SOEXT}.0.435.1
lib/libgegl-npd-0.4.${SOEXT}
lib/libgegl-sc-0.4.${SOEXT}
lib/pkgconfig/gegl-0.4.pc
Home |
Main Index |
Thread Index |
Old Index