From stolz@i2.informatik.rwth-aachen.de  Wed Dec 10 08:09:38 2003
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 A38CD16A4CE; Wed, 10 Dec 2003 08:09:38 -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 ECB2343D21; Wed, 10 Dec 2003 08:09:35 -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 hBAG9Xe28855;
	Wed, 10 Dec 2003 17:09:33 +0100
Received: (from stolz@localhost)
	by menelaos.informatik.rwth-aachen.de (8.12.10/8.12.10/Submit) id hBAG9XRv093608;
	Wed, 10 Dec 2003 17:09:33 +0100 (CET)
	(envelope-from stolz)
Message-Id: <200312101609.hBAG9XRv093608@menelaos.informatik.rwth-aachen.de>
Date: Wed, 10 Dec 2003 17:09:33 +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 (nmu)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         60115
>Category:       ports
>Synopsis:       [patch] lang/ohugs: Chase libtix (nmu)
>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:   Wed Dec 10 08:10:19 PST 2003
>Closed-Date:    Wed Dec 10 13:48:27 PST 2003
>Last-Modified:  Wed Dec 10 13:48:27 PST 2003
>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:
libtix moved from 4182 to 4184.

cc: maintainer
>How-To-Repeat:
http://bento.freebsd.org/errorlogs/i386-5-latest/ohugs-0.5.log
>Fix:
--- Makefile.orig	Wed Dec 10 17:06:26 2003
+++ Makefile	Wed Dec 10 17:07:05 2003
@@ -14,7 +14,7 @@
 COMMENT=	Interpreter for Haskell with object-oriented features
 
 .if !defined(WITHOUT_X11)
-LIB_DEPENDS=	tix4182:${PORTSDIR}/x11-toolkits/tix
+LIB_DEPENDS=	tix4184:${PORTSDIR}/x11-toolkits/tix
 .endif
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/.src//}
@@ -29,7 +29,7 @@
 .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 -ltix4182|' \
+	 s|#LDFLAGS+=|LDFLAGS+=-L${PREFIX}/lib -ltk82 -ltcl82 -ltix4184|' \
 		${WRKSRC}/src/Makefile
 .endif
 
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Wed Dec 10 13:47:54 PST 2003 
State-Changed-Why:  
Committed, thanks! 

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