svn commit: r361851 - head/databases/tcl-Mysql

Mikhail Teterin mi at FreeBSD.org
Tue Jul 15 02:53:38 UTC 2014


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
 


More information about the svn-ports-all mailing list