aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-03-14 14:32:04 +0800
committerjgh <jgh@FreeBSD.org>2013-03-14 14:32:04 +0800
commit7bcf751b841ed0a665b48818d21f010daac3bd99 (patch)
treedc4565fbcb8e38fe0e42b0b1af7edd9e43bc5af8 /databases
parent2b4983b05d4b3e55be202bca641b679d38454bc2 (diff)
downloadfreebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.tar.gz
freebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.tar.zst
freebsd-ports-gnome-7bcf751b841ed0a665b48818d21f010daac3bd99.zip
- adopt optionsNG and trim historical headers
PR: 176928 PR: 176936 PR: 176937 PR: 176938 PR: 176939 PR: 176940 PR: 176941 PR: 176942 PR: 176943 PR: 176944 PR: 176945 Submitted by: jgh@ Approved by: portmgr (miwi)
Diffstat (limited to 'databases')
-rw-r--r--databases/fpc-gdbm/Makefile10
-rw-r--r--databases/fpc-ibase/Makefile10
-rw-r--r--databases/fpc-mysql/Makefile10
-rw-r--r--databases/fpc-odbc/Makefile9
-rw-r--r--databases/fpc-oracle/Makefile9
-rw-r--r--databases/fpc-postgres/Makefile10
-rw-r--r--databases/fpc-sqlite/Makefile9
7 files changed, 25 insertions, 42 deletions
diff --git a/databases/fpc-gdbm/Makefile b/databases/fpc-gdbm/Makefile
index e651bc9d8dbc..f47f28192f7d 100644
--- a/databases/fpc-gdbm/Makefile
+++ b/databases/fpc-gdbm/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fpc-gdbm
-# Date created: 2006-06-05
-# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
+# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= databases lang
@@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= GDBM "Install the GNU database manager" on
+OPTIONS_DEFINE= GDBM
+GDBM_DESC= Install the GNU database manager
+OPTIONS_DEFAULT= GDBM
.include "${MASTERDIR}/Makefile"
diff --git a/databases/fpc-ibase/Makefile b/databases/fpc-ibase/Makefile
index 28d4eb85abe7..536caee70526 100644
--- a/databases/fpc-ibase/Makefile
+++ b/databases/fpc-ibase/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Free Pascal ibase Unit
-# Date created: 9 February 2004
-# Whom: John Merryweather Cooper
-#
+# Created by: John Merryweather Cooper
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= databases lang
@@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= IBASE "Install Interbase/Firebird client" on
+OPTIONS_DEFINE= IBASE
+IBASE_DESC= Install Interbase/Firebird client
+OPTIONS_DEFAULT= IBASE
.include "${MASTERDIR}/Makefile"
diff --git a/databases/fpc-mysql/Makefile b/databases/fpc-mysql/Makefile
index 434e05b80d3b..13d6448d4f90 100644
--- a/databases/fpc-mysql/Makefile
+++ b/databases/fpc-mysql/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Free Pascal mysql Unit
-# Date created: 9 February 2004
-# Whom: John Merryweather Cooper
-#
+# Created by: John Merryweather Cooper
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= databases lang
@@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= MYSQL "Install MySQL client" on
+OPTIONS_DEFINE= MYSQL
+MYSQL_DESC= Install MySQL client
+OPTIONS_DEFAULT= MYSQL
.include "${MASTERDIR}/Makefile"
diff --git a/databases/fpc-odbc/Makefile b/databases/fpc-odbc/Makefile
index b2618799814c..bc8dacd061c6 100644
--- a/databases/fpc-odbc/Makefile
+++ b/databases/fpc-odbc/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Free Pascal Compiler
-# Date created: 8 January 2004
-# Whom: John Merryweather Cooper
-#
+# Created by: John Merryweather Cooper
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= databases lang
@@ -18,6 +14,7 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= ODBC "Install ODBC library suite for Unix" off
+OPTIONS_DEFINE= ODBC
+ODBC_DESC= Install ODBC library suite for Unix
.include "${MASTERDIR}/Makefile"
diff --git a/databases/fpc-oracle/Makefile b/databases/fpc-oracle/Makefile
index 8421dbecc3b2..6b2963cb1474 100644
--- a/databases/fpc-oracle/Makefile
+++ b/databases/fpc-oracle/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Free Pascal Compiler
-# Date created: 28 November 2001
-# Whom: John Merryweather Cooper et al
-#
+# Created by: John Merryweather Cooper et al
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= databases lang
@@ -18,6 +14,7 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= ORACLE "Install oracle client" off
+OPTIONS_DEFINE= ORACLE
+ORACLE_DESC= Install oracle client
.include "${MASTERDIR}/Makefile"
diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile
index b72b5dabbcdb..5a4a94525d1c 100644
--- a/databases/fpc-postgres/Makefile
+++ b/databases/fpc-postgres/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Free Pascal Compiler
-# Date created: 28 November 2001
-# Whom: John Merryweather Cooper et al
-#
+# Created by: John Merryweather Cooper et al
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= databases lang
@@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= PGSQL "Install PostgreSQL client" on
+OPTIONS_DEFINE= PGSQL
+PGSQL_DESC= Install PostgreSQL client
+OPTIONS_DEFAULT= PGSQL
.include "${MASTERDIR}/Makefile"
diff --git a/databases/fpc-sqlite/Makefile b/databases/fpc-sqlite/Makefile
index 02b0fe88be6d..5928f0a5e092 100644
--- a/databases/fpc-sqlite/Makefile
+++ b/databases/fpc-sqlite/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fpc-sqlite
-# Date created: 2006-06-05
-# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
+# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= databases lang
@@ -18,6 +14,7 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= SQLITE "Install SQLite database engine" on
+OPTIONS_DEFINE= SQLITE
+OPTIONS_DEFAULT= SQLITE
.include "${MASTERDIR}/Makefile"