aboutsummaryrefslogtreecommitdiff
path: root/databases/mysqltcl/Makefile
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2008-04-08 20:46:02 +0000
committerMartin Matuska <mm@FreeBSD.org>2008-04-08 20:46:02 +0000
commit88a217ca555f6dcd9a42cea89277628684e837c8 (patch)
tree44d188b54b133006d6f15a09f96bc3bebc939fdb /databases/mysqltcl/Makefile
parent89f09264a88d7884768c00929058d39b939de42a (diff)
downloadports-88a217ca555f6dcd9a42cea89277628684e837c8.tar.gz
ports-88a217ca555f6dcd9a42cea89277628684e837c8.zip
- Update to 3.05
- Remove compatibility patch (already in source) PR: ports/122509 Submitted by: Bjoern Koenig <bkoenig@alpha-tierchen.de> (maintainer)
Notes
Notes: svn path=/head/; revision=210881
Diffstat (limited to 'databases/mysqltcl/Makefile')
-rw-r--r--databases/mysqltcl/Makefile22
1 files changed, 5 insertions, 17 deletions
diff --git a/databases/mysqltcl/Makefile b/databases/mysqltcl/Makefile
index ce38b41ee15c..a64c70c86300 100644
--- a/databases/mysqltcl/Makefile
+++ b/databases/mysqltcl/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= mysqltcl
-PORTVERSION= 3.04
-CATEGORIES= databases tcl83 tcl84
+PORTVERSION= 3.05
+CATEGORIES= databases tcl82 tcl83 tcl84
MASTER_SITES= http://www.xdobry.de/mysqltcl/
MAINTAINER= bkoenig@alpha-tierchen.de
@@ -15,15 +15,13 @@ COMMENT= TCL module for accessing MySQL databases based on msqltcl
USE_LDCONFIG= yes
USE_MYSQL= yes
-USE_TCL= yes
-USE_TCL_BUILD= yes
+USE_TCL= 82+
+USE_DOS2UNIX= generic/mysqltcl.c
MANN= mysqltcl.n
GNU_CONFIGURE= yes
-.include <bsd.port.pre.mk>
-
CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \
--with-mysql-include=${LOCALBASE}/include/mysql \
--with-mysql-lib=${LOCALBASE}/lib/mysql \
@@ -32,14 +30,4 @@ CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} \
PLIST_SUB+= LIB_DIR=${PORTNAME}-${PORTVERSION} \
LIB_NAME=libmysqltcl${PORTVERSION}.so
-pre-patch:
- @${REINPLACE_CMD} -e 's, * ,,' ${WRKSRC}/generic/*.[ch]
-
-post-install:
- @${TEST} ! -f ${PKGMESSAGE} || ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
-
-.if ${MYSQL_VER} == 323 || ${MYSQL_VER} == 40
-PKGMESSAGE= ${PKGDIR}/pkg-message-legacy
-.endif
+.include <bsd.port.mk>