From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 28 01:10:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E8B7106567A for ; Fri, 28 May 2010 01:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F82E8FC16 for ; Fri, 28 May 2010 01:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4S1A4Jn071079 for ; Fri, 28 May 2010 01:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4S1A4g8071078; Fri, 28 May 2010 01:10:04 GMT (envelope-from gnats) Resent-Date: Fri, 28 May 2010 01:10:04 GMT Resent-Message-Id: <201005280110.o4S1A4g8071078@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eric F Crist Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80EE4106566C for ; Fri, 28 May 2010 01:06:00 +0000 (UTC) (envelope-from ecrist@secure-computing.net) Received: from kenny.secure-computing.net (kenny.secure-computing.net [173.8.118.210]) by mx1.freebsd.org (Postfix) with ESMTP id 562168FC13 for ; Fri, 28 May 2010 01:05:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by kenny.secure-computing.net (Postfix) with SMTP id A7BF92E070 for ; Thu, 27 May 2010 19:49:59 -0500 (CDT) Received: from cartman.secure-computing.net (cartman.secure-computing.net [173.8.118.211]) by kenny.secure-computing.net (Postfix) with ESMTP id 0E8972E06B; Thu, 27 May 2010 19:49:59 -0500 (CDT) Received: by cartman.secure-computing.net (Postfix, from userid 1001) id 80BE76D435; Thu, 27 May 2010 19:50:12 -0500 (CDT) Message-Id: <20100528005012.80BE76D435@cartman.secure-computing.net> Date: Thu, 27 May 2010 19:50:12 -0500 (CDT) From: Eric F Crist To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Josh Paetzel Subject: ports/147152: net/c3270 - update to current version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eric F Crist List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2010 01:10:04 -0000 >Number: 147152 >Category: ports >Synopsis: net/c3270 - update to current version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri May 28 01:10:03 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Eric F Crist >Release: FreeBSD 9.0-CURRENT amd64 >Organization: Secure Computing Networks ClaimLynx, Inc >Environment: System: FreeBSD cartman.secure-computing.net 9.0-CURRENT FreeBSD 9.0-CURRENT #2: Mon Apr 12 12:46:23 CDT 2010 root@cartman.secure-computing.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This patch updates the port to the current version of the software. >How-To-Repeat: Wait a long time to update the port. >Fix: Apply this patch. Much thanks to kwm for his help in writing this. I am willing to take maintainership since I use this port, if maintainer wants to give it up. Eric --- c3270.diff begins here --- ? c3270.diff Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/c3270/Makefile,v retrieving revision 1.19 diff -r1.19 Makefile 9c9 < PORTVERSION= 3.3.4p8 --- > PORTVERSION= 3.3.10ga5 12,13c12 < DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} < EXTRACT_SUFX= .tgz --- > EXTRACT_SUFX= -src.tgz 22a22 > USE_ICONV= yes 23a24,26 > CONFIGURE_ENV= CPPFLAGS="-I/usr/local/include" \ > LDFLAGS="-L/usr/local/lib" \ > LIBS="-L/usr/local/lib" # to workaround configure LDFLAGS bug Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/c3270/distinfo,v retrieving revision 1.5 diff -r1.5 distinfo 1,3c1,3 < MD5 (c3270-334p8.tgz) = 99abcf69c941b87361afe78f5cb9e735 < SHA256 (c3270-334p8.tgz) = 1be5304402cc6f926788bea1a2a3b39458c07529adde6105ce99dfa97af838a5 < SIZE (c3270-334p8.tgz) = 709191 --- > MD5 (c3270-3.3.10ga5-src.tgz) = 6f16ded69b5e50db726afdba1858e9b9 > SHA256 (c3270-3.3.10ga5-src.tgz) = 0c7b41c125fa64439a528e60f8d8054d083c1de3738e480f0831d31953e5c318 > SIZE (c3270-3.3.10ga5-src.tgz) = 867249 --- c3270.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: