ports/61930: [patch] lang/ohugs: Chase libtix (bento)

Volker Stolz stolz at i2.informatik.rwth-aachen.de
Mon Jan 26 08:50:25 UTC 2004


>Number:         61930
>Category:       ports
>Synopsis:       [patch] lang/ohugs: Chase libtix (bento)
>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:   Mon Jan 26 00:50:22 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD menelaos.informatik.rwth-aachen.de 4.9-STABLE FreeBSD 4.9-STABLE #12: Mon Dec 8 15:14:27 CET 2003 root at menelaos.informatik.rwth-aachen.de:/usr/obj/usr/src/sys/MENELAOS i386


>Description:
Chase libtix.

Noticed by: kris/bento
>How-To-Repeat:
>Fix:
--- Makefile.orig	Mon Jan 26 09:35:55 2004
+++ Makefile	Mon Jan 26 09:37:43 2004
@@ -15,7 +15,7 @@
 COMMENT=	Interpreter for Haskell with object-oriented features
 
 .if !defined(WITHOUT_X11)
-LIB_DEPENDS=	tix4184:${PORTSDIR}/x11-toolkits/tix
+LIB_DEPENDS=	tix8184:${PORTSDIR}/x11-toolkits/tix
 .endif
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/.src//}
@@ -28,9 +28,9 @@
 .endif
 	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile
 .if !defined(WITHOUT_X11)
-	@${REINPLACE_CMD} -e 's|#CFLAGS+=|CFLAGS+= -I${PREFIX}/include/tk8.2 \
-	 -I${PREFIX}/include/tcl8.2 -I${PREFIX}/include -I${X11BASE}/include| ; \
-	 s|#LDFLAGS+=|LDFLAGS+=-L${PREFIX}/lib -ltk82 -ltcl82 -ltix4184|' \
+	@${REINPLACE_CMD} -e 's|#CFLAGS+=|CFLAGS+= -I${PREFIX}/include/tk8.4 \
+	 -I${PREFIX}/include/tcl8.4 -I${PREFIX}/include -I${X11BASE}/include| ; \
+	 s|#LDFLAGS+=|LDFLAGS+=-L${PREFIX}/lib -ltk84 -ltcl84 -ltix8184|' \
 		${WRKSRC}/src/Makefile
 .endif
 
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list