From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jan 14 14:50:03 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA067106566B for ; Thu, 14 Jan 2010 14:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7AF2C8FC08 for ; Thu, 14 Jan 2010 14:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o0EEo3lq096161 for ; Thu, 14 Jan 2010 14:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o0EEo3vH096154; Thu, 14 Jan 2010 14:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 14 Jan 2010 14:50:03 GMT Resent-Message-Id: <201001141450.o0EEo3vH096154@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sevan Janiyan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48ECF106566B; Thu, 14 Jan 2010 14:45:20 +0000 (UTC) (envelope-from sevan@newbie.thingamajig-systems.co.uk) Received: from newbie.thingamajig-systems.co.uk (newbie.thingamajig-systems.co.uk [93.97.185.103]) by mx1.freebsd.org (Postfix) with ESMTP id C431C8FC0C; Thu, 14 Jan 2010 14:45:19 +0000 (UTC) Received: from newbie.thingamajig-systems.co.uk (localhost [127.0.0.1]) by newbie.thingamajig-systems.co.uk (8.14.3/8.14.3) with ESMTP id o0EEfMpM041243; Thu, 14 Jan 2010 14:41:22 GMT (envelope-from sevan@newbie.thingamajig-systems.co.uk) Received: (from root@localhost) by newbie.thingamajig-systems.co.uk (8.14.3/8.14.3/Submit) id o0EEfM5L041242; Thu, 14 Jan 2010 14:41:22 GMT (envelope-from sevan) Message-Id: <201001141441.o0EEfM5L041242@newbie.thingamajig-systems.co.uk> Date: Thu, 14 Jan 2010 14:41:22 GMT From: Sevan Janiyan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: osa@FreeBSD.org Subject: ports/142833: [PATCH] www/nginx-devel: move .include further down to allow the use of USE_OPENSSL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 14:50:03 -0000 >Number: 142833 >Category: ports >Synopsis: [PATCH] www/nginx-devel: move .include 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@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@FreeBSD.org @@ -78,8 +77,6 @@ USE_RAKE= yes .endif -.include - 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 + 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: