From owner-svn-ports-head@FreeBSD.ORG Thu Sep 18 20:37:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4ECA9D5E; Thu, 18 Sep 2014 20:37:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 39F7FFF5; Thu, 18 Sep 2014 20:37:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8IKbixn049413; Thu, 18 Sep 2014 20:37:44 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8IKbirx049412; Thu, 18 Sep 2014 20:37:44 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409182037.s8IKbirx049412@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Thu, 18 Sep 2014 20:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368523 - head/graphics/ocropus X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2014 20:37:44 -0000 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