svn commit: r504550 - head/games/vegastrike
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Jun 19 14:14:43 UTC 2019
Author: danfe
Date: Wed Jun 19 14:14:42 2019
New Revision: 504550
URL: https://svnweb.freebsd.org/changeset/ports/504550
Log:
Remove seemingly unused #include <sys/dir.h> and thus undeprecate.
Modified:
head/games/vegastrike/Makefile
Modified: head/games/vegastrike/Makefile
==============================================================================
--- head/games/vegastrike/Makefile Wed Jun 19 13:52:32 2019 (r504549)
+++ head/games/vegastrike/Makefile Wed Jun 19 14:14:42 2019 (r504550)
@@ -11,9 +11,6 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Open source 3D space simulator
-DEPRECATED= Abandonware using sys/dir.h
-EXPIRATION_DATE= 2019-07-12
-
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -64,6 +61,8 @@ post-patch:
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's/-lboost_python/-l${PY_BOOST_LIB}/' \
${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e '/#include <sys\/dir\.h>/d' \
+ ${WRKSRC}/setup/src/c/setup.cpp
do-install:
${INSTALL_PROGRAM} ${BIN_FILES:S|bin|${WRKSRC}|} \
More information about the svn-ports-all
mailing list