From owner-svn-ports-all@FreeBSD.ORG Wed Sep 24 19:35:58 2014 Return-Path: Delivered-To: svn-ports-all@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 77DAD94; Wed, 24 Sep 2014 19:35:58 +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 62C571000; Wed, 24 Sep 2014 19:35:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8OJZwxu057287; Wed, 24 Sep 2014 19:35:58 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8OJZwdn057286; Wed, 24 Sep 2014 19:35:58 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409241935.s8OJZwdn057286@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 24 Sep 2014 19:35:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369200 - in head/math/oleo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2014 19:35:58 -0000 Author: tijl Date: Wed Sep 24 19:35:57 2014 New Revision: 369200 URL: http://svnweb.freebsd.org/changeset/ports/369200 QAT: https://qat.redports.org/buildarchive/r369200/ Log: Remove USE_AUTOTOOLS and remove DATADIRNAME patch Deleted: head/math/oleo/files/patch-aclocal.m4 Modified: head/math/oleo/Makefile Modified: head/math/oleo/Makefile ============================================================================== --- head/math/oleo/Makefile Wed Sep 24 19:21:01 2014 (r369199) +++ head/math/oleo/Makefile Wed Sep 24 19:35:57 2014 (r369200) @@ -13,13 +13,13 @@ COMMENT= The GNU spreadsheet for X11 and LICENSE= GPLv2 -USE_PERL5= build USES= bison perl5 -USE_AUTOTOOLS= autoconf213 -MAKE_ENV+= DESTDIR=${STAGEDIR} -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +USE_PERL5= build +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x --without-xlt --without-SciPlot +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib -lintl +MAKE_ENV+= DESTDIR=${STAGEDIR} INFO= oleo