Import of pkgsrc-2014Q1

This commit is contained in:
2014-11-05 12:41:07 +01:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.23 2013/06/04 22:16:59 tron Exp $
# $NetBSD: Makefile,v 1.27 2014/02/12 23:18:30 tron Exp $
#
DISTNAME= pdf2djvu_0.7.14
PKGNAME= ${DISTNAME:S/_/-/}
PKGREVISION= 7
PKGREVISION= 11
CATEGORIES= print
MASTER_SITES= http://pdf2djvu.googlecode.com/files/
+2 -1
View File
@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.5 2013/06/18 20:11:18 joerg Exp $
$NetBSD: distinfo,v 1.6 2013/08/31 14:54:22 joerg Exp $
SHA1 (pdf2djvu_0.7.14.tar.gz) = 0023e1719f53452f64b1fffb6e5d20fc29b30308
RMD160 (pdf2djvu_0.7.14.tar.gz) = 5116939c7bc698e3316bf6c86272104cd5040d24
Size (pdf2djvu_0.7.14.tar.gz) = 320705 bytes
SHA1 (patch-pdf-backend.cc) = 5fd62a464b6d239dd0b42b40f1188fab55ac9115
SHA1 (patch-pdf2djvu.cc) = 63118d7207919417dec983582428c23621c301a1
SHA1 (patch-system.hh) = dcc18be77d5ff0e7d5f70043efd4ae739c54627a
@@ -0,0 +1,13 @@
$NetBSD: patch-pdf-backend.cc,v 1.1 2013/08/31 14:54:23 joerg Exp $
--- pdf-backend.cc.orig 2013-08-31 13:41:40.000000000 +0000
+++ pdf-backend.cc
@@ -54,7 +54,7 @@ static void poppler_error_handler(int po
error_log << std::endl;
}
#else
-static void poppler_error_handler(void *data, ErrorCategory category, int pos, char *message)
+static void poppler_error_handler(void *data, ErrorCategory category, Goffset pos, char *message)
{
std::string format;
const char *category_name = _("PDF error");