Skip to content

Commit

Permalink
textproc/libfolia: Update 2.10 -> 2.11
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Sep 25, 2022
1 parent 7538d87 commit c16630d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
3 changes: 1 addition & 2 deletions textproc/libfolia/Makefile
@@ -1,7 +1,6 @@
PORTNAME= libfolia
DISTVERSIONPREFIX= v
DISTVERSION= 2.10
PORTREVISION= 4
DISTVERSION= 2.11
CATEGORIES= textproc

MAINTAINER= yuri@FreeBSD.org
Expand Down
6 changes: 3 additions & 3 deletions textproc/libfolia/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1640970339
SHA256 (LanguageMachines-libfolia-v2.10_GH0.tar.gz) = 0ea612c25f1c3e6e54cd6ada4e74ed89541afe4c7a03fd922983885603c36cc9
SIZE (LanguageMachines-libfolia-v2.10_GH0.tar.gz) = 193758
TIMESTAMP = 1664068968
SHA256 (LanguageMachines-libfolia-v2.11_GH0.tar.gz) = 5c7d5a2c58ed774fb0c16b76e88659f7e691112f19d0f6368ee9f230abae2887
SIZE (LanguageMachines-libfolia-v2.11_GH0.tar.gz) = 195457
11 changes: 11 additions & 0 deletions textproc/libfolia/files/patch-src_Makefile.am
@@ -0,0 +1,11 @@
- remove compiler flags related to debug and optimization

--- src/Makefile.am.orig 2022-09-25 01:24:24 UTC
+++ src/Makefile.am
@@ -1,5 +1,5 @@
AM_CPPFLAGS = -I@top_srcdir@/include
-AM_CXXFLAGS = -std=c++11 -g -O3 -W -Wall -pedantic
+AM_CXXFLAGS = -std=c++11 -W -Wall -pedantic


LDADD = libfolia.la

0 comments on commit c16630d

Please sign in to comment.