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

(-)Makefile (-10 / +3 lines)
Lines 19-36 Link Here
19
USE_GMAKE=	yes
19
USE_GMAKE=	yes
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
USE_TCL=	yes
21
USE_TCL=	yes
22
USE_TCL_BUILD=	yes
23
WRKSRC=		${WRKDIR}/${DISTNAME:S/_src$//}
22
WRKSRC=		${WRKDIR}/${DISTNAME:S/_src$//}
24
23
25
INFO=		${PORTNAME}
24
INFO=		${PORTNAME}
26
25
27
CONFIGURE_ARGS+=	--with-tcl=${TCL_LIBDIR} \
26
CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
28
		--with-tclinclude=${TCL_INCLUDEDIR}
27
		--enable-threads
29
28
30
.include <bsd.port.pre.mk>
29
.include <bsd.port.mk>
31
32
.if ${OSVERSION} >= 900000
33
BROKEN=		does not build
34
.endif
35
36
.include <bsd.port.post.mk>
(-)files/patch-configure (-2 / +15 lines)
Lines 1-5 Link Here
1
--- configure.orig	Fri May 21 20:24:40 2004
1
--- configure.orig	2004-05-21 18:24:40.000000000 +0200
2
+++ configure	Wed Apr 26 10:55:55 2006
2
+++ configure	2013-04-22 13:44:49.000000000 +0200
3
@@ -6702,9 +6702,9 @@
4
 	    # Special check for weird MP-RAS system (uname returns weird
5
 	    # results, and the version is kept in special file).
6
 
7
-	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
8
-		system=MP-RAS-`awk '{print }' /etc/.relid'`
9
-	    fi
10
+#	    if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
11
+#		system=MP-RAS-`awk '{print $1}' /etc/.relid'`
12
+#	    fi
13
 	    if test "`uname -s`" = "AIX" ; then
14
 		system=AIX-`uname -v`.`uname -r`
15
 	    fi
3
@@ -7847,11 +7847,12 @@
16
@@ -7847,11 +7847,12 @@
4
 		EXTRA_CFLAGS="-pthread"
17
 		EXTRA_CFLAGS="-pthread"
5
 	    	LDFLAGS="$LDFLAGS -pthread"
18
 	    	LDFLAGS="$LDFLAGS -pthread"

Return to bug 178050