diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-06 00:24:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-06 00:24:00 +0800 |
commit | 602652f5f498977ca9afddad82ce1abd529c8fdb (patch) | |
tree | 111c3e996440f35b3a05e66700954340c9919761 /textproc | |
parent | c7c57f6ff3ff10dcbd4c447d7f21425e9de38302 (diff) | |
download | freebsd-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/Makefile | 10 |
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 |