svn commit: r364157 - in head/devel/libconfuse: . files

Tijl Coosemans tijl at FreeBSD.org
Wed Aug 6 09:11:11 UTC 2014


Author: tijl
Date: Wed Aug  6 09:11:11 2014
New Revision: 364157
URL: http://svnweb.freebsd.org/changeset/ports/364157
QAT: https://qat.redports.org/buildarchive/r364157/

Log:
  - Remove optional libcheck dependency; there's no reference to it anywhere
  - Replace a patch with CONFIGURE_ARGS=--enable-shared
  - White space fixes

Deleted:
  head/devel/libconfuse/files/
Modified:
  head/devel/libconfuse/Makefile

Modified: head/devel/libconfuse/Makefile
==============================================================================
--- head/devel/libconfuse/Makefile	Wed Aug  6 08:39:10 2014	(r364156)
+++ head/devel/libconfuse/Makefile	Wed Aug  6 09:11:11 2014	(r364157)
@@ -5,8 +5,7 @@ PORTNAME=	libconfuse
 PORTVERSION=	2.7
 PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	SAVANNAH
-MASTER_SITE_SUBDIR=	confuse
+MASTER_SITES=	SAVANNAH/confuse
 DISTNAME=	confuse-${PORTVERSION}
 
 MAINTAINER=	otis at freebsd.sk
@@ -14,19 +13,10 @@ COMMENT=	Configuration file parsing libr
 
 LICENSE=	ISCL
 
-.if defined(WITH_CHECK)
-LIB_DEPENDS+=	${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck
-.endif
-
-USES=			iconv pathfix pkgconfig libtool
-GNU_CONFIGURE=		yes
-USE_LDCONFIG=		yes
-CONFIGURE_ARGS+=	--disable-nls
-CFLAGS+=		-I${WRKSRC}/src
-.if defined(WITH_CHECK)
-CONFIGURE_ARGS+=	--with-check=${LOCALBASE}
-CFLAGS+=		-I${LOCALBASE}/include
-.endif
-INSTALL_TARGET=		install-strip
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-nls --enable-shared
+INSTALL_TARGET=	install-strip
+USES=		iconv pathfix pkgconfig libtool
+USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list