From owner-svn-ports-head@freebsd.org Wed Nov 16 15:48:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13BF7C43F4F; Wed, 16 Nov 2016 15:48:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D9B0C1A2D; Wed, 16 Nov 2016 15:48:31 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAGFmVIf011430; Wed, 16 Nov 2016 15:48:31 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAGFmVWs011429; Wed, 16 Nov 2016 15:48:31 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201611161548.uAGFmVWs011429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Wed, 16 Nov 2016 15:48:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426245 - head/devel/bcc 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.23 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, 16 Nov 2016 15:48:32 -0000 Author: marino Date: Wed Nov 16 15:48:30 2016 New Revision: 426245 URL: https://svnweb.freebsd.org/changeset/ports/426245 Log: devel/bcc: mark BROKEN, unfetchable Something obviously changed within the framework, but I'm confused how MASTER_SITES was never defined for bcc: ===> bcc-1995.03.12_1 depends on file: /usr/local/sbin/pkg - found => bcc.tar.gz doesn't seem to exist in /distfiles/. ===> /!\ Warning /!\ The :DEFAULT group used for bcc.tar.gz is missing from MASTER_SITES. Check for typos, or errors. => Couldn't fetch it - please try to retrieve this => port manually into /distfiles/ and try again. *** Error code 1 Strangely it's an Warning on FreeBSD 10.3 and an Error on DF. The result is the same though: impossible to fetch. Modified: head/devel/bcc/Makefile Modified: head/devel/bcc/Makefile ============================================================================== --- head/devel/bcc/Makefile Wed Nov 16 15:42:55 2016 (r426244) +++ head/devel/bcc/Makefile Wed Nov 16 15:48:30 2016 (r426245) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= joerg@FreeBSD.org COMMENT= Bruce's C compiler (with as and ld); can do 16-bit code +BROKEN= unfetchable (MASTER_SITES not defined) + USES= uidfix CONFLICTS= bin86-[0-9]* dev86-[0-9]*