Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Aug 2014 09:11:11 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364157 - in head/devel/libconfuse: . files
Message-ID:  <53e1f12f.58c0.697188c4@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e1f12f.58c0.697188c4>