From owner-freebsd-ports@freebsd.org Fri Jan 12 15:19:47 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBF92E6A695 for ; Fri, 12 Jan 2018 15:19:47 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin2.langille.org (clavin2.langille.org [199.233.228.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC0536F448; Fri, 12 Jan 2018 15:19:47 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin2.int.langille.org (clavin2.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id 574061F37C ; Fri, 12 Jan 2018 15:19:40 +0000 (UTC) From: Dan Langille Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: www/rubygem-passenger creating slave ports Message-Id: Date: Fri, 12 Jan 2018 10:18:37 -0500 Cc: FreeBSD Ports To: Sergey A Osokin X-Mailer: Apple Mail (2.3445.5.20) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jan 2018 15:19:47 -0000 Sergey, We have a need to use rubygem-passenger with both Nginx and with Apache = (on different servers). I propose to create two new slave ports: * www/rubygem-passenger-nginx * www/rubygem-passenger-passenger To do this, I would like to make a one-line change to the master port: Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 458852) +++ Makefile (working copy) @@ -24,7 +24,7 @@ APACHE22_DESC=3D Build with apache22 support NGINX_DESC=3D Build with nginx support SYMLINK_DESC=3D Create passenger symlink -OPTIONS_DEFAULT=3D APACHE22 +OPTIONS_DEFAULT=3D? APACHE22 =20 USE_RUBY=3D yes RAKE_BIN=3D ${LOCALBASE}/bin/rake This will allow the slave port to set OPTIONS_DEFAULT and build for the = desired web server. If you agree, I am happen to make the commit / submit a patch for your = approval. Thank you. --=20 Dan Langille - BSDCan / PGCon dan@langille.org