[csw-devel] SF.net SVN: gar:[9088] csw/mgar/pkg/poppler/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Mar 11 09:29:19 CET 2010
Revision: 9088
http://gar.svn.sourceforge.net/gar/?rev=9088&view=rev
Author: wahwah
Date: 2010-03-11 08:29:19 +0000 (Thu, 11 Mar 2010)
Log Message:
-----------
poppler: Add a stupid patch to work around an #include problem. http://lists.opencsw.org/pipermail/maintainers/2010-March/011546.html
Modified Paths:
--------------
csw/mgar/pkg/poppler/trunk/Makefile
csw/mgar/pkg/poppler/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/poppler/trunk/files/missing-includes.patch
Property Changed:
----------------
csw/mgar/pkg/poppler/trunk/Makefile
Modified: csw/mgar/pkg/poppler/trunk/Makefile
===================================================================
--- csw/mgar/pkg/poppler/trunk/Makefile 2010-03-11 03:42:14 UTC (rev 9087)
+++ csw/mgar/pkg/poppler/trunk/Makefile 2010-03-11 08:29:19 UTC (rev 9088)
@@ -1,28 +1,34 @@
+# $Id$
+
GARNAME = poppler
-GARVERSION = 0.10.6
+GARVERSION = 0.12.4
CATEGORIES = lib
DESCRIPTION = Poppler is a PDF rendering library based on the xpdf-3.0 code base
define BLURB
endef
+SPKG_SOURCEURL = http://poppler.freedesktop.org/
MASTER_SITES = http://poppler.freedesktop.org/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+PATCHFILES += missing-includes.patch
# If the url used to check for software update is different of MASTER_SITES, then
# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
# UPSTREAM_MASTER_SITES =
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
BUILD64 = 1
CONFIGURE_ARGS = $(DIRPATHS)
-RUNTIME_DEP_PKGS = CSWfconfig CSWftype2 CSWggettextrt CSWglib2
-RUNTIME_DEP_PKGS += CSWjpeg CSWlibxml2 CSWzlib
+RUNTIME_DEP_PKGS += CSWfconfig
+RUNTIME_DEP_PKGS += CSWftype2
+RUNTIME_DEP_PKGS += CSWggettextrt
+RUNTIME_DEP_PKGS += CSWglib2
+RUNTIME_DEP_PKGS += CSWjpeg
+RUNTIME_DEP_PKGS += CSWlibxml2
+RUNTIME_DEP_PKGS += CSWzlib
-SPKG_SOURCEURL = http://poppler.freedesktop.org/
-
include gar/category.mk
Property changes on: csw/mgar/pkg/poppler/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Modified: csw/mgar/pkg/poppler/trunk/checksums
===================================================================
--- csw/mgar/pkg/poppler/trunk/checksums 2010-03-11 03:42:14 UTC (rev 9087)
+++ csw/mgar/pkg/poppler/trunk/checksums 2010-03-11 08:29:19 UTC (rev 9088)
@@ -1 +1,2 @@
-e1a2d98ba5a4199f20d7637a7d79a829 download/poppler-0.10.6.tar.gz
+bf4abf5006e4a812d00567eeea42faaa missing-includes.patch
+4155346f9369b192569ce9184ff73e43 poppler-0.12.4.tar.gz
Added: csw/mgar/pkg/poppler/trunk/files/missing-includes.patch
===================================================================
--- csw/mgar/pkg/poppler/trunk/files/missing-includes.patch (rev 0)
+++ csw/mgar/pkg/poppler/trunk/files/missing-includes.patch 2010-03-11 08:29:19 UTC (rev 9088)
@@ -0,0 +1,17 @@
+--- poppler-0.12.4/goo/gstrtod.cc.orig 2010-03-11 09:12:33.246797323 +0100
++++ poppler-0.12.4/goo/gstrtod.cc 2010-03-11 09:13:57.881353247 +0100
+@@ -22,10 +22,10 @@
+
+ #include "gstrtod.h"
+
+-#include <clocale>
+-#include <cerrno>
+-#include <cstdlib>
+-#include <cstring>
++#include <locale.h>
++#include <errno.h>
++#include <stdlib.h>
++#include <string.h>
+
+ #define ascii_isspace(c) \
+ (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == '\v')
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