ports/110141: [PATCH]: graphics/ImageMagick Correct setup of CPPFLAGS for fontconfig, librsvg and graphviz

Maxim Samsonov xors at mne.ru
Fri Mar 9 18:30:22 UTC 2007


>Number:         110141
>Category:       ports
>Synopsis:       [PATCH]: graphics/ImageMagick Correct setup of CPPFLAGS for fontconfig, librsvg and graphviz
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 09 18:30:20 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Samsonov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
>Description:
Correction of the condition of setup of CPPFLAGS in "configure".
>How-To-Repeat:
>Fix:
--- ImageMagick.diff begins here ---
diff -ubdBrN ImageMagick.orig/files/patch-configure ImageMagick/files/patch-configure
--- ImageMagick.orig/files/patch-configure	Wed May 19 23:48:16 2004
+++ ImageMagick/files/patch-configure	Fri Mar  9 18:57:37 2007
@@ -1,6 +1,6 @@
---- configure.bak	Fri Feb  6 09:19:49 2004
-+++ configure	Wed Apr 21 16:47:25 2004
-@@ -23161,6 +23161,7 @@
+--- configure.bak	Fri Jan 19 18:41:09 2007
++++ configure	Fri Mar  9 18:57:17 2007
+@@ -18914,6 +18914,7 @@
  
  # This can be used to rebuild libtool when needed
  LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -8,3 +8,30 @@
  
  # Always use our own libtool.
  LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -34656,7 +34657,7 @@
+ #define HasFONTCONFIG 1
+ _ACEOF
+ 
+-  if test "$with_modules" == 'no' ; then
++  if test "$with_modules" = 'no' ; then
+     CPPFLAGS="$FONTCONFIG_CFLAGS $CPPFLAGS"
+   fi
+ fi
+@@ -36774,7 +36775,7 @@
+ #define HasGVC 1
+ _ACEOF
+ 
+-  if test "$with_modules" == 'no' ; then
++  if test "$with_modules" = 'no' ; then
+     CPPFLAGS="$GVC_CFLAGS $CPPFLAGS"
+   fi
+ fi
+@@ -37319,7 +37320,7 @@
+ #define HasRSVG 1
+ _ACEOF
+ 
+-  if test "$with_modules" == 'no' ; then
++  if test "$with_modules" = 'no' ; then
+     CPPFLAGS="$RSVG_CFLAGS $CPPFLAGS"
+   fi
+ fi
--- ImageMagick.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list