Update to 2.6. Based on

PR:		52771
Submitted by:	Matt Peterson <matt@peterson.org>
This commit is contained in:
Christian Weisgerber 2003-06-01 22:12:28 +00:00
parent b48e0d776f
commit 469c687cfe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81936
4 changed files with 18 additions and 15 deletions

View file

@ -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

View file

@ -1 +1 @@
MD5 (vtun-2.5.tar.gz) = b29bffeb07e66567e247641919c45b23
MD5 (vtun-2.6.tar.gz) = 309534fd03c5d13a19c43916f61f4bbf

View file

@ -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)

View file

@ -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