FreeBSD Bugzilla – Attachment 244922 Details for
Bug 273844
graphics/jbig2dec: Update to 0.20 and fix test target
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for jbig2dec
jbig2dec-020.patch (text/plain), 2.44 KB, created by
Daniel Engberg
on 2023-09-16 07:00:41 UTC
(
hide
)
Description:
Patch for jbig2dec
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2023-09-16 07:00:41 UTC
Size:
2.44 KB
patch
obsolete
>diff --git a/graphics/jbig2dec/Makefile b/graphics/jbig2dec/Makefile >index d60f4d55eb03..6268b5af49e8 100644 >--- a/graphics/jbig2dec/Makefile >+++ b/graphics/jbig2dec/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= jbig2dec >-PORTVERSION= 0.19 >+DISTVERSION= 0.20 > CATEGORIES= graphics devel >-MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/ >+MASTER_SITES= https://github.com/ArtifexSoftware/${PORTNAME}/releases/download/${DISTVERSION}/ > > MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Decoder implementation of the JBIG2 image compression format >@@ -10,21 +10,25 @@ WWW= https://github.com/ArtifexSoftware/jbig2dec > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/COPYING > >-USES= cpe libtool pathfix >+USES= cpe libtool localbase:ldflags pathfix python:env,test \ >+ shebangfix >+CPE_VENDOR= cpe >+SHEBANG_FILES= *.py >+USE_LDCONFIG= yes > >-CONFIGURE_ENV= ac_cv_func_getopt_long=yes > GNU_CONFIGURE= yes > INSTALL_TARGET= install-strip > LDFLAGS+= -lmd >-USE_LDCONFIG= yes >+TEST_TARGET= check >+ >+CONFIGURE_ENV= ac_cv_func_getopt_long=yes > >-CPE_VENDOR= artifex > > OPTIONS_DEFINE= PNG > OPTIONS_DEFAULT=PNG > >-PNG_CONFIGURE_WITH= libpng=${LOCALBASE} >-PNG_LIB_DEPENDS= libpng.so:graphics/png >+PNG_LIB_DEPENDS libpng.so:graphics/png >+PNG_CONFIGURE_WITH= libpng > > post-patch: > @${RM} ${WRKSRC}/getopt* ${WRKSRC}/sha1.h >diff --git a/graphics/jbig2dec/distinfo b/graphics/jbig2dec/distinfo >index 3b3f8ae9356a..74b53345cfd5 100644 >--- a/graphics/jbig2dec/distinfo >+++ b/graphics/jbig2dec/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1600177152 >-SHA256 (jbig2dec-0.19.tar.gz) = 279476695b38f04939aa59d041be56f6bade3422003a406a85e9792c27118a37 >-SIZE (jbig2dec-0.19.tar.gz) = 572889 >+TIMESTAMP = 1694839513 >+SHA256 (jbig2dec-0.20.tar.gz) = 7b63ff6470289547e7a3a0f145cb8ea6c2afffdd65645b7d87d3b7febc96fb3a >+SIZE (jbig2dec-0.20.tar.gz) = 497524 >diff --git a/graphics/jbig2dec/files/patch-autogen.sh b/graphics/jbig2dec/files/patch-autogen.sh >deleted file mode 100644 >index f2501289947c..000000000000 >--- a/graphics/jbig2dec/files/patch-autogen.sh >+++ /dev/null >@@ -1,15 +0,0 @@ >---- autogen.sh.orig 2019-10-02 12:52:19 UTC >-+++ autogen.sh >-@@ -169,12 +169,3 @@ $AUTOMAKE --add-missing --copy $AUTOMAKE >- >- echo " autoconf" >- autoconf >-- >--if test -z "$*"; then >-- echo "I am going to run ./configure with no arguments - if you wish " >-- echo "to pass any to it, please specify them on the $0 command line." >--else >-- echo "running ./configure $@" >--fi >-- >--$srcdir/configure "$@" && echo
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 273844
: 244922