diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-10 21:22:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-07-10 21:22:38 +0000 |
commit | 000fe76d0470227379f8f607071b3569c196d997 (patch) | |
tree | b8234c0e1c3d3abc74ca945043aa5879d215ad34 /net/silc-client | |
parent | 82c5453d0793d1676251c014aa740ae5a8065a82 (diff) | |
download | ports-000fe76d0470227379f8f607071b3569c196d997.tar.gz ports-000fe76d0470227379f8f607071b3569c196d997.zip |
Notes
Diffstat (limited to 'net/silc-client')
-rw-r--r-- | net/silc-client/Makefile | 7 | ||||
-rw-r--r-- | net/silc-client/distinfo | 2 | ||||
-rw-r--r-- | net/silc-client/files/patch-Makefile.in | 18 | ||||
-rw-r--r-- | net/silc-client/pkg-plist | 3 |
4 files changed, 16 insertions, 14 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 14e38c2fca07..3d2fbfb40243 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= silc -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.4 CATEGORIES= net ipv6 security MASTER_SITES= http://www.silcnet.org/download/client/sources/ \ ftp://ftp.silcnet.org/silc/client/sources/ \ @@ -62,7 +62,10 @@ post-patch: .ifndef(WITH_OPTIMIZED_CFLAGS) @${PERL} -pi -e 's/-O2//' ${WRKSRC}/${CONFIGURE_SCRIPT} .endif - @${PERL} -pi -e 's/-D_THREAD_SAFE//' ${WRKSRC}/${CONFIGURE_SCRIPT} +# install neither documentation nor silc server, we have ports for those + @${PERL} -pi -e 's/-D_THREAD_SAFE//; \ + s/^(SILC_DIST_SUBDIRS.+?)doc/\1/' \ + ${WRKSRC}/${CONFIGURE_SCRIPT} @${PERL} -pi -e 's/example_silcd.conf \\\n//' ${WRKSRC}/doc/Makefile.in @${PERL} -pi -e 's/^(install-data-am:) install-docDATA$$/\1/' \ ${WRKSRC}/irssi/docs/Makefile.in diff --git a/net/silc-client/distinfo b/net/silc-client/distinfo index 2cc96a002126..4178aeffc7b5 100644 --- a/net/silc-client/distinfo +++ b/net/silc-client/distinfo @@ -1 +1 @@ -MD5 (silc-client-0.9.2.tar.bz2) = 9291b9db42aaae3ef2966c8a4ac78858 +MD5 (silc-client-0.9.4.tar.bz2) = 55edd3c53479effc257cf00c07df12d2 diff --git a/net/silc-client/files/patch-Makefile.in b/net/silc-client/files/patch-Makefile.in index 9ae04876ea45..0564425d3162 100644 --- a/net/silc-client/files/patch-Makefile.in +++ b/net/silc-client/files/patch-Makefile.in @@ -1,19 +1,15 @@ ---- Makefile.in.orig Fri May 3 13:05:28 2002 -+++ Makefile.in Fri May 3 13:06:35 2002 -@@ -151,9 +151,9 @@ +--- Makefile.in.orig Wed Jul 10 16:54:28 2002 ++++ Makefile.in Wed Jul 10 18:02:37 2002 +@@ -151,7 +151,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign -COMMONDIRS = lib irssi silc silcd doc includes --SUBDIRS = lib irssi doc includes --DIST_SUBDIRS = lib irssi doc includes +COMMONDIRS = lib irssi silc includes -+SUBDIRS = lib irssi includes -+DIST_SUBDIRS = lib irssi includes - # - # INCLUDE defines -@@ -528,10 +528,7 @@ + # Sub directories defined by "distributions" file, and can be overridden + # with ./configure, which substitutes these variables. +@@ -531,10 +531,7 @@ install-dirs: -mkdir -p $(etcdir) @@ -24,7 +20,7 @@ generate-server-key: -@if test '!' -f $(etcdir)/silcd.pub ; then \ -@@ -565,19 +562,12 @@ +@@ -568,19 +565,12 @@ $(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(docdir)/examples/ etc-install: diff --git a/net/silc-client/pkg-plist b/net/silc-client/pkg-plist index 681dd2dce593..d517c19a459f 100644 --- a/net/silc-client/pkg-plist +++ b/net/silc-client/pkg-plist @@ -18,6 +18,7 @@ share/silc/help/cumode share/silc/help/cycle share/silc/help/date share/silc/help/dehilight +share/silc/help/detach share/silc/help/disconnect share/silc/help/echo share/silc/help/eval @@ -48,6 +49,7 @@ share/silc/help/motd share/silc/help/msg share/silc/help/names share/silc/help/nick +share/silc/help/note share/silc/help/notice share/silc/help/oper share/silc/help/part @@ -78,6 +80,7 @@ share/silc/help/unquery share/silc/help/upgrade share/silc/help/users share/silc/help/version +share/silc/help/watch share/silc/help/whois share/silc/help/whowas share/silc/help/window |