Date: Thu, 23 Jan 2014 00:41:12 +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: r340771 - head/devel/log4cpp Message-ID: <201401230041.s0N0fCFG049985@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Jan 23 00:41:11 2014 New Revision: 340771 URL: http://svnweb.freebsd.org/changeset/ports/340771 QAT: https://qat.redports.org/buildarchive/r340771/ Log: Support stage Modified: head/devel/log4cpp/Makefile Modified: head/devel/log4cpp/Makefile ============================================================================== --- head/devel/log4cpp/Makefile Thu Jan 23 00:40:35 2014 (r340770) +++ head/devel/log4cpp/Makefile Thu Jan 23 00:41:11 2014 (r340771) @@ -7,17 +7,15 @@ CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}.x%20%28new%29/${PORTNAME}-${PORTVERSION} MAINTAINER= clsung@FreeBSD.org -COMMENT= A library of C++ classes for flexible logging +COMMENT= Library of C++ classes for flexible logging +USES= gmake pathfix USE_AUTOTOOLS= libtool -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pthreads --disable-html-docs USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} -#.include "Makefile.man" -NO_STAGE= yes .include <bsd.port.pre.mk> # doxygen build is BROKEN atm @@ -40,6 +38,5 @@ CONFIGURE_ARGS+= --disable-doxygen post-patch: @${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401230041.s0N0fCFG049985>