Revision: 25691 http://sourceforge.net/p/gar/code/25691 Author: lblume Date: 2016-05-04 19:36:50 +0000 (Wed, 04 May 2016) Log Message: ----------- graphicsmagick/trunk: Bump to 1.3.23, change compiler to GCC5, add patch for build issue
Modified Paths: -------------- csw/mgar/pkg/graphicsmagick/trunk/Makefile csw/mgar/pkg/graphicsmagick/trunk/checksums Added Paths: ----------- csw/mgar/pkg/graphicsmagick/trunk/files/0001-ChangeLog.2014-is-missing.patch Modified: csw/mgar/pkg/graphicsmagick/trunk/Makefile =================================================================== --- csw/mgar/pkg/graphicsmagick/trunk/Makefile 2016-05-04 13:31:59 UTC (rev 25690) +++ csw/mgar/pkg/graphicsmagick/trunk/Makefile 2016-05-04 19:36:50 UTC (rev 25691) @@ -2,7 +2,7 @@ # TODO (release-critical prefixed with !, non release-critical with *) # NAME = graphicsmagick -VERSION = 1.3.19 +VERSION = 1.3.23 GARTYPE = v2 DESCRIPTION = GraphicsMagick Image Processing System @@ -17,11 +17,14 @@ LICENSE = Copyright.txt -GARCOMPILER = GCC4 +GARCOMPILER = GCC5 BUILD64 = 1 ISAEXEC = 1 +# There is a file missing in the archive +PATCHFILES += 0001-ChangeLog.2014-is-missing.patch + REINPLACEMENTS += gnuplot REINPLACE_MATCH_gnuplot = /usr/local/bin/gnuplot REINPLACE_WITH_gnuplot = $(bindir)/gnuplot Modified: csw/mgar/pkg/graphicsmagick/trunk/checksums =================================================================== --- csw/mgar/pkg/graphicsmagick/trunk/checksums 2016-05-04 13:31:59 UTC (rev 25690) +++ csw/mgar/pkg/graphicsmagick/trunk/checksums 2016-05-04 19:36:50 UTC (rev 25691) @@ -1 +1 @@ -e2795d7bdc2f3917804e40c8cae1993e GraphicsMagick-1.3.19.tar.xz +9885ff5d91bc215a0adb3be1185e9777 GraphicsMagick-1.3.23.tar.xz Added: csw/mgar/pkg/graphicsmagick/trunk/files/0001-ChangeLog.2014-is-missing.patch =================================================================== --- csw/mgar/pkg/graphicsmagick/trunk/files/0001-ChangeLog.2014-is-missing.patch (rev 0) +++ csw/mgar/pkg/graphicsmagick/trunk/files/0001-ChangeLog.2014-is-missing.patch 2016-05-04 19:36:50 UTC (rev 25691) @@ -0,0 +1,12 @@ +--- a/Makefile.in ++++ b/Makefile.in +@@ -9839,9 +9839,6 @@ uninstall-data-html: + @MAINTAINER_MODE_TRUE@$(top_srcdir)/www/Changelog.rst: $(top_srcdir)/ChangeLog + @MAINTAINER_MODE_TRUE@ $(CHANGELOG2RST) < $^ > $@ + +-@MAINTAINER_MODE_TRUE@$(top_srcdir)/www/ChangeLog-2014.rst: $(top_srcdir)/ChangeLog.2014 +-@MAINTAINER_MODE_TRUE@ $(CHANGELOG2RST) < $^ > $@ +- + @MAINTAINER_MODE_TRUE@$(top_srcdir)/www/ChangeLog-2013.rst: $(top_srcdir)/ChangeLog.2013 + @MAINTAINER_MODE_TRUE@ $(CHANGELOG2RST) < $^ > $@ + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.