svn commit: r392317 - in head/deskutils/recoll: . files
Tilman Keskinoz
arved at FreeBSD.org
Thu Jul 16 20:10:29 UTC 2015
Author: arved
Date: Thu Jul 16 20:10:25 2015
New Revision: 392317
URL: https://svnweb.freebsd.org/changeset/ports/392317
Log:
Update to 1.21.0
Drop Maintainership.
Added:
head/deskutils/recoll/files/
head/deskutils/recoll/files/patch-mk-commondefs (contents, props changed)
head/deskutils/recoll/files/patch-query-Makefile (contents, props changed)
head/deskutils/recoll/files/patch-utils-Makefile (contents, props changed)
head/deskutils/recoll/files/patch-utils-md5.h (contents, props changed)
Modified:
head/deskutils/recoll/Makefile
head/deskutils/recoll/distinfo
head/deskutils/recoll/pkg-plist
Modified: head/deskutils/recoll/Makefile
==============================================================================
--- head/deskutils/recoll/Makefile Thu Jul 16 20:05:07 2015 (r392316)
+++ head/deskutils/recoll/Makefile Thu Jul 16 20:10:25 2015 (r392317)
@@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= recoll
-PORTVERSION= 1.20.2
+PORTVERSION= 1.21.0
CATEGORIES= deskutils
MASTER_SITES= http://www.lesbonscomptes.com/${PORTNAME}/
-MAINTAINER= arved at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Personal full text search package, based on Xapian
LICENSE= GPLv2
@@ -20,7 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
unrar:${PORTSDIR}/archivers/unrar \
unrtf:${PORTSDIR}/textproc/unrtf
-USES= gmake iconv shebangfix
+USES= bison gmake iconv shebangfix
SHEBANG_FILES= filters/rclimg desktop/hotrecoll.py
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-pic
Modified: head/deskutils/recoll/distinfo
==============================================================================
--- head/deskutils/recoll/distinfo Thu Jul 16 20:05:07 2015 (r392316)
+++ head/deskutils/recoll/distinfo Thu Jul 16 20:10:25 2015 (r392317)
@@ -1,2 +1,2 @@
-SHA256 (recoll-1.20.2.tar.gz) = 28f5e8d7e9bef41932b26fe48ee2718bcc800a294a0066eb202f8978cb27380c
-SIZE (recoll-1.20.2.tar.gz) = 2156597
+SHA256 (recoll-1.21.0.tar.gz) = 0450d85d5065d22e87ae600571e3be23a5ff2000f533c15f819a5bd77164a1be
+SIZE (recoll-1.21.0.tar.gz) = 2234834
Added: head/deskutils/recoll/files/patch-mk-commondefs
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/recoll/files/patch-mk-commondefs Thu Jul 16 20:10:25 2015 (r392317)
@@ -0,0 +1,11 @@
+--- mk/commondefs.orig 2015-07-16 19:52:37 UTC
++++ mk/commondefs
+@@ -15,7 +15,7 @@ COMMONCXXFLAGS = -I. \
+ # the sys file or localdefs
+ SYSPICFLAGS = -fPIC -DPIC
+
+-LIBRECOLL = -L$(depth)/lib -lrecoll -Wl,-rpath=$(libdir)/recoll
++LIBRECOLL = -L$(depth)/lib -lrecoll -liconv -Wl,-rpath=$(libdir)/recoll
+
+ RANLIB = test -f
+ AR=ar
Added: head/deskutils/recoll/files/patch-query-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/recoll/files/patch-query-Makefile Thu Jul 16 20:10:25 2015 (r392317)
@@ -0,0 +1,11 @@
+--- query/Makefile.orig 2015-07-16 19:59:24 UTC
++++ query/Makefile
+@@ -13,7 +13,7 @@ wasaparse.tab.cpp : wasaparse.y
+ XADUMP_OBJS= xadump.o
+ xadump : $(XADUMP_OBJS)
+ $(CXX) $(ALL_CXXFLAGS) -o xadump $(XADUMP_OBJS) \
+- $(depth)/lib/librecoll.a $(LIBICONV) $(LIBXAPIAN) $(LIBSYS)
++ $(depth)/lib/librecoll.a -liconv $(LIBICONV) $(LIBXAPIAN) $(LIBSYS)
+ xadump.o : xadump.cpp
+ $(CXX) $(ALL_CXXFLAGS) -c xadump.cpp
+
Added: head/deskutils/recoll/files/patch-utils-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/recoll/files/patch-utils-Makefile Thu Jul 16 20:10:25 2015 (r392317)
@@ -0,0 +1,11 @@
+--- utils/Makefile.orig 2015-07-16 19:56:54 UTC
++++ utils/Makefile
+@@ -4,7 +4,7 @@ include $(depth)/mk/sysconf
+ # Use a static link for some of the utility programs so that they can be
+ # executed independantly of the installed version of recoll. None of them
+ # are part of the official distrib anyway
+-LIBRECOLL = ../lib/librecoll.a
++LIBRECOLL = ../lib/librecoll.a -liconv
+
+ PROGS = pxattr trclosefrom trecrontab \
+ trnetcon trcopyfile trcircache trmd5 trreadfile trfileudi \
Added: head/deskutils/recoll/files/patch-utils-md5.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/deskutils/recoll/files/patch-utils-md5.h Thu Jul 16 20:10:25 2015 (r392317)
@@ -0,0 +1,13 @@
+--- utils/md5.h.orig 2015-07-16 19:46:26 UTC
++++ utils/md5.h
+@@ -19,6 +19,10 @@
+ #define MD5_DIGEST_LENGTH 16
+ #define MD5_DIGEST_STRING_LENGTH (MD5_DIGEST_LENGTH * 2 + 1)
+
++typedef uint32_t u_int32_t;
++typedef uint64_t u_int64_t;
++typedef uint8_t u_int8_t;
++
+ typedef struct MD5Context {
+ u_int32_t state[4]; /* state */
+ u_int64_t count; /* number of bits, mod 2^64 */
Modified: head/deskutils/recoll/pkg-plist
==============================================================================
--- head/deskutils/recoll/pkg-plist Thu Jul 16 20:05:07 2015 (r392316)
+++ head/deskutils/recoll/pkg-plist Thu Jul 16 20:10:25 2015 (r392317)
@@ -17,7 +17,7 @@ man/man5/recoll.conf.5.gz
%%QT4%%share/applications/recoll-searchgui.desktop
%%QT4%%share/icons/hicolor/48x48/apps/recoll.png
%%QT4%%share/pixmaps/recoll.png
-%%DATADIR%%/doc/docbook.css
+%%DATADIR%%/doc/docbook-xsl.css
%%DATADIR%%/doc/usermanual.html
%%DATADIR%%/examples/fields
%%DATADIR%%/examples/fragbuts.xml
@@ -31,9 +31,11 @@ man/man5/recoll.conf.5.gz
%%DATADIR%%/filters/hotrecoll.py
%%DATADIR%%/filters/msodump.zip
%%DATADIR%%/filters/ppt-dump.py
+%%DATADIR%%/filters/rcl7z
%%DATADIR%%/filters/rclabw
%%DATADIR%%/filters/rclaptosidman
%%DATADIR%%/filters/rclaudio
+%%DATADIR%%/filters/rclcheckneedretry.sh
%%DATADIR%%/filters/rclchm
%%DATADIR%%/filters/rclconfig.py
%%DATADIR%%/filters/rcldia
@@ -109,6 +111,7 @@ man/man5/recoll.conf.5.gz
%%DATADIR%%/images/video.png
%%DATADIR%%/images/wordprocessing.png
%%DATADIR%%/translations/recoll_cs.qm
+%%DATADIR%%/translations/recoll_da.qm
%%DATADIR%%/translations/recoll_de.qm
%%DATADIR%%/translations/recoll_el.qm
%%DATADIR%%/translations/recoll_es.qm
More information about the svn-ports-all
mailing list