diff options
author | antoine <antoine@FreeBSD.org> | 2015-11-09 20:59:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-11-09 20:59:03 +0800 |
commit | 22f7514ac919166ba72b426b3e50500eb7045feb (patch) | |
tree | 833ea06148a6d04c639882998b046989806a59ed /databases | |
parent | 4ec31d9ff5afbe149c71d6a49f257023b2ad0b13 (diff) | |
download | freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.tar.gz freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.tar.zst freebsd-ports-gnome-22f7514ac919166ba72b426b3e50500eb7045feb.zip |
Mark a few ports BROKEN: unfetchable
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysqlreport/Makefile | 2 | ||||
-rw-r--r-- | databases/mysqlsla/Makefile | 2 | ||||
-rw-r--r-- | databases/oracle_odbc_driver/Makefile | 2 | ||||
-rw-r--r-- | databases/pure-sql3/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/databases/mysqlreport/Makefile b/databases/mysqlreport/Makefile index 7c4ac5eaf0a5..c2d6ca5228b3 100644 --- a/databases/mysqlreport/Makefile +++ b/databases/mysqlreport/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://hackmysql.com/scripts/ MAINTAINER= ports@FreeBSD.org COMMENT= Mysqlreport makes a friendly report of important MySQL status values +BROKEN= unfetchable + LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/databases/mysqlsla/Makefile b/databases/mysqlsla/Makefile index 6ea78d0863c1..e20939c017dc 100644 --- a/databases/mysqlsla/Makefile +++ b/databases/mysqlsla/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://hackmysql.com/scripts/ MAINTAINER= ports@FreeBSD.org COMMENT= Mysqlsla analyzes general, slow, and raw MySQL statement logs +BROKEN= unfetchable + LICENSE= GPLv2 # or later RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ diff --git a/databases/oracle_odbc_driver/Makefile b/databases/oracle_odbc_driver/Makefile index 84ef6e073b99..440542f22041 100644 --- a/databases/oracle_odbc_driver/Makefile +++ b/databases/oracle_odbc_driver/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Oracle Open Source ODBC driver +BROKEN= unfetchable + LIB_DEPENDS= libodbc.so:${PORTSDIR}/databases/unixODBC CONFIGURE_ARGS= --with-unixODBC=${LOCALBASE} diff --git a/databases/pure-sql3/Makefile b/databases/pure-sql3/Makefile index 972415e243a8..65731038f132 100644 --- a/databases/pure-sql3/Makefile +++ b/databases/pure-sql3/Makefile @@ -11,6 +11,8 @@ DIST_SUBDIR= pure MAINTAINER= ports@FreeBSD.org COMMENT= Pure language binding to the SQLite3 library +BROKEN= unfetchable + LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING |