svn commit: r368523 - head/graphics/ocropus

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 18 20:37:44 UTC 2014


Author: tijl
Date: Thu Sep 18 20:37:43 2014
New Revision: 368523
URL: http://svnweb.freebsd.org/changeset/ports/368523
QAT: https://qat.redports.org/buildarchive/r368523/

Log:
  Convert to USES=autoreconf and USES=python:build

Modified:
  head/graphics/ocropus/Makefile

Modified: head/graphics/ocropus/Makefile
==============================================================================
--- head/graphics/ocropus/Makefile	Thu Sep 18 20:35:42 2014	(r368522)
+++ head/graphics/ocropus/Makefile	Thu Sep 18 20:37:43 2014	(r368523)
@@ -23,10 +23,8 @@ SDL_DESC=	Enable SDL for graphical debug
 LEPTONICA_DESC=	Enable Leptonica image analysis
 
 MAKE_JOBS_UNSAFE=	yes
-USE_PYTHON_BUILD=	yes
-USE_AUTOTOOLS=	aclocal automake autoconf
-AUTOMAKE_ARGS=	--add-missing
-USES=		gmake
+USES=		autoreconf gmake python:build
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-fst --without-tesseract --with-iulib=${LOCALBASE}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
@@ -49,12 +47,4 @@ pre-configure:
 	@(cd ${CONFIGURE_WRKSRC} \
 	  && ${SETENV} ${PYTHON_CMD} genAM.py >Makefile.am)
 
-run-autotools: run-autotools-aclocal run-autotools-automake run-autotools-autoconf
-
-run-autotools-autoconf:
-	@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOCONF} \
-		${AUTOCONF_ARGS})
-	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|'\
-		${WRKSRC}/configure
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list