pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gimp
Module Name: pkgsrc
Committed By: dbj
Date: Mon Jun 4 05:32:13 UTC 2018
Modified Files:
pkgsrc/graphics/gimp: Makefile PLIST
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 pkgsrc/graphics/gimp/Makefile
cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/gimp/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/gimp/Makefile
diff -u pkgsrc/graphics/gimp/Makefile:1.285 pkgsrc/graphics/gimp/Makefile:1.286
--- pkgsrc/graphics/gimp/Makefile:1.285 Mon May 28 08:46:32 2018
+++ pkgsrc/graphics/gimp/Makefile Mon Jun 4 05:32:13 2018
@@ -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 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCON
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"
Index: pkgsrc/graphics/gimp/PLIST
diff -u pkgsrc/graphics/gimp/PLIST:1.59 pkgsrc/graphics/gimp/PLIST:1.60
--- pkgsrc/graphics/gimp/PLIST:1.59 Mon Apr 30 05:12:51 2018
+++ pkgsrc/graphics/gimp/PLIST Mon Jun 4 05:32:13 2018
@@ -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/libgimpwidgets-2.0.la
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