Date: Wed, 26 Feb 2014 11:47:24 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346195 - head/devel/smake Message-ID: <201402261147.s1QBlOd4080059@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402261147.s1QBlOd4080059>