diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-01 12:06:32 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-01 12:06:32 +0000 |
commit | e6963a752feda6e8d2f9b1e3bae400a581d8b9a9 (patch) | |
tree | e7b73e8a946a64845ded1b37fa70baa68634381c /games | |
parent | 8f0617d1cf7e071672ad80902fe9cba99ddd1cdd (diff) | |
download | freebsd-ports-e6963a752feda6e8d2f9b1e3bae400a581d8b9a9.zip |
Remove deprecated ports
Remove deprecated ports depending on the soon to be removed
x11/libXxf86misc and graphics/libGLw
2019-11-01 games/xpilot-ng-client: Depends on deprecated x11/libXxf86misc
2019-11-01 science/xmakemol: Depends on expiring graphics/libGLw
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/xpilot-ng-client/Makefile | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/games/Makefile b/games/Makefile index fae3ab17b482..0c5d0c48fe4a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1072,7 +1072,6 @@ SUBDIR += xpat2 SUBDIR += xpenguins SUBDIR += xpilot - SUBDIR += xpilot-ng-client SUBDIR += xpilot-ng-server SUBDIR += xpipeman SUBDIR += xpired diff --git a/games/xpilot-ng-client/Makefile b/games/xpilot-ng-client/Makefile deleted file mode 100644 index a25c92cb9051..000000000000 --- a/games/xpilot-ng-client/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: Jean-Yves Lefort <jylefort@brutele.be> -# $FreeBSD$ - -PORTREVISION= 6 -PKGNAMESUFFIX= -client - -COMMENT= Enhanced version of XPilot (client program) - -DEPRECATED= Depends on deprecated libXxf86misc -EXPIRATION_DATE=2019-11-01 - -MASTERDIR= ${.CURDIR}/../xpilot-ng-server - -USE_XORG= x11 xext xxf86misc -USES= gl - -.include "${MASTERDIR}/Makefile" |