ports/101528: devel/pdcurses needs library link so editors/the --with-xcurses can find it

User1001 supraexpress at globaleyes.net
Sun Aug 6 21:10:21 UTC 2006


>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:



More information about the freebsd-ports-bugs mailing list