View | Details | Raw Unified | Return to bug 272176
Collapse All | Expand All

(-)b/textproc/libfolia/Makefile (-6 / +6 lines)
Lines 1-7 Link Here
1
PORTNAME=	libfolia
1
PORTNAME=	libfolia
2
DISTVERSIONPREFIX=	v
3
DISTVERSION=	2.15
2
DISTVERSION=	2.15
4
CATEGORIES=	textproc
3
CATEGORIES=	textproc
4
MASTER_SITES=	https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/
5
5
6
MAINTAINER=	yuri@FreeBSD.org
6
MAINTAINER=	yuri@FreeBSD.org
7
COMMENT=	Library for FoLiA, a format for annotated language resources
7
COMMENT=	Library for FoLiA, a format for annotated language resources
Lines 10-29 WWW= https://proycon.github.io/folia/ Link Here
10
LICENSE=	APACHE20
10
LICENSE=	APACHE20
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
BUILD_DEPENDS=	autoconf-archive>=0:devel/autoconf-archive
14
LIB_DEPENDS=	libicui18n.so:devel/icu \
13
LIB_DEPENDS=	libicui18n.so:devel/icu \
15
		libticcutils.so:devel/ticcutils
14
		libticcutils.so:devel/ticcutils
16
15
17
USES=		autoreconf compiler:c++14-lang gmake gnome libtool pkgconfig
16
USES=		compiler:c++14-lang gmake gnome libtool pkgconfig
18
USE_GNOME=	libxml2
17
USE_GNOME=	libxml2
19
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
20
19
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--disable-static
21
CONFIGURE_ARGS=	--disable-static
23
22
24
USE_GITHUB=	yes
25
GH_ACCOUNT=	LanguageMachines
26
27
INSTALL_TARGET=	install-strip
23
INSTALL_TARGET=	install-strip
28
24
25
post-patch:
26
	@${REINPLACE_CMD} -e 's|-g -O3||g' \
27
		${PATCH_WRKSRC}/src/Makefile.in
28
29
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)b/textproc/libfolia/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1685379963
1
TIMESTAMP = 1687518481
2
SHA256 (LanguageMachines-libfolia-v2.15_GH0.tar.gz) = c62f2707227d3f6b37089a7c83d870c08de318fc5739487a6e2836605328dff1
2
SHA256 (libfolia-2.15.tar.gz) = e6f31069a13fb87a0c3330ef6037c5dd9df43e9e6f1d22d301f158bab03eafe4
3
SIZE (LanguageMachines-libfolia-v2.15_GH0.tar.gz) = 198072
3
SIZE (libfolia-2.15.tar.gz) = 610180
(-)a/textproc/libfolia/files/patch-src_Makefile.am (-11 lines)
Removed Link Here
1
- remove compiler flags related to debug and optimization
2
3
--- src/Makefile.am.orig	2023-05-08 10:47:18 UTC
4
+++ src/Makefile.am
5
@@ -1,5 +1,5 @@
6
 AM_CPPFLAGS = -I@top_srcdir@/include
7
-AM_CXXFLAGS = -std=c++14 -g -O3 -W -Wall -pedantic
8
+AM_CXXFLAGS = -std=c++14 -W -Wall -pedantic
9
 
10
 
11
 LDADD = libfolia.la

Return to bug 272176