svn commit: r487998 - in head/graphics/GraphicsMagick: . files
Rene Ladan
rene at FreeBSD.org
Fri Dec 21 14:05:07 UTC 2018
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
#
More information about the svn-ports-head
mailing list