svn commit: r383718 - head/devel/libtool

Antoine Brodin antoine at FreeBSD.org
Fri Apr 10 11:17:57 UTC 2015


On Fri, Apr 10, 2015 at 11:10 AM, Bartek Rutkowski <robak at freebsd.org> wrote:
> Author: robak
> Date: Fri Apr 10 11:10:58 2015
> New Revision: 383718
> URL: https://svnweb.freebsd.org/changeset/ports/383718
>
> Log:
>   devel/libtool: add CPE information
>
>   PR:           198837
>   Submitted by: Shun <shun.fbsd.pr at dropcut.net>
>
> Modified:
>   head/devel/libtool/Makefile
>
> Modified: head/devel/libtool/Makefile
> ==============================================================================
> --- head/devel/libtool/Makefile Fri Apr 10 10:44:22 2015        (r383717)
> +++ head/devel/libtool/Makefile Fri Apr 10 11:10:58 2015        (r383718)
> @@ -17,7 +17,8 @@ RUN_DEPENDS=  gm4:${PORTSDIR}/devel/m4
>  GNU_CONFIGURE= yes
>  CONFIGURE_ARGS=        --disable-ltdl-install
>  MAKE_ARGS=     MAKEINFOFLAGS=--no-split
> -USES+=         makeinfo
> +USES+=         cpe makeinfo
> +CPE_VENDOR=    gnu
>
>  INFO=          libtool


Hi,

CPE information was already in Makefile.common, please revert.

Thanks

Antoine


More information about the svn-ports-all mailing list