diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-01 22:12:28 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-01 22:12:28 +0000 |
commit | 469c687cfef005f270b06b2971b68fc51ecf644a (patch) | |
tree | eb58bcd4c1198d77be4c6d4d7bf9d3d5a209553c /net | |
parent | Update to version 0.8.9. (diff) |
Update to 2.6. Based on
PR: 52771
Submitted by: Matt Peterson <matt@peterson.org>
Notes
Notes:
svn path=/head/; revision=81936
Diffstat (limited to 'net')
-rw-r--r-- | net/vtun/Makefile | 6 | ||||
-rw-r--r-- | net/vtun/distinfo | 2 | ||||
-rw-r--r-- | net/vtun/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | net/vtun/files/patch-aa | 11 |
4 files changed, 18 insertions, 15 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile index 36ee04ad9916..70f0e4fca65b 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vtun -PORTVERSION= 2.5 +PORTVERSION= 2.6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,15 +19,15 @@ LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo MAN5= vtund.conf.5 MAN8= vtund.8 MLINKS= vtund.8 vtun.8 -MANCOMPRESSED= no USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--localstatedir=/var \ +CONFIGURE_ARGS= --localstatedir=/var \ --with-ssl-headers=${OPENSSLBASE}/include/openssl \ --with-ssl-lib=${OPENSSLBASE}/lib \ --with-lzo-headers=${LOCALBASE}/include \ --with-lzo-lib=${LOCALBASE}/lib +CONFIGURE_ENV= YACC=${YACC} WRKSRC= ${WRKDIR}/vtun diff --git a/net/vtun/distinfo b/net/vtun/distinfo index 2f0f790efa12..aa1cc53d014b 100644 --- a/net/vtun/distinfo +++ b/net/vtun/distinfo @@ -1 +1 @@ -MD5 (vtun-2.5.tar.gz) = b29bffeb07e66567e247641919c45b23 +MD5 (vtun-2.6.tar.gz) = 309534fd03c5d13a19c43916f61f4bbf diff --git a/net/vtun/files/patch-Makefile.in b/net/vtun/files/patch-Makefile.in new file mode 100644 index 000000000000..36eeb8f586b7 --- /dev/null +++ b/net/vtun/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.in.orig Sun Jun 1 23:56:26 2003 ++++ Makefile.in Sun Jun 1 23:56:37 2003 +@@ -54,7 +54,7 @@ + + CONFIGURE_FILES = Makefile config.status config.cache config.h config.log + +-%.o: %.c vtun.h lib.h ++.c.o: + $(CC) $(CFLAGS) $(DEFS) -c $< + + vtund: $(OBJS) diff --git a/net/vtun/files/patch-aa b/net/vtun/files/patch-aa deleted file mode 100644 index 5e9f8663f6ef..000000000000 --- a/net/vtun/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Mar 25 23:48:08 2002 -+++ configure Mon Mar 25 23:48:57 2002 -@@ -764,7 +764,7 @@ - program_prefix=${target_alias}- - - --for ac_prog in 'bison -y' byacc -+for ac_prog in 'yacc' byacc - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 |