Date: Wed, 16 Nov 2016 15:48:31 +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: r426245 - head/devel/bcc Message-ID: <201611161548.uAGFmVWs011429@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611161548.uAGFmVWs011429>