Date: Sat, 5 Jan 2019 23:27:34 +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: r489419 - head/graphics/GraphicsMagick Message-ID: <201901052327.x05NRYAo092303@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 5 23:27:33 2019 New Revision: 489419 URL: https://svnweb.freebsd.org/changeset/ports/489419 Log: Remove the unnecessary TRIO option - Bump PORTREVISION for dependency change PR: 234286 Submitted by: mi Modified: head/graphics/GraphicsMagick/Makefile Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Sat Jan 5 23:11:54 2019 (r489418) +++ head/graphics/GraphicsMagick/Makefile Sat Jan 5 23:27:33 2019 (r489419) @@ -3,7 +3,7 @@ PORTNAME= GraphicsMagick PORTVERSION= 1.3.31 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= SF \ @@ -16,10 +16,11 @@ LICENSE= MIT USES= libtool localbase pathfix tar:bzip2 -GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-static \ - --with-windows-font-dir=${WINDOWS_FONT_DIR} --without-perl + --with-windows-font-dir=${WINDOWS_FONT_DIR} \ + --without-perl --without-trio CONFIGURE_ENV= PTHREAD_LIBS=-lpthread +GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes @@ -27,10 +28,9 @@ USE_LDCONFIG= yes # Use fonts installed by x11-fonts/webfonts by default WINDOWS_FONT_DIR?= ${LOCALBASE}/share/fonts/webfonts -OPTIONS_DEFINE= BZIP2 DOCS FPX FREETYPE JASPER JBIG JPEG LCMS2 LZMA OPENMP Q8BIT PNG SSE TEST TIFF TRIO UMEM WEBP WMF X11 XML ZLIB ZSTD +OPTIONS_DEFINE= BZIP2 DOCS FPX FREETYPE JASPER JBIG JPEG LCMS2 LZMA OPENMP Q8BIT PNG SSE TEST TIFF UMEM WEBP WMF X11 XML ZLIB ZSTD OPTIONS_DEFAULT=BZIP2 FREETYPE JASPER JBIG JPEG LCMS2 LZMA OPENMP PNG TIFF WEBP WMF X11 XML ZLIB Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16-bit (quality) -TRIO_DESC= TRIO support UMEM_DESC= UMEM memory allocation library support TEST_DESC= Run bundled self-tests after build @@ -61,8 +61,6 @@ TEST_BUILD_DEPENDS= webfonts>=0:x11-fonts/webfonts TEST_RUN_DEPENDS= webfonts>=0:x11-fonts/webfonts TIFF_CONFIGURE_WITH= tiff TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff -TRIO_CONFIGURE_WITH= trio -TRIO_LIB_DEPENDS= libtrio.so:devel/trio UMEM_CONFIGURE_WITH= umem WEBP_CONFIGURE_WITH= webp WEBP_LIB_DEPENDS= libwebp.so:graphics/webp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901052327.x05NRYAo092303>