Bug 58917 - reenable perl stuff of net/silc-client
Summary: reenable perl stuff of net/silc-client
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: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-04 10:40 UTC by Evgueni V. Gavrilov
Modified: 2003-11-04 12:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (2.82 KB, patch)
2003-11-04 10:40 UTC, Evgueni V. Gavrilov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Evgueni V. Gavrilov 2003-11-04 10:40:04 UTC
	reenable perl stuff of net/silc-client (pointed out by William Dell Wisner <william@dell.wisner.name>)

Fix: files to be removed: files/patch-irssi-Makefile.in
How-To-Repeat: 	patch <
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-04 10:40:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

I'll take it.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-04 10:52:40 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 Sergei Kolobov freebsd_committer freebsd_triage 2003-11-04 11:54:58 UTC
On 2003-11-04 at 16:37 +0600, Evgueni V.Gavrilov wrote:
> diff -ruN silc-client.orig/Makefile silc-client/Makefile
> --- silc-client.orig/Makefile	Tue Nov  4 15:50:23 2003
> +++ silc-client/Makefile	Tue Nov  4 15:51:02 2003
> @@ -38,7 +38,7 @@
>  		--with-simdir=${PREFIX}/lib/silcsim/client \
>  		--with-helpdir=${PREFIX}/share/${PORTNAME}/help \
>  		--with-docdir=${PREFIX}/share/doc/silc \
> -		--with-perl=no
> +		--with-perl-lib=/usr/local/lib/${PORTNAME}/perl

s,/usr/local,${PREFIX}?
and perhaps:
s,--with-docdir=${PREFIX}/share/doc/silc,--with-docdir=${DOCSDIR}
and so on.

Sergei
Comment 4 Kirill Ponomarev freebsd_committer freebsd_triage 2003-11-04 11:58:31 UTC
Hi,

On Tue, Nov 04, 2003 at 02:54:58PM +0300, Sergei Kolobov wrote:
 
> s,/usr/local,${PREFIX}?
> and perhaps:
> s,--with-docdir=${PREFIX}/share/doc/silc,--with-docdir=${DOCSDIR}
> and so on.


I committed it with ${PREFIX} of course ;)
${DOCSDIR} is better of course, I'll change it the next
silc-client version.

-Kirill