Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Dec 2000 11:27:50 -0500 (EST)
From:      matt@gsicomp.on.ca
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/23543: Update net/socks5 to install sample config files
Message-ID:  <200012141627.LAA45242@gabby.gsicomp.on.ca>
Resent-Message-ID: <200012141630.eBEGU2G98063@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23543
>Category:       ports
>Synopsis:       Update net/socks5 to install sample config files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 14 08:30:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Matt Emmerton
>Release:        FreeBSD 4.1-RELEASE i386
>Organization:
GSI Computer Services
>Environment:

	4.1-R, ports cvsup'd daily

>Description:

net/socks5 does not install sample configuration files into ${PREFIX}/share/examples

>How-To-Repeat:

make install

>Fix:

--- socks5/Makefile.orig	Thu Dec 14 11:20:10 2000
+++ socks5/Makefile	Thu Dec 14 11:19:14 2000
@@ -47,5 +47,11 @@
 	  exit 1;\
 	fi
 
-.include <bsd.port.mk>
+post-install:
+	echo "Copying sample configuration files to ${PREFIX}/share/examples/socks5...";
+	@if [ ! -d ${PREFIX}/share/examples/socks5 ]; then \
+	  ${MKDIR} ${PREFIX}/share/examples/socks5;\
+	fi
+	${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/socks5
 
+.include <bsd.port.mk>


--- socks5/pkg-plist.orig	Thu Dec 14 11:19:39 2000
+++ socks5/pkg-plist	Thu Dec 14 11:16:11 2000
@@ -12,3 +12,13 @@
 man/man5/socks5.passwd.5
 lib/libsocks5.a
 lib/libsocks5_sh.so
+share/examples/socks5/README
+share/examples/socks5/multiple_server.example
+share/examples/socks5/server_2_multiple_server.example
+share/examples/socks5/single_homed_host.example
+share/examples/socks5/socks5.conf.dualhomed
+share/examples/socks5/socks5.conf.gssapi
+share/examples/socks5/socks5.conf.multipleservers
+share/examples/socks5/socks5.conf.server2server
+share/examples/socks5/socks5.conf.singlehomed
+@dirrm share/examples/socks5

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012141627.LAA45242>