Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 05:56:07 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511737 - head/databases/grass7
Message-ID:  <201909100556.x8A5u7ra031479@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Tue Sep 10 05:56:06 2019
New Revision: 511737
URL: https://svnweb.freebsd.org/changeset/ports/511737

Log:
  databases/grass7: Remove MOTIF option
  
  Remove the MOTIF option from databases/grass7.  This option is a noop, since
  the configure options it controls doesn't do anything.  In addition, this
  option adds a dependency on graphics/libGLw, which is deprecated.
  
  PR:		240133
  Approved by:	Loic Bartoletti (maintainer)

Modified:
  head/databases/grass7/Makefile

Modified: head/databases/grass7/Makefile
==============================================================================
--- head/databases/grass7/Makefile	Tue Sep 10 05:49:37 2019	(r511736)
+++ head/databases/grass7/Makefile	Tue Sep 10 05:56:06 2019	(r511737)
@@ -3,7 +3,7 @@
 
 PORTNAME=	grass
 PORTVERSION=	7.6.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	databases geography
 MASTER_SITES=	https://grass.osgeo.org/%SUBDIR%/ \
 		http://grass.cict.fr/%SUBDIR%/ \
@@ -79,12 +79,12 @@ PLIST_SUB=	GRASS_INST_DIR="${GRASS_INST_DIR}" \
 		VERSION="${PORTVERSION}" VERS="${PORTVERSION:C/([0-9]+).([0-9]+)(.*)/\1.\2/}" \
 		VER="${VER}" MAJVER="${PKGNAMESUFFIX}"
 
-OPTIONS_DEFINE=		LAS MOTIF NETCDF PDAL
+OPTIONS_DEFINE=		LAS NETCDF PDAL
 OPTIONS_MULTI=		DB
 OPTIONS_MULTI_DB=	MYSQL ODBC PGSQL SQLITE
 #OPTIONS_SINGLE=		BLAS
 #OPTIONS_SINGLE_BLAS=	ATLAS NETLIB GOTOBLAS OPENBLAS
-OPTIONS_DEFAULT=	LAS PDAL PGSQL SQLITE NETLIB MOTIF NETCDF MYSQL ODBC
+OPTIONS_DEFAULT=	LAS PDAL PGSQL SQLITE NETLIB NETCDF MYSQL ODBC
 OPTIONS_SUB=		yes
 
 #BLAS_DESC=		BLAS/LAPACK support
@@ -101,9 +101,6 @@ LAS_LIB_DEPENDS=	liblas.so:devel/liblas \
 			libboost_program_options.so:devel/boost-libs \
 			libboost_thread.so:devel/boost-libs \
 			libgeotiff.so:graphics/libgeotiff
-MOTIF_USES=		motif
-MOTIF_USE=		GL=glw
-MOTIF_CONFIGURE_ON=	--with-motif --with-glw
 MYSQL_USES=		mysql
 MYSQL_CONFIGURE_ON=	--with-mysql \
 			--with-mysql-includes=${LOCALBASE}/include/mysql \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909100556.x8A5u7ra031479>