ae52d42878
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.
21 lines
430 B
Makefile
21 lines
430 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bcc
|
|
PORTVERSION= 1995.03.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel lang
|
|
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]*
|
|
|
|
BROKEN_aarch64= Fails to link: error adding symbols: File in wrong format
|
|
|
|
.include <bsd.port.mk>
|