summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2012-07-19 17:24:58 +0000
committerThierry Thomas <thierry@FreeBSD.org>2012-07-19 17:24:58 +0000
commitc434a5ff7b706104a5ae28fe0d65ba66ebc8f204 (patch)
tree6923cf4ceea014f9aa0a7210788fa49e7c2918c1 /deskutils
parent- Update MASTER_SITES (diff)
Chase libexttextcat renaming.
Reported by: beat and erwin pointyhat to: bapt
Notes
Notes: svn path=/head/; revision=301162
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/pinot/Makefile4
-rw-r--r--deskutils/pinot/files/patch-configure11
2 files changed, 13 insertions, 2 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile
index d5ecee2c6d37..1584e885fe43 100644
--- a/deskutils/pinot/Makefile
+++ b/deskutils/pinot/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pinot
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
#MASTER_SITES= http://colinf.chez.com/pinot/
@@ -21,7 +21,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= update-desktop-database:${PORTSDIR}/devel/desktop-file-utils
LIB_DEPENDS= xapian:${PORTSDIR}/databases/xapian-core \
gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
- exttextcat.0:${PORTSDIR}/textproc/libexttextcat \
+ exttextcat-1.0:${PORTSDIR}/textproc/libexttextcat \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 \
boost_thread.4:${PORTSDIR}/devel/boost-libs \
diff --git a/deskutils/pinot/files/patch-configure b/deskutils/pinot/files/patch-configure
new file mode 100644
index 000000000000..bab2b25786b1
--- /dev/null
+++ b/deskutils/pinot/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2012-06-10 15:26:06.000000000 +0200
++++ configure 2012-07-19 18:59:05.000000000 +0200
+@@ -18840,7 +18840,7 @@
+ HAVE_TEXTCAT_CAT_FALSE=
+ fi
+
+- TEXTCAT_LIBS="-lexttextcat"
++ TEXTCAT_LIBS="-lexttextcat-1.0"
+ fi
+
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable the libarchive filter" >&5