From owner-freebsd-ports@FreeBSD.ORG Sun Dec 19 16:08:15 2004 Return-Path: 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 110A516A4CE for ; Sun, 19 Dec 2004 16:08:15 +0000 (GMT) Received: from melon.pingpong.net (82.milagro.bahnhof.net [195.178.168.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B19743D2D for ; Sun, 19 Dec 2004 16:08:14 +0000 (GMT) (envelope-from girgen@FreeBSD.org) Received: from localhost (localhost.pingpong.net [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 5405F4AC33; Sun, 19 Dec 2004 17:08:13 +0100 (CET) Received: from melon.pingpong.net ([127.0.0.1]) by localhost (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 42421-01-5; Sun, 19 Dec 2004 17:08:13 +0100 (CET) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by melon.pingpong.net (Postfix) with ESMTP id CB8964AC32; Sun, 19 Dec 2004 17:08:10 +0100 (CET) Date: Sun, 19 Dec 2004 17:08:44 +0100 From: girgen@FreeBSD.org To: Evren Yurtesen , simond@irrelevant.org, ports@freebsd.org Message-ID: In-Reply-To: <41C56815.5040507@ispro.net.tr> References: <41C56815.5040507@ispro.net.tr> X-Mailer: Mulberry/3.1.6 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: by amavisd-new at pingpong.net Subject: Re: freebsd squirrelmail port bug ... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Dec 2004 16:08:15 -0000 Hi, I can confirm that I was bitten by this bug. The patch is correct (though=20 reversed below). Simon, do you want me to commit? Regards, Palle --On s=F6ndag, december 19, 2004 03.37.57 -0800 Evren Yurtesen=20 wrote: > Hi, > > I have realized that my FreeBSD 5.3 doesnt install the pear port even > with WITH_DATABASE option... > > It just looked like a typo to me, fix is below > > patch > -------------------------------------------------------- > --- Makefile Sun Dec 19 03:35:47 2004 > +++ Makefile.orig Sun Dec 19 03:35:24 2004 > @@ -25,7 +25,7 @@ > > .ifdef WITH_DATABASE > WANT_PHP_PEAR=3D yes > -RUN_DEPENDS+=3D = ${PREFIX}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB > +RUN_DEPENDS+=3D ${PREFIX}/share/pear/DB.php:${PORTSDIR}/pear-DB > .endif > > .ifdef WITH_LDAP > -------------------------------------------------------- > > Without the patch, installation continues without installing pear > > supermail:/usr/ports/mail/squirrelmail#make install WITH_DATABASE=3Dtrue > =3D=3D=3D> Installing for squirrelmail-1.4.3a_4 > =3D=3D=3D> squirrelmail-1.4.3a_4 depends on file: > /usr/local/share/pear/DB.php - not found > =3D=3D=3D> Verifying install for /usr/local/share/pear/DB.php in > /usr/ports/pear-DB > =3D> No directory for /usr/local/share/pear/DB.php. Skipping.. > =3D=3D=3D> squirrelmail-1.4.3a_4 depends on executable: pear - found > =3D=3D=3D> squirrelmail-1.4.3a_4 depends on file: > /usr/local/include/php/main/php.h - found > =3D=3D=3D> squirrelmail-1.4.3a_4 depends on file: > /usr/local/lib/php/20020429/session.so - found > =3D=3D=3D> squirrelmail-1.4.3a_4 depends on file: > /usr/local/lib/php/20020429/mhash.so - found > =3D=3D=3D> squirrelmail-1.4.3a_4 depends on file: > /usr/local/lib/php/20020429/gettext.so - found > =3D=3D=3D> squirrelmail-1.4.3a_4 depends on file: > /usr/local/lib/php/20020429/mbstring.so - found > =3D=3D=3D> squirrelmail-1.4.3a_4 depends on file: > /usr/local/lib/php/20020429/pcre.so - found > =3D=3D=3D> squirrelmail-1.4.3a_4 depends on file: > /usr/local/lib/php/20020429/openssl.so - found > =3D=3D=3D> squirrelmail-1.4.3a_4 depends on file: > /usr/local/lib/php/20020429/xml.so - found > Your umask should be lax while installing this. Like, 022 or something. > =3D=3D=3D> Generating temporary packing list > =3D=3D=3D> Checking if mail/squirrelmail already installed > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"