pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp Fix broken PLIST on Darwin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c81e4a3aa23a
branches:  trunk
changeset: 423754:c81e4a3aa23a
user:      brook <brook%pkgsrc.org@localhost>
date:      Tue Feb 25 15:03:28 2020 +0000

description:
Fix broken PLIST on Darwin.

Apparently the installed location for gimp-debug-tool differs for Darwin
versus other platforms.  The Makefile included logic to define the location,
but was not used in PLIST.  This just adds the appropriate substitution
into PLIST.

diffstat:

 graphics/gimp/PLIST |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 057d0e1fb451 -r c81e4a3aa23a graphics/gimp/PLIST
--- a/graphics/gimp/PLIST       Tue Feb 25 14:55:36 2020 +0000
+++ b/graphics/gimp/PLIST       Tue Feb 25 15:03:28 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.68 2019/11/02 14:06:44 nia Exp $
+@comment $NetBSD: PLIST,v 1.69 2020/02/25 15:03:28 brook Exp $
 bin/gimp
 bin/gimp-2.10
 bin/gimp-console
@@ -379,7 +379,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