From owner-svn-ports-all@freebsd.org Fri Dec 21 14:05:07 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0769B134A817; Fri, 21 Dec 2018 14:05:07 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D94397D69; Fri, 21 Dec 2018 14:05:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 751E6E631; Fri, 21 Dec 2018 14:05:06 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBLE5680003551; Fri, 21 Dec 2018 14:05:06 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBLE56e8003549; Fri, 21 Dec 2018 14:05:06 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812211405.wBLE56e8003549@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Fri, 21 Dec 2018 14:05:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487998 - in head/graphics/GraphicsMagick: . files X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: in head/graphics/GraphicsMagick: . files X-SVN-Commit-Revision: 487998 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9D94397D69 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.96)[-0.963,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2018 14:05:07 -0000 Author: rene Date: Fri Dec 21 14:05:05 2018 New Revision: 487998 URL: https://svnweb.freebsd.org/changeset/ports/487998 Log: graphics/GraphicsMagick: remove optional dependency on expired x11/dgs Modified: head/graphics/GraphicsMagick/Makefile head/graphics/GraphicsMagick/files/patch-configure Modified: head/graphics/GraphicsMagick/Makefile ============================================================================== --- head/graphics/GraphicsMagick/Makefile Fri Dec 21 13:59:00 2018 (r487997) +++ head/graphics/GraphicsMagick/Makefile Fri Dec 21 14:05:05 2018 (r487998) @@ -27,18 +27,13 @@ USE_LDCONFIG= yes # Use fonts installed by x11-fonts/webfonts by default WINDOWS_FONT_DIR?= ${LOCALBASE}/share/fonts/webfonts -OPTIONS_DEFINE= BZIP2 DOCS DPS 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 TRIO UMEM WEBP WMF X11 XML ZLIB ZSTD OPTIONS_DEFAULT=BZIP2 FREETYPE JASPER JBIG JPEG LCMS2 LZMA OPENMP PNG TIFF WEBP WMF X11 XML ZLIB -DPS_DESC= Display Ghostscript support 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 -DPS_CONFIGURE_WITH= dps -DPS_IMPLIES= X11 -DPS_LIB_DEPENDS= libdps.so:x11/dgs -DPS_USE= XORG=xt BZIP2_CONFIGURE_WITH= bzlib FPX_CONFIGURE_WITH= fpx FPX_LIB_DEPENDS= libfpx.so:graphics/libfpx Modified: head/graphics/GraphicsMagick/files/patch-configure ============================================================================== --- head/graphics/GraphicsMagick/files/patch-configure Fri Dec 21 13:59:00 2018 (r487997) +++ head/graphics/GraphicsMagick/files/patch-configure Fri Dec 21 14:05:05 2018 (r487998) @@ -69,25 +69,6 @@ # Check for system-dependent libraries X programs must link with. # Do this before checking for the system-independent R6 libraries -@@ -25245,15 +25190,16 @@ fi - # Cygwin doesn't deliver -lXt as a DLL, which prevents a DLL build. - # Adobe DPS (as delivered on Solaris) doesn't require -lXt. - # GraphicsMagick itself doesn't use -lXt. -+ # in FreeBSD < 10, libXt is added by the linker, bot on >= 10 - have_libdps='no' -- LIBDPS_XT='' -+ LIBDPS_XT='-lXt' - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DPSInitialize in -ldps" >&5 - $as_echo_n "checking for DPSInitialize in -ldps... " >&6; } - if ${ac_cv_lib_dps_DPSInitialize+:} false; then : - $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-ldps $LIBS" -+LIBS="-ldps $LIBDPS_XT $LIBS" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - @@ -27703,7 +27649,7 @@ fi #