Skip to content

Commit

Permalink
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
Browse files Browse the repository at this point in the history
With hat:	portmgr
Sponsored by:	Absolight
  • Loading branch information
mat813 committed Apr 1, 2016
1 parent 7f4572e commit 4e1b79a
Show file tree
Hide file tree
Showing 5,103 changed files with 16,910 additions and 16,910 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion databases/R-cran-RMySQL/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COMMENT= R interface to the MySQL database

LICENSE= GPLv2

RUN_DEPENDS= R-cran-DBI>=0.3.1:${PORTSDIR}/databases/R-cran-DBI
RUN_DEPENDS= R-cran-DBI>=0.3.1:databases/R-cran-DBI

USE_MYSQL= yes
USES= cran:auto-plist
Expand Down
2 changes: 1 addition & 1 deletion databases/R-cran-RSQLite.extfuns/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= SQLite extension functions for RSQLite

LICENSE= APACHE20

BUILD_DEPENDS= R-cran-RSQLite>=0.11.1:${PORTSDIR}/databases/R-cran-RSQLite
BUILD_DEPENDS= R-cran-RSQLite>=0.11.1:databases/R-cran-RSQLite
RUN_DEPENDS:= ${BUILD_DEPENDS}

USES= cran:auto-plist
Expand Down
4 changes: 2 additions & 2 deletions databases/R-cran-RSQLite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ COMMENT= Database Interface R driver for SQLite

LICENSE= LGPL20

BUILD_DEPENDS= R-cran-DBI>=0.2.5:${PORTSDIR}/databases/R-cran-DBI
RUN_DEPENDS= R-cran-DBI>=0.2.5:${PORTSDIR}/databases/R-cran-DBI
BUILD_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI
RUN_DEPENDS= R-cran-DBI>=0.2.5:databases/R-cran-DBI

USES= cran:auto-plist

Expand Down
12 changes: 6 additions & 6 deletions databases/R-cran-sqldf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ COMMENT= SQL select on R data frames

LICENSE= GPLv2

BUILD_DEPENDS= R-cran-proto>=0.3.9.2_6:${PORTSDIR}/devel/R-cran-proto \
R-cran-chron>=2.3.42:${PORTSDIR}/devel/R-cran-chron \
R-cran-gsubfn>=0.6.4:${PORTSDIR}/devel/R-cran-gsubfn \
R-cran-DBI>=0.2.5_6:${PORTSDIR}/databases/R-cran-DBI \
R-cran-RSQLite>=0.11.1:${PORTSDIR}/databases/R-cran-RSQLite \
R-cran-RSQLite.extfuns>=0.0.1:${PORTSDIR}/databases/R-cran-RSQLite.extfuns
BUILD_DEPENDS= R-cran-proto>=0.3.9.2_6:devel/R-cran-proto \
R-cran-chron>=2.3.42:devel/R-cran-chron \
R-cran-gsubfn>=0.6.4:devel/R-cran-gsubfn \
R-cran-DBI>=0.2.5_6:databases/R-cran-DBI \
R-cran-RSQLite>=0.11.1:databases/R-cran-RSQLite \
R-cran-RSQLite.extfuns>=0.0.1:databases/R-cran-RSQLite.extfuns
RUN_DEPENDS:= ${BUILD_DEPENDS}

USES= cran:auto-plist
Expand Down
2 changes: 1 addition & 1 deletion databases/akonadi-googledata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MASTER_SITES= http://libgcal.googlecode.com/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Akonadi Resources for Google Contacts and Calendar

LIB_DEPENDS= libgcal.so:${PORTSDIR}/deskutils/libgcal
LIB_DEPENDS= libgcal.so:deskutils/libgcal

USES= cmake gettext tar:bzip2
USE_QT4= qmake_build rcc_build moc_build uic_build dbus
Expand Down
4 changes: 2 additions & 2 deletions databases/akonadi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ COMMENT= Storage server for KDE-Pim

LICENSE= LGPL21

LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
# Let process generate meaningful backtrace on core dump.
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt
BUILD_DEPENDS= xsltproc:textproc/libxslt

USE_KDE4= kdeprefix automoc4 soprano
USES= cmake:outsource execinfo shared-mime-info compiler:c++11-lang tar:bzip2
Expand Down
8 changes: 4 additions & 4 deletions databases/apq-mysql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ COMMENT= APQ Ada95 MySQL database driver
LICENSE= GPLv2 GMGPL
LICENSE_COMB= multi

BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
gprbuild:${PORTSDIR}/devel/gprbuild \
${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq
RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq
BUILD_DEPENDS= bash:shells/bash \
gprbuild:devel/gprbuild \
${LOCALBASE}/lib/gnat/apq.gpr:databases/apq
RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq

USES= ada tar:bzip2
USE_MYSQL= yes
Expand Down
10 changes: 5 additions & 5 deletions databases/apq-odbc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ COMMENT= APQ Ada95 ODBC database driver
LICENSE= GPLv2 GMGPL
LICENSE_COMB= multi

BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
gprbuild:${PORTSDIR}/devel/gprbuild \
${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq
RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq
LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
BUILD_DEPENDS= bash:shells/bash \
gprbuild:devel/gprbuild \
${LOCALBASE}/lib/gnat/apq.gpr:databases/apq
RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq
LIB_DEPENDS= libodbc.so:databases/unixODBC

USES= ada tar:bzip2
HAS_CONFIGURE= yes
Expand Down
8 changes: 4 additions & 4 deletions databases/apq-pgsql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ COMMENT= APQ Ada95 PostgreSQL database driver
LICENSE= GPLv2 GMGPL
LICENSE_COMB= multi

BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
gprbuild:${PORTSDIR}/devel/gprbuild \
${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq
RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:${PORTSDIR}/databases/apq
BUILD_DEPENDS= bash:shells/bash \
gprbuild:devel/gprbuild \
${LOCALBASE}/lib/gnat/apq.gpr:databases/apq
RUN_DEPENDS= ${LOCALBASE}/lib/gnat/apq.gpr:databases/apq

USES= ada tar:bzip2 pgsql
WANT_PGSQL= lib
Expand Down
4 changes: 2 additions & 2 deletions databases/apq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ COMMENT= APQ Ada95 database base library
LICENSE= GPLv2 GMGPL
LICENSE_COMB= multi

BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
gprbuild:${PORTSDIR}/devel/gprbuild
BUILD_DEPENDS= bash:shells/bash \
gprbuild:devel/gprbuild

USES= ada tar:bzip2
PORTDOCS= README HISTORY
Expand Down
2 changes: 1 addition & 1 deletion databases/autobackupmysql/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ EXTRACT_SUFX= .sh
MAINTAINER= fw@moov.de
COMMENT= Make daily, weekly, and monthly backups of your MySQL databases

RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash
RUN_DEPENDS= ${LOCALBASE}/bin/bash:shells/bash

NO_BUILD= yes
PLIST_FILES= sbin/autobackupmysql.sh
Expand Down
2 changes: 1 addition & 1 deletion databases/cassandra-cpp-driver/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COMMENT= DataStax C/C++ Driver for Apache Cassandra

LICENSE= APACHE20

LIB_DEPENDS= libuv.so:${PORTSDIR}/devel/libuv
LIB_DEPENDS= libuv.so:devel/libuv

USE_GITHUB= nodefault
GH_ACCOUNT= datastax
Expand Down
4 changes: 2 additions & 2 deletions databases/cassandra2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ SUB_FILES= repaircluster

.include <bsd.port.options.mk>

RUN_DEPENDS+= ${JAVALIBDIR}/snappy-java.jar:${PORTSDIR}/archivers/snappy-java
RUN_DEPENDS+= ${JAVALIBDIR}/snappy-java.jar:archivers/snappy-java

MX4J_RUN_DEPENDS= ${JAVAJARDIR}/mx4j-tools.jar:${PORTSDIR}/java/mx4j
MX4J_RUN_DEPENDS= ${JAVAJARDIR}/mx4j-tools.jar:java/mx4j
CQL_USES= python:2

PORTDOCS= javadoc *.txt
Expand Down
2 changes: 1 addition & 1 deletion databases/casstcl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COMMENT= Tcl language interface to the Cassandra database

LICENSE= BSD3CLAUSE

LIB_DEPENDS= libcassandra.so:${PORTSDIR}/databases/cassandra-cpp-driver
LIB_DEPENDS= libcassandra.so:databases/cassandra-cpp-driver

USES= autoreconf tcl:85+
GNU_CONFIGURE= yes
Expand Down
6 changes: 3 additions & 3 deletions databases/cego/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ COMMENT= Relational and transactional database system
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \
liblfcxml.so:${PORTSDIR}/devel/lfcxml
RUN_DEPENDS= ${LOCALBASE}/bin/sudo:${PORTSDIR}/security/sudo
LIB_DEPENDS= liblfcbase.so:devel/lfcbase \
liblfcxml.so:devel/lfcxml
RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo

GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
Expand Down
6 changes: 3 additions & 3 deletions databases/cegobridge/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= pi@FreeBSD.org
COMMENT= Imports non-cego database dump files into cego

LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \
liblfcxml.so:${PORTSDIR}/devel/lfcxml \
libcego.so:${PORTSDIR}/databases/cego
LIB_DEPENDS= liblfcbase.so:devel/lfcbase \
liblfcxml.so:devel/lfcxml \
libcego.so:databases/cego

LICENSE= GPLv3
GNU_CONFIGURE= yes
Expand Down
12 changes: 6 additions & 6 deletions databases/couchdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ COMMENT= Document database server, accessible via a RESTful JSON API

LICENSE= APACHE20

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 \
erlang>=15.b.01,2:${PORTSDIR}/lang/erlang
RUN_DEPENDS= erlang>=15.b.01,2:${PORTSDIR}/lang/erlang
LIB_DEPENDS= libicudata.so:devel/icu \
libmozjs185.so:lang/spidermonkey185 \
libcurl.so:ftp/curl
BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:misc/help2man \
erlang>=15.b.01,2:lang/erlang
RUN_DEPENDS= erlang>=15.b.01,2:lang/erlang

USERS= couchdb
GROUPS= couchdb
Expand Down
2 changes: 1 addition & 1 deletion databases/cppdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ PLIST_SUB+= MYSQL=""
CMAKE_ARGS+= -DDISABLE_ODBC:BOOL=ON
PLIST_SUB+= ODBC="@comment "
.else
LIB_DEPENDS+= libodbc.so:${PORTSDIR}/databases/unixODBC
LIB_DEPENDS+= libodbc.so:databases/unixODBC
CMAKE_ARGS+= -DDISABLE_ODBC:BOOL=OFF
.if ${PORT_OPTIONS:MODBC_INTERNAL}
CMAKE_ARGS+= -DODBC_BACKEND_INTERNAL:BOOL=ON
Expand Down
4 changes: 2 additions & 2 deletions databases/datamodeler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ DIST_SUBDIR= oracle
MAINTAINER= jjuanino@gmail.com
COMMENT= Database modeling tool

EXTRACT_DEPENDS=rpm2cpio.pl:${PORTSDIR}/archivers/rpm2cpio
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
EXTRACT_DEPENDS=rpm2cpio.pl:archivers/rpm2cpio
RUN_DEPENDS= bash:shells/bash

USE_JAVA= yes
JAVA_VERSION= 1.8+
Expand Down
6 changes: 3 additions & 3 deletions databases/dbtool/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMMENT= Store and retrieve data in a key/value format in a hash database
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
LIB_DEPENDS= libpcre.so:devel/pcre

USES= gmake shebangfix
SHEBANG_FILES= samples/account-db/accdb
Expand All @@ -35,8 +35,8 @@ BDB_USE= bdb=yes
BDB_CONFIGURE_ON= --with-berkeley \
--with-bdb-include-dir=${BDB_INCLUDE_DIR} \
--with-bdb-lib-dir=${BDB_LIB_DIR}
EXAMPLES_RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
EXAMPLES_RUN_DEPENDS= bash:shells/bash
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
GDBM_CONFIGURE_ON= --with-gdbm \
--with-gdbm-dir=${LOCALBASE}

Expand Down
2 changes: 1 addition & 1 deletion databases/emma/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ MASTER_SITES= http://www.fastflo.de/files/emma/downloads/python_src/
MAINTAINER= jun-g@daemonfreaks.com
COMMENT= Extendable MySQL managing assistant

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:${PORTSDIR}/databases/py-MySQLdb
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.3:databases/py-MySQLdb

USES= python
USE_GNOME= pygtk2
Expand Down
22 changes: 11 additions & 11 deletions databases/evolution-data-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ COMMENT= Data backends for the Evolution integrated mail/PIM suite
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING

BUILD_DEPENDS= gcr>=3.11:${PORTSDIR}/security/gcr \
vapigen:${PORTSDIR}/lang/vala
LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \
liboauth.so:${PORTSDIR}/net/liboauth \
libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
libgdata.so:${PORTSDIR}/devel/libgdata \
libical.so:${PORTSDIR}/devel/libical \
libnss3.so:${PORTSDIR}/security/nss \
libtasn1.so:${PORTSDIR}/security/libtasn1 \
libsecret-1.so:${PORTSDIR}/security/libsecret
BUILD_DEPENDS= gcr>=3.11:security/gcr \
vapigen:lang/vala
LIB_DEPENDS= libsoup-gnome-2.4.so:devel/libsoup-gnome \
liboauth.so:net/liboauth \
libgoa-1.0.so:net/gnome-online-accounts \
libgdata.so:devel/libgdata \
libical.so:devel/libical \
libnss3.so:security/nss \
libtasn1.so:security/libtasn1 \
libsecret-1.so:security/libsecret

PORTSCOUT= limitw:1,even

Expand Down Expand Up @@ -63,7 +63,7 @@ OPTIONS_DEFINE= WEATHER KERBEROS
OPTIONS_DEFAULT=WEATHER KERBEROS
WEATHER_DESC= Weather calendar backend

WEATHER_LIB_DEPENDS= libgweather-3.so:${PORTSDIR}/net/libgweather
WEATHER_LIB_DEPENDS= libgweather-3.so:net/libgweather
WEATHER_CONFIGURE_ENABLE= weather

.include <bsd.port.options.mk>
Expand Down
6 changes: 3 additions & 3 deletions databases/firebird25-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ LICENSE_FILE_IPL= ${WRKSRC}/builds/install/misc/IPLicense.txt
LICENSE_PERMS_IDPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_PERMS_IPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu
LIB_DEPENDS= libicuuc.so:devel/icu

USES= gmake pkgconfig tar:bzip2
GNU_CONFIGURE= yes
Expand Down Expand Up @@ -72,7 +72,7 @@ IGNORE= your system does not support sysvipc

.if !defined(CLIENT_ONLY)
# Server part stuff
LIB_DEPENDS+= libfbembed.so:${PORTSDIR}/databases/firebird25-client
LIB_DEPENDS+= libfbembed.so:databases/firebird25-client

CONFIGURE_ARGS+=--enable-superserver --without-editline

Expand All @@ -90,7 +90,7 @@ UDF_SQL= src/extlib/ib_udf2.sql src/extlib/fbudf/fbudf.sql
PKGINSTALL?= ${PKGDIR}/pkg-install-server
.else
# Client part stuff
LIB_DEPENDS+= libedit.so.0:${PORTSDIR}/devel/libedit
LIB_DEPENDS+= libedit.so.0:devel/libedit
LDFLAGS+= -L${LOCALBASE}/lib # to link in lncurses pulled in by libedit

CONFIGURE_ARGS+= --with-system-editline
Expand Down
2 changes: 1 addition & 1 deletion databases/fortytwo-bdb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LICENSE= LGPL21
USES= gnustep
USE_GNUSTEP= back build

LIB_DEPENDS= libEncore.so:${PORTSDIR}/devel/fortytwo-encore
LIB_DEPENDS= libEncore.so:devel/fortytwo-encore
DEFAULT_LIBVERSION= 0.1
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
USE_BDB= 43+
Expand Down
2 changes: 1 addition & 1 deletion databases/fpc-gdbm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ OPTIONS_DEFINE= GDBM
GDBM_DESC= Install the GNU database manager
OPTIONS_DEFAULT= GDBM

GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm

.include "${MASTERDIR}/Makefile"
2 changes: 1 addition & 1 deletion databases/fpc-odbc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= ODBC
ODBC_DESC= Install ODBC library suite for Unix

ODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC

.include "${MASTERDIR}/Makefile"
2 changes: 1 addition & 1 deletion databases/fpc-oracle/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ OPTIONS_DEFINE= ORACLE
ORACLE_DESC= Install oracle client

ORACLE8_LIB= ${LOCALBASE}/oracle8-client/rdbms/lib
ORACLE_RUN_DEPENDS= ${ORACLE8_LIB}/env_rdbms.mk:${PORTSDIR}/databases/oracle8-client
ORACLE_RUN_DEPENDS= ${ORACLE8_LIB}/env_rdbms.mk:databases/oracle8-client

.include "${MASTERDIR}/Makefile"
6 changes: 3 additions & 3 deletions databases/freetds-devel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ OPTIONS_RADIO_ODBC= IODBC UNIXODBC
ODBCWIDE_DESC= Enable Wide ODBC Support
OPENSSL_USE= OPENSSL=yes
OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_CONFIGURE_ON= --with-gnutls
IODBC_LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc
IODBC_LIB_DEPENDS= libiodbc.so:databases/libiodbc
IODBC_CONFIGURE_ON= --with-iodbc=${LOCALBASE}
IODBC_CPPFLAGS= -I${LOCALBASE}/include/libiodbc
UNIXODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC
UNIXODBC_CONFIGURE_ON= --with-unixodbc=${LOCALBASE}
ODBCWIDE_CONFIGURE_ON= --enable-odbc-wide

Expand Down
8 changes: 4 additions & 4 deletions databases/freetds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COMMENT= Sybase/Microsoft TDS protocol library

LICENSE= GPLv2

LIB_DEPENDS= libgcrypt.so:${PORTSDIR}/security/libgcrypt
LIB_DEPENDS= libgcrypt.so:security/libgcrypt

TDS_VER?= 5.0

Expand All @@ -36,12 +36,12 @@ OPTIONS_DEFAULT= OPENSSL MARS UNIXODBC
OPTIONS_SINGLE_ODBC= IODBC UNIXODBC
OPENSSL_USE= OPENSSL=yes
OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_CONFIGURE_ON= --with-gnutls
IODBC_LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc
IODBC_LIB_DEPENDS= libiodbc.so:databases/libiodbc
IODBC_CONFIGURE_ON= --with-iodbc=${LOCALBASE}
IODBC_CPPFLAGS= -I${LOCALBASE}/include/libiodbc
UNIXODBC_LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC
UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC
UNIXODBC_CONFIGURE_ON= --with-unixodbc=${LOCALBASE}
MARS_DESC= Enable MARS code (Experimental)
MARS_CONFIGURE_ON= --enable-mars
Expand Down
Loading

0 comments on commit 4e1b79a

Please sign in to comment.