svn commit: r340771 - head/devel/log4cpp

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 23 00:41:12 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list