From owner-freebsd-stable@FreeBSD.ORG Wed Aug 18 18:55:38 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A012916A4CE for ; Wed, 18 Aug 2004 18:55:38 +0000 (GMT) Received: from mta.webmatic.de (mta.webmatic.de [212.78.99.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D0A43D1D for ; Wed, 18 Aug 2004 18:55:37 +0000 (GMT) (envelope-from freebsd-stable@chef-ingenieur.de) Received: (qmail 66464 invoked by uid 1003); 18 Aug 2004 18:55:32 -0000 Received: from freebsd-stable@chef-ingenieur.de by mta.webmatic.de by uid 89 with qmail-scanner-1.22 (clamdscan: 0.75. spamassassin: 2.63. Clear:RC:1(217.186.18.216):. Processed in 0.065457 secs); 18 Aug 2004 18:55:32 -0000 Received: from unknown (HELO ?192.168.1.254?) (freebsd-stable@chef-ingenieur.de@217.186.18.216) by mta.webmatic.de with (DHE-RSA-AES256-SHA encrypted) SMTP; 18 Aug 2004 18:55:32 -0000 Message-ID: <4123A7A1.5070803@chef-ingenieur.de> Date: Wed, 18 Aug 2004 21:01:53 +0200 From: Thoamas Krause -CI- User-Agent: Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: stable@freebsd.org References: <411FA63D.1080502@chef-ingenieur.de> <009101c48311$b2ad21b0$6401a8c0@chris> In-Reply-To: <009101c48311$b2ad21b0$6401a8c0@chris> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: php-extensions: How adding additional module? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2004 18:55:38 -0000 On Track Technicial Support schrieb: > make config thanks for that hint! but what's the best way to upgrade (eg to 4.3.9)? something like pkg_info | grep ^php4- | awk '{ print $1}' | xargs portupgrade -b ??? Regards, Thomas. > > > I do think that the whole new PHP ports system needs to be re-done. It seems > to have very serious problems. Most notably, there is no way to compile > modules in statically without editing the Makefile (some need to be static > or it causes problems) and there is no working pear support without doing it > manually. > > ----- Original Message ----- > From: "Thoamas Krause -CI-" > To: > Sent: Sunday, August 15, 2004 11:06 AM > Subject: php-extensions: How adding additional module? > > > >>Hello, >>I've installed php4-4.3.8 and php4-extensions-1.0, but I forgot >>xslt support. Is there an easy way to intall php-modules >>later? >> >>What I've done, seems not to be the best way: >>- pkg_delete php4-extensions-1.0 >>- edit /var/db/ports/php4/options: changed >> WITHOUT_XSLT=true to WITH_XSLT=true >>- cd /usr/ports/lang/php4-extensions && make install clean >> >> >>Regards, >>Thomas. >>_______________________________________________ >>freebsd-stable@freebsd.org mailing list >>http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"