Date: Mon, 26 Jan 2004 09:43:59 +0100 (CET) From: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> To: FreeBSD-gnats-submit@FreeBSD.org Cc: obraun@FreeBSD.org Subject: ports/61930: [patch] lang/ohugs: Chase libtix (bento) Message-ID: <200401260843.i0Q8hxdk004494@menelaos.informatik.rwth-aachen.de> Resent-Message-ID: <200401260850.i0Q8oMn7068591@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401260843.i0Q8hxdk004494>