From 81fb346c3279ac574e4a6e2ae4e5325f2e8573ef Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Sun, 12 Feb 2006 04:26:32 +0000 Subject: [PATCH] Update to 1.2.2. Fix build on 4.x. PR: ports/93219 Submitted by: Andreas Kohn (maintainer) --- net/net6/Makefile | 12 ++++-------- net/net6/distinfo | 6 +++--- net/net6/pkg-plist | 2 +- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/net/net6/Makefile b/net/net6/Makefile index 036da7e3ce56..184673b82c70 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -6,7 +6,7 @@ # PORTNAME= net6 -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 CATEGORIES= net devel MASTER_SITES= http://releases.0x539.de/net6/ @@ -15,12 +15,14 @@ COMMENT= Network access framework for IPv4/IPv6 LIB_DEPENDS= sigc++-2.0.0:${PORTSDIR}/devel/libsigc++20 +USE_GCC= 3.4+ INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack .if !defined(WITHOUT_NLS) USE_GETTEXT= yes +USE_ICONV= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" PLIST_SUB= NLS="" .else @@ -28,10 +30,4 @@ CONFIGURE_ARGS= --disable-nls PLIST_SUB= NLS="@comment " .endif -.include - -.if ${OSVERSION} < 500000 -IGNORE= does not build on FreeBSD 4.x -.endif - -.include +.include diff --git a/net/net6/distinfo b/net/net6/distinfo index d2f1e53c66a3..62928d32f8e0 100644 --- a/net/net6/distinfo +++ b/net/net6/distinfo @@ -1,3 +1,3 @@ -MD5 (net6-1.2.1.tar.gz) = e5e22450144b7a788955164729ef5034 -SHA256 (net6-1.2.1.tar.gz) = 0f3f3db01ca3613f9e4f407eeb5395745df770a92eb654ce0c7c71c0322fa4fc -SIZE (net6-1.2.1.tar.gz) = 376538 +MD5 (net6-1.2.2.tar.gz) = 8a551a2d9785b2b0ed431bb9eeb6cfd6 +SHA256 (net6-1.2.2.tar.gz) = ccdf8bfec6098b9da9a82c8d3a4d85266a5c2fd8e0240bb9448448ea39f3a68a +SIZE (net6-1.2.2.tar.gz) = 377078 diff --git a/net/net6/pkg-plist b/net/net6/pkg-plist index 083c184eeb4e..eb6a80ef5504 100644 --- a/net/net6/pkg-plist +++ b/net/net6/pkg-plist @@ -1,7 +1,7 @@ include/net6/address.hpp include/net6/client.hpp -include/net6/connection.hpp include/net6/common.hpp +include/net6/connection.hpp include/net6/default_accumulator.hpp include/net6/error.hpp include/net6/gettext_package.hpp