From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 7 19:00:22 2011 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 DFE141065670 for ; Wed, 7 Dec 2011 19:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AE1608FC16 for ; Wed, 7 Dec 2011 19:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pB7J0LBU009474 for ; Wed, 7 Dec 2011 19:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pB7J0LKP009468; Wed, 7 Dec 2011 19:00:21 GMT (envelope-from gnats) Resent-Date: Wed, 7 Dec 2011 19:00:21 GMT Resent-Message-Id: <201112071900.pB7J0LKP009468@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, Stephen Roznowski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BB31106566B for ; Wed, 7 Dec 2011 18:53:26 +0000 (UTC) (envelope-from sjroz@verizon.net) Received: from vms173011pub.verizon.net (vms173011pub.verizon.net [206.46.173.11]) by mx1.freebsd.org (Postfix) with ESMTP id 6F82B8FC12 for ; Wed, 7 Dec 2011 18:53:26 +0000 (UTC) Received: from new-host.home ([unknown] [71.191.95.29]) by vms173011.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0LVU001ZFHOPO31A@vms173011.mailsrvcs.net> for FreeBSD-gnats-submit@freebsd.org; Wed, 07 Dec 2011 11:53:14 -0600 (CST) Message-Id: <4EE6D54C-B2C4-427F-AB98-56776FC136D1@verizon.net> Date: Wed, 07 Dec 2011 12:53:13 -0500 From: Stephen Roznowski To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/163113: Patch to make mail/tkrat2 buildable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2011 19:00:22 -0000 Note: There was a bad value `no=20' for the field `>Confidential:'. It was set to the default value of `yes'. >Number: 163113 >Category: ports >Synopsis: Patch to make mail/tkrat2 buildable >Confidential: yes >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 07 19:00:21 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Stephen J. Roznowski >Release: FreeBSD 9.0-BETA1 amd64 >Organization: =09 >Environment: System: FreeBSD istari.verizon.net 9.0-BETA1 FreeBSD 9.0-BETA1 #1: Mon = Aug 22 22:44:55 EDT 2011 = root@istari.verizon.net:/usr/obj/usr/src/sys/GENERIC amd64 =09 >Description: Does not build properly due to typo in configure file. >How-To-Repeat: =09 >Fix: diff -ruN tkrat2/Makefile tkrat2/Makefile --- tkrat2/Makefile 2011-03-14 14:13:32.000000000 -0400 +++ tkrat2/Makefile 2011-10-19 08:35:27.000000000 -0400 @@ -7,7 +7,7 @@ =20 PORTNAME=3D tkrat PORTVERSION=3D 2.1.5 -PORTREVISION=3D 3 +PORTREVISION=3D 4 CATEGORIES=3D mail tk MASTER_SITES=3D http://tkrat.org/downloads/stable/ \ ftp://ftp.tkrat.org/pub/tkrat/ @@ -39,7 +39,7 @@ .if ${ARCH} =3D=3D "sparc64" BROKEN=3D Build fails on sparc64 .elif ${OSVERSION} >=3D 900000 -BROKEN=3D does not build +#BROKEN=3D does not build .endif =20 post-install: diff -ruN /usr/ports/mail/tkrat2/files/patch-configure = tkrat2/files/patch-configure --- tkrat2/files/patch-configure 1969-12-31 19:00:00.000000000 = -0500 +++ tkrat2/files/patch-configure 2011-10-19 08:27:46.000000000 = -0400 @@ -0,0 +1,11 @@ +--- configure.orig 2011-10-01 20:49:49.000000000 -0400 ++++ configure 2011-10-01 20:49:59.000000000 -0400 +@@ -2764,7 +2764,7 @@ + # results, and the version is kept in special file). + =20 + if test -r /etc/.relid -a "X`uname -n`" =3D "X`uname -s`" ; then +- system=3DMP-RAS-`awk '{print $3}' /etc/.relid'` ++ system=3DMP-RAS-`awk '{print $3}' /etc/.relid` + fi + if test "`uname -s`" =3D "AIX" ; then + system=3DAIX-`uname -v`.`uname -r` >Release-Note: >Audit-Trail: >Unformatted: