FreeBSD Bugzilla – Attachment 242960 Details for
Bug 272176
textproc/libfolia: Use upstream release archive and minor fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for libfolia
libfolia-distfile-fixup.patch (text/plain), 2.21 KB, created by
Daniel Engberg
on 2023-06-24 08:22:43 UTC
(
hide
)
Description:
Patch for libfolia
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2023-06-24 08:22:43 UTC
Size:
2.21 KB
patch
obsolete
>diff --git a/textproc/libfolia/Makefile b/textproc/libfolia/Makefile >index f3b7326175f0..ec4b9c4aacd5 100644 >--- a/textproc/libfolia/Makefile >+++ b/textproc/libfolia/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= libfolia >-DISTVERSIONPREFIX= v > DISTVERSION= 2.15 > CATEGORIES= textproc >+MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/ > > MAINTAINER= yuri@FreeBSD.org > COMMENT= Library for FoLiA, a format for annotated language resources >@@ -10,20 +10,20 @@ WWW= https://proycon.github.io/folia/ > LICENSE= APACHE20 > LICENSE_FILE= ${WRKSRC}/COPYING > >-BUILD_DEPENDS= autoconf-archive>=0:devel/autoconf-archive > LIB_DEPENDS= libicui18n.so:devel/icu \ > libticcutils.so:devel/ticcutils > >-USES= autoreconf compiler:c++14-lang gmake gnome libtool pkgconfig >+USES= compiler:c++14-lang gmake gnome libtool pkgconfig > USE_GNOME= libxml2 > USE_LDCONFIG= yes > > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-static > >-USE_GITHUB= yes >-GH_ACCOUNT= LanguageMachines >- > INSTALL_TARGET= install-strip > >+post-patch: >+ @${REINPLACE_CMD} -e 's|-g -O3||g' \ >+ ${PATCH_WRKSRC}/src/Makefile.in >+ > .include <bsd.port.mk> >diff --git a/textproc/libfolia/distinfo b/textproc/libfolia/distinfo >index 14184a233dbb..c49605850d23 100644 >--- a/textproc/libfolia/distinfo >+++ b/textproc/libfolia/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1685379963 >-SHA256 (LanguageMachines-libfolia-v2.15_GH0.tar.gz) = c62f2707227d3f6b37089a7c83d870c08de318fc5739487a6e2836605328dff1 >-SIZE (LanguageMachines-libfolia-v2.15_GH0.tar.gz) = 198072 >+TIMESTAMP = 1687518481 >+SHA256 (libfolia-2.15.tar.gz) = e6f31069a13fb87a0c3330ef6037c5dd9df43e9e6f1d22d301f158bab03eafe4 >+SIZE (libfolia-2.15.tar.gz) = 610180 >diff --git a/textproc/libfolia/files/patch-src_Makefile.am b/textproc/libfolia/files/patch-src_Makefile.am >deleted file mode 100644 >index 730f0367ae50..000000000000 >--- a/textproc/libfolia/files/patch-src_Makefile.am >+++ /dev/null >@@ -1,11 +0,0 @@ >-- remove compiler flags related to debug and optimization >- >---- src/Makefile.am.orig 2023-05-08 10:47:18 UTC >-+++ src/Makefile.am >-@@ -1,5 +1,5 @@ >- AM_CPPFLAGS = -I@top_srcdir@/include >--AM_CXXFLAGS = -std=c++14 -g -O3 -W -Wall -pedantic >-+AM_CXXFLAGS = -std=c++14 -W -Wall -pedantic >- >- >- LDADD = libfolia.la
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 272176
: 242960