summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-20 09:37:21 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-20 09:37:21 +0000
commit026e7e59d0ed7d0547f4bbfeb78ec2d7314e4b7e (patch)
treee15da3a9d272dc778a61c4284411b8e8825bce6d /databases
parent- Remove USE_GETOPT_LONG which is a no-op since March 2007 (diff)
- Remove USE_GETOPT_LONG which is a no-op since March 200
Notes
Notes: svn path=/head/; revision=209418
Diffstat (limited to 'databases')
-rw-r--r--databases/dbview/Makefile2
-rw-r--r--databases/mysqlard/Makefile1
-rw-r--r--databases/postgresql73-server/Makefile8
-rw-r--r--databases/postgresql74-server/Makefile8
-rw-r--r--databases/postgresql80-server/Makefile8
-rw-r--r--databases/postgresql81-server/Makefile8
-rw-r--r--databases/postgresql82-server/Makefile8
-rw-r--r--databases/postgresql83-server/Makefile8
-rw-r--r--databases/postgresql84-server/Makefile8
-rw-r--r--databases/postgresql90-server/Makefile8
-rw-r--r--databases/postgresql91-server/Makefile8
-rw-r--r--databases/postgresql92-server/Makefile8
-rw-r--r--databases/pxtools/Makefile1
-rw-r--r--databases/wmjsql/Makefile1
14 files changed, 0 insertions, 85 deletions
diff --git a/databases/dbview/Makefile b/databases/dbview/Makefile
index aff34ccb9e18..cc61d6c82b6a 100644
--- a/databases/dbview/Makefile
+++ b/databases/dbview/Makefile
@@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= apps/database/proprietary
MAINTAINER= ports@FreeBSD.org
COMMENT= View dBase III files
-USE_GETOPT_LONG= yes
-
MAKE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= dbview.1
diff --git a/databases/mysqlard/Makefile b/databases/mysqlard/Makefile
index 14131a51b8ae..0fd3cec43a64 100644
--- a/databases/mysqlard/Makefile
+++ b/databases/mysqlard/Makefile
@@ -17,7 +17,6 @@ BUILD_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_APACHE= 1.3+
-USE_GETOPT_LONG=yes
USE_MYSQL= yes
MYSQLARD_DIR?= ${PREFIX}/www/mysqlard
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile
index 222d6a4a6df0..c93dfdb61267 100644
--- a/databases/postgresql73-server/Makefile
+++ b/databases/postgresql73-server/Makefile
@@ -76,10 +76,6 @@ CONFIGURE_ARGS+=--with-openssl
.include <bsd.port.pre.mk>
.if !defined(SLAVE_ONLY)
-# gnugetopt will always be used if already installed
-. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h)
-OPTIONS+= GNUGETOPT "Use GNU getopt" on
-. endif
# Note: server only options are no-ops for the client
OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
@@ -94,10 +90,6 @@ OPTIONS+= DEBUG "Builds with debugging symbols" off
CONFIGURE_ARGS+=--with-pam
. endif
-. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h)
-USE_GETOPT_LONG=yes
-. endif
-
. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS))
CONFIGURE_ARGS+=--enable-nls --with-includes=${LOCALBASE}/include
PLIST_SUB+= GETTEXT=""
diff --git a/databases/postgresql74-server/Makefile b/databases/postgresql74-server/Makefile
index 43a6fdb71ebd..fa6f04f42387 100644
--- a/databases/postgresql74-server/Makefile
+++ b/databases/postgresql74-server/Makefile
@@ -76,10 +76,6 @@ CONFIGURE_ARGS+=--with-openssl
.include <bsd.port.pre.mk>
.if !defined(SLAVE_ONLY)
-# gnugetopt will always be used if already installed
-. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h)
-OPTIONS+= GNUGETOPT "Use GNU getopt" on
-. endif
# Note: server only options are no-ops for the client
OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
@@ -103,10 +99,6 @@ USE_BISON= build
CONFIGURE_ARGS+=--with-pam
. endif
-. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h)
-USE_GETOPT_LONG=yes
-. endif
-
. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS))
CONFIGURE_ARGS+=--enable-nls --with-includes=${LOCALBASE}/include
PLIST_SUB+= GETTEXT=""
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index 2ade864a8007..9415b37fc421 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-server/Makefile
@@ -76,10 +76,6 @@ CONFIGURE_ARGS+=--with-openssl
.include <bsd.port.pre.mk>
.if !defined(SLAVE_ONLY)
-# gnugetopt will always be used if already installed
-. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h)
-OPTIONS+= GNUGETOPT "Use GNU getopt" on
-. endif
OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
OPTIONS+= HEIMDAL_KRB5 "Builds with Heimdal kerberos support" off
@@ -124,10 +120,6 @@ CONFIGURE_ARGS+=--with-pam
CONFIGURE_ARGS+=--enable-integer-datetimes
. endif
-. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h)
-USE_GETOPT_LONG=yes
-. endif
-
. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS))
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= GETTEXT=""
diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile
index 0fca314ade12..070417d80ced 100644
--- a/databases/postgresql81-server/Makefile
+++ b/databases/postgresql81-server/Makefile
@@ -77,10 +77,6 @@ CONFIGURE_ARGS+=--with-openssl
.include <bsd.port.pre.mk>
.if !defined(SLAVE_ONLY)
-# gnugetopt will always be used if already installed
-. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h)
-OPTIONS+= GNUGETOPT "Use GNU getopt" on
-. endif
OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
OPTIONS+= HEIMDAL_KRB5 "Builds with Heimdal kerberos support" off
@@ -125,10 +121,6 @@ CONFIGURE_ARGS+=--with-pam
CONFIGURE_ARGS+=--enable-integer-datetimes
. endif
-. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h)
-USE_GETOPT_LONG=yes
-. endif
-
. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS))
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= GETTEXT=""
diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile
index 5b4fc72a06f3..0e03fa24bd94 100644
--- a/databases/postgresql82-server/Makefile
+++ b/databases/postgresql82-server/Makefile
@@ -81,10 +81,6 @@ CONFIGURE_ARGS+=--with-openssl
.include <bsd.port.pre.mk>
.if !defined(SLAVE_ONLY)
-# gnugetopt will always be used if already installed
-. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h)
-OPTIONS+= GNUGETOPT "Use GNU getopt" on
-. endif
OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= LDAP "Build with LDAP authentication support" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
@@ -124,10 +120,6 @@ USE_OPENLDAP= YES
CONFIGURE_ARGS+=--enable-integer-datetimes
. endif
-. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h)
-USE_GETOPT_LONG=yes
-. endif
-
. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS))
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= GETTEXT=""
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile
index bea34fea6ef4..99c7cdab477b 100644
--- a/databases/postgresql83-server/Makefile
+++ b/databases/postgresql83-server/Makefile
@@ -87,10 +87,6 @@ CONFIGURE_ARGS+=--with-openssl
.include <bsd.port.pre.mk>
.if !defined(SLAVE_ONLY)
-# gnugetopt will always be used if already installed
-. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h)
-OPTIONS+= GNUGETOPT "Use GNU getopt" on
-. endif
OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= LDAP "Build with LDAP authentication support" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
@@ -142,10 +138,6 @@ PLIST_SUB+= TZDATA="@comment "
CONFIGURE_ARGS+=--enable-integer-datetimes
. endif
-. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h)
-USE_GETOPT_LONG=yes
-. endif
-
. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS))
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= GETTEXT=""
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index bea34fea6ef4..99c7cdab477b 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -87,10 +87,6 @@ CONFIGURE_ARGS+=--with-openssl
.include <bsd.port.pre.mk>
.if !defined(SLAVE_ONLY)
-# gnugetopt will always be used if already installed
-. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h)
-OPTIONS+= GNUGETOPT "Use GNU getopt" on
-. endif
OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= LDAP "Build with LDAP authentication support" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
@@ -142,10 +138,6 @@ PLIST_SUB+= TZDATA="@comment "
CONFIGURE_ARGS+=--enable-integer-datetimes
. endif
-. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h)
-USE_GETOPT_LONG=yes
-. endif
-
. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS))
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= GETTEXT=""
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index bea34fea6ef4..99c7cdab477b 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-server/Makefile
@@ -87,10 +87,6 @@ CONFIGURE_ARGS+=--with-openssl
.include <bsd.port.pre.mk>
.if !defined(SLAVE_ONLY)
-# gnugetopt will always be used if already installed
-. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h)
-OPTIONS+= GNUGETOPT "Use GNU getopt" on
-. endif
OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= LDAP "Build with LDAP authentication support" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
@@ -142,10 +138,6 @@ PLIST_SUB+= TZDATA="@comment "
CONFIGURE_ARGS+=--enable-integer-datetimes
. endif
-. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h)
-USE_GETOPT_LONG=yes
-. endif
-
. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS))
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= GETTEXT=""
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index bea34fea6ef4..99c7cdab477b 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -87,10 +87,6 @@ CONFIGURE_ARGS+=--with-openssl
.include <bsd.port.pre.mk>
.if !defined(SLAVE_ONLY)
-# gnugetopt will always be used if already installed
-. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h)
-OPTIONS+= GNUGETOPT "Use GNU getopt" on
-. endif
OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= LDAP "Build with LDAP authentication support" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
@@ -142,10 +138,6 @@ PLIST_SUB+= TZDATA="@comment "
CONFIGURE_ARGS+=--enable-integer-datetimes
. endif
-. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h)
-USE_GETOPT_LONG=yes
-. endif
-
. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS))
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= GETTEXT=""
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index bea34fea6ef4..99c7cdab477b 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -87,10 +87,6 @@ CONFIGURE_ARGS+=--with-openssl
.include <bsd.port.pre.mk>
.if !defined(SLAVE_ONLY)
-# gnugetopt will always be used if already installed
-. if ( ${OSVERSION} < 500041 ) && !exists(${LOCALBASE}/include/getopt.h)
-OPTIONS+= GNUGETOPT "Use GNU getopt" on
-. endif
OPTIONS+= PAM "Build with PAM support (server only)" off
OPTIONS+= LDAP "Build with LDAP authentication support" off
OPTIONS+= MIT_KRB5 "Build with MIT's kerberos support" off
@@ -142,10 +138,6 @@ PLIST_SUB+= TZDATA="@comment "
CONFIGURE_ARGS+=--enable-integer-datetimes
. endif
-. if !defined(WITHOUT_GNUGETOPT) || exists(${LOCALBASE}/include/getopt.h)
-USE_GETOPT_LONG=yes
-. endif
-
. if !(defined(WITHOUT_GETTEXT) || defined(WITHOUT_NLS))
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= GETTEXT=""
diff --git a/databases/pxtools/Makefile b/databases/pxtools/Makefile
index 44df7f3ab8de..50b1e650f296 100644
--- a/databases/pxtools/Makefile
+++ b/databases/pxtools/Makefile
@@ -14,7 +14,6 @@ MASTER_SITES= http://jan.kneschke.de/assets/2007/2/16/
MAINTAINER= ports@FreeBSD.org
COMMENT= Collection of tools to work with Paradox databases
-USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
USE_GETTEXT= yes
CPPFLAGS= -I${LOCALBASE}/include
diff --git a/databases/wmjsql/Makefile b/databases/wmjsql/Makefile
index a9526fcb4aaa..90d052542118 100644
--- a/databases/wmjsql/Makefile
+++ b/databases/wmjsql/Makefile
@@ -18,7 +18,6 @@ COMMENT= MySQL server status displaying dockapp
USE_MYSQL= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
-USE_GETOPT_LONG= yes
USE_XPM= yes
ALL_TARGET= clean all