pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gegl



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Mar  5 13:17:42 UTC 2022

Modified Files:
        pkgsrc/graphics/gegl: Makefile PLIST

Log Message:
gegl: fix PLIST on !x86_64


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 pkgsrc/graphics/gegl/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/gegl/PLIST

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

Modified files:

Index: pkgsrc/graphics/gegl/Makefile
diff -u pkgsrc/graphics/gegl/Makefile:1.101 pkgsrc/graphics/gegl/Makefile:1.102
--- pkgsrc/graphics/gegl/Makefile:1.101 Sat Feb 26 07:54:16 2022
+++ pkgsrc/graphics/gegl/Makefile       Sat Mar  5 13:17:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2022/02/26 07:54:16 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2022/03/05 13:17:42 tnn Exp $
 
 DISTNAME=      gegl-0.4.36
 CATEGORIES=    graphics
@@ -34,6 +34,11 @@ PLIST_SUBST+=                SOEXT="dylib"
 PLIST_SUBST+=          SOEXT="so"
 .endif
 
+PLIST_VARS+=           x86_64
+.if ${MACHINE_ARCH} == "x86_64"
+PLIST.x86_64=          yes
+.endif
+
 # ../gegl/opencl/gegl-cl-color.c:32:10: fatal error: opencl/colors.cl.h: No such file or directory
 # race condition in meson?
 pre-build:

Index: pkgsrc/graphics/gegl/PLIST
diff -u pkgsrc/graphics/gegl/PLIST:1.35 pkgsrc/graphics/gegl/PLIST:1.36
--- pkgsrc/graphics/gegl/PLIST:1.35     Sat Feb 26 07:54:16 2022
+++ pkgsrc/graphics/gegl/PLIST  Sat Mar  5 13:17:42 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2022/02/26 07:54:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.36 2022/03/05 13:17:42 tnn Exp $
 bin/gegl
 bin/gegl-imgcmp
 include/gegl-0.4/gegl-apply.h
@@ -87,21 +87,21 @@ include/gegl-0.4/sc/sc-sample.h
 lib/gegl-0.4/dropshadow2.json
 lib/gegl-0.4/exr-load.${SOEXT}
 lib/gegl-0.4/exr-save.${SOEXT}
-lib/gegl-0.4/gegl-common-cxx-x86_64-v2.${SOEXT}
-lib/gegl-0.4/gegl-common-cxx-x86_64-v3.${SOEXT}
+${PLIST.x86_64}lib/gegl-0.4/gegl-common-cxx-x86_64-v2.${SOEXT}
+${PLIST.x86_64}lib/gegl-0.4/gegl-common-cxx-x86_64-v3.${SOEXT}
 lib/gegl-0.4/gegl-common-cxx.${SOEXT}
-lib/gegl-0.4/gegl-common-gpl3-x86_64-v2.${SOEXT}
-lib/gegl-0.4/gegl-common-gpl3-x86_64-v3.${SOEXT}
+${PLIST.x86_64}lib/gegl-0.4/gegl-common-gpl3-x86_64-v2.${SOEXT}
+${PLIST.x86_64}lib/gegl-0.4/gegl-common-gpl3-x86_64-v3.${SOEXT}
 lib/gegl-0.4/gegl-common-gpl3.${SOEXT}
-lib/gegl-0.4/gegl-common-x86_64-v2.${SOEXT}
-lib/gegl-0.4/gegl-common-x86_64-v3.${SOEXT}
+${PLIST.x86_64}lib/gegl-0.4/gegl-common-x86_64-v2.${SOEXT}
+${PLIST.x86_64}lib/gegl-0.4/gegl-common-x86_64-v3.${SOEXT}
 lib/gegl-0.4/gegl-common.${SOEXT}
 lib/gegl-0.4/gegl-core.${SOEXT}
-lib/gegl-0.4/gegl-generated-x86_64-v2.${SOEXT}
-lib/gegl-0.4/gegl-generated-x86_64-v3.${SOEXT}
+${PLIST.x86_64}lib/gegl-0.4/gegl-generated-x86_64-v2.${SOEXT}
+${PLIST.x86_64}lib/gegl-0.4/gegl-generated-x86_64-v3.${SOEXT}
 lib/gegl-0.4/gegl-generated.${SOEXT}
-lib/gegl-0.4/gegl-transformops-x86_64-v2.${SOEXT}
-lib/gegl-0.4/gegl-transformops-x86_64-v3.${SOEXT}
+${PLIST.x86_64}lib/gegl-0.4/gegl-transformops-x86_64-v2.${SOEXT}
+${PLIST.x86_64}lib/gegl-0.4/gegl-transformops-x86_64-v3.${SOEXT}
 lib/gegl-0.4/gif-load.${SOEXT}
 lib/gegl-0.4/grey2.json
 lib/gegl-0.4/jpg-load.${SOEXT}



Home | Main Index | Thread Index | Old Index