pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/gnunet-gtk



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar  2 22:47:33 UTC 2023

Modified Files:
        pkgsrc/net/gnunet-gtk: Makefile options.mk

Log Message:
gnunet-gtk: add missing bash tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/gnunet-gtk/Makefile \
    pkgsrc/net/gnunet-gtk/options.mk

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

Modified files:

Index: pkgsrc/net/gnunet-gtk/Makefile
diff -u pkgsrc/net/gnunet-gtk/Makefile:1.1 pkgsrc/net/gnunet-gtk/Makefile:1.2
--- pkgsrc/net/gnunet-gtk/Makefile:1.1  Thu Feb 23 17:30:45 2023
+++ pkgsrc/net/gnunet-gtk/Makefile      Thu Mar  2 22:47:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/02/23 17:30:45 nikita Exp $
+# $NetBSD: Makefile,v 1.2 2023/03/02 22:47:33 wiz Exp $
 
 DISTNAME=              gnunet-gtk-0.19.0
 CATEGORIES=            net
@@ -12,7 +12,9 @@ LICENSE=              gnu-gpl-v3
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            pkg-config
+USE_TOOLS+=            bash pkg-config
+
+REPLACE_BASH+=         pixmaps/icon-theme-installer
 
 # options.mk uses an option from gnunet's bl3
 # TODO: verify if this still does anything
Index: pkgsrc/net/gnunet-gtk/options.mk
diff -u pkgsrc/net/gnunet-gtk/options.mk:1.1 pkgsrc/net/gnunet-gtk/options.mk:1.2
--- pkgsrc/net/gnunet-gtk/options.mk:1.1        Thu Feb 23 17:30:45 2023
+++ pkgsrc/net/gnunet-gtk/options.mk    Thu Mar  2 22:47:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2023/02/23 17:30:45 nikita Exp $
+# $NetBSD: options.mk,v 1.2 2023/03/02 22:47:33 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.gnunet-gtk
 PKG_SUPPORTED_OPTIONS+=                audio
@@ -7,8 +7,8 @@ PKG_SUGGESTED_OPTIONS+=         audio
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Maudio)
-.if ${PKG_BUILD_OPTIONS.gnunet:Maudio}
+.  if ${PKG_BUILD_OPTIONS.gnunet:Maudio}
 PLIST_VARS+=                   audio
 PLIST.audio=                   yes
-.endif
+.  endif
 .endif



Home | Main Index | Thread Index | Old Index