diff options
author | mat <mat@FreeBSD.org> | 2017-01-03 18:59:48 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-03 18:59:48 +0800 |
commit | c743bcc36550fe214c3826e524078d4459e8cb90 (patch) | |
tree | 651f2b79921e203f1365c51010104193bf80a7b5 /emulators | |
parent | b87aada344f95ae3dcdb6b8619921874fc4d62c7 (diff) | |
download | freebsd-ports-gnome-c743bcc36550fe214c3826e524078d4459e8cb90.tar.gz freebsd-ports-gnome-c743bcc36550fe214c3826e524078d4459e8cb90.tar.zst freebsd-ports-gnome-c743bcc36550fe214c3826e524078d4459e8cb90.zip |
Deprecate ports broken for FreeBSD 10.3-
Sponsored by: Absolight
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/doscmd/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index 5d385266a091..02aa8829499c 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -8,6 +8,10 @@ MASTER_SITES= SF/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= DOS emulator +BROKEN= does not build (accesses field of opaque structure) +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2017-01-15 + ONLY_FOR_ARCHS= i386 FONTFILES= cp437-8x8.pcf.gz cp437-8x14.pcf.gz cp437-8x16.pcf.gz @@ -23,11 +27,6 @@ X11_MAKE_ARGS_OFF= -DNO_X .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000012 -# files/extra-patch-cwd.c will fix this, see inside -BROKEN= does not build (accesses field of opaque structure) -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 |