diff options
author | lioux <lioux@FreeBSD.org> | 2002-02-04 04:06:54 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-02-04 04:06:54 +0800 |
commit | 9118a242b94883de90575023ed7ecf2c4369d069 (patch) | |
tree | b7c157036be7e9fe7c583413129dfca648c02f55 /net/silc-client | |
parent | cf348d2c3535c70f3f06de7446220fabb832cbe6 (diff) | |
download | freebsd-ports-gnome-9118a242b94883de90575023ed7ecf2c4369d069.tar.gz freebsd-ports-gnome-9118a242b94883de90575023ed7ecf2c4369d069.tar.zst freebsd-ports-gnome-9118a242b94883de90575023ed7ecf2c4369d069.zip |
o Update to 0.7.6.1
o Add ipv6 support
Diffstat (limited to 'net/silc-client')
-rw-r--r-- | net/silc-client/Makefile | 8 | ||||
-rw-r--r-- | net/silc-client/distinfo | 2 | ||||
-rw-r--r-- | net/silc-client/files/patch-Makefile.in | 14 |
3 files changed, 13 insertions, 11 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index cc22206936ef..da272fdb1de7 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -6,8 +6,8 @@ # PORTNAME= silc -PORTVERSION= 0.7.3 -CATEGORIES= net security +PORTVERSION= 0.7.6.1 +CATEGORIES= net ipv6 security MASTER_SITES= http://www.silcnet.org/download/client/sources/ \ ftp://ftp.silcnet.org/silc/client/sources/ \ http://www.planetmirror.com/pub/silcnet/client/sources/ \ @@ -69,6 +69,10 @@ post-install: WITHOUT_OPTIMIZED_ASM= yes .endif +.if ${OSVERSION} >= 400014 +CONFIGURE_ARGS+= --enable-ipv6 +.endif + .ifdef(WITHOUT_OPTIMIZED_ASM) CONFIGURE_ARGS+= --disable-asm .endif diff --git a/net/silc-client/distinfo b/net/silc-client/distinfo index ffacb27ccf65..517e7d7b18e1 100644 --- a/net/silc-client/distinfo +++ b/net/silc-client/distinfo @@ -1 +1 @@ -MD5 (silc-client-0.7.3.tar.bz2) = 581e54c4ce5f502af72abfc29518dc50 +MD5 (silc-client-0.7.6.1.tar.bz2) = 9ebf39f6b7196c7b6b1167d2ababbe2e diff --git a/net/silc-client/files/patch-Makefile.in b/net/silc-client/files/patch-Makefile.in index b91fa205b44c..7feb96cacdea 100644 --- a/net/silc-client/files/patch-Makefile.in +++ b/net/silc-client/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig Mon Jan 21 16:49:14 2002 -+++ Makefile.in Mon Jan 21 16:50:21 2002 +--- Makefile.in.orig Sun Feb 3 17:33:38 2002 ++++ Makefile.in Sun Feb 3 17:35:12 2002 @@ -151,9 +151,9 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign @@ -13,7 +13,7 @@ # # INCLUDE defines -@@ -529,10 +529,7 @@ +@@ -528,10 +528,7 @@ install-dirs: -mkdir -p $(etcdir) @@ -24,7 +24,7 @@ generate-server-key: -@if test '!' -f $(etcdir)/silcd.pub ; then \ -@@ -561,18 +558,13 @@ +@@ -565,17 +562,12 @@ $(INSTALL_DATA) $(srcdir)/doc/examples/cell* $(docdir)/examples/ etc-install: @@ -40,9 +40,7 @@ fi -@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install etc-install --@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install examples-install etc-install +@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs etc-install -+@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key etc-install + @SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs generate-server-key sim-install doc-install toolkit-install examples-install etc-install + @SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs generate-server-key sim-install doc-install examples-install etc-install # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |