View | Details | Raw Unified | Return to bug 241279 | Differences between
and this patch

Collapse All | Expand All

(-)shells/v7sh/Makefile (-14 / +9 lines)
Lines 5-28 Link Here
5
PORTVERSION=	1.0
5
PORTVERSION=	1.0
6
PORTREVISION=	1
6
PORTREVISION=	1
7
CATEGORIES=	shells
7
CATEGORIES=	shells
8
MASTER_SITES=	ftp://minnie.tuhs.org/UnixArchive/PDP-11/Trees/V7/usr/src/cmd/sh/:s \
8
MASTER_SITES=	https://BSDforge.com/projects/source/shells/v7sh/
9
		http://minnie.tuhs.org/UnixTree/V7/usr/src/cmd/sh/:s \
9
10
		ftp://minnie.tuhs.org/UnixArchive/PDP-11/Trees/V7/usr/man/man1/:m \
10
DISTFILES=	args.c blok.c brkincr.h builtin.c cmd.c \
11
		http://minnie.tuhs.org/UnixTree/V7/usr/man/man1/:m
11
		ctype.c ctype.h defs.h error.c expand.c \
12
DISTFILES=	args.c:s blok.c:s brkincr.h:s builtin.c:s cmd.c:s \
12
		fault.c io.c mac.h macro.c main.c mode.h \
13
		ctype.c:s ctype.h:s defs.h:s error.c:s expand.c:s \
13
		msg.c name.c name.h print.c service.c \
14
		fault.c:s io.c:s mac.h:s macro.c:s main.c:s mode.h:s \
14
		setbrk.c stak.c stak.h string.c sym.h \
15
		msg.c:s name.c:s name.h:s print.c:s service.c:s \
15
		timeout.h word.c xec.c sh.1
16
		setbrk.c:s stak.c:s stak.h:s string.c:s sym.h:s \
17
		timeout.h:s word.c:s xec.c:s sh.1:m
18
DIST_SUBDIR=	${PORTNAME}
16
DIST_SUBDIR=	${PORTNAME}
19
17
20
MAINTAINER=	ports@FreeBSD.org
18
MAINTAINER=	portmaster@BSDforge.com
21
COMMENT=	Implementation of the UNIX 7th Edition shell
19
COMMENT=	Implementation of the UNIX 7th Edition shell
22
20
23
BROKEN=		unfetchable
24
DEPRECATED=	Unfetchable, unmaintained
25
EXPIRATION_DATE=	2019-10-16
26
BROKEN_aarch64=	Fails to link: missing sbrk
21
BROKEN_aarch64=	Fails to link: missing sbrk
27
22
28
USES=		uidfix
23
USES=		uidfix

Return to bug 241279