aboutsummaryrefslogtreecommitdiff
path: root/textproc/libtextcat
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2011-01-31 19:59:52 +0000
committerThierry Thomas <thierry@FreeBSD.org>2011-01-31 19:59:52 +0000
commit8f54bc8a22a709f655e282bdd7be9831016666b4 (patch)
tree17ca1c321be4a1fa966368490e40d7168704ec91 /textproc/libtextcat
parent018c1efc9890977936df357a639b701cfc3cb323 (diff)
downloadports-8f54bc8a22a709f655e282bdd7be9831016666b4.tar.gz
ports-8f54bc8a22a709f655e282bdd7be9831016666b4.zip
Notes
Diffstat (limited to 'textproc/libtextcat')
-rw-r--r--textproc/libtextcat/Makefile2
-rw-r--r--textproc/libtextcat/files/patch-src_Makefile.in17
-rw-r--r--textproc/libtextcat/pkg-plist1
3 files changed, 16 insertions, 4 deletions
diff --git a/textproc/libtextcat/Makefile b/textproc/libtextcat/Makefile
index e2048c5c6d91..b59f922e7d6a 100644
--- a/textproc/libtextcat/Makefile
+++ b/textproc/libtextcat/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libtextcat
PORTVERSION= 2.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://software.wise-guys.nl/download/
diff --git a/textproc/libtextcat/files/patch-src_Makefile.in b/textproc/libtextcat/files/patch-src_Makefile.in
index 5c286548724f..4df230c584a5 100644
--- a/textproc/libtextcat/files/patch-src_Makefile.in
+++ b/textproc/libtextcat/files/patch-src_Makefile.in
@@ -1,5 +1,5 @@
--- src/Makefile.in.orig 2003-05-22 13:39:52.000000000 +0200
-+++ src/Makefile.in 2010-12-09 21:29:22.000000000 +0100
++++ src/Makefile.in 2011-01-31 20:51:27.000000000 +0100
@@ -126,18 +126,18 @@
WARNS = -W -Wall -Wshadow -Wpointer-arith
@@ -31,7 +31,18 @@
libtextcat_la_OBJECTS = $(am_libtextcat_la_OBJECTS)
bin_PROGRAMS = createfp$(EXEEXT)
noinst_PROGRAMS = testtextcat$(EXEEXT)
-@@ -264,6 +264,11 @@
+@@ -187,7 +187,9 @@
+ $(AM_LDFLAGS) $(LDFLAGS) -o $@
+ DIST_SOURCES = $(libtextcat_la_SOURCES) $(createfp_SOURCES) \
+ $(testtextcat_SOURCES)
+-HEADERS = $(noinst_HEADERS)
++
++# Needed for LibreOffice
++HEADERS = $(noinst_HEADERS) $(CONFIG_HEADER)
+
+ DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in config.h.in
+ SOURCES = $(libtextcat_la_SOURCES) $(createfp_SOURCES) $(testtextcat_SOURCES)
+@@ -264,6 +266,11 @@
else :; fi; \
done
@@ -43,7 +54,7 @@
uninstall-binPROGRAMS:
@$(NORMAL_UNINSTALL)
@list='$(bin_PROGRAMS)'; for p in $$list; do \
-@@ -490,7 +495,7 @@
+@@ -490,7 +497,7 @@
install-data-am:
diff --git a/textproc/libtextcat/pkg-plist b/textproc/libtextcat/pkg-plist
index 7e3c72850082..a5eec011730a 100644
--- a/textproc/libtextcat/pkg-plist
+++ b/textproc/libtextcat/pkg-plist
@@ -1,5 +1,6 @@
bin/createfp
include/libtextcat/common.h
+include/libtextcat/config.h
include/libtextcat/constants.h
include/libtextcat/fingerprint.h
include/libtextcat/textcat.h