From owner-svn-ports-head@FreeBSD.ORG Wed Feb 26 11:47:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BBBCDF28; Wed, 26 Feb 2014 11:47:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6D911060; Wed, 26 Feb 2014 11:47:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1QBlOWh080060; Wed, 26 Feb 2014 11:47:24 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1QBlOd4080059; Wed, 26 Feb 2014 11:47:24 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201402261147.s1QBlOd4080059@svn.freebsd.org> From: John Marino Date: Wed, 26 Feb 2014 11:47:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346195 - head/devel/smake X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Feb 2014 11:47:24 -0000 Author: marino Date: Wed Feb 26 11:47:24 2014 New Revision: 346195 URL: http://svnweb.freebsd.org/changeset/ports/346195 QAT: https://qat.redports.org/buildarchive/r346195/ Log: devel/smake: Unbreak smake to see what happens This port was originally marked as broken on i386 only. It always worked without modification on dports. Later when eadler@ released the port without fixing i386, he marked it completely broken although it builds on amd64. He did not post the error messages encountered on i386 in the commit message adding BROKEN_i386 or BROKEN and thus all smake error logs have cycled off. Remove BROKEN definition and let the cluster start building smake again so we can see if it's really broken or not (and if so, how). Modified: head/devel/smake/Makefile Modified: head/devel/smake/Makefile ============================================================================== --- head/devel/smake/Makefile Wed Feb 26 11:44:58 2014 (r346194) +++ head/devel/smake/Makefile Wed Feb 26 11:47:24 2014 (r346195) @@ -5,7 +5,6 @@ PORTNAME= smake PORTVERSION= 1.2.3 CATEGORIES= devel MASTER_SITES= ftp://ftp.berlios.de/pub/smake/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a./a/} MAINTAINER= ports@FreeBSD.org COMMENT= Portable make program with automake features @@ -24,6 +23,6 @@ MAKE_ARGS= INS_BASE=${PREFIX} DEFMANBASE RULEUSED= "`${WRKSRC}/conf/oarch.sh`" PLIST_SUB= RULESUSED="${RULEUSED}" -BROKEN= fails to find correct configuration file +#BROKEN_i386= fails to find correct configuration file .include