Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 04:17:29 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/111784: [PATCH] net/socks5: Fix post-install error.
Message-ID:  <20070417191729.470E120@eastasia.home.utahime.org>
Resent-Message-ID: <200704171920.l3HJK1QB001341@freefall.freebsd.org>

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

>Number:         111784
>Category:       ports
>Synopsis:       [PATCH] net/socks5: Fix post-install error.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 17 19:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 6.2-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD xxxx 6.2-RELEASE-p3 FreeBSD 6.2-RELEASE-p3 #0: Sat Mar 17 18:55:25 JST 2007 xxxx i386


	
>Description:
	Fix post-install error caused by removal of files/socks5.sh.sample.

	
>How-To-Repeat:
	
>Fix:

	

--- patch-socks5 begins here ---
Index: Makefile
===================================================================
RCS file: /usr1/freebsd/cvsroot/ports/net/socks5/Makefile,v
retrieving revision 1.48
diff -u -r1.48 Makefile
--- Makefile	16 Apr 2007 04:26:28 -0000	1.48
+++ Makefile	17 Apr 2007 19:09:05 -0000
@@ -44,10 +44,6 @@
 CONFIGURE_ENV=	LIBS=-lcrypt
 
 post-install:
-	@if [ ! -f ${PREFIX}/etc/rc.d/socks5.sh ]; then \
-		${ECHO} "Creating ${PREFIX}/etc/rc.d/socks5.sh startup file."; \
-		${INSTALL_SCRIPT} -m 751 ${FILESDIR}/socks5.sh.sample ${PREFIX}/etc/rc.d/socks5.sh; \
-	 fi
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
--- patch-socks5 ends here ---


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



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