svn commit: r336187 - in head/databases: akonadi akonadi-googledata couchdb cppdb cyrus-imspd dbtool evolution-data-server firebird20-server firebird21-server firebird25-server freetds freetds-deve...
Baptiste Daroussin
bapt at FreeBSD.org
Wed Dec 11 18:09:05 UTC 2013
Author: bapt
Date: Wed Dec 11 18:08:52 2013
New Revision: 336187
URL: http://svnweb.freebsd.org/changeset/ports/336187
Log:
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
Modified:
head/databases/akonadi-googledata/Makefile
head/databases/akonadi/Makefile
head/databases/couchdb/Makefile
head/databases/cppdb/Makefile
head/databases/cyrus-imspd/Makefile
head/databases/dbtool/Makefile
head/databases/evolution-data-server/Makefile
head/databases/firebird20-server/Makefile
head/databases/firebird21-server/Makefile
head/databases/firebird25-server/Makefile
head/databases/freetds-devel/Makefile
head/databases/freetds/Makefile
head/databases/frontbase/Makefile
head/databases/glom/Makefile
head/databases/gosqlite3/Makefile
head/databases/grass/Makefile
head/databases/gtksql/Makefile
head/databases/hk_classes/Makefile
head/databases/kinterbasdb/Makefile
head/databases/kumofs/Makefile
head/databases/kyototycoon/Makefile
head/databases/libdrizzle/Makefile
head/databases/libgda2/Makefile
head/databases/libgda3/Makefile
head/databases/libgda4/Makefile
head/databases/libgdamm/Makefile
head/databases/libmemcached/Makefile
head/databases/libodbc++/Makefile
head/databases/mariadb-server/Makefile
head/databases/mariadb55-server/Makefile
head/databases/memcached/Makefile
head/databases/memcachedb/Makefile
head/databases/memcacheq/Makefile
head/databases/my2cego/Makefile
head/databases/mydumper/Makefile
head/databases/mysql-connector-c++/Makefile
head/databases/mysql-connector-odbc/Makefile
head/databases/mysql-proxy/Makefile
head/databases/mysql-udf-preg/Makefile
head/databases/mysql2odbc/Makefile
head/databases/opendbx/Makefile
head/databases/oracle_odbc_driver/Makefile
head/databases/p5-Cache-Memcached-XS/Makefile
head/databases/p5-DBD-Sybase/Makefile
head/databases/p5-GDBM/Makefile
head/databases/p5-KyotoCabinet/Makefile
head/databases/p5-Search-Namazu/Makefile
head/databases/p5-TokyoCabinet/Makefile
head/databases/p5-tokyotyrant/Makefile
head/databases/pecl-drizzle/Makefile
head/databases/pecl-memcached/Makefile
head/databases/pecl-tokyo_tyrant/Makefile
head/databases/pgbouncer/Makefile
head/databases/php-mdcached/Makefile
head/databases/postgis/Makefile
head/databases/postgis20/Makefile
head/databases/postgresql-odbc/Makefile
head/databases/postgresql84-server/Makefile
head/databases/postgresql91-server/Makefile
head/databases/postgresql92-server/Makefile
head/databases/proftpd-mod_sql_odbc/Makefile
head/databases/proftpd-mod_sql_tds/Makefile
head/databases/pure-sql3/Makefile
head/databases/py-cmemcache/Makefile
head/databases/py-fdb/Makefile
head/databases/py-gdbm/Makefile
head/databases/py-kyotocabinet/Makefile
head/databases/py-pylibmc/Makefile
head/databases/py-pytc/Makefile
head/databases/py-qt4-sql/Makefile
head/databases/py-sqlite3/Makefile
head/databases/py-sqlrelay/Makefile
head/databases/py-sybase/Makefile
head/databases/pyspatialite/Makefile
head/databases/qdbm/Makefile
head/databases/qt4-odbc-plugin/Makefile
head/databases/qt4-sqlite-plugin/Makefile
head/databases/qt4-sqlite3-plugin/Makefile
head/databases/rrdtool12/Makefile
head/databases/ruby-dbd_sqlite/Makefile
head/databases/ruby-dbd_sqlite3/Makefile
head/databases/ruby-gdbm/Makefile
head/databases/ruby-msql/Makefile
head/databases/ruby-odbc/Makefile
head/databases/ruby-sybct/Makefile
head/databases/ruby-tokyocabinet/Makefile
head/databases/rubygem-bdb1/Makefile
head/databases/rubygem-do_sqlite3/Makefile
head/databases/rubygem-memcache/Makefile
head/databases/rubygem-sqlite3-ruby/Makefile
head/databases/sharedance/Makefile
head/databases/soci/Makefile
head/databases/sqlite3/Makefile
head/databases/sqliteman/Makefile
head/databases/sqsh/Makefile
head/databases/sybtcl/Makefile
head/databases/tcl-sqlite3/Makefile
head/databases/tdbc/Makefile
head/databases/tokyocabinet/Makefile
head/databases/tokyotyrant/Makefile
head/databases/tora/Makefile
head/databases/virtuoso/Makefile
head/databases/xtrabackup/Makefile
Modified: head/databases/akonadi-googledata/Makefile
==============================================================================
--- head/databases/akonadi-googledata/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/akonadi-googledata/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -10,7 +10,7 @@ MASTER_SITES= http://libgcal.googlecode.
MAINTAINER= ports at FreeBSD.org
COMMENT= Akonadi Resources for Google Contacts and Calendar
-LIB_DEPENDS= gcal:${PORTSDIR}/deskutils/libgcal
+LIB_DEPENDS= libgcal.so:${PORTSDIR}/deskutils/libgcal
USE_BZIP2= yes
USES= cmake gettext
Modified: head/databases/akonadi/Makefile
==============================================================================
--- head/databases/akonadi/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/akonadi/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -15,9 +15,9 @@ COMMENT= Storage server for KDE-Pim
LICENSE= LGPL21
-LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
# Let process generate meaningful backtrace on core dump.
-LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
USE_KDE4= kdehier kdeprefix sharedmime automoc4 soprano
Modified: head/databases/couchdb/Makefile
==============================================================================
--- head/databases/couchdb/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/couchdb/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -12,9 +12,9 @@ DISTNAME= apache-couchdb-${PORTVERSION}
MAINTAINER= adams-ports at ateamsystems.com
COMMENT= A document database server, accessible via a RESTful JSON API
-LIB_DEPENDS= icudata:${PORTSDIR}/devel/icu \
- mozjs185:${PORTSDIR}/lang/spidermonkey185 \
- curl:${PORTSDIR}/ftp/curl
+LIB_DEPENDS= libicudata.so:${PORTSDIR}/devel/icu \
+ libmozjs185.so:${PORTSDIR}/lang/spidermonkey185 \
+ libcurl.so:${PORTSDIR}/ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man \
erlc:${PORTSDIR}/lang/erlang
RUN_DEPENDS= erl:${PORTSDIR}/lang/erlang
Modified: head/databases/cppdb/Makefile
==============================================================================
--- head/databases/cppdb/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/cppdb/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -64,7 +64,7 @@ PLIST_SUB+= MYSQL=""
CMAKE_ARGS+= -DDISABLE_ODBC:BOOL=ON
PLIST_SUB+= ODBC="@comment "
.else
-LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.do:${PORTSDIR}/databases/unixODBC
CMAKE_ARGS+= -DDISABLE_ODBC:BOOL=OFF
.if ${PORT_OPTIONS:MODBC_INTERNAL}
CMAKE_ARGS+= -DODBC_BACKEND_INTERNAL:BOOL=ON
Modified: head/databases/cyrus-imspd/Makefile
==============================================================================
--- head/databases/cyrus-imspd/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/cyrus-imspd/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= The cyrus IMSP (Internet Message Support Protocol) server
-LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
GNU_CONFIGURE= YES
CPPFLAGS+= -I${LOCALBASE}/include
Modified: head/databases/dbtool/Makefile
==============================================================================
--- head/databases/dbtool/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/dbtool/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -10,14 +10,14 @@ MASTER_SITES= http://www.daemon.de/idisk
MAINTAINER= sylvio at FreeBSD.org
COMMENT= Store and retrieve data in a key/value format in a hash database
-LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
.if defined(WITH_BERKELEY_DB)
-LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3
+LIB_DEPENDS+= libdb3.so:${PORTSDIR}/databases/db3
DB_INC= -I${LOCALBASE}/include/db3
CONFIGURE_ARGS= --with-berkeley
.else
-LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
.endif
.if !defined(NOPORTDOCS)
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
Modified: head/databases/evolution-data-server/Makefile
==============================================================================
--- head/databases/evolution-data-server/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/evolution-data-server/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -12,13 +12,13 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome at FreeBSD.org
COMMENT= The data backends for the Evolution integrated mail/PIM suite
-LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \
- gdata.7:${PORTSDIR}/devel/libgdata \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- ical:${PORTSDIR}/devel/libical \
- nss3:${PORTSDIR}/security/nss \
- tasn1:${PORTSDIR}/security/libtasn1 \
- gnome-keyring:${PORTSDIR}/security/libgnome-keyring
+LIB_DEPENDS= libsoup-2.so:${PORTSDIR}/devel/libsoup \
+ libgdata.so:${PORTSDIR}/devel/libgdata \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libical.so:${PORTSDIR}/devel/libical \
+ libnss3.so:${PORTSDIR}/security/nss \
+ libtasn1.so:${PORTSDIR}/security/libtasn1 \
+ libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
USE_BZIP2= yes
USE_GMAKE= yes
@@ -52,7 +52,7 @@ KRB5_LIB= `/usr/bin/krb5-config gssapi
.endif
.if ${PORT_OPTIONS:MWEATHER}
-LIB_DEPENDS+= gweather:${PORTSDIR}/net/libgweather
+LIB_DEPENDS+= libgweather.so:${PORTSDIR}/net/libgweather
CONFIGURE_ARGS+= --with-weather
PLIST_SUB+= WEATHER=""
.else
Modified: head/databases/firebird20-server/Makefile
==============================================================================
--- head/databases/firebird20-server/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/firebird20-server/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -18,7 +18,7 @@ CONFLICTS?= ${PORTNAME}21-client-* \
${PORTNAME}21-server-* \
${PORTNAME}25-server-*
-LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu
+LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu
USES= bison
USE_BZIP2= yes
@@ -55,7 +55,7 @@ IGNORE= your system does not support sy
.if !defined(CLIENT_ONLY)
# Server part stuff
-LIB_DEPENDS+= fbembed.2:${PORTSDIR}/databases/firebird20-client
+LIB_DEPENDS+= libfbembed.so:${PORTSDIR}/databases/firebird20-client
AUTOGENARGS= --with-lock-manager
ALL_TARGET= firebird_boot ref_databases msgs libfbembed intl otherfiles \
Modified: head/databases/firebird21-server/Makefile
==============================================================================
--- head/databases/firebird21-server/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/firebird21-server/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -18,7 +18,7 @@ CONFLICTS?= ${PORTNAME}20-client-* \
${PORTNAME}20-server-* \
${PORTNAME}25-server-*
-LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu
+LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu
USES= bison
USE_BZIP2= yes
@@ -57,7 +57,7 @@ IGNORE= your system does not support sy
.if !defined(CLIENT_ONLY)
# Server part stuff
-LIB_DEPENDS+= fbembed.2:${PORTSDIR}/databases/firebird21-client
+LIB_DEPENDS+= libfbembed.so:${PORTSDIR}/databases/firebird21-client
AUTOGENARGS= --without-editline --with-lock-manager
Modified: head/databases/firebird25-server/Makefile
==============================================================================
--- head/databases/firebird25-server/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/firebird25-server/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -18,7 +18,7 @@ CONFLICTS?= ${PORTNAME}20-client-* \
${PORTNAME}20-server-* \
${PORTNAME}21-server-*
-LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu
+LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu
USES= bison
USE_BZIP2= yes
@@ -73,7 +73,7 @@ IGNORE= your system does not support sy
.if !defined(CLIENT_ONLY)
# Server part stuff
-LIB_DEPENDS+= fbembed.2:${PORTSDIR}/databases/firebird25-client
+LIB_DEPENDS+= libfbembed.so:${PORTSDIR}/databases/firebird25-client
CONFIGURE_ARGS+=--enable-superserver
Modified: head/databases/freetds-devel/Makefile
==============================================================================
--- head/databases/freetds-devel/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/freetds-devel/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -58,17 +58,17 @@ CONFIGURE_ARGS+= --enable-odbc-wide
.endif
.if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --with-gnutls
.endif
.if ${PORT_OPTIONS:MIODBC}
-LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc
+LIB_DEPENDS+= libiodbc.so:${PORTSDIR}/databases/libiodbc
CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE}
.endif
.if ${PORT_OPTIONS:MUNIXODBC}
-LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE}
.endif
Modified: head/databases/freetds/Makefile
==============================================================================
--- head/databases/freetds/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/freetds/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -41,17 +41,17 @@ CONFIGURE_ARGS+=--with-openssl=${OPENSSL
.endif
.if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--with-gnutls
.endif
.if ${PORT_OPTIONS:MIODBC}
-LIB_DEPENDS+= iodbc:${PORTSDIR}/databases/libiodbc
+LIB_DEPENDS+= libiodbc.so:${PORTSDIR}/databases/libiodbc
CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE}
.endif
.if ${PORT_OPTIONS:MUNIXODBC}
-LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+= --with-unixodbc=${LOCALBASE}
.endif
Modified: head/databases/frontbase/Makefile
==============================================================================
--- head/databases/frontbase/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/frontbase/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -26,7 +26,7 @@ ONLY_FOR_ARCHS= i386
NO_STAGE= yes
# Binary is built for 5.X :
-LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
+LIB_DEPENDS+= libc.so.5:${PORTSDIR}/misc/compat5x
USERS= frontbase
GROUPS= frontbase
Modified: head/databases/glom/Makefile
==============================================================================
--- head/databases/glom/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/glom/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -15,12 +15,12 @@ COMMENT= GNOME database designer and use
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= gdamm-4.0.12:${PORTSDIR}/databases/libgdamm \
- gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \
- gtksourceviewmm-2.0.2:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \
- avahi-ui.0:${PORTSDIR}/net/avahi-gtk \
- epc-1.0.2:${PORTSDIR}/www/libepc \
- goocanvasmm-1.0.5:${PORTSDIR}/graphics/goocanvasmm
+LIB_DEPENDS= libgdamm-4.0.so:${PORTSDIR}/databases/libgdamm \
+ libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \
+ libgtksourceviewmm-2.0.so:${PORTSDIR}/x11-toolkits/libgtksourceviewmm \
+ libavahi-ui.so:${PORTSDIR}/net/avahi-gtk \
+ libepc-1.0.so:${PORTSDIR}/www/libepc \
+ libgoocanvasmm-1.0.so:${PORTSDIR}/graphics/goocanvasmm
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
${LOCALBASE}/libdata/pkgconfig/libgda-postgres-4.0.pc:${PORTSDIR}/databases/libgda4-postgresql
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \
Modified: head/databases/gosqlite3/Makefile
==============================================================================
--- head/databases/gosqlite3/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/gosqlite3/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/jlaffaye
MAINTAINER= lichray at gmail.com
COMMENT= A Go interface for SQLite3
-LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
GO_PKGNAME= ${SUBLIBDIR}/${PORTNAME}
Modified: head/databases/grass/Makefile
==============================================================================
--- head/databases/grass/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/grass/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -24,13 +24,13 @@ LICENSE= GPLv2
BROKEN= Does not build
BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
-LIB_DEPENDS= gdal:${PORTSDIR}/graphics/gdal \
- jpeg:${PORTSDIR}/graphics/jpeg \
- png15:${PORTSDIR}/graphics/png \
- proj:${PORTSDIR}/graphics/proj \
- tiff:${PORTSDIR}/graphics/tiff \
- fftw3:${PORTSDIR}/math/fftw3 \
- freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal \
+ libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libproj.so:${PORTSDIR}/graphics/proj \
+ libtiff.so:${PORTSDIR}/graphics/tiff \
+ libfftw3.so:${PORTSDIR}/math/fftw3 \
+ libfreetype.so:${PORTSDIR}/print/freetype2
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USES= gettext gmake iconv readline perl5 tk
@@ -92,7 +92,7 @@ PLIST_SUB+= MYSQL="@comment "
.endif
.if ${PORT_OPTIONS:MODBC}
-LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+=--with-odbc
PLIST_SUB+= ODBC=""
.else
Modified: head/databases/gtksql/Makefile
==============================================================================
--- head/databases/gtksql/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/gtksql/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -11,7 +11,7 @@ COMMENT= Graphical query tool for Postgr
LICENSE= GPLv2
-LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app
+LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app
GNU_CONFIGURE= yes
USE_AUTOTOOLS= libtool
@@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--without-postgresql
.endif
.if ${PORT_OPTIONS:MSQLITE3}
-LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
.else
CONFIGURE_ARGS+=--without-sqlite
.endif
Modified: head/databases/hk_classes/Makefile
==============================================================================
--- head/databases/hk_classes/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/hk_classes/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -10,8 +10,8 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= C++ Library for rapid development of database applications
BUILD_DEPENDS= ${LOCALBASE}/include/argp.h:${PORTSDIR}/devel/argp-standalone
-LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \
- xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
+ libxml2.so:${PORTSDIR}/textproc/libxml2
USES= pkgconfig gettext iconv
USE_BZIP2= yes
@@ -76,7 +76,7 @@ PLIST_SUB+= POSTGRESQL="@comment "
.endif
.if ${PORT_OPTIONS:MODBC}
-LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+= --with-odbc-incdir=${LOCALBASE}/include/\
--with-odbc-libdir=${LOCALBASE}/lib
PLIST_SUB+= ODBC=""
@@ -86,7 +86,7 @@ PLIST_SUB+= ODBC="@comment "
.endif
.if ${PORT_OPTIONS:MPARADOX}
-LIB_DEPENDS+= px:${PORTSDIR}/databases/pxlib
+LIB_DEPENDS+= libpx.so:${PORTSDIR}/databases/pxlib
CONFIGURE_ARGS+= --with-paradox-incdir=${LOCALBASE}/include/\
--with-paradox-libdir=${LOCALBASE}/lib
PLIST_SUB+= PARADOX=""
@@ -97,7 +97,7 @@ PLIST_SUB+= PARADOX="@comment "
# XXX does not work yet
.if ${PORT_OPTIONS:MMSACCESS}
-LIB_DEPENDS+= mdb:${PORTSDIR}/databases/mdbtools
+LIB_DEPENDS+= libmdb.so:${PORTSDIR}/databases/mdbtools
CONFIGURE_ARGS+= --with-mdb-incdir=${LOCALBASE}/include/\
--with-mdb-libdir=${LOCALBASE}/lib
PLIST_SUB+= MSACCESS=""
@@ -110,7 +110,7 @@ PLIST_SUB+= MSACCESS="@comment "
CONFIGURE_ARGS+= --without-xbase
.if ${PORT_OPTIONS:MSQLITE2}
-LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2
+LIB_DEPENDS+= libsqlite.so.2:${PORTSDIR}/databases/sqlite2
CONFIGURE_ARGS+= --with-sqlite-incdir=${LOCALBASE}/include/\
--with-sqlite-libdir=${LOCALBASE}/lib
PLIST_SUB+= SQLITE2=""
@@ -120,7 +120,7 @@ PLIST_SUB+= SQLITE2="@comment "
.endif
.if ${PORT_OPTIONS:MSQLITE3}
-LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
CONFIGURE_ARGS+= --with-sqlite-incdir3=${LOCALBASE}/include/\
--with-sqlite-libdir3=${LOCALBASE}/lib
PLIST_SUB+= SQLITE3=""
Modified: head/databases/kinterbasdb/Makefile
==============================================================================
--- head/databases/kinterbasdb/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/kinterbasdb/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.sr
MAINTAINER= rud at cs.uni-magdeburg.de
COMMENT= Python extension for Firebird/Interbase(R) relational databases
-LIB_DEPENDS= gds.2:${PORTSDIR}/databases/firebird20-client
+LIB_DEPENDS= libgds.so.2:${PORTSDIR}/databases/firebird20-client
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/mx/DateTime/__init__.py:${PORTSDIR}/lang/py-mx-base
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
Modified: head/databases/kumofs/Makefile
==============================================================================
--- head/databases/kumofs/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/kumofs/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= kuriyama
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Scalable and highly available distributed key-value store
-LIB_DEPENDS= msgpack:${PORTSDIR}/devel/msgpack \
- tokyocabinet:${PORTSDIR}/databases/tokyocabinet
+LIB_DEPENDS= libmsgpack.so:${PORTSDIR}/devel/msgpack \
+ libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet
RUN_DEPENDS= rubygem-msgpack>0:${PORTSDIR}/devel/rubygem-msgpack
LICENSE= AL2
Modified: head/databases/kyototycoon/Makefile
==============================================================================
--- head/databases/kyototycoon/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/kyototycoon/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -12,7 +12,7 @@ COMMENT= Handy cache/storage server
LICENSE= GPLv3
-LIB_DEPENDS= kyotocabinet:${PORTSDIR}/databases/kyotocabinet
+LIB_DEPENDS= libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet
OPTIONS_DEFINE= DOCS
Modified: head/databases/libdrizzle/Makefile
==============================================================================
--- head/databases/libdrizzle/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/libdrizzle/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -11,7 +11,7 @@ MASTER_SITES= http://launchpadlibrarian.
MAINTAINER= glarkin at FreeBSD.org
COMMENT= Client and protocol library for the Drizzle database
-LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
OPTIONS_DEFINE= DOXYGEN EXAMPLES
Modified: head/databases/libgda2/Makefile
==============================================================================
--- head/databases/libgda2/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/libgda2/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -19,8 +19,8 @@ USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
- rarian.0:${PORTSDIR}/textproc/rarian
+LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \
+ librarian.so:${PORTSDIR}/textproc/rarian
CONFLICTS= libgda-0*
@@ -108,7 +108,7 @@ PLIST_SUB+= LDAP:="@comment "
.endif
.if !defined(WITHOUT_FIREBIRD) && defined(WITH_FIREBIRD)
-LIB_DEPENDS+= gds.1:${PORTSDIR}/databases/firebird-client
+LIB_DEPENDS+= libgds.so:${PORTSDIR}/databases/firebird-client
CONFIGURE_ARGS+= --with-firebird=${LOCALBASE}
PLIST_SUB+= FIREBIRD:=""
.else
@@ -117,7 +117,7 @@ PLIST_SUB+= FIREBIRD:="@comment "
.endif
.if !defined(WITHOUT_FREETDS) && defined(WITH_FREETDS)
-LIB_DEPENDS+= tds.5:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= libtds.so:${PORTSDIR}/databases/freetds
CONFIGURE_ARGS+= --with-tds=${LOCALBASE}
PLIST_SUB+= FREETDS:=""
.else
@@ -126,7 +126,7 @@ PLIST_SUB+= FREETDS:="@comment "
.endif
.if !defined(WITHOUT_SYBASE) && defined(WITH_SYBASE)
-LIB_DEPENDS+= sybdb.5:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds
CONFIGURE_ARGS+= --with-sybase=${LOCALBASE}
PLIST_SUB+= SYBASE:=""
BROKEN= Sybase backend is linux only
@@ -136,7 +136,7 @@ PLIST_SUB+= SYBASE:="@comment "
.endif
.if !defined(WITHOUT_MDB) && defined(WITH_MDB)
-LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools
+LIB_DEPENDS+= libmdbsql.so:${PORTSDIR}/databases/mdbtools
CONFIGURE_ARGS+= --with-mdb=${LOCALBASE}
PLIST_SUB+= MDB:=""
.else
@@ -145,7 +145,7 @@ PLIST_SUB+= MDB:="@comment "
.endif
.if !defined(WITHOUT_ODBC) && defined(WITH_ODBC)
-LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+= --with-odbc=${LOCALBASE}
PLIST_SUB+= ODBC:=""
.else
@@ -154,7 +154,7 @@ PLIST_SUB+= ODBC:="@comment "
.endif
.if !defined(WITHOUT_SQLITE) && defined(WITH_SQLITE)
-LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
CONFIGURE_ARGS+= --with-sqlite=${LOCALBASE}
PLIST_SUB+= SQLITE:=""
.else
Modified: head/databases/libgda3/Makefile
==============================================================================
--- head/databases/libgda3/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/libgda3/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -19,7 +19,7 @@ LIBGDA3_SLAVE?= no
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
USE_AUTOTOOLS= libtool
USE_GCC= any
@@ -66,7 +66,7 @@ CONFIGURE_ARGS+= --without-ldap
.endif
.if ${LIBGDA3_SLAVE}=="firebird"
-LIB_DEPENDS+= gds.2:${PORTSDIR}/databases/firebird20-client
+LIB_DEPENDS+= libgds.so:${PORTSDIR}/databases/firebird20-client
CONFIGURE_ARGS+= --with-firebird=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-firebird
@@ -77,7 +77,7 @@ CONFIGURE_ARGS+= --without-firebird
BROKEN= Does not compile on sparc64
.endif
-LIB_DEPENDS+= tds.5:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= libtds.so:${PORTSDIR}/databases/freetds
CONFIGURE_ARGS+= --with-tds=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-tds
@@ -91,7 +91,7 @@ CONFIGURE_ARGS+= --without-mdb
.endif
.if ${LIBGDA3_SLAVE}=="odbc"
-LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+= --with-odbc=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-odbc
Modified: head/databases/libgda4/Makefile
==============================================================================
--- head/databases/libgda4/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/libgda4/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -20,8 +20,8 @@ LIBGDA4_SLAVE?= no
.if !defined(REFERENCE_PORT)
-LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
- json-glib-1.0:${PORTSDIR}/devel/json-glib
+LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+ libjson-glib-1.so:${PORTSDIR}/devel/json-glib
USE_AUTOTOOLS= libtool
USES= pathfix gettext gmake pkgconfig
@@ -66,7 +66,7 @@ PLIST_SUB+= UI="@comment "
.if ${PORT_OPTIONS:MSOUP}
CONFIGURE_ARGS+=--with-libsoup
-LIB_DEPENDS+= soup-2.4:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS+= libsoup-2.so:${PORTSDIR}/devel/libsoup
PLIST_SUB+= WEB=""
.else
CONFIGURE_ARGS+=--without-libsoup
@@ -75,7 +75,7 @@ PLIST_SUB+= WEB="@comment "
.if ${PORT_OPTIONS:MKEYRING}
CONFIGURE_ARGS+=--with-gnome-keyring
-LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/libgnome-keyring
+LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
.else
CONFIGURE_ARGS+=--without-gnome-keyring
.endif
@@ -115,7 +115,7 @@ CONFIGURE_ARGS+= --without-postgres
# MDB (MS Access)
.if ${LIBGDA4_SLAVE}=="mdb"
-LIB_DEPENDS+= mdbsql:${PORTSDIR}/databases/mdbtools
+LIB_DEPENDS+= libmdbsql.so:${PORTSDIR}/databases/mdbtools
CONFIGURE_ARGS+= --with-mdb=${LOCALBASE}
.else
CONFIGURE_ARGS+= --without-mdb
Modified: head/databases/libgdamm/Makefile
==============================================================================
--- head/databases/libgdamm/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/libgdamm/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -13,7 +13,7 @@ PKGNAMESUFFIX= -legacy
MAINTAINER= bland at FreeBSD.org
COMMENT= C++ wrapper for libgda4 library
-LIB_DEPENDS= glibmm-2.4:${PORTSDIR}/devel/glibmm
+LIB_DEPENDS= libglibmm-2.4.so:${PORTSDIR}/devel/glibmm
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_AUTOTOOLS= libtool
Modified: head/databases/libmemcached/Makefile
==============================================================================
--- head/databases/libmemcached/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/libmemcached/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -9,8 +9,8 @@ MASTER_SITES= http://launchpad.net/${POR
MAINTAINER= m.tsatsenko at gmail.com
COMMENT= C and C++ client library to the memcached server
-LIB_DEPENDS?= execinfo.1:${PORTSDIR}/devel/libexecinfo \
- event-1.4.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS?= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
+ libevent-1.4.so:${PORTSDIR}/devel/libevent
FETCH_ARGS?= -pRr
USES= gmake pathfix pkgconfig
@@ -24,7 +24,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if exists(${LOCALBASE}/lib/libsasl.so.3)
-LIB_DEPENDS+= sasl2.3:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
.endif
.if !defined(NO_INSTALL_MANPAGES)
Modified: head/databases/libodbc++/Makefile
==============================================================================
--- head/databases/libodbc++/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/libodbc++/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -30,12 +30,12 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIODBC}
-LIB_DEPENDS= iodbc.3:${PORTSDIR}/databases/libiodbc
+LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc
CONFIGURE_ARGS+= --with-iodbc=${LOCALBASE}
.endif
.if ${PORT_OPTIONS:MUNIXODBC}
-LIB_DEPENDS= odbc.2:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS+= --with-odbc=${LOCALBASE}
.endif
Modified: head/databases/mariadb-server/Makefile
==============================================================================
--- head/databases/mariadb-server/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/mariadb-server/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -48,7 +48,7 @@ OPENSSL_DESC= Use OpenSSL instead of bun
.if !defined(MARIADB_CLIENT_SLAVE)
CONFIGURE_ARGS+= --with-libevent=${LOCALBASE}
-LIB_DEPENDS+= event-1:${PORTSDIR}/devel/libevent
+LIB_DEPENDS+= libevent-1.so:${PORTSDIR}/devel/libevent
MAN1= innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1 \
myisamlog.1 myisampack.1 mysql.server.1 mysql_client_test_embedded.1 \
@@ -186,7 +186,7 @@ PLIST_SUB+= HANDLERSOCKET="@comment "
.if ${PORT_OPTIONS:MOQGRAPH}
CONFIGURE_ARGS+= --with-plugin-oqgraph
PLIST_SUB+= OQGRAPH=""
-LIB_DEPENDS+= boost_system:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS+= libboost_system.so:${PORTSDIR}/devel/boost-libs
PLUGINS+= oqgraph
.else
CONFIGURE_ARGS+= --without-plugin-oqgraph
Modified: head/databases/mariadb55-server/Makefile
==============================================================================
--- head/databases/mariadb55-server/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/mariadb55-server/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -124,7 +124,7 @@ PLIST_SUB+= OQGRAPH="@comment "
USE_GCC?= yes
CMAKE_ARGS+= -DWITH_OQGRAPH_STORAGE_ENGINE=1
PLIST_SUB+= OQGRAPH=""
-LIB_DEPENDS+= boost_system:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS+= libboost_system.so:${PORTSDIR}/devel/boost-libs
.endif
.if ${PORT_OPTIONS:MMAXKEY}
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_my_compare.h
Modified: head/databases/memcached/Makefile
==============================================================================
--- head/databases/memcached/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/memcached/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -11,7 +11,7 @@ MASTER_SITE_SUBDIR= distfiles
MAINTAINER= swills at FreeBSD.org
COMMENT= High-performance distributed memory object cache system
-LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent
TEST_DEPENDS= prove:${PORTSDIR}/lang/${PERL_PORT} \
git:${PORTSDIR}/devel/git
@@ -68,7 +68,7 @@ CONFIGURE_ARGS+= --enable-replication
.endif
.if ${PORT_OPTIONS:MSASL} && !defined(WITHOUT_SASL)
-LIB_DEPENDS+= sasl2:${PORTSDIR}/security/cyrus-sasl2
+LIB_DEPENDS+= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
CONFIGURE_ARGS+= --enable-sasl
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= ${CFLAGS}
Modified: head/databases/memcachedb/Makefile
==============================================================================
--- head/databases/memcachedb/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/memcachedb/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= meritus at innervision.pl
COMMENT= Distributed storage system designed for persistent
-LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent
CFLAGS= -I"${BDB_INCLUDE_DIR}"
CONFIGURE_ARGS= --enable-threads --with-bdb="${LOCALBASE}" \
Modified: head/databases/memcacheq/Makefile
==============================================================================
--- head/databases/memcacheq/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/memcacheq/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -14,7 +14,7 @@ COMMENT= Simple queue service over Memca
LICENSE= BSD
-LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent
USE_CSTD= gnu89
CFLAGS+= -I"${BDB_INCLUDE_DIR}"
Modified: head/databases/my2cego/Makefile
==============================================================================
--- head/databases/my2cego/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/my2cego/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -10,9 +10,9 @@ MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports at opsec.eu
COMMENT= Imports mysqldump files into cego
-LIB_DEPENDS= lfcbase:${PORTSDIR}/devel/lfcbase \
- lfcxml:${PORTSDIR}/devel/lfcxml \
- cego:${PORTSDIR}/databases/cego
+LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \
+ liblfcxml.so:${PORTSDIR}/devel/lfcxml \
+ libcego.so:${PORTSDIR}/databases/cego
LICENSE= GPLv3
GNU_CONFIGURE= yes
Modified: head/databases/mydumper/Makefile
==============================================================================
--- head/databases/mydumper/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/mydumper/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -11,7 +11,7 @@ COMMENT= MySQL Data Dumper
LICENSE= GPLv3
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
Modified: head/databases/mysql-connector-c++/Makefile
==============================================================================
--- head/databases/mysql-connector-c++/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/mysql-connector-c++/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -12,7 +12,7 @@ COMMENT= A MySQL database connector for
LICENSE= GPLv2
-LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS= libboost_regex.so:${PORTSDIR}/devel/boost-libs
USE_MYSQL= 51+
USE_LDCONFIG= yes
Modified: head/databases/mysql-connector-odbc/Makefile
==============================================================================
--- head/databases/mysql-connector-odbc/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/mysql-connector-odbc/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -33,12 +33,12 @@ WITH_UNIXODBC?= yes
.endif
.if defined(WITH_UNIXODBC)
-LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC
BUILD_DEPENDS= unixODBC>=2.2.14_1:${PORTSDIR}/databases/unixODBC
CMAKE_ARGS += -DWITH_UNIXODBC=1
DRIVER_MANAGER= unixodbc
.elif defined(WITH_IODBC)
-LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc
+LIB_DEPENDS+= libiodbc.so:${PORTSDIR}/databases/libiodbc
DRIVER_MANAGER= iodbc
CFLAGS+= -I${LOCALBASE}/include
.endif
Modified: head/databases/mysql-proxy/Makefile
==============================================================================
--- head/databases/mysql-proxy/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/mysql-proxy/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= MySQL-Proxy
MAINTAINER= swills at FreeBSD.org
COMMENT= Monitor, analyze, or transform the communication of MySQL
-LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent \
- glib:${PORTSDIR}/devel/glib20
+LIB_DEPENDS= libevent-1.so:${PORTSDIR}/devel/libevent \
+ libglib.so:${PORTSDIR}/devel/glib20
CONFIGURE_ARGS+= --with-lua=lua-5.1 --with-mysql=${LOCALBASE}/bin/mysql_config --docdir=${DATADIR} --enable-self-contained
CFLAGS+= -I${LOCALBASE}/include
Modified: head/databases/mysql-udf-preg/Makefile
==============================================================================
--- head/databases/mysql-udf-preg/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/mysql-udf-preg/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -10,7 +10,7 @@ DISTNAME= lib_mysqludf_preg-${PORTVERSIO
MAINTAINER= ports at FreeBSD.org
COMMENT= Library of MySQL UDFs providing access to PCRE
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/mysql/plugin
Modified: head/databases/mysql2odbc/Makefile
==============================================================================
--- head/databases/mysql2odbc/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/mysql2odbc/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -18,12 +18,12 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MUNIXODBC}
-LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS= --with-unixodbc=${LOCALBASE}
.endif
.if ${PORT_OPTIONS:MIODBC}
-LIB_DEPENDS= iodbc:${PORTSDIR}/databases/libiodbc
+LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc
CONFIGURE_ARGS= --with-iodbc
.endif
Modified: head/databases/opendbx/Makefile
==============================================================================
--- head/databases/opendbx/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/opendbx/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -49,7 +49,7 @@ PLIST_SUB+= WITHPGSQL="@comment "
.endif
.if ${PORT_OPTIONS:MSQLITE}
-LIB_DEPENDS+= sqlite.2:${PORTSDIR}/databases/sqlite2
+LIB_DEPENDS+= libsqlite.so:${PORTSDIR}/databases/sqlite2
CONFIGURE_MODULES+= "sqlite"
PLIST_SUB+= WITHSQLITE=""
.else
@@ -57,7 +57,7 @@ PLIST_SUB+= WITHSQLITE="@comment "
.endif
.if ${PORT_OPTIONS:MSQLITE3}
-LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3
+LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3
CONFIGURE_MODULES+= "sqlite3"
PLIST_SUB+= WITHSQLITE3=""
.else
@@ -65,7 +65,7 @@ PLIST_SUB+= WITHSQLITE3="@comment "
.endif
.if ${PORT_OPTIONS:MMSSQL}
-LIB_DEPENDS+= sybdb.5:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds
CONFIGURE_MODULES+= "mssql"
PLIST_SUB+= WITHMSSQL=""
.else
@@ -73,7 +73,7 @@ PLIST_SUB+= WITHMSSQL="@comment "
.endif
.if ${PORT_OPTIONS:MSYBASE}
-LIB_DEPENDS+= ct.4:${PORTSDIR}/databases/freetds
+LIB_DEPENDS+= libct.so:${PORTSDIR}/databases/freetds
CONFIGURE_MODULES+= "sybase"
PLIST_SUB+= WITHSYBASE=""
.else
Modified: head/databases/oracle_odbc_driver/Makefile
==============================================================================
--- head/databases/oracle_odbc_driver/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/oracle_odbc_driver/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= fjoe at FreeBSD.org
COMMENT= Oracle Open Source ODBC driver
-LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC
+LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
CONFIGURE_ARGS= --with-unixODBC=${LOCALBASE}
BUILD_DEPENDS= ${ORACLE_HOME}/lib/libclntst8.a:${PORTSDIR}/databases/oracle8-client
Modified: head/databases/p5-Cache-Memcached-XS/Makefile
==============================================================================
--- head/databases/p5-Cache-Memcached-XS/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/p5-Cache-Memcached-XS/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Client library for memcached using libmemcache
-LIB_DEPENDS= memcache.4:${PORTSDIR}/databases/libmemcache
+LIB_DEPENDS= libmemcache.so:${PORTSDIR}/databases/libmemcache
BUILD_DEPENDS= p5-Storable>=0:${PORTSDIR}/devel/p5-Storable
RUN_DEPENDS:= ${BUILD_DEPENDS}
Modified: head/databases/p5-DBD-Sybase/Makefile
==============================================================================
--- head/databases/p5-DBD-Sybase/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/p5-DBD-Sybase/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -11,7 +11,7 @@ MAINTAINER= perl at FreeBSD.org
COMMENT= Sybase DBI driver for Perl 5
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
-LIB_DEPENDS= ct.4:${PORTSDIR}/databases/freetds
+LIB_DEPENDS= libct.so:${PORTSDIR}/databases/freetds
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
CONFIGURE_ENV= SYBASE=${LOCALBASE}
Modified: head/databases/p5-GDBM/Makefile
==============================================================================
--- head/databases/p5-GDBM/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/p5-GDBM/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -13,7 +13,7 @@ DIST_SUBDIR= perl
MAINTAINER= perl at FreeBSD.org
COMMENT= GNU Data Base Manager (gdbm) interface
-LIB_DEPENDS= gdbm.4:${PORTSDIR}/databases/gdbm
+LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
EXTRACT_AFTER_ARGS= ${DISTNAME}/ext/GDBM_File ${DISTNAME}/t/lib
Modified: head/databases/p5-KyotoCabinet/Makefile
==============================================================================
--- head/databases/p5-KyotoCabinet/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/p5-KyotoCabinet/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -14,7 +14,7 @@ COMMENT= Perl extension for KyotoCabinet
LICENSE= GPLv3
-LIB_DEPENDS= kyotocabinet:${PORTSDIR}/databases/kyotocabinet
+LIB_DEPENDS= libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet
USES= perl5
USE_PERL5= configure
Modified: head/databases/p5-Search-Namazu/Makefile
==============================================================================
--- head/databases/p5-Search-Namazu/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/p5-Search-Namazu/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Namazu library module for perl
-LIB_DEPENDS= nmz.8:${PORTSDIR}/databases/namazu2
+LIB_DEPENDS= libnmz.so:${PORTSDIR}/databases/namazu2
USES= perl5
USE_PERL5= configure
Modified: head/databases/p5-TokyoCabinet/Makefile
==============================================================================
--- head/databases/p5-TokyoCabinet/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/p5-TokyoCabinet/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -12,7 +12,7 @@ DISTNAME= tokyocabinet-perl-${PORTVERSIO
MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Perl extension for TokyoCabinet
-LIB_DEPENDS= tokyocabinet:${PORTSDIR}/databases/tokyocabinet
+LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet
USES= perl5
USE_PERL5= configure
Modified: head/databases/p5-tokyotyrant/Makefile
==============================================================================
--- head/databases/p5-tokyotyrant/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/p5-tokyotyrant/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -13,7 +13,7 @@ MAINTAINER= kuriyama at FreeBSD.org
COMMENT= Perl5 interface to the TokyoTyrant
BUILD_DEPENDS= tokyotyrant>=1.1.40:${PORTSDIR}/databases/tokyotyrant
-LIB_DEPENDS= tokyotyrant:${PORTSDIR}/databases/tokyotyrant
+LIB_DEPENDS= libtokyotyrant.so:${PORTSDIR}/databases/tokyotyrant
USES= perl5
USE_PERL5= configure
Modified: head/databases/pecl-drizzle/Makefile
==============================================================================
--- head/databases/pecl-drizzle/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/pecl-drizzle/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -12,7 +12,7 @@ DIST_SUBDIR= PECL
MAINTAINER= glarkin at FreeBSD.org
COMMENT= A PHP wrapper for the libdrizzle library
-LIB_DEPENDS= drizzle.0:${PORTSDIR}/databases/libdrizzle
+LIB_DEPENDS= libdrizzle.so:${PORTSDIR}/databases/libdrizzle
LICENSE= PHP301
Modified: head/databases/pecl-memcached/Makefile
==============================================================================
--- head/databases/pecl-memcached/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/pecl-memcached/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -15,7 +15,7 @@ COMMENT= PHP extension for interfacing w
LICENSE= PHP30
BUILD_DEPENDS= ${LOCALBASE}/bin/pear:${PORTSDIR}/devel/pear
-LIB_DEPENDS= memcached:${PORTSDIR}/databases/libmemcached
+LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached
RUN_DEPENDS= ${LOCALBASE}/bin/pear:${PORTSDIR}/devel/pear
PHP_MODNAME= memcached
Modified: head/databases/pecl-tokyo_tyrant/Makefile
==============================================================================
--- head/databases/pecl-tokyo_tyrant/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/pecl-tokyo_tyrant/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports at FreeBSD.org
COMMENT= Wrapper to the Tokyo Tyrant client library
-LIB_DEPENDS= tokyotyrant:${PORTSDIR}/databases/tokyotyrant
+LIB_DEPENDS= libtokyotyrant.so:${PORTSDIR}/databases/tokyotyrant
USES= pkgconfig
USE_PHP= session
Modified: head/databases/pgbouncer/Makefile
==============================================================================
--- head/databases/pgbouncer/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/pgbouncer/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -12,7 +12,7 @@ COMMENT= Lightweight connection pooler f
LICENSE= BSD
-LIB_DEPENDS= event-2:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS= libevent-2.so:${PORTSDIR}/devel/libevent2
PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000258
Modified: head/databases/php-mdcached/Makefile
==============================================================================
--- head/databases/php-mdcached/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/php-mdcached/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -13,7 +13,7 @@ COMMENT= The PHP client library for Bull
LICENSE= BSD
-LIB_DEPENDS= mdcached.1:${PORTSDIR}/databases/mdcached
+LIB_DEPENDS= libmdcached.so:${PORTSDIR}/databases/mdcached
USE_PHP= yes
USE_PHPEXT= yes
Modified: head/databases/postgis/Makefile
==============================================================================
--- head/databases/postgis/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/postgis/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -12,8 +12,8 @@ PKGNAMESUFIX= -legacy
MAINTAINER= ports at FreeBSD.org
COMMENT= Adds support for geographic objects to PostgreSQL databases
-LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj \
- geos:${PORTSDIR}/graphics/geos
+LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \
+ libgeos.so:${PORTSDIR}/graphics/geos
RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
CONFLICTS= postgis-2.*
Modified: head/databases/postgis20/Makefile
==============================================================================
--- head/databases/postgis20/Makefile Wed Dec 11 18:05:34 2013 (r336186)
+++ head/databases/postgis20/Makefile Wed Dec 11 18:08:52 2013 (r336187)
@@ -9,9 +9,9 @@ MASTER_SITES= http://download.osgeo.org/
MAINTAINER= matt.trisoline at intermedix.com
COMMENT= Adds support for geographic objects to PostgreSQL databases
-LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj \
- geos:${PORTSDIR}/graphics/geos \
- json:${PORTSDIR}/devel/json-c
+LIB_DEPENDS= libproj.so:${PORTSDIR}/graphics/proj \
+ libgeos.so:${PORTSDIR}/graphics/geos \
+ libjson.so:${PORTSDIR}/devel/json-c
RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
CONFLICTS= postgis-1.*
@@ -47,7 +47,7 @@ PLIST_SUB+= LOADERGUI="@comment "
.if ${OSVERSION} < 900033
BROKEN= Raster suppport is broken on FreeBSD < 9.x
.endif
-LIB_DEPENDS+= gdal:${PORTSDIR}/graphics/gdal
+LIB_DEPENDS+= libgdal.so:${PORTSDIR}/graphics/gdal
CONFIGURE_ARGS+= --with-raster --with-gdalconfig=${LOCALBASE}/bin/gdal-config
PLIST_SUB+= RASTER=""
.else
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-ports-all
mailing list