From owner-freebsd-ports@FreeBSD.ORG Thu Mar 30 00:52:01 2006 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 A5BC616A420 for ; Thu, 30 Mar 2006 00:52:01 +0000 (UTC) (envelope-from mikehugelmann@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E2643D73 for ; Thu, 30 Mar 2006 00:51:56 +0000 (GMT) (envelope-from mikehugelmann@gmail.com) Received: by xproxy.gmail.com with SMTP id s12so261121wxc for ; Wed, 29 Mar 2006 16:51:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=OUIfg4PZyKlKzx/ySeXPbcRFE5+jOtwhYMJ2njGbIaD37JJ9waOcE1BAiYaOTw7ugl1Ddqnr8Erk9hNr2YADL6dvB0wJrp3Ceq1h0I5ElT4FzDbWEu19h88sjIJMnhSwZSPPNTKCSfIdOb45Te+kPPwkjvZNLn7VnAza31fdAnY= Received: by 10.70.31.5 with SMTP id e5mr1815586wxe; Wed, 29 Mar 2006 16:51:56 -0800 (PST) Received: by 10.70.117.18 with HTTP; Wed, 29 Mar 2006 16:51:56 -0800 (PST) Message-ID: Date: Wed, 29 Mar 2006 19:51:56 -0500 From: "Michael Hugelmann" To: ale@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: php4-4.4.2_1 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: Thu, 30 Mar 2006 00:52:01 -0000 Hi there Alex, I just had a quick question about the php4 port: How does one go about enabling exif support without editing the Makefile? I've tried to put the configure options in pkgtools.conf's MAKE_ARGS section, as well as in the command line while trying to build the port. (make --enable-exif && make --enable-exif install) However, both ways fail. (While trying to do portupgrade -f php4 with enable-exif specified in the MAKE_ARGS section, it reports that upgrading failed. With the make option it says -- - is not valid.) I was able to enable exif support by editing php4's Makefile, but that doesn't seem like a good choice considering every time the port is updated the options will be replaced. Any insight or help in this matter will be greatly appreciated. Thank you in advance, Mike