pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tor
Module Name: pkgsrc
Committed By: alnsn
Date: Sat May 13 20:25:44 UTC 2017
Modified Files:
pkgsrc/net/tor: PLIST options.mk
Log Message:
Introduce ${PLIST.doc}.
It should fix a build with PKG_OPTIONS.tor=-doc.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/tor/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/tor/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/tor/PLIST
diff -u pkgsrc/net/tor/PLIST:1.12 pkgsrc/net/tor/PLIST:1.13
--- pkgsrc/net/tor/PLIST:1.12 Sat Jun 7 09:11:36 2014
+++ pkgsrc/net/tor/PLIST Sat May 13 20:25:44 2017
@@ -1,16 +1,16 @@
-@comment $NetBSD: PLIST,v 1.12 2014/06/07 09:11:36 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2017/05/13 20:25:44 alnsn Exp $
bin/tor
bin/tor-gencert
bin/tor-resolve
bin/torify
-man/man1/tor-gencert.1
-man/man1/tor-resolve.1
-man/man1/tor.1
-man/man1/torify.1
-share/doc/tor/tor-gencert.html
-share/doc/tor/tor-resolve.html
-share/doc/tor/tor.html
-share/doc/tor/torify.html
+${PLIST.doc}man/man1/tor-gencert.1
+${PLIST.doc}man/man1/tor-resolve.1
+${PLIST.doc}man/man1/tor.1
+${PLIST.doc}man/man1/torify.1
+${PLIST.doc}share/doc/tor/tor-gencert.html
+${PLIST.doc}share/doc/tor/tor-resolve.html
+${PLIST.doc}share/doc/tor/tor.html
+${PLIST.doc}share/doc/tor/torify.html
share/examples/rc.d/tor
share/examples/tor/torrc.sample
share/tor/geoip
Index: pkgsrc/net/tor/options.mk
diff -u pkgsrc/net/tor/options.mk:1.7 pkgsrc/net/tor/options.mk:1.8
--- pkgsrc/net/tor/options.mk:1.7 Sat May 23 08:53:11 2015
+++ pkgsrc/net/tor/options.mk Sat May 13 20:25:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2015/05/23 08:53:11 bsiegert Exp $
+# $NetBSD: options.mk,v 1.8 2017/05/13 20:25:44 alnsn Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.tor
PKG_SUPPORTED_OPTIONS= doc
@@ -6,6 +6,8 @@ PKG_SUGGESTED_OPTIONS+= doc
.include "../../mk/bsd.options.mk"
+PLIST_VARS+= doc
+
###
### This enables the build of manual pages. It requires asciidoc
### at build time, which comes with a tail of dependencies and
@@ -14,6 +16,7 @@ PKG_SUGGESTED_OPTIONS+= doc
.if !empty(PKG_OPTIONS:Mdoc)
BUILD_DEPENDS+= asciidoc>=8.3.3:../../textproc/asciidoc
CONFIGURE_ARGS+= --enable-asciidoc
+PLIST.doc= yes
.else
CONFIGURE_ARGS+= --disable-asciidoc
.endif
Home |
Main Index |
Thread Index |
Old Index