Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 11:22:42 +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: r369715 - head/devel/liballium
Message-ID:  <201410011122.s91BMgKv030788@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Oct  1 11:22:41 2014
New Revision: 369715
URL: https://svnweb.freebsd.org/changeset/ports/369715
QAT: https://qat.redports.org/buildarchive/r369715/

Log:
  - Convert to USES=autoreconf
  - Remove :build from USES=libtool because this port does not need
    /usr/local/bin/libtool

Modified:
  head/devel/liballium/Makefile

Modified: head/devel/liballium/Makefile
==============================================================================
--- head/devel/liballium/Makefile	Wed Oct  1 11:10:12 2014	(r369714)
+++ head/devel/liballium/Makefile	Wed Oct  1 11:22:41 2014	(r369715)
@@ -16,24 +16,17 @@ GH_COMMIT=	0c9b50f
 GH_TAGNAME=	${GH_COMMIT}
 
 GNU_CONFIGURE=	yes
-USES=		libtool:build pkgconfig tar:bzip2 pathfix
-USE_AUTOTOOLS=	autoconf aclocal automake
+USES=		autoreconf libtool pathfix pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 
 PLIST_SUB+=	PKGNAME=${PKGNAME}
 
-CFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
-
 OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -E -e "s@^(pkgconfigdir =) .*@\1 ${LOCALBASE}/libdata/pkgconfig@" \
 		${WRKSRC}/Makefile.am
 
-pre-configure:
-	@(cd ${WRKSRC}; ./autogen.sh)
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410011122.s91BMgKv030788>