Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 14:56:50 +0000
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        Hajimu UMEMOTO <ume@freebsd.org>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>
Subject:   Re: svn commit: r370526 - head/security/cyrus-sasl2-gssapi
Message-ID:  <CAALwa8k-7GUkPVORKR0DAMPfhAa8ZhXqN88-6fwHPk3XWDk=ag@mail.gmail.com>
In-Reply-To: <201410091318.s99DISxR078486@svn.freebsd.org>
References:  <201410091318.s99DISxR078486@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 9, 2014 at 1:18 PM, Hajimu UMEMOTO <ume@freebsd.org> wrote:
> Author: ume
> Date: Thu Oct  9 13:18:28 2014
> New Revision: 370526
> URL: https://svnweb.freebsd.org/changeset/ports/370526
> QAT: https://qat.redports.org/buildarchive/r370526/
>
> Log:
>   Include RPATH in the libs, again.
>   It seems that USES=libtool doesn't rewrite ${LIBTOOL} in
>   a configure script to use ${LOCALBASE}/bin/libtool like
>   bsd.autotools.mk did.
>   So, rewrite it explicitly for workaround.
>
>   PR:           194176
>   Submitted by: jhujhiti__at__adjectivism.org
>
> Modified:
>   head/security/cyrus-sasl2-gssapi/Makefile

Hi,

This fails to build.

Cheers,

Antoine

>
> Modified: head/security/cyrus-sasl2-gssapi/Makefile
> ==============================================================================
> --- head/security/cyrus-sasl2-gssapi/Makefile   Thu Oct  9 13:17:26 2014        (r370525)
> +++ head/security/cyrus-sasl2-gssapi/Makefile   Thu Oct  9 13:18:28 2014        (r370526)
> @@ -2,7 +2,7 @@
>
>  PORTNAME=      gssapi
>  PORTVERSION=   2.1.26
> -PORTREVISION=  1
> +PORTREVISION=  2
>  CATEGORIES=    security ipv6
>  MASTER_SITES=  ftp://ftp.cyrusimap.org/cyrus-sasl/ \
>                 http://cyrusimap.org/releases/
> @@ -89,6 +89,13 @@ CONFIGURE_ARGS+=--with-openssl=yes
>  CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE}
>  .endif
>
> +LIBTOOL=       ${LOCALBASE}/bin/libtool
> +
> +post-patch:
> +       @${REINPLACE_CMD} \
> +               -e "/^LIBTOOL=/s|\$$(top_builddir)/libtool|${LIBTOOL}|g" \
> +               ${WRKSRC}/configure
> +
>  do-build:
>         cd ${WRKSRC}/include && ${MAKE}
>         cd ${WRKSRC}/plugins && ${MAKE}
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAALwa8k-7GUkPVORKR0DAMPfhAa8ZhXqN88-6fwHPk3XWDk=ag>