Bug 69070 - Update port: lang/scsh Set proper module path
Summary: Update port: lang/scsh Set proper module path
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 00:50 UTC by Björn Lindström
Modified: 2004-07-15 14:51 UTC (History)
0 users

See Also:


Attachments
file.diff (403 bytes, patch)
2004-07-15 00:50 UTC, Björn Lindström
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Björn Lindström 2004-07-15 00:50:23 UTC
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)
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-07-15 11:48:04 UTC
+CONFIGURE_ARGS= --with-lib-dirs-list='("/usr/local/lib/scsh/0.6")'

Do you mean ${LOCALBASE}/lib/scsh/0.6 or ${PREFIX}/lib/...?

Volker
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-07-15 11:48:17 UTC
State Changed
From-To: open->feedback

Clarification wrt/ hard-coded path requested
Comment 3 Björn Lindström 2004-07-15 12:52:31 UTC
"Volker Stolz" <vs@freebsd.org> writes:

> +CONFIGURE_ARGS= --with-lib-dirs-list='("/usr/local/lib/scsh/0.6")'
>
> Do you mean ${LOCALBASE}/lib/scsh/0.6 or ${PREFIX}/lib/...?

Oops. That should be ${PREFIX}, reasonably, since that's where scsh will
install itself.
Comment 4 Volker Stolz freebsd_committer freebsd_triage 2004-07-15 14:50:53 UTC
State Changed
From-To: feedback->closed

Committed, thanks!