From owner-freebsd-ports@FreeBSD.ORG Sun Oct 16 01:30:46 2005 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B7BF16A41F for ; Sun, 16 Oct 2005 01:30:46 +0000 (GMT) (envelope-from polandj@garble.org) Received: from mail.garble.org (kmart.garble.org [216.29.181.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6132043D46 for ; Sun, 16 Oct 2005 01:30:46 +0000 (GMT) (envelope-from polandj@garble.org) Received: by mail.garble.org (Postfix, from userid 1000) id 452B4EA; Sat, 15 Oct 2005 21:30:45 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.garble.org (Postfix) with ESMTP id 3829DE6 for ; Sat, 15 Oct 2005 21:30:45 -0400 (EDT) Date: Sat, 15 Oct 2005 21:30:45 -0400 (EDT) From: Jonathan Poland To: ports@FreeBSD.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: The php5 port... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 01:30:46 -0000 Hi, I've tried googling and reading the docs, but I can't seem to figure out how to get the php port to compile with other options. I want several of the options in the lang/php5 directory turned on (i.e. gd, exif, pcre, etc). The Makefile looks for a PHP_MODNAME variable, which is gleaned from the PKGNAMESUFFIX variable. I see I COULD make my own package with a proper suffix, but that'll only get me one of the many options that I want enabled. What's the trick? Thanks - JP