diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-19 07:46:56 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-19 07:46:56 +0800 |
commit | 4716b384832381257697d19e79c925ee6189d8da (patch) | |
tree | 1540f56cffab168bde0c459db9d8a27ad9c03085 /databases | |
parent | 217c776b1c45016b23cb344551e817033f156685 (diff) | |
download | freebsd-ports-gnome-4716b384832381257697d19e79c925ee6189d8da.tar.gz freebsd-ports-gnome-4716b384832381257697d19e79c925ee6189d8da.tar.zst freebsd-ports-gnome-4716b384832381257697d19e79c925ee6189d8da.zip |
Pointyhat confirms that these don't work with newer MySQL, so
mark them:
BROKEN= Needs modification to work with newer MySQL
EXPIRATION_DATE= 2011-11-30
Diffstat (limited to 'databases')
-rw-r--r-- | databases/fireprofile/Makefile | 3 | ||||
-rw-r--r-- | databases/gtksql/Makefile | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/databases/fireprofile/Makefile b/databases/fireprofile/Makefile index 751ee97de710..1b0f686b1916 100644 --- a/databases/fireprofile/Makefile +++ b/databases/fireprofile/Makefile @@ -18,6 +18,9 @@ EXTRACT_SUFX= -0.1.2.tar.gz MAINTAINER= dean@odyssey.apana.org.au COMMENT= Library to help profiling where programs are using MySQL +BROKEN= Needs modification to work with newer MySQL +EXPIRATION_DATE= 2011-11-30 + MAN3= libfireprofile.3 PLIST_FILES= lib/libfireprofile.so.0 lib/libfireprofile.so diff --git a/databases/gtksql/Makefile b/databases/gtksql/Makefile index 2d6ed5669b84..fc6eb52b6538 100644 --- a/databases/gtksql/Makefile +++ b/databases/gtksql/Makefile @@ -15,6 +15,8 @@ MAINTAINER= domi@saargate.de COMMENT= Graphical query tool for PostgreSQL and/or MySQL .if defined(PACKAGE_BUILDING) && !defined(WITH_MYSQL) && !defined(WITH_PGSQL) +BROKEN= Needs modification to work with newer MySQL +EXPIRATION_DATE= 2011-11-30 WITH_MYSQL= yes .endif |