From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 6 21:10:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5ED5616A4EB for ; Sun, 6 Aug 2006 21:10:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFEDD43D5E for ; Sun, 6 Aug 2006 21:10:13 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k76LADoR031017 for ; Sun, 6 Aug 2006 21:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k76LAD4v031016; Sun, 6 Aug 2006 21:10:13 GMT (envelope-from gnats) Resent-Date: Sun, 6 Aug 2006 21:10:13 GMT Resent-Message-Id: <200608062110.k76LAD4v031016@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "User1001" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C663C16A4DE for ; Sun, 6 Aug 2006 21:09:19 +0000 (UTC) (envelope-from supraexpress@globaleyes.net) Received: from MX1.ll.net (mail.globaleyes.net [209.131.230.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60A8043D45 for ; Sun, 6 Aug 2006 21:09:19 +0000 (GMT) (envelope-from supraexpress@globaleyes.net) Received: from freebsd2.localnet10 (unverified [209.131.253.103]) by MX1.ll.net (Vircom SMTPRS 4.35.480.0) with ESMTP id for ; Sun, 6 Aug 2006 16:09:19 -0500 Message-Id: <1154898557.58095@freebsd2.localnet10> Date: Sun, 6 Aug 2006 16:09:17 -0500 From: "User1001" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.7 Cc: Subject: ports/101528: devel/pdcurses needs library link so editors/the --with-xcurses can find it X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2006 21:10:21 -0000 >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 *** 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: