From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jul 3 20:10:33 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C57E16A403 for ; Mon, 3 Jul 2006 20:10:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFD5243D4C for ; Mon, 3 Jul 2006 20:10:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k63KAQmO009653 for ; Mon, 3 Jul 2006 20:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k63KAQqm009652; Mon, 3 Jul 2006 20:10:26 GMT (envelope-from gnats) Date: Mon, 3 Jul 2006 20:10:26 GMT Message-Id: <200607032010.k63KAQqm009652@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Alexander Zhuravlev Cc: Subject: Re: ports/99699: [www/smarty] Won't Build even when PHP installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Zhuravlev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 20:10:33 -0000 The following reply was made to PR ports/99699; it has been noted by GNATS. From: Alexander Zhuravlev To: bug-followup@FreeBSD.org Cc: Peter Beckman Subject: Re: ports/99699: [www/smarty] Won't Build even when PHP installed Date: Mon, 3 Jul 2006 23:41:03 +0400 > --> more /usr/local/etc/php.conf > PHP_VER=5 > PHP_VERSION=5.1.2 > PHP_PORT=${PORTSDIR}/lang/php5 > PHP_SAPI=full > > Wouldn't simply changing this file fix it? Seems like overkill to > deinstall and reinstall an entire port just to update a simple config file. Direct chnage of the file is not a good thing. It should be updated by php ports build scripts. > > Also, shouldn't the bsd.php.mk be updated to handle the backwards > compatibility of a very recent port? Seems like fixing the bsd.php.mk file > to handle older but valid installations of PHP would be a better fix than > re-upgrading to upgrade smarty... Sometimes FreeBSD ports are changed in such a way that total rebuild of the ports is required. So usually it is OK to just rebuild the ports. -- Alexander Zhuravlev