pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/geeqie



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 11 10:54:44 UTC 2020

Modified Files:
        pkgsrc/graphics/geeqie: distinfo options.mk
        pkgsrc/graphics/geeqie/patches: patch-doc_Makefile.am

Log Message:
geeqie: switch libchamplain dependency to 012

This is detected and compiles fine.
I have not enabled the option by default though.

Fix typo in patch comment.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/geeqie/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/geeqie/options.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/geeqie/patches/patch-doc_Makefile.am

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

Modified files:

Index: pkgsrc/graphics/geeqie/distinfo
diff -u pkgsrc/graphics/geeqie/distinfo:1.15 pkgsrc/graphics/geeqie/distinfo:1.16
--- pkgsrc/graphics/geeqie/distinfo:1.15        Mon Sep 16 21:55:46 2019
+++ pkgsrc/graphics/geeqie/distinfo     Wed Mar 11 10:54:43 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2019/09/16 21:55:46 nia Exp $
+$NetBSD: distinfo,v 1.16 2020/03/11 10:54:43 wiz Exp $
 
 SHA1 (geeqie-1.5.1.tar.xz) = fe14b122744a4297e9e98a9cfc5821f2b5e6e1ce
 RMD160 (geeqie-1.5.1.tar.xz) = 90627c49e53d9389bcbb8feec5315cd02a5ea616
@@ -6,5 +6,5 @@ SHA512 (geeqie-1.5.1.tar.xz) = 265eade90
 Size (geeqie-1.5.1.tar.xz) = 1587116 bytes
 SHA1 (patch-Makefile.am) = 74aa2631b468d7984a4a02ad827d839cfe2155b9
 SHA1 (patch-ac) = e551d5e733354902254c1a392be5738da6c88170
-SHA1 (patch-doc_Makefile.am) = 9ffbcd6f8e5bc5710b61dfbfb020e92497d3414f
+SHA1 (patch-doc_Makefile.am) = 5f85c689505b9981cd9d61e3cdd5860c2b7c3a60
 SHA1 (patch-src_layout__util.c) = c7ee3ea2e9874e32df21ebecad22758d9ccc17c3

Index: pkgsrc/graphics/geeqie/options.mk
diff -u pkgsrc/graphics/geeqie/options.mk:1.5 pkgsrc/graphics/geeqie/options.mk:1.6
--- pkgsrc/graphics/geeqie/options.mk:1.5       Mon Sep 16 21:55:46 2019
+++ pkgsrc/graphics/geeqie/options.mk   Wed Mar 11 10:54:43 2020
@@ -1,11 +1,9 @@
-# $NetBSD: options.mk,v 1.5 2019/09/16 21:55:46 nia Exp $
+# $NetBSD: options.mk,v 1.6 2020/03/11 10:54:43 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.geeqie
 PKG_OPTIONS_OPTIONAL_GROUPS=   gtk
 PKG_OPTIONS_GROUP.gtk=         gtk2 gtk3
 PKG_SUPPORTED_OPTIONS=         libchamplain
-# The libchamplain option doesn't actually work, so leave it off
-# to avoid the pain of dependencies with no benefit, until debugged.
 PKG_SUGGESTED_OPTIONS=         gtk3
 
 .include "../../mk/bsd.options.mk"
@@ -13,7 +11,7 @@ PKG_SUGGESTED_OPTIONS=                gtk3
 .if !empty(PKG_OPTIONS:Mlibchamplain)
 CONFIGURE_ARGS+=       --enable-gps
 CONFIGURE_ARGS+=       --enable-clutter
-.include "../../geography/libchamplain04/buildlink3.mk"
+.include "../../geography/libchamplain012/buildlink3.mk"
 .include "../../graphics/clutter/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-gps

Index: pkgsrc/graphics/geeqie/patches/patch-doc_Makefile.am
diff -u pkgsrc/graphics/geeqie/patches/patch-doc_Makefile.am:1.2 pkgsrc/graphics/geeqie/patches/patch-doc_Makefile.am:1.3
--- pkgsrc/graphics/geeqie/patches/patch-doc_Makefile.am:1.2    Wed Jan 10 09:38:32 2018
+++ pkgsrc/graphics/geeqie/patches/patch-doc_Makefile.am        Wed Mar 11 10:54:43 2020
@@ -1,4 +1,4 @@
-$NetBSD: patch-doc_Makefile.am,v 1.2 2018/01/10 09:38:32 wiz Exp $
+$NetBSD: patch-doc_Makefile.am,v 1.3 2020/03/11 10:54:43 wiz Exp $
 
 Generate html docs in build phase (instead of install phase).
 gnome-doc-tool seems to ignore "-o html" so manually generate
@@ -6,7 +6,7 @@ the same effect.
 
 Solves PLIST problem due to missing html files.
 
-This is not know to be reported upstream.
+This is not known to be reported upstream.
 
 --- doc/Makefile.am.orig       2017-12-31 12:31:21.000000000 +0000
 +++ doc/Makefile.am



Home | Main Index | Thread Index | Old Index