diff options
author | lioux <lioux@FreeBSD.org> | 2001-11-09 07:46:16 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-11-09 07:46:16 +0000 |
commit | 594e02ae6871b76e823133ec82078b3f381ab763 (patch) | |
tree | 92d928dd9510e980ab1a64a4f97f04374f82abd7 /net/silc-client/files | |
parent | fe7de642ce3a99aef6f917efc0a8c009648fcca2 (diff) | |
download | FreeBSD-ports-594e02ae6871b76e823133ec82078b3f381ab763.zip FreeBSD-ports-594e02ae6871b76e823133ec82078b3f381ab763.tar.gz |
o Add port silc-client version 0.6.4: Secure Internet Live Conferencing
(SILC) network client
o With invaluable feedback from debolaz during our all-nighter
porting work :)
Reviewed by: Anders Nor Berle <debolaz@debolaz.com>
Diffstat (limited to 'net/silc-client/files')
-rw-r--r-- | net/silc-client/files/extra-patch-Makefile.in-noportdocs | 34 | ||||
-rw-r--r-- | net/silc-client/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | net/silc-client/files/patch-configure | 11 | ||||
-rw-r--r-- | net/silc-client/files/patch-doc:Makefile.in | 10 |
4 files changed, 69 insertions, 0 deletions
diff --git a/net/silc-client/files/extra-patch-Makefile.in-noportdocs b/net/silc-client/files/extra-patch-Makefile.in-noportdocs new file mode 100644 index 0000000..56f87c3 --- /dev/null +++ b/net/silc-client/files/extra-patch-Makefile.in-noportdocs @@ -0,0 +1,34 @@ +--- Makefile.in.orig Fri Nov 9 02:21:14 2001 ++++ Makefile.in Fri Nov 9 02:22:13 2001 +@@ -145,9 +145,9 @@ + + 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 silcd includes ++SUBDIRS = lib irssi includes ++DIST_SUBDIRS = lib irssi includes + + # + # INCLUDE defines +@@ -514,7 +514,6 @@ + -mkdir -p $(etcdir) + -mkdir -p $(modulesdir) + -mkdir -p $(helpdir) +- -mkdir -p $(docdir) + -mkdir -p $(logsdir) + + generate-server-key: +@@ -543,8 +542,8 @@ + $(etcdir)/silc.conf; \ + 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 etc-install ++@SILC_DIST_CLIENT_TRUE@install-data-hook: install-dirs sim-install etc-install ++@SILC_DIST_CLIENT_FALSE@install-data-hook: install-dirs generate-server-key sim-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: diff --git a/net/silc-client/files/patch-Makefile.in b/net/silc-client/files/patch-Makefile.in new file mode 100644 index 0000000..54d1c3e --- /dev/null +++ b/net/silc-client/files/patch-Makefile.in @@ -0,0 +1,14 @@ +--- Makefile.in.orig Fri Nov 9 00:27:10 2001 ++++ Makefile.in Fri Nov 9 00:27:16 2001 +@@ -538,11 +538,6 @@ + $(INSTALL_DATA) $(srcdir)/TODO $(docdir)/ + + etc-install: +- -@if test '!' -f $(etcdir)/silcd.conf ; then \ +- $(INSTALL_DATA) $(srcdir)/doc/example_silcd.conf \ +- $(etcdir)/silcd.conf; \ +- chmod go= $(etcdir)/silcd.conf; \ +- fi + -@if test '!' -f $(etcdir)/silc.conf ; then \ + $(INSTALL_DATA) $(srcdir)/doc/example_silc.conf \ + $(etcdir)/silc.conf; \ diff --git a/net/silc-client/files/patch-configure b/net/silc-client/files/patch-configure new file mode 100644 index 0000000..fe76270 --- /dev/null +++ b/net/silc-client/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu Nov 8 22:59:50 2001 ++++ configure Thu Nov 8 23:01:39 2001 +@@ -8472,7 +8472,7 @@ + fi + ;; + *-freebsd2.2*) +- CFLAGS="$CFLAGS -D_THREAD_SAFE" ++ CFLAGS="$CFLAGS" + ;; + *-sysv5uw7*) # UnixWare 7 + if test "$GCC" != "yes"; then diff --git a/net/silc-client/files/patch-doc:Makefile.in b/net/silc-client/files/patch-doc:Makefile.in new file mode 100644 index 0000000..29538ba --- /dev/null +++ b/net/silc-client/files/patch-doc:Makefile.in @@ -0,0 +1,10 @@ +--- doc/Makefile.in.orig Fri Nov 9 02:17:35 2001 ++++ doc/Makefile.in Fri Nov 9 02:17:43 2001 +@@ -118,7 +118,6 @@ + EXTRA_DIST = \ + CodingStyle \ + FAQ \ +- example_silcd.conf \ + example_silc.conf \ + draft-riikonen*.txt $(SILC_EXTRA_DIST) + |