svn commit: r361112 - in head/security/openconnect: . files
Tijl Coosemans
tijl at FreeBSD.org
Mon Jul 7 18:26:46 UTC 2014
Author: tijl
Date: Mon Jul 7 18:26:45 2014
New Revision: 361112
URL: http://svnweb.freebsd.org/changeset/ports/361112
QAT: https://qat.redports.org/buildarchive/r361112/
Log:
- Depend on python to build documentation
- Apply patch to Makefile.in instead of Makefile.am to avoid autotools
PR: 191705
Added:
head/security/openconnect/files/patch-www__Makefile.in
- copied, changed from r361032, head/security/openconnect/files/patch-www_Makefile.am
Deleted:
head/security/openconnect/files/patch-www_Makefile.am
Modified:
head/security/openconnect/Makefile
Modified: head/security/openconnect/Makefile
==============================================================================
--- head/security/openconnect/Makefile Mon Jul 7 18:21:09 2014 (r361111)
+++ head/security/openconnect/Makefile Mon Jul 7 18:26:45 2014 (r361112)
@@ -24,6 +24,7 @@ CONFIGURE_ARGS= --disable-nls --with-vpn
--without-stoken
USES= gmake libtool pkgconfig
USE_LDCONFIG= yes
+USE_PYTHON_BUILD= yes
PORTDOCS= *
OPTIONS_DEFINE= PROXY GNUTLS
Copied and modified: head/security/openconnect/files/patch-www__Makefile.in (from r361032, head/security/openconnect/files/patch-www_Makefile.am)
==============================================================================
--- head/security/openconnect/files/patch-www_Makefile.am Mon Jul 7 07:01:53 2014 (r361032, copy source)
+++ head/security/openconnect/files/patch-www__Makefile.in Mon Jul 7 18:26:45 2014 (r361112)
@@ -1,10 +1,11 @@
---- ./www/Makefile.am.orig 2012-07-05 04:16:45.000000000 -0400
-+++ ./www/Makefile.am 2012-07-08 14:00:23.000000000 -0400
-@@ -29,6 +29,6 @@
+--- www/Makefile.in.orig
++++ www/Makefile.in
+@@ -724,7 +724,7 @@
cd $(top_builddir) && $(SHELL) ./config.status openconnect.8
openconnect.8.inc: $(top_builddir)/openconnect.8
- groff -t -K UTF-8 -mandoc -Txhtml $? | sed -e '1,/<body>/d' -e '/<\/body>/,$$d' > $@
+ groff -t -mandoc -Thtml $^ | sed -e '1,/<body>/d' -e '/<\/body>/,$$d' > $@
- EXTRA_DIST = $(patsubst %.html,%.xml,$(ALL_PAGES)) $(srcdir)/menu1.xml $(srcdir)/menu2*.xml $(srcdir)/html.py
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
More information about the svn-ports-all
mailing list