svn commit: r457159 - head/astro/boinc-setiathome-v7
Tijl Coosemans
tijl at FreeBSD.org
Sun Dec 24 13:36:41 UTC 2017
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
More information about the svn-ports-all
mailing list