From stolz@i2.informatik.rwth-aachen.de  Mon Jan 26 00:44:06 2004
Return-Path: <stolz@i2.informatik.rwth-aachen.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3CCD916A4CE; Mon, 26 Jan 2004 00:44:06 -0800 (PST)
Received: from atlas.informatik.rwth-aachen.de (atlas.Informatik.RWTH-Aachen.DE [137.226.194.2])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id CA4E843D1D; Mon, 26 Jan 2004 00:44:03 -0800 (PST)
	(envelope-from stolz@i2.informatik.rwth-aachen.de)
Received: from menelaos.informatik.rwth-aachen.de (menelaos.Informatik.RWTH-Aachen.DE [137.226.194.73])
	by atlas.informatik.rwth-aachen.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5-michaelw-20030918) with ESMTP id i0Q8hxm24010;
	Mon, 26 Jan 2004 09:43:59 +0100
Received: (from stolz@localhost)
	by menelaos.informatik.rwth-aachen.de (8.12.10/8.12.10/Submit) id i0Q8hxdk004494;
	Mon, 26 Jan 2004 09:43:59 +0100 (CET)
	(envelope-from stolz)
Message-Id: <200401260843.i0Q8hxdk004494@menelaos.informatik.rwth-aachen.de>
Date: Mon, 26 Jan 2004 09:43:59 +0100 (CET)
From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Reply-To: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: steffen.mazanek@unibw-muenchen.de, obraun@freebsd.org
Subject: [patch] lang/ohugs: Chase libtix (bento)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61930
>Category:       ports
>Synopsis:       [patch] lang/ohugs: Chase libtix (bento)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 26 00:50:22 PST 2004
>Closed-Date:    Mon Jan 26 10:24:58 PST 2004
>Last-Modified:  Mon Jan 26 10:24:58 PST 2004
>Originator:     Volker Stolz
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Lehrstuhl fr 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@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:

From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
To: FreeBSD-gnats-submit@FreeBSD.org, obraun@FreeBSD.org
Cc:  
Subject: Re: ports/61930: [patch] lang/ohugs: Chase libtix (bento)
Date: Mon, 26 Jan 2004 13:33:11 +0100

 > >Category:       ports
 > >Responsible:    freebsd-ports-bugs
 > >Synopsis:       [patch] lang/ohugs: Chase libtix (bento)
 
 Should probably bump PORTREV as well.
 
 Volker
 -- 
 http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME
 rage against the finite state machine 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Jan 26 10:24:51 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61930 
>Unformatted:
