FreeBSD Bugzilla – Attachment 242962 Details for
Bug 272178
math/timbl: Update to 6.8.2, use upstream release archive and some minor fixes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for timbl
timbl-distfile-fixup-v2.patch (text/plain), 2.40 KB, created by
Daniel Engberg
on 2023-06-24 08:32:01 UTC
(
hide
)
Description:
Patch for timbl
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2023-06-24 08:32:01 UTC
Size:
2.40 KB
patch
obsolete
>diff --git a/math/timbl/Makefile b/math/timbl/Makefile >index 4f390b38a3cd..e0fb400c84f2 100644 >--- a/math/timbl/Makefile >+++ b/math/timbl/Makefile >@@ -1,8 +1,7 @@ > PORTNAME= timbl >-DISTVERSIONPREFIX= v >-DISTVERSION= 6.7 >-PORTREVISION= 3 >+DISTVERSION= 6.8.2 > CATEGORIES= math education >+MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/ > > MAINTAINER= yuri@FreeBSD.org > COMMENT= Tilburg Memory Based Learner >@@ -14,21 +13,23 @@ LICENSE_FILE= ${WRKSRC}/COPYING > LIB_DEPENDS= libicui18n.so:devel/icu \ > libticcutils.so:devel/ticcutils > >-USES= autoreconf compiler:c++11-lang gmake gnome libtool \ >- pathfix pkgconfig >+USES= compiler:c++14-lang gmake gnome libtool pathfix pkgconfig > USE_GNOME= libxml2 > USE_LDCONFIG= yes > >-USE_GITHUB= yes >-GH_ACCOUNT= LanguageMachines >- > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --disable-static > >-INSTALL_TARGET= install-strip >+TEST_TARGET= check >+INSTALL_TARGET= install-strip >+ >+CONFIGURE_ARGS= --disable-static > > OPTIONS_DEFINE= DOCS > > PORTDOCS= * > >+post-patch: >+ @${REINPLACE_CMD} -e 's|-O3 -g||g' \ >+ ${PATCH_WRKSRC}/src/Makefile.in >+ > .include <bsd.port.mk> >diff --git a/math/timbl/distinfo b/math/timbl/distinfo >index 7922b7777d01..efa477ac79fe 100644 >--- a/math/timbl/distinfo >+++ b/math/timbl/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1658531470 >-SHA256 (LanguageMachines-timbl-v6.7_GH0.tar.gz) = 1f47c76541083bc2223bd01f5cdc1b252d7764eb5dc6191394ed854572f48bf3 >-SIZE (LanguageMachines-timbl-v6.7_GH0.tar.gz) = 1098652 >+TIMESTAMP = 1687519301 >+SHA256 (timbl-6.8.2.tar.gz) = 4842ac360bb75c6cdf673f43ec6156d051c20c10dc34ff95a4009557b4ed969b >+SIZE (timbl-6.8.2.tar.gz) = 593937 >diff --git a/math/timbl/pkg-plist b/math/timbl/pkg-plist >index 4be2cca8387d..02cf6d0c4cf1 100644 >--- a/math/timbl/pkg-plist >+++ b/math/timbl/pkg-plist >@@ -2,6 +2,7 @@ bin/timbl > include/timbl/BestArray.h > include/timbl/Choppers.h > include/timbl/Common.h >+include/timbl/Features.h > include/timbl/GetOptClass.h > include/timbl/IBtree.h > include/timbl/Instance.h >@@ -12,13 +13,14 @@ include/timbl/MsgClass.h > include/timbl/Options.h > include/timbl/Statistics.h > include/timbl/StringOps.h >+include/timbl/Targets.h > include/timbl/Testers.h > include/timbl/TimblAPI.h > include/timbl/TimblExperiment.h > include/timbl/Types.h > include/timbl/neighborSet.h > lib/libtimbl.so >-lib/libtimbl.so.6 >-lib/libtimbl.so.6.0.0 >+lib/libtimbl.so.7 >+lib/libtimbl.so.7.0.0 > libdata/pkgconfig/timbl.pc > man/man1/timbl.1.gz
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 272178
: 242962