FreeBSD Bugzilla – Attachment 94116 Details for
Bug 132186
[PATCH] editors/pdfedit: fix build with upcoming boost 1.37
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pdfedit-0.4.1_2.patch
pdfedit-0.4.1_2.patch (text/plain), 1.84 KB, created by
Dmitry Marakasov
on 2009-02-28 02:50:02 UTC
(
hide
)
Description:
pdfedit-0.4.1_2.patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2009-02-28 02:50:02 UTC
Size:
1.84 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/editors/pdfedit/Makefile,v >retrieving revision 1.8 >diff -u -u -r1.8 Makefile >--- Makefile 13 Aug 2008 01:01:10 -0000 1.8 >+++ Makefile 28 Feb 2009 02:44:25 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= pdfedit > PORTVERSION= 0.4.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= editors > MASTER_SITES= SF > >Index: files/patch-src-kernel-cpdf.cc >=================================================================== >RCS file: files/patch-src-kernel-cpdf.cc >diff -N files/patch-src-kernel-cpdf.cc >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-src-kernel-cpdf.cc 28 Feb 2009 02:38:20 -0000 >@@ -0,0 +1,29 @@ >+--- src/kernel/cpdf.cc.orig 2008-02-22 11:42:07.000000000 +0300 >++++ src/kernel/cpdf.cc 2009-02-28 05:38:20.000000000 +0300 >+@@ -2347,7 +2347,7 @@ >+ instance->file = file; >+ kernelPrintDbg(debug::DBG_INFO, "Instance created successfully openMode=" << openMode); >+ return instance; >+- }catch(exception &e) >++ }catch(std::exception &e) >+ { >+ kernelPrintDbg(DBG_CRIT, "Pdf instance creation failed. cause="<<e.what()); >+ string what=string("CPdf open failed. reason=")+e.what(); >+@@ -2631,7 +2631,7 @@ >+ try >+ { >+ minPos = getNodePosition(*this, newValue, &nodeCountCache); >+- }catch(exception &e) >++ }catch(std::exception &e) >+ { >+ // position can't be determined >+ // no special handling is needed, minPos keeps its value >+@@ -2690,7 +2690,7 @@ >+ kernelPrintDbg(DBG_WARN, "page with original position="<<i->first<<" is ambiguous. Invalidating."); >+ // page position is ambiguous and so it has to be invalidate >+ i->second->invalidate(); >+- }catch(exception & e) >++ }catch(std::exception & e) >+ { >+ kernelPrintDbg(DBG_CRIT, "Unexpected error. cause="<<e.what()); >+ assert(!"Possibly bug.");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 132186
: 94116