Changeset View
Changeset View
Standalone View
Standalone View
devel/bcc/Makefile
| PORTNAME= bcc | PORTNAME= bcc | ||||
| PORTVERSION= 1995.03.12 | PORTVERSION= 1995.03.12 | ||||
| PORTREVISION= 3 | PORTREVISION= 3 | ||||
| CATEGORIES= devel lang | CATEGORIES= devel lang | ||||
| MASTER_SITES= LOCAL/joerg | MASTER_SITES= LOCAL/joerg | ||||
| DISTNAME= ${PORTNAME} | DISTNAME= ${PORTNAME} | ||||
| MAINTAINER= joerg@FreeBSD.org | MAINTAINER= joerg@FreeBSD.org | ||||
| COMMENT= Bruce's C compiler (with as and ld); can do 16-bit code | COMMENT= Bruce's C compiler (with as and ld); can do 16-bit code | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| BROKEN_aarch64= fails to link: error adding symbols: File in wrong format | BROKEN_aarch64= fails to link: error adding symbols: File in wrong format | ||||
| BROKEN_mips= fails to compile: unrecognized command line option "-m32" | |||||
| BROKEN_mips64= fails to compile: unrecognized command line option "-m32" | |||||
| USES= uidfix | USES= uidfix | ||||
| CONFLICTS= dev86 | CONFLICTS= dev86 | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||