Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 05:05:38 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487839 - head/math/plplot
Message-ID:  <201812200505.wBK55cxU053583@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Dec 20 05:05:38 2018
New Revision: 487839
URL: https://svnweb.freebsd.org/changeset/ports/487839

Log:
  This port needs USES=compiler:c11 to build on GCC-based architectures.
  
  While here, add USES=gnome and pet portlint.
  
  PR:		233920
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/plplot/Makefile

Modified: head/math/plplot/Makefile
==============================================================================
--- head/math/plplot/Makefile	Thu Dec 20 05:04:33 2018	(r487838)
+++ head/math/plplot/Makefile	Thu Dec 20 05:05:38 2018	(r487839)
@@ -21,9 +21,10 @@ LIB_DEPENDS=	libLASi.so:devel/lasi \
 RUN_DEPENDS=	bash:shells/bash \
 		${FREEFONT_DIR}/FreeMono.ttf:x11-fonts/freefont-ttf
 
+USES=		compiler:c11 cmake:outsource gettext-runtime ghostscript gnome \
+		localbase perl5 pathfix pkgconfig
 USE_GNOME=	cairo pango
 USE_PERL5=	build
-USES=		cmake:outsource gettext-runtime ghostscript localbase perl5 pathfix pkgconfig
 CMAKE_ARGS=	-DENABLE_java:BOOL=OFF \
 		-DENABLE_octave:BOOL=OFF \
 		-DENABLE_pdl:BOOL=OFF \



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