From owner-svn-ports-head@FreeBSD.ORG Sat Nov 29 06:39:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CB111EA9; Sat, 29 Nov 2014 06:39:00 +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 B7E85E2C; Sat, 29 Nov 2014 06:39:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAT6d0JR097625; Sat, 29 Nov 2014 06:39:00 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAT6d0fZ097624; Sat, 29 Nov 2014 06:39:00 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201411290639.sAT6d0fZ097624@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 29 Nov 2014 06:39:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373601 - head/math/asir2000 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: Sat, 29 Nov 2014 06:39:00 -0000 Author: antoine Date: Sat Nov 29 06:38:59 2014 New Revision: 373601 URL: https://svnweb.freebsd.org/changeset/ports/373601 QAT: https://qat.redports.org/buildarchive/r373601/ Log: Fix build without READLINE Modified: head/math/asir2000/Makefile Modified: head/math/asir2000/Makefile ============================================================================== --- head/math/asir2000/Makefile Sat Nov 29 06:29:23 2014 (r373600) +++ head/math/asir2000/Makefile Sat Nov 29 06:38:59 2014 (r373601) @@ -21,11 +21,9 @@ LICENSE_PERMS= dist-mirror dist-sell pkg LIB_DEPENDS= libpari.so:${PORTSDIR}/math/pari MAKE_JOBS_UNSAFE= yes -USES= tar:bz2 +USES= autoreconf readline tar:bz2 USE_XORG= x11 xaw xext xt GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal automake autoconf -AUTOMAKE_ARGS= --add-missing CONFIGURE_ARGS= --enable-shared --enable-plot --enable-fep --enable-interval --with-pari --with-asir-gc --with-gc7 ASIR_SRC_VERSION= ${PORTVERSION} ASIR_DOC_VERSION= 20140705