diff options
author | asami <asami@FreeBSD.org> | 1998-11-23 17:02:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-23 17:02:19 +0800 |
commit | e41038899f3f311bed01ec69ab6a26a2decd22a3 (patch) | |
tree | b57396e7c2bdfb5044e3f860c1467e57235d8543 /security/super | |
parent | ae7e30f792083d478e2c4f68e7eaab4a93cf667a (diff) | |
download | freebsd-ports-graphics-e41038899f3f311bed01ec69ab6a26a2decd22a3.tar.gz freebsd-ports-graphics-e41038899f3f311bed01ec69ab6a26a2decd22a3.tar.zst freebsd-ports-graphics-e41038899f3f311bed01ec69ab6a26a2decd22a3.zip |
Mark it broken, doesn't build on 2.2-stable.
=======
===> Building for super-3.11.6
cc -c -DSUPERFILE=\"/usr/local/etc/super.tab\" -DTIMESTAMP_DIR=\"/usr/local/var/superstamps\" -DSYSLOG_PRIORITY=LOG_ERR -DHAVE_CONFIG_H -I. -O -pipe super.c
In file included from localsys.h:166,
from super.h:18,
from super.c:12:
/usr/include/prot.h:60: parse error before `create_auth_reply'
/usr/include/prot.h:62: parse error before `KTEXT'
/usr/include/prot.h:62: warning: data definition has no type or storage class
*** Error code 1
Stop.
Diffstat (limited to 'security/super')
-rw-r--r-- | security/super/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/super/Makefile b/security/super/Makefile index c1ad2354dfd..7293fb2921f 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -4,7 +4,7 @@ # Date created: Fri Mar 18, 1997 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.1.1.1 1997/04/24 08:02:43 obrien Exp $ +# $Id: Makefile,v 1.2 1998/11/19 09:19:18 obrien Exp $ # DISTNAME= super-3.11.6 @@ -15,6 +15,8 @@ MASTER_SITES= ftp://phobos.caltech.edu/users/will/ \ MAINTAINER= obrien@FreeBSD.org +BROKEN= build + GNU_CONFIGURE= yes MAN1= super.1 setuid.1 MAN5= super.5 |