aboutsummaryrefslogtreecommitdiff
path: root/deskutils/recoll
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-02-03 15:28:20 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-02-03 15:28:20 +0000
commit7f2010a47ac1b06146449548d4c6bb4b35bab702 (patch)
treedc80f74b67bccddca3b8f2d014664301790107db /deskutils/recoll
parent387638a7534a02e6252e50de1e095102ee320e9f (diff)
downloadports-7f2010a47ac1b06146449548d4c6bb4b35bab702.tar.gz
ports-7f2010a47ac1b06146449548d4c6bb4b35bab702.zip
Update from 1.1.0 to 1.2.2 and some other changes:
* fix configure target failure due to QMAKESPEC not being set * fix innocent configure warning by initializing CONFIGURE_TARGET * force the software to respect CXXFLAGS PR: ports/92732 Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer) Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=155134
Diffstat (limited to 'deskutils/recoll')
-rw-r--r--deskutils/recoll/Makefile16
-rw-r--r--deskutils/recoll/distinfo6
2 files changed, 11 insertions, 11 deletions
diff --git a/deskutils/recoll/Makefile b/deskutils/recoll/Makefile
index 1fffaca272d9..efa1ea92afd4 100644
--- a/deskutils/recoll/Makefile
+++ b/deskutils/recoll/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= recoll
-PORTVERSION= 1.1.0
+PORTVERSION= 1.2.2
CATEGORIES= deskutils
MASTER_SITES= http://www.lesbonscomptes.com/recoll/
@@ -18,18 +18,18 @@ LIB_DEPENDS= xapian.8:${PORTSDIR}/databases/xapian-core \
qt-mt.3:${PORTSDIR}/x11-toolkits/qt33
USE_QT_VER= 3
-MAKE_ENV= QTDIR="${QT_PREFIX}" QMAKESPEC="freebsd-g++"
+CONFIGURE_ENV= QTDIR="${QT_PREFIX}" QMAKESPEC="freebsd-g++"
+MAKE_ENV= ${CONFIGURE_ENV}
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_ICONV= yes
MAN1= recoll.1 recollindex.1
MAN5= recoll.conf.5
-.include <bsd.port.pre.mk>
+post-patch:
+ ${REINPLACE_CMD} -e 's/^CXXFLAGS =/CXXFLAGS ?=/' \
+ ${WRKSRC}/mk/localdefs.in
-.if ${OSVERSION} < 500000
-BROKEN= "Does not compile"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/deskutils/recoll/distinfo b/deskutils/recoll/distinfo
index b182439f0e6b..68bfa303670e 100644
--- a/deskutils/recoll/distinfo
+++ b/deskutils/recoll/distinfo
@@ -1,3 +1,3 @@
-MD5 (recoll-1.1.0.tar.gz) = d5a97505ea9d39e01967ee9657beb5e0
-SHA256 (recoll-1.1.0.tar.gz) = 0b77dd8c362102bc42b3ce921d107c2455196ea10185f7ac0ef718bb45300019
-SIZE (recoll-1.1.0.tar.gz) = 414331
+MD5 (recoll-1.2.2.tar.gz) = 529f4871f23d66ae07b3578613d33cd6
+SHA256 (recoll-1.2.2.tar.gz) = 2bbf9e6a2a2f838fb8578f48d32ab45fddec1c7401393116dbcd61d76730c947
+SIZE (recoll-1.2.2.tar.gz) = 455763