ports/142833: [PATCH] www/nginx-devel: move .include <bsd.port.pre.mk> further down to allow the use of USE_OPENSSL

Sevan Janiyan venture37 at geeklan.co.uk
Thu Jan 14 14:50:03 UTC 2010


>Number:         142833
>Category:       ports
>Synopsis:       [PATCH] www/nginx-devel: move .include <bsd.port.pre.mk> further down to allow the use of USE_OPENSSL
>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:   Thu Jan 14 14:50:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Sevan Janiyan
>Release:        FreeBSD 8.0-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD newbie.thingamajig-systems.co.uk 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 21:11:58 UTC
>Description:
No need to declare DISTFILES as it defaults to ${DISTNAME}${EXTRACT_SUFX} anyway

Port maintainer (osa at FreeBSD.org) is cc'd.

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

--- nginx-devel-0.8.32.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/nginx-devel/Makefile,v
retrieving revision 1.282
diff -u -r1.282 Makefile
--- Makefile	11 Jan 2010 17:23:35 -0000	1.282
+++ Makefile	14 Jan 2010 14:39:43 -0000
@@ -11,7 +11,6 @@
 MASTER_SITES=	http://sysoev.ru/nginx/
 MASTER_SITES+=	${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	osa
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}
 PKGNAMESUFFIX=	-devel
 
 MAINTAINER=	osa at FreeBSD.org
@@ -78,8 +77,6 @@
 USE_RAKE=	yes
 .endif
 
-.include <bsd.port.pre.mk>
-
 NGINX_VARDIR?=	/var
 NGINX_LOGDIR?=	${NGINX_VARDIR}/log
 NGINX_RUNDIR?=	${NGINX_VARDIR}/run
@@ -402,9 +399,11 @@
 .endif		# WITH_MAIL_MODULE
 
 .if defined(NGINX_OPENSSL)
-.include "${PORTSDIR}/Mk/bsd.openssl.mk"
+USE_OPENSSL=	yes
 .endif
 
+.include <bsd.port.pre.mk>
+
 PLIST_SUB+=	NGINX_TMPDIR=${NGINX_TMPDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
 
 pre-everything::
--- nginx-devel-0.8.32.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list