Date: Mon, 27 Jan 2014 10:37:09 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341367 - in head/devel: libltdl libtool Message-ID: <201401271037.s0RAb9ZX051722@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jan 27 10:37:08 2014 New Revision: 341367 URL: http://svnweb.freebsd.org/changeset/ports/341367 QAT: https://qat.redports.org/buildarchive/r341367/ Log: Support stage Modified: head/devel/libltdl/Makefile head/devel/libtool/Makefile head/devel/libtool/pkg-plist Modified: head/devel/libltdl/Makefile ============================================================================== --- head/devel/libltdl/Makefile Mon Jan 27 10:35:19 2014 (r341366) +++ head/devel/libltdl/Makefile Mon Jan 27 10:37:08 2014 (r341367) @@ -7,7 +7,8 @@ MASTERDIR= ${.CURDIR}/../../devel/libtoo COMMENT= System independent dlopen wrapper LICENSE= LGPL21 -LICENSE_FILE= ${CONFIGURE_WRKSRC}/COPYING.LIB +CONFIGURE_ENV= LTVERHACK=1 +MAKE_ENV= LTVERHACK=1 USE_GNOME= ltverhack USE_LDCONFIG= yes USE_AUTOTOOLS= libtool @@ -21,5 +22,4 @@ DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist INFO= # empty -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/devel/libtool/Makefile ============================================================================== --- head/devel/libtool/Makefile Mon Jan 27 10:35:19 2014 (r341366) +++ head/devel/libtool/Makefile Mon Jan 27 10:37:08 2014 (r341367) @@ -13,7 +13,6 @@ MAINTAINER= autotools@FreeBSD.org COMMENT?= Generic shared library support script LICENSE?= GPLv2 -LICENSE_FILE?= ${WRKSRC}/COPYING CONFLICTS= libtool-fixed-[0-9]* @@ -21,11 +20,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS?= --disable-ltdl-install CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" INFO?= libtool -.if ${PORTNAME} != "libltdl" -MAN1= libtool.1 libtoolize.1 -.endif - -NO_STAGE= yes post-extract: @${RM} -f ${WRKSRC}/doc/*.info* Modified: head/devel/libtool/pkg-plist ============================================================================== --- head/devel/libtool/pkg-plist Mon Jan 27 10:35:19 2014 (r341366) +++ head/devel/libtool/pkg-plist Mon Jan 27 10:37:08 2014 (r341367) @@ -1,5 +1,7 @@ bin/libtool bin/libtoolize +man/man1/libtool.1.gz +man/man1/libtoolize.1.gz share/aclocal/argz.m4 share/aclocal/libtool.m4 share/aclocal/ltdl.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401271037.s0RAb9ZX051722>