SF.net SVN: gar:[24885] csw/mgar/pkg/ImageMagick/trunk
lblume at users.sourceforge.net
lblume at users.sourceforge.net
Wed Apr 22 10:19:22 CEST 2015
Revision: 24885
http://sourceforge.net/p/gar/code/24885
Author: lblume
Date: 2015-04-22 08:19:22 +0000 (Wed, 22 Apr 2015)
Log Message:
-----------
ImageMagick/trunk: Bump to 6.9.1-1; Add patch for Studio
Modified Paths:
--------------
csw/mgar/pkg/ImageMagick/trunk/Makefile
csw/mgar/pkg/ImageMagick/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/ImageMagick/trunk/files/0002_warn_all_does_not_work.patch
Modified: csw/mgar/pkg/ImageMagick/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ImageMagick/trunk/Makefile 2015-04-22 08:13:54 UTC (rev 24884)
+++ csw/mgar/pkg/ImageMagick/trunk/Makefile 2015-04-22 08:19:22 UTC (rev 24885)
@@ -1,6 +1,6 @@
NAME = imagemagick
-VERSION = 6.9.0
-GARSUBREV = 6
+VERSION = 6.9.1
+GARSUBREV = 1
#BETAREV = beta20140518
GARTYPE = v2
@@ -30,6 +30,8 @@
LICENSE = LICENSE
+PATCHFILES += 0002_warn_all_does_not_work.patch
+
BUILD_DEP_PKGS += CSWliblcms-dev
BUILD_DEP_PKGS += CSWlibcairo-dev
BUILD_DEP_PKGS += CSWlibwmf-dev
Modified: csw/mgar/pkg/ImageMagick/trunk/checksums
===================================================================
--- csw/mgar/pkg/ImageMagick/trunk/checksums 2015-04-22 08:13:54 UTC (rev 24884)
+++ csw/mgar/pkg/ImageMagick/trunk/checksums 2015-04-22 08:19:22 UTC (rev 24885)
@@ -1 +1 @@
-fd481f9fdee33ab218184a1412bae93d ImageMagick-6.9.0-6.tar.xz
+5721a1b252bc0f67c6c73e2b266d0174 ImageMagick-6.9.1-1.tar.xz
Added: csw/mgar/pkg/ImageMagick/trunk/files/0002_warn_all_does_not_work.patch
===================================================================
--- csw/mgar/pkg/ImageMagick/trunk/files/0002_warn_all_does_not_work.patch (rev 0)
+++ csw/mgar/pkg/ImageMagick/trunk/files/0002_warn_all_does_not_work.patch 2015-04-22 08:19:22 UTC (rev 24885)
@@ -0,0 +1,21 @@
+index 362ff7f..2196a78 100755
+--- a/configure
++++ b/configure
+@@ -8283,7 +8283,7 @@ if ${ac_cv_cflags_warn_all+:} false; then :
+ else
+ ac_cv_cflags_warn_all="no, unknown"
+ ac_save_CFLAGS="$CFLAGS"
+-for ac_arg in "-warn all % -warn all" "-pedantic % -Wall" "-xstrconst % -v" "-std1 % -verbose -w0 -warnprotos" "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" "-ansi -ansiE % -fullwarn" "+ESlit % +w1" "-Xc % -pvctl,fullmsg" "-h conform % -h msglevel 2" #
++for ac_arg in "-pedantic % -Wall" "-xstrconst % -v" "-std1 % -verbose -w0 -warnprotos" "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" "-ansi -ansiE % -fullwarn" "+ESlit % +w1" "-Xc % -pvctl,fullmsg" "-h conform % -h msglevel 2" #
+ do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+@@ -9275,7 +9275,7 @@ if ${ac_cv_cflags_warn_all+:} false; then :
+ else
+ ac_cv_cflags_warn_all="no, unknown"
+ ac_save_CFLAGS="$CFLAGS"
+-for ac_arg in "-warn all % -warn all" "-pedantic % -Wall" "-xstrconst % -v" "-std1 % -verbose -w0 -warnprotos" "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" "-ansi -ansiE % -fullwarn" "+ESlit % +w1" "-Xc % -pvctl,fullmsg" "-h conform % -h msglevel 2" #
++for ac_arg in "-pedantic % -Wall" "-xstrconst % -v" "-std1 % -verbose -w0 -warnprotos" "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" "-ansi -ansiE % -fullwarn" "+ESlit % +w1" "-Xc % -pvctl,fullmsg" "-h conform % -h msglevel 2" #
+ do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list