pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/guacamole-server



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct  7 11:12:32 UTC 2019

Modified Files:
        pkgsrc/net/guacamole-server: Makefile

Log Message:
guacamole-server: Add a required REPLACE_PERL.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/guacamole-server/Makefile

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

Modified files:

Index: pkgsrc/net/guacamole-server/Makefile
diff -u pkgsrc/net/guacamole-server/Makefile:1.20 pkgsrc/net/guacamole-server/Makefile:1.21
--- pkgsrc/net/guacamole-server/Makefile:1.20   Wed Sep 18 14:17:15 2019
+++ pkgsrc/net/guacamole-server/Makefile        Mon Oct  7 11:12:32 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2019/09/18 14:17:15 ryoon Exp $
+# $NetBSD: Makefile,v 1.21 2019/10/07 11:12:32 jperkin Exp $
 
 DISTNAME=      guacamole-server-1.0.0
 PKGREVISION=   2
@@ -13,7 +13,7 @@ LICENSE=      apache-2.0
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c99
 USE_LIBTOOL=   yes
-USE_TOOLS=     pkg-config
+USE_TOOLS=     perl pkg-config
 
 EGDIR=                 ${PREFIX}/share/examples/guacamole
 PKG_SYSCONFSUBDIR=     guacamole
@@ -38,6 +38,8 @@ SUBST_STAGE.manpath=  pre-configure
 SUBST_FILES.manpath=   src/guacd/man/guacd.conf.5
 SUBST_SED.manpath=     -e 's,/etc/guacamole,${PKG_SYSCONFDIR},g'
 
+REPLACE_PERL+=         src/protocols/rdp/keymaps/generate.pl
+
 INSTALLATION_DIRS=     share/examples/guacamole
 
 CONF_FILES=    ${EGDIR}/guacd.conf ${PKG_SYSCONFDIR}/guacd.conf



Home | Main Index | Thread Index | Old Index