aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-06 00:24:00 +0800
committerbapt <bapt@FreeBSD.org>2014-05-06 00:24:00 +0800
commit602652f5f498977ca9afddad82ce1abd529c8fdb (patch)
tree111c3e996440f35b3a05e66700954340c9919761 /textproc
parentc7c57f6ff3ff10dcbd4c447d7f21425e9de38302 (diff)
downloadfreebsd-ports-gnome-602652f5f498977ca9afddad82ce1abd529c8fdb.tar.gz
freebsd-ports-gnome-602652f5f498977ca9afddad82ce1abd529c8fdb.tar.zst
freebsd-ports-gnome-602652f5f498977ca9afddad82ce1abd529c8fdb.zip
Fix unixODBC vs libiodbc conflicts
Always rely on unixODBC each time a port is looking for libodbc.so Remove odbc compat from libiodbc This allows to install both kde and gnome at the same time While here: - Convert libiodbc to USES=libtool - Convert a bunch of libiodbc dependencies to USES=libtool - Chase libiodbc.so shlib change - Stagify some ports - Convert some ports to USES=pgsql Discussed with: rakuco (kde) With hat: portmgr
Diffstat (limited to 'textproc')
-rw-r--r--textproc/soprano/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/soprano/Makefile b/textproc/soprano/Makefile
index f0aa13eda371..d9314d6d96b7 100644
--- a/textproc/soprano/Makefile
+++ b/textproc/soprano/Makefile
@@ -3,20 +3,20 @@
PORTNAME= soprano
PORTVERSION= 2.9.4
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/Soprano/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt/C++ RDF framework
-LIB_DEPENDS= raptor2:${PORTSDIR}/textproc/raptor2 \
- rdf:${PORTSDIR}/textproc/redland \
- iodbc:${PORTSDIR}/databases/libiodbc
+LIB_DEPENDS= libraptor2.so:${PORTSDIR}/textproc/raptor2 \
+ librdf.so:${PORTSDIR}/textproc/redland \
+ libiodbc.so:${PORTSDIR}/databases/libiodbc
USE_QT4= corelib dbus network qtestlib_build xml \
qmake_build moc_build uic_build rcc_build
-USE_BZIP2= yes
-USES= cmake pkgconfig
+USES= cmake pkgconfig tar:bzip2
CMAKE_ARGS+= -DSOPRANO_DISABLE_CLUCENE_INDEX=yes \
-DSOPRANO_DISABLE_SESAME2_BACKEND=yes
USE_LDCONFIG= yes
have not yet been bump...dinoex2009-07-311-1/+1 * update xfce to 4.6.1oliver2009-05-061-1/+1 * Bump PORTREVISION after xfce 4.6 updateoliver2009-03-061-0/+1 * - Update to 0.4.2miwi2008-11-233-5/+9 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Get rid of USE_XLIBmiwi2008-03-221-1/+1 * - Update to 0.4.1miwi2008-02-173-5/+23 * update xfce4 to 4.4.2oliver2008-02-131-0/+1 * - Update to 0.4.0miwi2007-10-263-12/+32 * - Take maintainershipmiwi2007-10-121-1/+1 * Reset jfb@minet.net due to maintainer-timeouts and no response to email.linimon2007-10-121-1/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * update xfce to 4.4.1oliver2007-04-121-1/+1 * Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].linimon2007-03-141-3/+1 * use the official 0.3.0 release, not the old prereleased version.oliver2007-02-043-15/+6 * BROKEN: Unfetchablekris2007-02-041-0/+2 * Import xfce 4.4oliver2007-01-234-20/+32