pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gimp graphics/gimp: on Darwin, gimp-debug-too...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f622bdd0621b
branches: trunk
changeset: 308904:f622bdd0621b
user: dbj <dbj%pkgsrc.org@localhost>
date: Mon Jun 04 05:32:13 2018 +0000
description:
graphics/gimp: on Darwin, gimp-debug-tool is in bin instead of libexec
See the conditional in gimp-2.10.0/app-tools/Makefile.am
diffstat:
graphics/gimp/Makefile | 7 ++++++-
graphics/gimp/PLIST | 4 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
diffs (39 lines):
diff -r ab055f09e910 -r f622bdd0621b graphics/gimp/Makefile
--- a/graphics/gimp/Makefile Mon Jun 04 05:31:02 2018 +0000
+++ b/graphics/gimp/Makefile Mon Jun 04 05:32:13 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.285 2018/05/28 08:46:32 wiz Exp $
+# $NetBSD: Makefile,v 1.286 2018/06/04 05:32:13 dbj Exp $
DISTNAME= gimp-2.10.2
CATEGORIES= graphics
@@ -40,6 +40,11 @@
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
PLIST_VARS+= remote
+.if ${OPSYS} == "Darwin"
+PLIST_SUBST+= GIMP_DEBUG_TOOL_DIR="bin"
+.else
+PLIST_SUBST+= GIMP_DEBUG_TOOL_DIR="libexec"
+.endif
.include "options.mk"
diff -r ab055f09e910 -r f622bdd0621b graphics/gimp/PLIST
--- a/graphics/gimp/PLIST Mon Jun 04 05:31:02 2018 +0000
+++ b/graphics/gimp/PLIST Mon Jun 04 05:32:13 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.59 2018/04/30 05:12:51 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.60 2018/06/04 05:32:13 dbj Exp $
bin/gimp
bin/gimp-2.10
bin/gimp-console
@@ -377,7 +377,7 @@
lib/pkgconfig/gimp-2.0.pc
lib/pkgconfig/gimpthumb-2.0.pc
lib/pkgconfig/gimpui-2.0.pc
-libexec/gimp-debug-tool-2.0
+${GIMP_DEBUG_TOOL_DIR}/gimp-debug-tool-2.0
man/man1/gimp-2.10.1
man/man1/gimp-console-2.10.1
man/man1/gimp-console.1
Home |
Main Index |
Thread Index |
Old Index