Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2015 15:33:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r381567 - head/science/hdf
Message-ID:  <201503181533.t2IFXrZ4035024@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Mar 18 15:33:52 2015
New Revision: 381567
URL: https://svnweb.freebsd.org/changeset/ports/381567
QAT: https://qat.redports.org/buildarchive/r381567/

Log:
  - Use CONFLICTS_INSTALL instead of CONFLICTS
  - Add OPTIONS_DEFINE
  - Pet portlint

Modified:
  head/science/hdf/Makefile

Modified: head/science/hdf/Makefile
==============================================================================
--- head/science/hdf/Makefile	Wed Mar 18 15:26:00 2015	(r381566)
+++ head/science/hdf/Makefile	Wed Mar 18 15:33:52 2015	(r381567)
@@ -14,7 +14,9 @@ COMMENT=	Hierarchical Data Format librar
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libsz.so:${PORTSDIR}/science/szip
 
-CONFLICTS=	netcdf-*
+CONFLICTS_INSTALL=	netcdf-4.[0-9]*
+
+OPTIONS_DEFINE=	EXAMPLES
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --with-jpeg=${LOCALBASE} --with-szlib=${LOCALBASE}



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