pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/remmina



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Oct  3 00:07:07 UTC 2019

Modified Files:
        pkgsrc/net/remmina: Makefile options.mk

Log Message:
remmina: Disable avahi, needs it with GTK3 enabled...


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/remmina/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/remmina/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/remmina/Makefile
diff -u pkgsrc/net/remmina/Makefile:1.46 pkgsrc/net/remmina/Makefile:1.47
--- pkgsrc/net/remmina/Makefile:1.46    Sun Sep 15 12:59:01 2019
+++ pkgsrc/net/remmina/Makefile Thu Oct  3 00:07:07 2019
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2019/09/15 12:59:01 nia Exp $
+# $NetBSD: Makefile,v 1.47 2019/10/03 00:07:07 nia Exp $
 
 DISTNAME=      Remmina-v1.3.6
 PKGNAME=       ${DISTNAME:S/^R/r/1:S/-v/-/1}
+PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  https://gitlab.com/Remmina/Remmina/-/archive/v${PKGVERSION_NOREV}/
 

Index: pkgsrc/net/remmina/options.mk
diff -u pkgsrc/net/remmina/options.mk:1.1 pkgsrc/net/remmina/options.mk:1.2
--- pkgsrc/net/remmina/options.mk:1.1   Sun Sep 15 12:59:20 2019
+++ pkgsrc/net/remmina/options.mk       Thu Oct  3 00:07:07 2019
@@ -1,8 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2019/09/15 12:59:20 nia Exp $
+# $NetBSD: options.mk,v 1.2 2019/10/03 00:07:07 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.remmina
+
+# XXX needs avahi with gtk3
 PKG_SUPPORTED_OPTIONS=         avahi libappindicator
-PKG_SUGGESTED_OPTIONS=         avahi libappindicator
+PKG_SUGGESTED_OPTIONS=         libappindicator
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index