Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2001 18:03:15 +0400
From:      "Sergey A. Osokin" <osa@freebsd.org.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ports@FreeBSD.org
Subject:   Re: [MAINTAINER] ports/30920: Fix environment install for databases/db3
Message-ID:  <20011007180315.A11328@freebsd.org.ru>
In-Reply-To: <20010929222339.20325254@freebsd.org.ru>
References:  <20010929222339.20325254@freebsd.org.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 30, 2001 at 02:23:39AM +0400, Sergey A.Osokin wrote:
> 
> >Number:         30920
> >Category:       ports
> >Synopsis:       Fix environment install for databases/db3
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       low
> >Responsible:    freebsd-ports
> >State:          open
> >Quarter:        
> >Keywords:       
> >Date-Required:
> >Class:          maintainer-update
> >Submitter-Id:   current-users
> >Arrival-Date:   Sat Sep 29 15:30:00 PDT 2001
> >Closed-Date:
> >Last-Modified:
> >Originator:     Sergey A. Osokin
> >Release:        FreeBSD 4.4-STABLE i386
> >Organization:
> Russian FreeBSD Team
> >Environment:
> System: FreeBSD 4.4-STABLE i386
> 
> 
> >Description:
> 	Fix environment install for databases/db3
> 	Notice by Mike Meyer <mwm@mired.org>
> 	Patch by MAINTAINER.
> 
> >How-To-Repeat:
> 	# cd /usr/ports/databases/db3
> 	# export LOCALBASE=~/local
> 	# make
> >Fix:
> 
> diff -ruN db3.orig/Makefile db3/Makefile
> --- db3.orig/Makefile	Sun Sep 30 00:39:18 2001
> +++ db3/Makefile	Sun Sep 30 00:55:33 2001
> @@ -38,5 +38,6 @@
>  
>  post-patch:
>  	@${CHMOD} 755 ${WRKSRC}/${CONFIGURE_SCRIPT}
> +	@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/../dist/configure
>  
>  .include <bsd.port.mk>
> diff -ruN db3.orig/files/patch-ab db3/files/patch-ab
> --- db3.orig/files/patch-ab	Sun Sep 30 00:39:18 2001
> +++ db3/files/patch-ab	Sun Sep 30 00:51:06 2001
> @@ -7,8 +7,8 @@
>  -	${CONFIG_SHELL-/bin/sh} $srcdir/ltconfig \
>  -		--no-verify $srcdir/ltmain.sh \
>  -		--output=./libtool $host_os \
> -+	${CONFIG_SHELL-/bin/sh} /usr/local/share/libtool/ltconfig \
> -+		--no-verify --disable-ltlibs /usr/local/share/libtool/ltmain.sh $target \
> ++	${CONFIG_SHELL-/bin/sh} %%LOCALBASE%%/share/libtool/ltconfig \
> ++		--no-verify --disable-ltlibs %%LOCALBASE%%/share/libtool/ltmain.sh $target \
>  +		--output=./libtool \
>   		--disable-static \
>   	|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
> 
> >Release-Note:
> >Audit-Trail:
> >Unformatted:

This PR still not closed. Please commit patch and close it.

-- 

Rgdz,                                /"\ 
Sergey Osokin aka oZZ,               \ /  ASCII RIBBON CAMPAIGN
osa@freebsd.org.ru                    X     AGAINST HTML MAIL
http://freebsd.org.ru/~osa/          / \

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011007180315.A11328>