Date: Sun, 6 Aug 2006 16:09:17 -0500 From: "User1001" <supraexpress@globaleyes.net> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/101528: devel/pdcurses needs library link so editors/the --with-xcurses can find it Message-ID: <1154898557.58095@freebsd2.localnet10> Resent-Message-ID: <200608062110.k76LAD4v031016@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101528 >Category: ports >Synopsis: devel/pdcurses needs library link so editors/the --with-xcurses can find it >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 06 21:10:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: User1001 >Release: FreeBSD 5.5-STABLE i386 >Organization: >Environment: System: FreeBSD 5.5-STABLE #5: Mon Jul 10 21:19:25 CDT 2006 pdcurses-2.8 the-3.2 Xaw3d-1.5E_1 >Description: By including a link from /usr/local/lib/libXCurses.so to /usr/local/lib/libXCurses.so.8, the THE-3.2 build "--with-xcurses" can now find the devel/pdcurses shared library and properly build. Without this link, the devel/pdcurses shared library is NOT found. Comment: My pkg-plist change may or may not be sufficient, or correct. >How-To-Repeat: >Fix: *** Makefile.orig Sun Aug 6 15:45:58 2006 --- Makefile Sun Aug 6 15:49:20 2006 *************** *** 42,45 **** --- 42,48 ---- CONFIGURE_ARGS+=--with-xaw3d .endif + post-install: + @${LN} -sf ${PREFIX}/lib/libXCurses.so ${PREFIX}/lib/libXCurses.so.8 + .include <bsd.port.post.mk> *** pkg-plist.orig Sun Jul 2 19:22:32 2006 --- pkg-plist Sun Aug 6 15:57:10 2006 *************** *** 7,11 **** --- 7,12 ---- include/xpanel.h lib/libXCurses.a lib/libXCurses.so + lib/libXCurses.so.8 lib/libXpanel.a @dirrm include/xcurses >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1154898557.58095>