Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 22:20:52 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319928 - in head: lang/expect misc/dejagnu
Message-ID:  <201306042220.r54MKqj0099828@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	tcltk@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@FreeBSD.org
+MAINTAINER=	tcltk@FreeBSD.org
 COMMENT=	Automated program/system tester
 
 LICENSE=	GPLv3



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