diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-05 10:30:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-05 10:30:58 +0800 |
commit | 9031e59bec09aacab77ef2c5df159f0c608f702b (patch) | |
tree | 827ae89d7f66b16d725b511da7a1530bbaebc5cd /databases | |
parent | f779b58fa5f67d3ebfc7ef2c7d05f7b54d9e91ef (diff) | |
download | freebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.tar.gz freebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.tar.zst freebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.zip |
Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR: ports/92445
Hat: portmgr
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ip4r/Makefile | 2 | ||||
-rw-r--r-- | databases/mysql-administrator/Makefile | 2 | ||||
-rw-r--r-- | databases/mysql-connector-odbc/Makefile | 2 | ||||
-rw-r--r-- | databases/mysql-query-browser/Makefile | 2 | ||||
-rw-r--r-- | databases/mysqlcc/Makefile | 2 | ||||
-rw-r--r-- | databases/pecl-paradox/Makefile | 2 | ||||
-rw-r--r-- | databases/pgadmin3/Makefile | 4 |
7 files changed, 8 insertions, 8 deletions
diff --git a/databases/ip4r/Makefile b/databases/ip4r/Makefile index 3fd955c5ca3e..847fae03954b 100644 --- a/databases/ip4r/Makefile +++ b/databases/ip4r/Makefile @@ -20,7 +20,7 @@ DEFAULT_PGSQL_VER= 81 # 74 is not strictly true, but requires extracting the appropriate # postgresql-contrib tarball, and associated heavy lifting. # In order to keep this port simple, we assume >= 8.0 -BROKEN_WITH_PGSQL= 73 74 +IGNORE_WITH_PGSQL= 73 74 MAKE_ARGS= USE_PGXS=1 diff --git a/databases/mysql-administrator/Makefile b/databases/mysql-administrator/Makefile index c355e2875a96..1a1f4c900f91 100644 --- a/databases/mysql-administrator/Makefile +++ b/databases/mysql-administrator/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share/gnome USE_ICONV= yes USE_GNOME= libglade2 gnomehack USE_MYSQL= yes -BROKEN_WITH_MYSQL= 323 +IGNORE_WITH_MYSQL= 323 GNU_CONFIGURE= yes GUI_CONFIG_COOKIE= ${WRKDIR}/.gui_configure_done diff --git a/databases/mysql-connector-odbc/Makefile b/databases/mysql-connector-odbc/Makefile index 5118f739005e..e77340871609 100644 --- a/databases/mysql-connector-odbc/Makefile +++ b/databases/mysql-connector-odbc/Makefile @@ -17,7 +17,7 @@ MAINTAINER= sergey@network-asp.biz COMMENT= ODBC driver for MySQL${MYSQL_VER} / ${DRIVER_MANAGER} USE_MYSQL= yes -BROKEN_WITH_MYSQL= 323 +IGNORE_WITH_MYSQL= 323 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 libltdl:15 diff --git a/databases/mysql-query-browser/Makefile b/databases/mysql-query-browser/Makefile index 05e6c567c6bc..7c4bf8ec5e65 100644 --- a/databases/mysql-query-browser/Makefile +++ b/databases/mysql-query-browser/Makefile @@ -36,7 +36,7 @@ USE_ICONV= yes USE_GNOME= libglade2 gnomehack gtkhtml3 intltool USE_MYSQL= yes DEFAULT_MYSQL_VER= 50 -BROKEN_WITH_MYSQL= 323 +IGNORE_WITH_MYSQL= 323 GNU_CONFIGURE= yes GUI_CONFIG_COOKIE= ${WRKDIR}/.gui_configure_done diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile index 21743251d77a..ecbfeedc1221 100644 --- a/databases/mysqlcc/Makefile +++ b/databases/mysqlcc/Makefile @@ -19,7 +19,7 @@ COMMENT= A platform-independent GUI administration client for the MySQL server BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_MYSQL= yes -BROKEN_WITH_MYSQL=323 +IGNORE_WITH_MYSQL=323 GNU_CONFIGURE= yes USE_QT_VER= 3 diff --git a/databases/pecl-paradox/Makefile b/databases/pecl-paradox/Makefile index 3c6df868c0d1..dedc9a10e011 100644 --- a/databases/pecl-paradox/Makefile +++ b/databases/pecl-paradox/Makefile @@ -22,7 +22,7 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes DEFAULT_PHP_VER=5 -BROKEN_WITH_PHP=4 +IGNORE_WITH_PHP=4 PHP_MODNAME= paradox CONFIGURE_ARGS+= --with-paradox=${LOCALBASE} diff --git a/databases/pgadmin3/Makefile b/databases/pgadmin3/Makefile index ed004fddc086..dfca2c259c29 100644 --- a/databases/pgadmin3/Makefile +++ b/databases/pgadmin3/Makefile @@ -16,7 +16,7 @@ COMMENT= PostgreSQL database design and management system USE_GETTEXT= yes USE_PGSQL= yes -BROKEN_WITH_PGSQL= 73 +IGNORE_WITH_PGSQL= 73 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wx=${X11BASE} --with-wx-config=${WX_CONFIG} CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} @@ -32,7 +32,7 @@ post-install: .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= requires wchar_t +IGNORE= cannot install: requires wchar_t .endif .include <bsd.port.post.mk> |