Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2014 02:53:38 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361851 - head/databases/tcl-Mysql
Message-ID:  <201407150253.s6F2rcev062602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Tue Jul 15 02:53:38 2014
New Revision: 361851
URL: http://svnweb.freebsd.org/changeset/ports/361851
QAT: https://qat.redports.org/buildarchive/r361851/

Log:
  Pass the actual TCL_VER down to the files/Makefile.bsd -- not sure, why
  this hasn't been caught before.
  
  Notified by:	swills

Modified:
  head/databases/tcl-Mysql/Makefile

Modified: head/databases/tcl-Mysql/Makefile
==============================================================================
--- head/databases/tcl-Mysql/Makefile	Tue Jul 15 02:40:13 2014	(r361850)
+++ head/databases/tcl-Mysql/Makefile	Tue Jul 15 02:53:38 2014	(r361851)
@@ -19,9 +19,9 @@ PATCH_DEPENDS=	rcsdiff:${PORTSDIR}/devel
 USE_MYSQL=	41+
 USES=		tcl
 TCL_NODOT=	tcl${TCL_VER:S/.//}
-WRKSRC=		${WRKDIR}/tcl-sql/
+WRKSRC=		${WRKDIR}/tcl-sql
 LIB_NAME=	libTclMySQL.so.1
-MAKE_ARGS+=	SHLIB_NAME=${LIB_NAME} ${PLIST_SUB}
+MAKE_ARGS+=	SHLIB_NAME=${LIB_NAME} ${PLIST_SUB} TCL_VERSION=tcl${TCL_VER}
 REINPLACE_ARGS=	-i ""
 MAKEFILE=	${FILESDIR}/Makefile.bsd
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407150253.s6F2rcev062602>