Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2019 14:14:43 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504550 - head/games/vegastrike
Message-ID:  <201906191414.x5JEEhhn048076@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}|} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906191414.x5JEEhhn048076>