diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-31 20:33:56 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-12-31 20:33:56 +0000 |
commit | ae00ad34bf14bb4cb751a01cb12a5194fffd9c6c (patch) | |
tree | 263854c0f577b60a92fff4caa1f69ddc317acfb0 /net/silc-doc/files | |
parent | maintainer provides new patch, so unbreak it (diff) |
Emergency update to 0.9.10.1: previous port version is incompatible
with current SILC protocol
Prompted by: many
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=71998
Diffstat (limited to 'net/silc-doc/files')
-rw-r--r-- | net/silc-doc/files/patch-Makefile.in | 25 | ||||
-rw-r--r-- | net/silc-doc/files/patch-configure | 12 |
2 files changed, 15 insertions, 22 deletions
diff --git a/net/silc-doc/files/patch-Makefile.in b/net/silc-doc/files/patch-Makefile.in index 7b74bc182c79..47f644170b8a 100644 --- a/net/silc-doc/files/patch-Makefile.in +++ b/net/silc-doc/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- Makefile.in.orig Wed Jul 17 18:55:04 2002 -+++ Makefile.in Wed Jul 17 18:56:13 2002 -@@ -151,7 +151,7 @@ +--- Makefile.in.orig Tue Dec 31 17:07:00 2002 ++++ Makefile.in Tue Dec 31 17:10:23 2002 +@@ -231,7 +231,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign @@ -9,27 +9,20 @@ # Sub directories defined by "distributions" file, and can be overridden # with ./configure, which substitutes these variables. -@@ -530,11 +530,7 @@ +@@ -698,8 +698,6 @@ -rm -rf $(distdir) install-dirs: - -mkdir -p $(etcdir) - -mkdir -p $(modulesdir) -- -mkdir -p $(helpdir) -mkdir -p $(docdir) -- -mkdir -p $(logsdir) - generate-server-key: - -@if test '!' -f $(etcdir)/silcd.pub ; then \ -@@ -580,9 +576,9 @@ - $(etcdir)/silc.conf; \ - fi + install-dirs-client: install-dirs +@@ -775,7 +773,7 @@ --@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install doc-install 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 -+@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs doc-install -+@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs doc-install + @SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs-client sim-install doc-install-client etc-install-client + @SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_TRUE@install-data-hook: install-dirs-client install-dirs-server sim-install doc-install-client doc-install-server toolkit-install examples-install etc-install-client etc-install-server generate-server-key +-@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs-server sim-install doc-install-server examples-install etc-install-server generate-server-key +@SILC_DIST_CLIENT_FALSE@@SILC_DIST_TOOLKIT_FALSE@install-data-hook: install-dirs doc-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. diff --git a/net/silc-doc/files/patch-configure b/net/silc-doc/files/patch-configure index 1f7861102335..9868d898ff14 100644 --- a/net/silc-doc/files/patch-configure +++ b/net/silc-doc/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Wed Jul 17 18:56:57 2002 -+++ configure Wed Jul 17 18:57:09 2002 -@@ -2623,7 +2623,7 @@ - # Distribution definition. ./prepare will automatically add here a correct +--- configure.orig Tue Dec 31 17:10:45 2002 ++++ configure Tue Dec 31 17:10:58 2002 +@@ -3052,7 +3052,7 @@ # value. Do not edit! + # silc_dist=silc-server -SILC_DIST_SUBDIRS="lib silcd doc includes" +SILC_DIST_SUBDIRS="doc" - cat >>confdefs.h <<\EOF + cat >>confdefs.h <<\_ACEOF #define SILC_DIST_SERVER 1 - EOF + _ACEOF |