svn commit: r423158 - head/net/vtun

Cy Schubert cy at FreeBSD.org
Sun Oct 2 20:52:30 UTC 2016


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 at 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 at 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} \


More information about the svn-ports-all mailing list