Received: by mail.netbsd.org (Postfix, from userid 605) id 4202A84D88; Thu, 28 Feb 2019 19:34:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BECE384D79 for ; Thu, 28 Feb 2019 19:34:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pBsbr9wbzKmK for ; Thu, 28 Feb 2019 19:34:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3690284CE2 for ; Thu, 28 Feb 2019 19:34:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 315DEFB16; Thu, 28 Feb 2019 19:34:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551382490210070" MIME-Version: 1.0 Date: Thu, 28 Feb 2019 19:34:50 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/print/web2c To: pkgsrc-changes@NetBSD.org Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20190228193450.315DEFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1551382490210070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Thu Feb 28 19:34:50 UTC 2019 Modified Files: pkgsrc/print/web2c: Makefile distinfo pkgsrc/print/web2c/patches: patch-pdftexdir_pdftoepdf-newpoppler.cc Log Message: web2c: fix previous patch to return correct pagebox values. was always returning mediabox To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 pkgsrc/print/web2c/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/print/web2c/distinfo cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/print/web2c/patches/patch-pdftexdir_pdftoepdf-newpoppler.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551382490210070 Content-Disposition: inline Content-Length: 2954 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/web2c/Makefile diff -u pkgsrc/print/web2c/Makefile:1.80 pkgsrc/print/web2c/Makefile:1.81 --- pkgsrc/print/web2c/Makefile:1.80 Sat Feb 16 13:26:51 2019 +++ pkgsrc/print/web2c/Makefile Thu Feb 28 19:34:49 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.80 2019/02/16 13:26:51 wiz Exp $ +# $NetBSD: Makefile,v 1.81 2019/02/28 19:34:49 markd Exp $ DISTNAME= texlive-20180414-source PKGNAME= web2c-2018 -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= print MASTER_SITES= ftp://tug.org/historic/systems/texlive/2018/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/print/web2c/distinfo diff -u pkgsrc/print/web2c/distinfo:1.31 pkgsrc/print/web2c/distinfo:1.32 --- pkgsrc/print/web2c/distinfo:1.31 Sun Feb 17 11:44:38 2019 +++ pkgsrc/print/web2c/distinfo Thu Feb 28 19:34:49 2019 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.31 2019/02/17 11:44:38 tnn Exp $ +$NetBSD: distinfo,v 1.32 2019/02/28 19:34:49 markd Exp $ SHA1 (texlive-20180414-source.tar.xz) = 81bdd9999b6ab860d1d3c388cf27062aba960255 RMD160 (texlive-20180414-source.tar.xz) = 0ff63bbd7f8a0fb6417089f5d1ae1e4124a1dd95 @@ -7,7 +7,7 @@ Size (texlive-20180414-source.tar.xz) = SHA1 (patch-Makefile.in) = 28e7ad00f3796b49f92c5cc3eb3c94bdf38b1364 SHA1 (patch-am) = b7b81b1161a2117e756b25b80f9a676575267bdd SHA1 (patch-pdftexdir_pdftex-common.h) = 59f32828de5dd032307467d83e43f21382a39330 -SHA1 (patch-pdftexdir_pdftoepdf-newpoppler.cc) = 0fcd475d4dce7778e3f49fb7eb66f79d61f5ba10 +SHA1 (patch-pdftexdir_pdftoepdf-newpoppler.cc) = 5e49877943211d068f7daff190351e13a1b059d3 SHA1 (patch-pdftexdir_pdftosrc-newpoppler.cc) = 497c4d87ae6882e1488b9e440e011680e7a46f62 SHA1 (patch-pdftexdir_writeenc.c) = daf41fec97d3d3e46063d8cf4c559d96e1ec69bf SHA1 (patch-pdftexdir_writet1.c) = 7d00d5d5d3f884bc1f9946cb3fbcaa7f224df9de Index: pkgsrc/print/web2c/patches/patch-pdftexdir_pdftoepdf-newpoppler.cc diff -u pkgsrc/print/web2c/patches/patch-pdftexdir_pdftoepdf-newpoppler.cc:1.3 pkgsrc/print/web2c/patches/patch-pdftexdir_pdftoepdf-newpoppler.cc:1.4 --- pkgsrc/print/web2c/patches/patch-pdftexdir_pdftoepdf-newpoppler.cc:1.3 Tue Dec 11 13:59:04 2018 +++ pkgsrc/print/web2c/patches/patch-pdftexdir_pdftoepdf-newpoppler.cc Thu Feb 28 19:34:50 2019 @@ -1,4 +1,4 @@ -$NetBSD: patch-pdftexdir_pdftoepdf-newpoppler.cc,v 1.3 2018/12/11 13:59:04 ryoon Exp $ +$NetBSD: patch-pdftexdir_pdftoepdf-newpoppler.cc,v 1.4 2019/02/28 19:34:50 markd Exp $ --- pdftexdir/pdftoepdf-newpoppler.cc.orig 2018-04-04 04:08:11.000000000 +0000 +++ pdftexdir/pdftoepdf-newpoppler.cc @@ -119,7 +119,7 @@ $NetBSD: patch-pdftexdir_pdftoepdf-newpo pdftex_fail("PDF inclusion: unknown value of pagebox spec (%i)", (int) pagebox_spec); - return page->getMediaBox(); // to make the compiler happy -+ ret = page->getMediaBox(); // to make the compiler happy ++ // ret = page->getMediaBox(); // to make the compiler happy + + return const_cast(ret); } --_----------=_1551382490210070--