Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Feb 2006 03:32:15 +0100
From:      "Andreas Kohn" <andreas@syndrom23.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/93219: [MAINTAINER-UPDATE] net/net6 to 1.2.2
Message-ID:  <1139711535.44498@klamath.syndrom23.de>
Resent-Message-ID: <200602120240.k1C2e3Ja029569@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         93219
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] net/net6 to 1.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 12 02:40:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Kohn
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #28: Sat Jan 28 04:43:24 CET 2006
    root@klamath.syndrom23.de:/usr/obj/usr/src/sys/KLAMATH



>Description:


net6 ChangeLog:
  Translation updates.

port changes:
  USE_ICONV if NLS wanted, the configure checks for it.
  sort plist.
  
Not changed :)
  I can't verify build for freebsd 4, but at least it compiles with gcc 2.95 
  on my machine. 



>How-To-Repeat:





>Fix:


--- net6-1.2.1-1.2.2.diff begins here ---
Index: distinfo
===================================================================
--- distinfo	(revision 556)
+++ distinfo	(revision 557)
@@ -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
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 556)
+++ pkg-plist	(revision 557)
@@ -1,7 +1,7 @@
 include/net6/address.hpp
 include/net6/client.hpp
+include/net6/common.hpp
 include/net6/connection.hpp
-include/net6/common.hpp
 include/net6/default_accumulator.hpp
 include/net6/error.hpp
 include/net6/gettext_package.hpp
Index: Makefile
===================================================================
--- Makefile	(revision 556)
+++ Makefile	(revision 557)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	net6
-PORTVERSION=	1.2.1
+PORTVERSION=	1.2.2
 CATEGORIES=	net devel
 MASTER_SITES=	http://releases.0x539.de/net6/
 
@@ -21,6 +21,7 @@
 
 .if !defined(WITHOUT_NLS)
 USE_GETTEXT=	yes
+USE_ICONV=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
 PLIST_SUB=	NLS=""
 .else
--- net6-1.2.1-1.2.2.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1139711535.44498>