From owner-cvs-ports@FreeBSD.ORG Tue Aug 31 19:20:51 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2F0416A4D1 for ; Tue, 31 Aug 2004 19:20:50 +0000 (GMT) Received: from out01.grupos.com.br (out01.grupos.com.br [200.203.183.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F23543D53 for ; Tue, 31 Aug 2004 19:20:50 +0000 (GMT) (envelope-from antonio@php.net) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by out01.grupos.com.br (Postfix) with ESMTP id D8CC31A8611 for ; Tue, 31 Aug 2004 16:20:48 -0300 (BRT) Received: from corp.grupos.com.br (localhost [127.0.0.1]) by corp.grupos.com.br (Postfix) with SMTP id 3AEE020A77 for ; Tue, 31 Aug 2004 16:20:47 -0300 (BRT) Received: from [150.162.166.53] (unknown [150.162.166.53]) by corp.grupos.com.br (Postfix) with ESMTP id 8134B20A68; Tue, 31 Aug 2004 16:20:46 -0300 (BRT) Message-ID: <4134CF8E.3040907@php.net> Date: Tue, 31 Aug 2004 16:20:46 -0300 From: =?ISO-8859-1?Q?Ant=F4nio_Carlos_Ven=E2ncio_J=FAnior?= User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040816) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Adam Weinberger References: <1093974444.35610.0.camel@hood.oook.cz> <4134CA21.8050204@php.net> <20040831190143.GI3649@toxic.magnesium.net> In-Reply-To: <20040831190143.GI3649@toxic.magnesium.net> Content-Type: multipart/mixed; boundary="------------030500050504060605040604" cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Thierry Thomas cc: pav@FreeBSD.org cc: cvs-ports@FreeBSD.org cc: Oliver Eikemeier Subject: Re: cvs commit: ports/sysutils/pear-Log Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: antonio@php.net List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 19:20:51 -0000 This is a multi-part message in MIME format. --------------030500050504060605040604 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Adam, Adam Weinberger wrote: >>>(08.31.2004 @ 1457 PST): Antnio Carlos Venncio Jnior said, in 1.0K: << >> >>People, >> >>Pav Lucistnik wrote: >> >>>V út, 31. 08. 2004 v 19:46, Oliver Eikemeier pí¹e: >>> >>> >>> >>>>>pav 2004-08-31 14:57:33 UTC >>>>> >>>>>FreeBSD ports repository >>>>> >>>>>Modified files: >>>>> sysutils/pear-Log Makefile >>>>>Log: >>>>>- Make more customizable using OPTIONS >>>>> >>>>>PR: ports/71053 >>>>>Submitted by: maintainer >>>>> >>>>>Revision Changes Path >>>>>1.21 +32 -1 ports/sysutils/pear-Log/Makefile >>>> >>>>This hardcodes LOCALBASE as /usr/local, besides ports should avoid >>>>variables beginning with an underscore, since they are often used as >>>>bsd.port.mk private variables. >>> >>> >>>Yes, and I'm not very happy with it. >> >> I've made this "hardcoding" because I can't get LOCALBASE prior to >>including bsd.port.pre.mk. And OPTIONS must come before bsd.port.pre.mk. >>Is that true?! >> >>>end of "Re: cvs commit: ports/sysutils/pear-Log Makefile" from Antnio Carlos Venncio Jnior << > > > You're probably safer using: > LOCALBASE?= /usr/local > instead of "_LOCALBASE=". Done. > # Adam > > > -- > Adam Weinberger > adamw@magnesium.net || adamw@FreeBSD.org > adamw@vectors.cx || adamw@gnome.org > http://www.vectors.cx > -- Cya Antônio echo antonio php net | sed 's/ /@/;s/ /./g' FreeBSD/OpenBSD | PHP/MySQL/Python | PGP Key ID 0x5BBEB073 "Can't buy what I want because its FREE!" - Pearl Jam --------------030500050504060605040604 Content-Type: text/plain; name="Makefile.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="Makefile.diff" --- Makefile.old Tue Aug 31 16:17:56 2004 +++ Makefile Tue Aug 31 16:18:03 2004 @@ -33,7 +33,7 @@ LATEST_LINK= pear-Log OPTIONS= PEAR_DB "PEAR::DB support" off -_LOCALBASE= /usr/local +LOCALBASE?= /usr/local .if exists(${_LOCALBASE}/etc/php.conf) .include "${_LOCALBASE}/etc/php.conf" --------------030500050504060605040604--