Date: Mon, 23 Nov 2015 18:35:59 +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: r402311 - head/graphics/GraphicsMagick Message-ID: <201511231835.tANIZx0a072843@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 23 18:35:59 2015 New Revision: 402311 URL: https://svnweb.freebsd.org/changeset/ports/402311 Log: - Add missing USES=localbase - Fix build for dependent ports if OPENMP enabled - Bump PORTREVISION for package change Modified: head/graphics/GraphicsMagick/Makefile Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Mon Nov 23 18:33:03 2015 (r402310) +++ head/graphics/GraphicsMagick/Makefile Mon Nov 23 18:35:59 2015 (r402311) @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.23 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ @@ -32,15 +32,11 @@ CONFIGURE_ENV= PTHREAD_LIBS=-lpthread INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes -USES= jpeg libtool tar:bzip2 +USES= jpeg libtool localbase tar:bzip2 PORTDATA= * PORTDOCS= * -# The OPENMP option may select gcc as compiler but on architectures -# that have switched to libc++ clang should be used for C++ code. -#CXX= c++ - # Use fonts installed by x11-fonts/webfonts by default WINDOWS_FONT_DIR?= ${LOCALBASE}/share/fonts/webfonts @@ -96,3 +92,7 @@ post-install-Q8BIT-on: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/coders ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q8/filters .include <bsd.port.mk> + +# The OPENMP option may select gcc as compiler but on architectures +# that have switched to libc++ clang should be used for C++ code. +CXX= c++
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511231835.tANIZx0a072843>