From owner-svn-ports-head@FreeBSD.ORG Mon Jul 7 18:26:46 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D24C2F47; Mon, 7 Jul 2014 18:26:46 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A570C2252; Mon, 7 Jul 2014 18:26:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67IQkf6028395; Mon, 7 Jul 2014 18:26:46 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67IQklH028391; Mon, 7 Jul 2014 18:26:46 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407071826.s67IQklH028391@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 7 Jul 2014 18:26:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361112 - in head/security/openconnect: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 18:26:46 -0000 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,//d' -e '/<\/body>/,$$d' > $@ + groff -t -mandoc -Thtml $^ | sed -e '1,//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.