View | Details | Raw Unified | Return to bug 53672 | Differences between
and this patch

Collapse All | Expand All

(-)silc-client/Makefile (-5 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	silc
8
PORTNAME=	silc
9
PORTVERSION=	0.9.10.1
9
PORTVERSION=	0.9.12.1
10
CATEGORIES=	net ipv6 security
10
CATEGORIES=	net ipv6 security
11
MASTER_SITES=	http://www.silcnet.org/download/%SUBDIR%/ \
11
MASTER_SITES=	http://www.silcnet.org/download/%SUBDIR%/ \
12
		http://ftp.silcnet.org/%SUBDIR%/ \
12
		http://ftp.silcnet.org/%SUBDIR%/ \
Lines 27-41 Link Here
27
MAINTAINER=	lioux@FreeBSD.org
27
MAINTAINER=	lioux@FreeBSD.org
28
COMMENT=	Secure Internet Live Conferencing (SILC) network client
28
COMMENT=	Secure Internet Live Conferencing (SILC) network client
29
29
30
.ifndef(NOPORTDOCS)
31
RUN_DEPENDS=	${LOCALBASE}/share/doc/silc/CREDITS:${.CURDIR}/../silc-doc
32
.endif
33
34
USE_BZIP2=	yes
30
USE_BZIP2=	yes
35
USE_PERL5=	yes
31
USE_PERL5=	yes
36
GNU_CONFIGURE=	yes
32
GNU_CONFIGURE=	yes
37
USE_GNOME=	glib12
33
USE_GNOME=	glib12
38
USE_LIBTOOL=	yes
34
USE_LIBTOOL=	yes
35
USE_GMAKE=	yes
39
CONFIGURE_ARGS=	--with-etcdir=${PREFIX}/etc/${PORTNAME} \
36
CONFIGURE_ARGS=	--with-etcdir=${PREFIX}/etc/${PORTNAME} \
40
		--with-simdir=${PREFIX}/lib/silcsim/client \
37
		--with-simdir=${PREFIX}/lib/silcsim/client \
41
		--with-helpdir=${PREFIX}/share/${PORTNAME}/help
38
		--with-helpdir=${PREFIX}/share/${PORTNAME}/help
(-)silc-client/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (silc-client-0.9.10.1.tar.bz2) = 6c6c5e0826b70dc99d7fe9710728b27e
1
MD5 (silc-client-0.9.12.1.tar.bz2) = 0ea94745b3036e4dcc18f6e8e54bbaa5
(-)silc-client/files/patch-Makefile.in (-7 / +12 lines)
Lines 1-6 Link Here
1
--- Makefile.in.orig	Thu Dec  5 19:38:34 2002
1
--- Makefile.in.orig	Tue Mar 18 15:40:51 2003
2
+++ Makefile.in	Sun Dec 29 15:27:21 2002
2
+++ Makefile.in	Tue Jun 24 17:07:26 2003
3
@@ -231,7 +231,7 @@
3
@@ -233,7 +233,7 @@
4
 
4
 
5
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
5
 AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
6
 
6
 
Lines 9-15 Link Here
9
 
9
 
10
 # Sub directories defined by "distributions" file, and can be overridden
10
 # Sub directories defined by "distributions" file, and can be overridden
11
 # with ./configure, which substitutes these variables.
11
 # with ./configure, which substitutes these variables.
12
@@ -700,11 +700,9 @@
12
@@ -702,16 +702,12 @@
13
 install-dirs:
13
 install-dirs:
14
 	-mkdir -p $(etcdir)
14
 	-mkdir -p $(etcdir)
15
 	-mkdir -p $(modulesdir)
15
 	-mkdir -p $(modulesdir)
Lines 17-27 Link Here
17
 
17
 
18
 install-dirs-client: install-dirs
18
 install-dirs-client: install-dirs
19
 	-mkdir -p $(helpdir)
19
 	-mkdir -p $(helpdir)
20
-	-mkdir -p $(mandir)/man1
20
-	-mkdir -p $(mansdir)/man1
21
 
21
 
22
 install-dirs-server: install-dirs
22
 install-dirs-server: install-dirs
23
 	-mkdir -p $(logsdir)
23
 	-mkdir -p $(logsdir)
24
@@ -738,12 +736,8 @@
24
-	-mkdir -p $(mansdir)/man5
25
-	-mkdir -p $(mansdir)/man8
26
 
27
 doc-install:
28
 	-$(INSTALL_DATA) $(srcdir)/doc/CodingStyle $(docdir)/
29
@@ -740,12 +736,8 @@
25
 	fi
30
 	fi
26
 
31
 
27
 etc-install-client:
32
 etc-install-client:
Lines 35-41 Link Here
35
 
40
 
36
 etc-install-server:
41
 etc-install-server:
37
 	-@if test '!' -f $(etcdir)/silcd.conf ; then \
42
 	-@if test '!' -f $(etcdir)/silcd.conf ; then \
38
@@ -773,7 +767,7 @@
43
@@ -775,7 +767,7 @@
39
 	  $(sbindir)/silcd -C $(etcdir); \
44
 	  $(sbindir)/silcd -C $(etcdir); \
40
 	fi
45
 	fi

Return to bug 53672