ports/111784: [PATCH] net/socks5: Fix post-install error.

KIMURA Yasuhiro yasu at utahime.org
Tue Apr 17 19:20:02 UTC 2007


>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:



More information about the freebsd-ports-bugs mailing list