Date: Tue, 18 Feb 2014 15:59:29 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344916 - head/databases/mysqltcl Message-ID: <201402181559.s1IFxTcO022436@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Feb 18 15:59:29 2014 New Revision: 344916 URL: http://svnweb.freebsd.org/changeset/ports/344916 QAT: https://qat.redports.org/buildarchive/r344916/ Log: - Convert to USES=tcl - STAGE-clean Deleted: head/databases/mysqltcl/pkg-plist Modified: head/databases/mysqltcl/Makefile Modified: head/databases/mysqltcl/Makefile ============================================================================== --- head/databases/mysqltcl/Makefile Tue Feb 18 15:58:54 2014 (r344915) +++ head/databases/mysqltcl/Makefile Tue Feb 18 15:59:29 2014 (r344916) @@ -9,12 +9,14 @@ MASTER_SITES= http://www.xdobry.de/mysql MAINTAINER= tcltk@FreeBSD.org COMMENT= TCL module for accessing MySQL databases based on msqltcl -USES+= tcl +USES= tcl USE_LDCONFIG= yes USE_MYSQL= yes -USE_DOS2UNIX= generic/mysqltcl.c -MANN= mysqltcl.n +PLIST_FILES= lib/${PORTNAME}-${PORTVERSION}/libmysqltcl${PORTVERSION}.so \ + lib/${PORTNAME}-${PORTVERSION}/pkgIndex.tcl \ + man/mann/mysqltcl.n.gz +PLIST_DIRS= lib/${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes @@ -23,8 +25,4 @@ CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} --with-mysql-lib=${LOCALBASE}/lib/mysql \ --exec-prefix=${PREFIX} -PLIST_SUB+= LIB_DIR=${PORTNAME}-${PORTVERSION} \ - LIB_NAME=libmysqltcl${PORTVERSION}.so - -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181559.s1IFxTcO022436>