pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/openvpn



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Oct  8 17:58:05 UTC 2021

Modified Files:
        pkgsrc/net/openvpn: Makefile

Log Message:
openvpn: Avoid to accidentally build HTML man pages

rst2html.py and rst2man.py are accidentally recognized if installed and used
leading to generation of HTML man pages and PLIST mismatch.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/net/openvpn/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/openvpn/Makefile
diff -u pkgsrc/net/openvpn/Makefile:1.88 pkgsrc/net/openvpn/Makefile:1.89
--- pkgsrc/net/openvpn/Makefile:1.88    Tue Oct  5 19:25:41 2021
+++ pkgsrc/net/openvpn/Makefile Fri Oct  8 17:58:05 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2021/10/05 19:25:41 adam Exp $
+# $NetBSD: Makefile,v 1.89 2021/10/08 17:58:05 leot Exp $
 
 DISTNAME=      ${OPENVPN_DISTNAME}
 CATEGORIES=    net
@@ -18,6 +18,8 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --disable-debug
 CONFIGURE_ARGS+=       --disable-dependency-tracking
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ENV+=                ac_cv_prog_RST2HTML=
+CONFIGURE_ENV+=                ac_cv_prog_RST2MAN=
 
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index