ports/152260: [PATCH] net/sslh: fix PLIST when NO_INSTALL_MANPAGES is set

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 15 14:10:12 UTC 2010


>Number:         152260
>Category:       ports
>Synopsis:       [PATCH] net/sslh: fix PLIST when NO_INSTALL_MANPAGES is set
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 15 14:10:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sat Oct 23 16:01:16 CST 2010
>Description:
- Fix PLIST when NO_INSTALL_MANPAGES is set

Port maintainer (jnlin at csie.nctu.edu.tw) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- sslh-1.7a_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/sslh/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	12 Aug 2010 18:31:18 -0000	1.2
+++ Makefile	15 Nov 2010 14:02:53 -0000
@@ -17,7 +17,9 @@
 USE_GMAKE=	yes
 USE_PERL5_BUILD=	yes
 
+.if !defined(NO_INSTALL_MANPAGES)
 MAN8=		sslh.8
+.endif
 PLIST_FILES=	sbin/sslh
 
 USE_RC_SUBR=	sslh
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/net/sslh/distinfo,v
retrieving revision 1.1
diff -u -u -r1.1 distinfo
--- distinfo	2 Apr 2010 13:06:43 -0000	1.1
+++ distinfo	15 Nov 2010 14:02:53 -0000
@@ -1,3 +1,2 @@
-MD5 (sslh-1.7a.tar.gz) = ee124654412198a5e11fe28acf10634d
 SHA256 (sslh-1.7a.tar.gz) = add698342ea622e5085a26f05e4ec613763f71ff203202cadfa119a45659e13a
 SIZE (sslh-1.7a.tar.gz) = 9733
--- sslh-1.7a_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list