aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2011-02-01 03:59:52 +0800
committerthierry <thierry@FreeBSD.org>2011-02-01 03:59:52 +0800
commit80065cf53d2151feaefd002a339efa445d18f42d (patch)
tree5bb2917cab5969e56b0cbc589ffd2fba8029492a /textproc
parent68c0ad6bff24de7c57e043655e23bd3e4f0b98c5 (diff)
downloadfreebsd-ports-gnome-80065cf53d2151feaefd002a339efa445d18f42d.tar.gz
freebsd-ports-gnome-80065cf53d2151feaefd002a339efa445d18f42d.tar.zst
freebsd-ports-gnome-80065cf53d2151feaefd002a339efa445d18f42d.zip
Adding another header needed for LibreOffice.
Requeted by: bapt Feature safe: yes
Diffstat (limited to 'textproc')
-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