Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2005 12:40:07 GMT
From:      Renato Botelho <freebsd@galle.com.br>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/79310: [PATCH] databases/firebird-devel: update to 20050327 (2.0-alpha1), take maintainership
Message-ID:  <200503301240.j2UCe7iO062937@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/79310; it has been noted by GNATS.

From: Renato Botelho <freebsd@galle.com.br>
To: freebsd-gnats-submit@FreeBSD.org, freebsd@galle.com.br
Cc:  
Subject: Re: ports/79310: [PATCH] databases/firebird-devel: update to 20050327 (2.0-alpha1), take maintainership
Date: Wed, 30 Mar 2005 09:36:13 -0300

 Please, apply this patch to Makefile, it change libtool to 1.5 and
 use ${WANT_LIBTOOL_VER} and ${WANT_AUTOCONF_VER} on pre-configure target
 
 --- ../firebird-devel.orig/Makefile	Mon Mar 28 14:12:37 2005
 +++ ./Makefile	Wed Mar 30 08:08:31 2005
 @@ -18,7 +18,7 @@
  
  USE_BZIP2=	yes
  USE_GMAKE=	yes
 -WANT_LIBTOOL_VER=	13
 +WANT_LIBTOOL_VER=	15
  GNU_CONFIGURE=	yes
  WANT_AUTOCONF_VER=	259
  USE_GCC=	3.4
 @@ -53,9 +53,9 @@
  .endif
  
  pre-configure:
 -	@${REINPLACE_CMD} "s/AUTOCONF=autoconf/AUTOCONF=autoconf259/g; \
 -	                   s/LIBTOOL=libtool/LIBTOOL=libtool13/g; \
 -	                   s/LIBTOOLIZE=libtoolize/LIBTOOLIZE=libtoolize13/g" \
 +	@${REINPLACE_CMD} "s/\(AUTOCONF=autoconf\)/\1${WANT_AUTOCONF_VER}/g; \
 +	                   s/\(LIBTOOL=libtool\)/\1${WANT_LIBTOOL_VER}/g; \
 +	                   s/\(LIBTOOLIZE=libtoolize\)/\1${WANT_LIBTOOL_VER}/g" \
  	                  ${WRKSRC}/autogen.sh
  
  do-configure:
 
 -- 
 Renato Botelho
 AIM: RBGargaBR
 ICQ: 54596223
 GPG: 0x2244EDA9 at pgp.mit.edu



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