Index: head/security/openconnect/Makefile =================================================================== --- head/security/openconnect/Makefile (revision 361111) +++ head/security/openconnect/Makefile (revision 361112) @@ -1,46 +1,47 @@ # Created by: Damian Gerow # $FreeBSD$ PORTNAME= openconnect PORTVERSION= 5.03 PORTREVISION= 4 CATEGORIES= security MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/ \ http://mirrors.rit.edu/zi/ MAINTAINER= zi@FreeBSD.org COMMENT= Client for Cisco's AnyConnect SSL VPN LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LGPL LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 RUN_DEPENDS= vpnc-script:${PORTSDIR}/sysutils/vpnc-scripts GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --without-liboath --without-openssl-version-check \ --without-stoken USES= gmake libtool pkgconfig USE_LDCONFIG= yes +USE_PYTHON_BUILD= yes PORTDOCS= * OPTIONS_DEFINE= PROXY GNUTLS PROXY_DESC= Enable automatic proxy configuratio via libproxy PROXY_LIB_DEPENDS= libproxy.so:${PORTSDIR}/net/libproxy PROXY_CONFIGURE_WITH= libproxy GNUTLS_DESC= Use GnuTLS instead of OpenSSL(EXPERIMENTAL) GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls GNUTLS_BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss GNUTLS_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss GNUTLS_CONFIGURE_WITH= gnutls system-cafile=${LOCALBASE}/share/certs/ca-root-nss.crt GNUTLS_USE_OFF= OPENSSL=yes post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/TODO ${STAGEDIR}${DOCSDIR} .include Index: head/security/openconnect/files/patch-www_Makefile.am =================================================================== --- head/security/openconnect/files/patch-www_Makefile.am (revision 361111) +++ head/security/openconnect/files/patch-www_Makefile.am (nonexistent) @@ -1,10 +0,0 @@ ---- ./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 @@ - 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 Property changes on: head/security/openconnect/files/patch-www_Makefile.am ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/openconnect/files/patch-www__Makefile.in =================================================================== --- head/security/openconnect/files/patch-www__Makefile.in (nonexistent) +++ head/security/openconnect/files/patch-www__Makefile.in (revision 361112) @@ -0,0 +1,11 @@ +--- 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' > $@ + + # 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. Property changes on: head/security/openconnect/files/patch-www__Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property