View | Details | Raw Unified | Return to bug 163113
Collapse All | Expand All

(-)tkrat2/Makefile (-2 / +2 lines)
Lines 7-13 Link Here
7
PORTNAME=3D	tkrat
7
PORTNAME=3D	tkrat
8
PORTVERSION=3D	2.1.5
8
PORTVERSION=3D	2.1.5
9
PORTREVISION=3D	3
9
PORTREVISION=3D	4
10
CATEGORIES=3D	mail tk
10
CATEGORIES=3D	mail tk
11
MASTER_SITES=3D	http://tkrat.org/downloads/stable/ \
11
MASTER_SITES=3D	http://tkrat.org/downloads/stable/ \
12
		ftp://ftp.tkrat.org/pub/tkrat/
12
		ftp://ftp.tkrat.org/pub/tkrat/
Lines 39-45 Link Here
39
.if ${ARCH} =3D=3D "sparc64"
39
.if ${ARCH} =3D=3D "sparc64"
40
BROKEN=3D		Build fails on sparc64
40
BROKEN=3D		Build fails on sparc64
41
.elif ${OSVERSION} >=3D 900000
41
.elif ${OSVERSION} >=3D 900000
42
BROKEN=3D		does not build
42
#BROKEN=3D		does not build
43
.endif
43
.endif
44
post-install:
44
post-install:
(-)tkrat2/files/patch-configure (+11 lines)
Line 0 Link Here
1
--- configure.orig	2011-10-01 20:49:49.000000000 -0400
2
+++ configure	2011-10-01 20:49:59.000000000 -0400
3
@@ -2764,7 +2764,7 @@
4
 	# results, and the version is kept in special file).
5
    =20
6
 	if test -r /etc/.relid -a "X`uname -n`" =3D "X`uname -s`" ; then
7
-	    system=3DMP-RAS-`awk '{print $3}' /etc/.relid'`
8
+	    system=3DMP-RAS-`awk '{print $3}' /etc/.relid`
9
 	fi
10
 	if test "`uname -s`" =3D "AIX" ; then
11
 	    system=3DAIX-`uname -v`.`uname -r`

Return to bug 163113