From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 10:24:54 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B4D63A23; Thu, 7 Feb 2013 10:24:54 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 7C55A2DF; Thu, 7 Feb 2013 10:24:54 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3Oet-0004cp-J3; Thu, 07 Feb 2013 10:24:47 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3Oet-00056B-5k; Thu, 07 Feb 2013 10:24:47 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r17AOkRj048078; Thu, 7 Feb 2013 10:24:46 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r17AOkrw048077; Thu, 7 Feb 2013 10:24:46 GMT (envelope-from mexas) Date: Thu, 7 Feb 2013 10:24:46 GMT From: Anton Shterenlikht Message-Id: <201302071024.r17AOkrw048077@mech-cluster241.men.bris.ac.uk> To: tcltk@FreeBSD.org Subject: lang/tcl85 builds fine on ia64, please remove BROKEN= Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 10:24:54 -0000 lang/tcl85 builds fine on ia64, and always had. I don't recall any problem with in all the time I've used ia64, about 4-5 years. Please remove the BROKEN= # svn diff /usr/ports/lang/tcl85/ Index: /usr/ports/lang/tcl85/Makefile =================================================================== --- /usr/ports/lang/tcl85/Makefile (revision 311810) +++ /usr/ports/lang/tcl85/Makefile (working copy) @@ -70,10 +70,6 @@ CONFIGURE_ARGS+=--without-tzdata .endif -.if (${ARCH} == "ia64") -BROKEN= does not compile on ia64 -.endif - post-configure: ${REINPLACE_CMD} \ -e 's,-DNO_MEMMOVE=1,,' -e 's,-DNO_STRING_H=1,,' \ # # uname -a FreeBSD mech-cluster241.men.bris.ac.uk 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r244834: Sun Dec 30 09:16:26 GMT 2012 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64 # pkg info -xo tcl tcl-8.5.13: lang/tcl85 # Thanks Anton