svn commit: r303247 - head/lang/tcl85

Jimmy Olgeni olgeni at FreeBSD.org
Mon Aug 27 20:38:41 UTC 2012


Author: olgeni
Date: Mon Aug 27 20:38:40 2012
New Revision: 303247
URL: http://svn.freebsd.org/changeset/ports/303247

Log:
  Fix tinderbox leftovers warning from r303095: do not install
  lib/tcl8.5/msgs/uk.msg.orig. Does not apply to lang/tcl86.

Modified:
  head/lang/tcl85/Makefile

Modified: head/lang/tcl85/Makefile
==============================================================================
--- head/lang/tcl85/Makefile	Mon Aug 27 20:28:35 2012	(r303246)
+++ head/lang/tcl85/Makefile	Mon Aug 27 20:38:40 2012	(r303247)
@@ -7,7 +7,7 @@
 
 PORTNAME?=	tcl
 PORTVERSION=	8.5.12
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	lang
 MASTER_SITES=	SF/tcl/Tcl/${PORTVERSION}
 PKGNAMESUFFIX?=		${THREADS_SUFFIX}${PKGNAMESUFFIX2}
@@ -719,6 +719,7 @@ post-patch:
 		-e 's|tclsh\\fR|tclsh${TCL_VER}${THREADS_SUFFIX}\\fR|g' -e 's|Tclsh\\fR|Tclsh${TCL_VER}${THREADS_SUFFIX}\\fR|g' \
 		-e 's|^.so man.macros|.so ${DATADIR}/man.macros|' \
 		${WRKSRC}/../doc/tclsh.1
+	@${FIND} ${WRKDIR} -name \*.orig -delete
 .if defined(BUILDING_TCL_THREADS)
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
 		-e 's|$${TCL_TRIM_DOTS}|$${TCL_TRIM_DOTS}${THREADS_SUFFIX}|g' \



More information about the svn-ports-head mailing list