aboutsummaryrefslogtreecommitdiff
path: root/lang/newlisp
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2011-12-31 21:20:51 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2011-12-31 21:20:51 +0000
commit249f31cf1111726b319c2e0f42c12c2d17940896 (patch)
tree5c9bce8810a3432fba44d307324e9ac404c69c72 /lang/newlisp
parent4efd678f605d6d0418d3ead851c48e08ac18a258 (diff)
downloadports-249f31cf1111726b319c2e0f42c12c2d17940896.tar.gz
ports-249f31cf1111726b319c2e0f42c12c2d17940896.zip
- Remove version specific MySQL options. [1]
- Also remove extra $MBSDlabs$ CVS tag while I'm here. - Bump PORTREVISION. PR: ports/163728 [1] Submitted by: dougb
Notes
Notes: svn path=/head/; revision=288354
Diffstat (limited to 'lang/newlisp')
-rw-r--r--lang/newlisp/Makefile24
-rw-r--r--lang/newlisp/pkg-plist3
2 files changed, 7 insertions, 20 deletions
diff --git a/lang/newlisp/Makefile b/lang/newlisp/Makefile
index 4bc01d5e3408..30ca2a155992 100644
--- a/lang/newlisp/Makefile
+++ b/lang/newlisp/Makefile
@@ -2,13 +2,12 @@
# Date created: 2006-09-13
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
-# $MBSDlabs$
# $FreeBSD$
#
PORTNAME= newlisp
PORTVERSION= 10.3.3
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.newlisp.org/downloads/
EXTRACT_SUFX= .tgz
@@ -32,8 +31,7 @@ DOCS= CHANGES CodePatterns.html ExpressionEvaluation.html \
newlisp_index.html newlisp_manual.html \
OPTIONS= GMP "Enable GMP math library support" off \
- MYSQL5 "Build with mysql 5.0.x support" off \
- MYSQL51 "Build with mysql 5.1.x support" off \
+ MYSQL "Build with mysql support" off \
PGSQL "Build with postgresql support" off \
SQLITE "Build with sqlite support" off \
GUISERV "Install GUI server (in JAVA)" off
@@ -52,22 +50,12 @@ PLIST_SUB+= GMP=""
PLIST_SUB+= GMP="@comment "
.endif
-.if defined(WITH_MYSQL5)
-USE_MYSQL=yes
-WITH_MYSQL_VER= 50
+.if defined(WITH_MYSQL)
+USE_MYSQL= yes
MODULES+= mysql
-PLIST_SUB+= MYSQL5=""
+PLIST_SUB+= MYSQL=""
.else
-PLIST_SUB+= MYSQL5="@comment "
-.endif
-
-.if defined(WITH_MYSQL51)
-USE_MYSQL=yes
-WITH_MYSQL_VER= 51
-MODULES+= mysql
-PLIST_SUB+= MYSQL51=""
-.else
-PLIST_SUB+= MYSQL51="@comment "
+PLIST_SUB+= MYSQL="@comment "
.endif
.if defined(WITH_PGSQL)
diff --git a/lang/newlisp/pkg-plist b/lang/newlisp/pkg-plist
index f1c078c65919..5cff0b0f89e5 100644
--- a/lang/newlisp/pkg-plist
+++ b/lang/newlisp/pkg-plist
@@ -75,8 +75,7 @@ bin/newlispdoc
%%DATADIR%%/modules/infix.lsp
%%DATADIR%%/modules/json.lsp
%%DATADIR%%/modules/macro.lsp
-%%MYSQL51%%%%DATADIR%%/modules/mysql.lsp
-%%MYSQL5%%%%DATADIR%%/modules/mysql.lsp
+%%MYSQL%%%%DATADIR%%/modules/mysql.lsp
%%DATADIR%%/modules/odbc.lsp
%%DATADIR%%/modules/pop3.lsp
%%PGSQL%%%%DATADIR%%/modules/postgres.lsp