Date: Wed, 14 Jul 2004 23:45:52 GMT From: Björn Lindström <bkhl@elektrubadur.se> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/69070: Update port: lang/scsh Set proper module path Message-ID: <200407142345.i6ENjq4E021553@www.freebsd.org> Resent-Message-ID: <200407142350.i6ENoOY8044768@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69070 >Category: ports >Synopsis: Update port: lang/scsh Set proper module path >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: Wed Jul 14 23:50:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Björn Lindström >Release: 4.9-RELEASE >Organization: >Environment: >Description: This addition is needed for scsh to properly load modules installed with ssh-install-lib. I'll be submitting a bunch of ports that uses this soon. (Also refer to http://www.scsh.net/mail-archive/scsh-users/2004-05/msg00004.html) >How-To-Repeat: >Fix: diff -ruN /usr/ports/lang/scsh/Makefile /home/bkhl/ports/scsh/Makefile --- /usr/ports/lang/scsh/Makefile Wed Jun 9 15:22:21 2004 +++ /home/bkhl/ports/scsh/Makefile Thu Jul 15 00:58:09 2004 @@ -31,6 +31,8 @@ MAN1= scsh.1 STRIP= +CONFIGURE_ARGS= --with-lib-dirs-list='("/usr/local/lib/scsh/0.6")' + post-install: @${STRIP_CMD} ${PREFIX}/bin/scsh .if !defined(NOPORTDOCS) >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407142345.i6ENjq4E021553>