FreeBSD Bugzilla – Attachment 243124 Details for
Bug 272311
graphics/exiv2: upgrade to v0.28
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
-textproc-libextractor-mark-broken-and-deprecated.patch
0001-textproc-libextractor-mark-broken-and-deprecated.patch (text/plain), 3.43 KB, created by
Matthias Andree
on 2023-07-02 10:58:26 UTC
(
hide
)
Description:
-textproc-libextractor-mark-broken-and-deprecated.patch
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2023-07-02 10:58:26 UTC
Size:
3.43 KB
patch
obsolete
>From 96e78b54c8780e027a2ad7ba63dc8dcb9a7fe590 Mon Sep 17 00:00:00 2001 >From: Matthias Andree <mandree@FreeBSD.org> >Date: Sun, 2 Jul 2023 12:31:01 +0200 >Subject: [PATCH 1/2] textproc/libextractor: mark broken and deprecated > >as a consequence of >PR: 272311 >--- > textproc/libextractor/Makefile | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/textproc/libextractor/Makefile b/textproc/libextractor/Makefile >index 92017afc37cb..9208a7331949 100644 >--- a/textproc/libextractor/Makefile >+++ b/textproc/libextractor/Makefile >@@ -1,88 +1,92 @@ > PORTNAME= libextractor > PORTVERSION= 1.11 > PORTREVISION= 6 > CATEGORIES= textproc > MASTER_SITES= GNU > > MAINTAINER= ports@FreeBSD.org > COMMENT= Library for keyword extraction > WWW= https://www.gnu.org/software/libextractor/ > >+BROKEN= does not compile with exiv2 0.28 >+DEPRECATED= does not compile with exiv2 0.28, and no ports tree users >+EXPIRATION_DATE=2023-09-30 >+ > LICENSE= GPLv3 > LICENSE_FILE= ${WRKSRC}/COPYING > > BUILD_DEPENDS= tidy-html5>0:www/tidy-html5 > LIB_DEPENDS= libltdl.so:devel/libltdl libogg.so:audio/libogg \ > libtiff.so:graphics/tiff > > USES= cpe gnome iconv jpeg libarchive libtool \ > makeinfo pathfix pkgconfig python > CPE_VENDOR= gnu > > USE_GNOME= gtk20 gdkpixbuf2 > USE_LDCONFIG= yes > > CONFLICTS_INSTALL= csound outguess # bin/extract > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-ffmpeg \ > --with-gtk-version=2 \ > --with-ltdl=${LOCALBASE} > INSTALL_TARGET= install-strip > > CPPFLAGS+= $$(pkg-config --cflags gtk+-2.0) \ > -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} > > INFO= libextractor > > OPTIONS_DEFINE= EXIV2 FLAC GIF GSF GSTREAMER MPEG2 MP4 \ > NLS RPM SMF TIDY VORBIS > > OPTIONS_DEFAULT= EXIV2 FLAC GIF GSF GSTREAMER MPEG2 MP4 \ > RPM SMF TIDY VORBIS > > OPTIONS_SUB= yes > > GSF_DESC= GSF (OLE2 (MS office) support) > RPM_DESC= RPM package format support > SMF_DESC= Standard MIDI file support via LibSMF > > EXIV2_LIB_DEPENDS= libexiv2.so:graphics/exiv2 > EXIV2_CONFIGURE_ENV= EXIV2_H="<exiv2/image.hpp>" > EXIV2_CONFIGURE_ENV_OFF= EXIV2_H="" > FLAC_LIB_DEPENDS= libFLAC.so:audio/flac > FLAC_CONFIGURE_ENV_OFF=ac_cv_lib_FLAC_FLAC__stream_decoder_init_stream=no > GIF_LIB_DEPENDS= libgif.so:graphics/giflib > GIF_CONFIGURE_ENV_OFF= ac_cv_lib_gif_DGifOpen=no > GSF_USE= gnome=libgsf > GSF_CONFIGURE_ENV_OFF= ac_cv_lib_gsf_1_gsf_init=no > GSTREAMER_USES= gstreamer > GSTREAMER_CONFIGURE_WITH= gstreamer > MP4_LIB_DEPENDS= libmp4v2.so:multimedia/mp4v2 > MP4_CONFIGURE_ENV_OFF= ac_cv_lib_mp4v2_MP4ReadProvider=no > MPEG2_LIB_DEPENDS= libmpeg2.so:multimedia/libmpeg2 > MPEG2_CONFIGURE_ENV_OFF= ac_cv_lib_mpeg2_mpeg2_init=no > NLS_USES= gettext-runtime > NLS_CONFIGURE_ENABLE= nls > RPM_LIB_DEPENDS= librpm.so:archivers/rpm4 > RPM_CONFIGURE_ENV= ac_cv_lib_rpm_rpmReadPackageFile=yes > RPM_CONFIGURE_ENV_OFF= ac_cv_lib_rpm_rpmReadPackageFile=no > SMF_LIB_DEPENDS= libsmf.so:audio/libsmf > SMF_CONFIGURE_ENV_OFF= ac_cv_lib_smf_smf_load_from_memory=no > TIDY_LIB_DEPENDS= libtidy.so:www/tidy-lib > TIDY_CONFIGURE_ENV= TIDY_H="<tidy/tidy.h>" > TIDY_CONFIGURE_ENV_OFF= TIDY_H="" > VORBIS_LIB_DEPENDS= libvorbisfile.so:audio/libvorbis > VORBIS_CONFIGURE_ENV_OFF= ac_cv_lib_vorbisfile_ov_open_callbacks=no > > post-patch: > @${REINPLACE_CMD} -e \ > 's|-lstdc++|| ; \ > s|-lc_r|-pthread| ; \ > s|<exiv2/image.hpp>|$${EXIV2_H}| ; \ > s|<tidy/tidy.h>|$${TIDY_H}|' ${WRKSRC}/configure > @${REINPLACE_CMD} -e 's|tidy/tidybuffio\.h|tidybuffio.h|' \ > ${WRKSRC}/src/plugins/html_extractor.c > > .include <bsd.port.mk> >-- >2.41.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
Flags:
mandree
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 272311
:
243098
|
243100
|
243103
|
243104
|
243106
|
243111
| 243124 |
243125
|
243135
|
243136
|
243137
|
243138
|
243139
|
243140
|
243141
|
243142
|
243143
|
243144
|
243145
|
243146
|
243147
|
243148
|
243154
|
243155
|
243156
|
243157
|
243158
|
243159
|
243160
|
243166
|
243167
|
243168
|
243169
|
243170
|
243171
|
243172
|
243175
|
243176