svn commit: r319928 - in head: lang/expect misc/dejagnu

Brendan Fabeny bf at FreeBSD.org
Tue Jun 4 22:20:52 UTC 2013


Author: bf
Date: Tue Jun  4 22:20:51 2013
New Revision: 319928
URL: http://svnweb.freebsd.org/changeset/ports/319928

Log:
  fix the build after the update of lang/tcl84 to 8.4.20; assign to
  tcltk@

Modified:
  head/lang/expect/Makefile   (contents, props changed)
  head/misc/dejagnu/Makefile

Modified: head/lang/expect/Makefile
==============================================================================
--- head/lang/expect/Makefile	Tue Jun  4 22:18:15 2013	(r319927)
+++ head/lang/expect/Makefile	Tue Jun  4 22:20:51 2013	(r319928)
@@ -6,11 +6,11 @@
 
 PORTNAME=	expect
 PORTVERSION=	5.43.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	lang tcl tk
 MASTER_SITES=	http://mirror.amdmi3.ru/distfiles/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	tcltk at FreeBSD.org
 COMMENT=	A sophisticated scripter based on tcl/tk
 
 CONFLICTS=	expect-5.44* weather-[0-9]*
@@ -64,6 +64,9 @@ MAN3=		libexpect.3
 .endif
 
 post-patch:
+	${REINPLACE_CMD} -e \
+		's|@TCLHDIRDASHI@|& -I${LOCALBASE}/include/tcl8.4/unix|' \
+		${WRKSRC}/Makefile.in ${WRKSRC}/DbgMkfl.in
 	${TOUCH} ${WRKSRC}/configure
 
 post-install:

Modified: head/misc/dejagnu/Makefile
==============================================================================
--- head/misc/dejagnu/Makefile	Tue Jun  4 22:18:15 2013	(r319927)
+++ head/misc/dejagnu/Makefile	Tue Jun  4 22:20:51 2013	(r319928)
@@ -6,7 +6,7 @@ PORTVERSION=	1.5.1
 CATEGORIES=	misc tcl tk
 MASTER_SITES=	GNU
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	tcltk at FreeBSD.org
 COMMENT=	Automated program/system tester
 
 LICENSE=	GPLv3


More information about the svn-ports-all mailing list