Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Dec 2017 13:36:40 +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: r457159 - head/astro/boinc-setiathome-v7
Message-ID:  <201712241336.vBODaeN2094110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Dec 24 13:36:40 2017
New Revision: 457159
URL: https://svnweb.freebsd.org/changeset/ports/457159

Log:
  Convert to USES=autoreconf and add USES=libtool because autoreconf runs
  libtoolize in this port.

Modified:
  head/astro/boinc-setiathome-v7/Makefile

Modified: head/astro/boinc-setiathome-v7/Makefile
==============================================================================
--- head/astro/boinc-setiathome-v7/Makefile	Sun Dec 24 13:18:22 2017	(r457158)
+++ head/astro/boinc-setiathome-v7/Makefile	Sun Dec 24 13:36:40 2017	(r457159)
@@ -18,9 +18,8 @@ BUILD_DEPENDS=	${LOCALBASE}/include/fftw3.h:math/fftw3
 RUN_DEPENDS=	boinc_client:net/boinc-client
 LIB_DEPENDS=	libfftw3f.so:math/fftw3-float
 
-USES=		tar:xz gmake pkgconfig
-USE_AUTOTOOLS=	autoconf:env automake:env
 GNU_CONFIGURE=	yes
+USES=		autoreconf gmake libtool pkgconfig tar:xz
 
 CFLAGS+=	-O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \
 		-L${LOCALBASE}/lib
@@ -88,9 +87,6 @@ post-patch:
 		${WRKSRC}/client/seti.cpp \
 		${WRKSRC}/client/timecvt.cpp \
 		${WRKSRC}/db/xml_util.cpp
-
-pre-configure:
-	(cd ${WRKSRC} ; ./_autosetup)
 
 do-install:
 	${INSTALL} -d ${STAGEDIR}${BOINC_CLIENT_HOME}/projects



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