FreeBSD Bugzilla – Attachment 227282 Details for
Bug 257913
graphics/tumble: patch and unbreak with -fno-common
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
graphics/tumble: patch and unbreak with -fno-common
0001-graphics-tumble-patch-and-unbreak-with-fno-common.patch (text/plain), 2.37 KB, created by
Robert Clausecker
on 2021-08-17 13:07:03 UTC
(
hide
)
Description:
graphics/tumble: patch and unbreak with -fno-common
Filename:
MIME Type:
Creator:
Robert Clausecker
Created:
2021-08-17 13:07:03 UTC
Size:
2.37 KB
patch
obsolete
>From 67d696ce81e7012ad32279578c5527393044640b Mon Sep 17 00:00:00 2001 >From: Robert Clausecker <fuz@fuz.su> >Date: Tue, 17 Aug 2021 14:49:08 +0200 >Subject: [PATCH] graphics/tumble: patch and unbreak with -fno-common > >Also take over maintainership. >--- > graphics/tumble/Makefile | 9 ++++----- > graphics/tumble/files/patch-semantics.c | 11 +++++++++++ > graphics/tumble/files/patch-tumble__input.h | 8 ++++++++ > 3 files changed, 23 insertions(+), 5 deletions(-) > create mode 100644 graphics/tumble/files/patch-semantics.c > create mode 100644 graphics/tumble/files/patch-tumble__input.h > >diff --git a/graphics/tumble/Makefile b/graphics/tumble/Makefile >index df4ba6c30ddc..2bef6b03c699 100644 >--- a/graphics/tumble/Makefile >+++ b/graphics/tumble/Makefile >@@ -1,19 +1,18 @@ > # Created by: Rob Farmer <rfarmer@predatorlabs.net> > > PORTNAME= tumble >-PORTVERSION= 0.36 > DISTVERSIONPREFIX= v >+DISTVERSION= 0.36 >+PORTREVISION= 1 > CATEGORIES= graphics print > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= fuz@fuz.su > COMMENT= Creates a PDF file from image files > > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/COPYING > >-BROKEN_FreeBSD_13= ld: error: duplicate symbol: blank_handler >-BROKEN_FreeBSD_14= ld: error: duplicate symbol: blank_handler >-NOT_FOR_ARCHS= powerpc sparc64 >+NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe sparc64 > NOT_FOR_ARCHS_REASON= Only works on little endian systems > > LIB_DEPENDS= libtiff.so:graphics/tiff \ >diff --git a/graphics/tumble/files/patch-semantics.c b/graphics/tumble/files/patch-semantics.c >new file mode 100644 >index 000000000000..4e6e5d7d71bb >--- /dev/null >+++ b/graphics/tumble/files/patch-semantics.c >@@ -0,0 +1,11 @@ >+--- semantics.c.orig 2021-08-17 12:37:41 UTC >++++ semantics.c >+@@ -119,7 +119,7 @@ typedef struct output_page_t >+ #endif >+ >+ >+-FILE *yyin; >++extern FILE *yyin; >+ int line; /* line number in spec file */ >+ >+ int bookmark_level; >diff --git a/graphics/tumble/files/patch-tumble__input.h b/graphics/tumble/files/patch-tumble__input.h >new file mode 100644 >index 000000000000..cbac30796308 >--- /dev/null >+++ b/graphics/tumble/files/patch-tumble__input.h >@@ -0,0 +1,8 @@ >+--- tumble_input.h.orig 2021-08-17 12:36:31 UTC >++++ tumble_input.h >+@@ -71,4 +71,4 @@ void init_jpeg_handler (void); >+ void init_pbm_handler (void); >+ void init_png_handler (void); >+ >+-input_handler_t blank_handler; >++extern input_handler_t blank_handler; >-- >2.32.0 >
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 257913
: 227282