From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 17 18:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AEA8325C for ; Sun, 17 Feb 2013 18:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7D692250 for ; Sun, 17 Feb 2013 18:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1HIU0WW061827 for ; Sun, 17 Feb 2013 18:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1HIU0Y1061820; Sun, 17 Feb 2013 18:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 17 Feb 2013 18:30:00 GMT Resent-Message-Id: <201302171830.r1HIU0Y1061820@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, Holger Freyther Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 070B6254 for ; Sun, 17 Feb 2013 18:29:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D69BB24B for ; Sun, 17 Feb 2013 18:29:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1HIT4Yj016452 for ; Sun, 17 Feb 2013 18:29:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1HIT4nh016451; Sun, 17 Feb 2013 18:29:04 GMT (envelope-from nobody) Message-Id: <201302171829.r1HIT4nh016451@red.freebsd.org> Date: Sun, 17 Feb 2013 18:29:04 GMT From: Holger Freyther To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176213: nginx port installs incomplete passenger module X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2013 18:30:01 -0000 >Number: 176213 >Category: ports >Synopsis: nginx port installs incomplete passenger module >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 17 18:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Holger Freyther >Release: 8.2/8.3 >Organization: >Environment: FreeBSD XXX 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #8: Sat Oct 1 09:11:56 UTC 2011 ich@XXX:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The nginx port allows to enable the 3rdparty passenger module but the configuration is not complete. >How-To-Repeat: cd /usr/ports/www/nginx make config Enable the passenger extensions >Fix: $ cd /s/portbuild/usr/ports/www/nginx/work/passenger-3.0.17 $ cp build/nginx.rb.org build/nginx.rb $ setenv USE_VENDORED_LIBEV no $ vi build/common_library.rb put -lev into the LIBEV cflags $ rake nginx $ vi /usr/local/etc/nginx/nginx.conf .. http { include '/s/portbuild/usr/ports/www/nginx/work/passenger-3.0.17/resources/mime.types'; passenger_ruby /usr/local/bin/ruby18; passenger_root '/s/portbuild/usr/ports/www/nginx/work/passenger-3.0.17'; } This will build but not install the Log, Watchdog and passenger-status handler. >Release-Note: >Audit-Trail: >Unformatted: