Date: Sun, 2 Oct 2016 20:52:29 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423158 - head/net/vtun Message-ID: <201610022052.u92KqTAD052966@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Sun Oct 2 20:52:29 2016 New Revision: 423158 URL: https://svnweb.freebsd.org/changeset/ports/423158 Log: Upline (Bishop Clark, bishopolis@gmail.com) says that the configure script was stale and that "aclocal&autoconf" will fix it. This indeed fixes ./configure not detcting a working fork() and vfork(). He will update the readme in the tarball. Recommended by: Bishop Clark <bishopolis@gmail.com> vtun upline Modified: head/net/vtun/Makefile Modified: head/net/vtun/Makefile ============================================================================== --- head/net/vtun/Makefile Sun Oct 2 20:50:22 2016 (r423157) +++ head/net/vtun/Makefile Sun Oct 2 20:52:29 2016 (r423158) @@ -3,7 +3,7 @@ PORTNAME= vtun PORTVERSION= 3.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF @@ -14,9 +14,8 @@ LICENSE= GPLv2 LIB_DEPENDS= liblzo2.so:archivers/lzo2 -CFLAGS+= -ansi -Wno-pointer-sign -I${LOCALBASE}/include \ - -DHAVE_WORKING_VFORK -DHAVE_WORKING_FORK -USES= ssl +CFLAGS+= -ansi -Wno-pointer-sign -I${LOCALBASE}/include +USES= ssl autoreconf GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-ssl-headers=${OPENSSLINC} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610022052.u92KqTAD052966>