Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Dec 2011 12:53:13 -0500
From:      Stephen Roznowski <sjroz@verizon.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163113: Patch to make mail/tkrat2 buildable
Message-ID:  <4EE6D54C-B2C4-427F-AB98-56776FC136D1@verizon.net>
Resent-Message-ID: <201112071900.pB7J0LKP009468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
	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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EE6D54C-B2C4-427F-AB98-56776FC136D1>