From owner-svn-ports-head@FreeBSD.ORG Thu Sep 4 17:38:05 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8225F720; Thu, 4 Sep 2014 17:38:05 +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 6DFCB1BDF; Thu, 4 Sep 2014 17:38:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s84Hc5Xu047713; Thu, 4 Sep 2014 17:38:05 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s84Hc58m047712; Thu, 4 Sep 2014 17:38:05 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201409041738.s84Hc58m047712@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Thu, 4 Sep 2014 17:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367294 - head/lang/algol68g 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, 04 Sep 2014 17:38:05 -0000 Author: johans Date: Thu Sep 4 17:38:04 2014 New Revision: 367294 URL: http://svnweb.freebsd.org/changeset/ports/367294 QAT: https://qat.redports.org/buildarchive/r367294/ Log: Fix misleading option name: the option uses plotutils, not gnuplot No functional changes PR: 193317 Submitted by: amdmi3 Modified: head/lang/algol68g/Makefile Modified: head/lang/algol68g/Makefile ============================================================================== --- head/lang/algol68g/Makefile Thu Sep 4 17:28:34 2014 (r367293) +++ head/lang/algol68g/Makefile Thu Sep 4 17:38:04 2014 (r367294) @@ -11,8 +11,15 @@ COMMENT= Algol 68 Genie compiler LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl -OPTIONS_DEFINE= GNUPLOT PGSQL -OPTIONS_DEFAULT=GNUPLOT PGSQL +OPTIONS_DEFINE= PLOTUTILS PGSQL +OPTIONS_DEFAULT=PLOTUTILS PGSQL + +PLOTUTILS_DESC= Plotting support via plotutils +PLOTUTILS_LIB_DEPENDS= libplot.so:${PORTSDIR}/graphics/plotutils +PLOTUTILS_CONFIGURE_ENABLE=plotutils + +PGSQL_USES= pgsql +PGSQL_CONFIGURE_ENABLE= postgresql GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-compiler @@ -21,20 +28,6 @@ PLIST_DIRS= include/algol68g PLIST_FILES= bin/a68g man/man1/a68g.1.gz \ include/algol68g/a68g.h include/algol68g/a68g-config.h -.include - -.if ${PORT_OPTIONS:MGNUPLOT} -LIB_DEPENDS+= libplot.so:${PORTSDIR}/graphics/plotutils -.else -CONFIGURE_ARGS+=--disable-plotutils -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= yes -.else -CONFIGURE_ARGS+=--disable-postgresql -.endif - post-patch: # Skip broken check, assume our $CC works @${REINPLACE_CMD} -Ee 's/.*(\*-freebsd)/\1/' \