[Midnightbsd-cvs] mports: Makefile: Modify configure target and remove stupid message

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Nov 14 16:31:22 EST 2007


Log Message:
-----------
Modify configure target and remove stupid message

Modified Files:
--------------
    mports/security/openvpn:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/openvpn/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L security/openvpn/Makefile -L security/openvpn/Makefile -u -r1.3 -r1.4
--- security/openvpn/Makefile
+++ security/openvpn/Makefile
@@ -7,12 +7,6 @@
 #
 
 PORTNAME=	openvpn
-# -----------------------------------------------------
-# DO NOT BOTHER TO SEND NOTICES ABOUT 2.0.8 AS IT FIXES
-# WINDOWS-ONLY BUGS THAT DON'T AFFECT *BSD AND THUS
-# DOES NOT WARRANT A PORT UPGRADE! AND UPGRADE REQUESTS
-# WILL BE DROPPED.       -- Matthias Andree, 2006-09-13
-# -----------------------------------------------------
 PORTVERSION=	2.0.9
 PORTREVISION=	0
 CATEGORIES=	security net
@@ -27,7 +21,7 @@
 
 GNU_CONFIGURE=	yes
 USE_OPENSSL=	yes
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd6.0
 CONFIGURE_ARGS=	--with-lzo-lib=${LOCALBASE}/lib \
 		--with-lzo-headers=${LOCALBASE}/include
 


More information about the Midnightbsd-cvs mailing list