pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/tightvnc



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Aug 22 09:05:33 UTC 2017

Modified Files:
        pkgsrc/net/tightvnc: Makefile

Log Message:
Find a suitable make program on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/tightvnc/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/tightvnc/Makefile
diff -u pkgsrc/net/tightvnc/Makefile:1.50 pkgsrc/net/tightvnc/Makefile:1.51
--- pkgsrc/net/tightvnc/Makefile:1.50   Sat Jul  9 06:38:46 2016
+++ pkgsrc/net/tightvnc/Makefile        Tue Aug 22 09:05:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2016/07/09 06:38:46 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2017/08/22 09:05:33 jperkin Exp $
 
 DISTNAME=              tightvnc-1.3.10
 PKGREVISION=           15
@@ -54,6 +54,11 @@ SUBST_FILES.hpath=   vncserver tightvncser
 SUBST_SED.hpath+=      -e 's|/usr/local/vnc/classes|${PREFIX}/share/vnc/classes|g'
 SUBST_SED.hpath+=      -e 's|/etc/tightvncserver.conf|${PKG_SYSCONFDIR}/tightvncserver.conf|g'
 
+SUBST_CLASSES.SunOS+=  ccspath
+SUBST_STAGE.ccspath=   pre-configure
+SUBST_FILES.ccspath=   Xvnc/config/cf/svr4.cf
+SUBST_SED.ccspath=     -e 's,/usr/ccs/bin/make,${MAKE},g'
+
 REPLACE_PERL=          vncserver
 
 post-extract:



Home | Main Index | Thread Index | Old Index