Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 00:01:53 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496003 - head/games/allacrost
Message-ID:  <201903170001.x2H01rNV047085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Mar 17 00:01:52 2019
New Revision: 496003
URL: https://svnweb.freebsd.org/changeset/ports/496003

Log:
  games/allacrost: remove EDITOR option (Qt4 deprecation)

Modified:
  head/games/allacrost/Makefile
  head/games/allacrost/pkg-plist

Modified: head/games/allacrost/Makefile
==============================================================================
--- head/games/allacrost/Makefile	Sat Mar 16 23:59:31 2019	(r496002)
+++ head/games/allacrost/Makefile	Sun Mar 17 00:01:52 2019	(r496003)
@@ -3,7 +3,7 @@
 
 PORTNAME=	allacrost
 PORTVERSION=	1.0.2
-PORTREVISION=	25
+PORTREVISION=	26
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION}
 DISTNAME=	${PORTNAME}_demo_source_${PORTVERSION}
@@ -25,7 +25,7 @@ USE_SDL=	sdl ttf net
 USE_GL=		gl glu
 USE_XORG=	x11
 
-CONFIGURE_ARGS=	--datadir=${DATADIR}
+CONFIGURE_ARGS=	--datadir=${DATADIR} --enable-editor=no
 CPPFLAGS+=	-I${LOCALBASE}/include -I${LUA_INCDIR}
 LDFLAGS+=	-L${LOCALBASE}/lib -L${LUA_LIBDIR}
 CXXFLAGS+=	-Wno-c++11-narrowing
@@ -36,23 +36,9 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 PORTDOCS=	*
 PORTDATA=	*
 
-OPTIONS_DEFINE=	EDITOR DOCS
+OPTIONS_DEFINE=	DOCS
 OPTIONS_SUB=	yes
 
-EDITOR_DESC=		Enable editor
-
-EDITOR_USES=		qmake:no_env qt:4
-EDITOR_USE=		QT=corelib,gui,moc_build,opengl,qt3support
-EDITOR_CONFIGURE_ON=	--enable-editor=yes
-EDITOR_CONFIGURE_OFF=	--enable-editor=no
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MEDITOR}
-DEPRECATED=		Qt4 has been EOL since december 2015
-EXPIRATION_DATE=	2019-03-15
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|-I/usr/include/|-I${LOCALBASE}/include/|g' \
 		${WRKSRC}/Makefile.in
@@ -64,12 +50,6 @@ post-patch:
 		/qt4_libdirs/ s|".*"|"${QT_LIBDIR}"|; /test/ s|==|=| ; \
 		s/-llua /-llua-${LUA_VER} /g;' \
 		${WRKSRC}/configure
-
-post-patch-EDITOR-on:
-	@${REINPLACE_CMD} -e '/^INCLUDES = / s|=|= -I${QT_INCDIR}/QtGui \
-		-I${QT_INCDIR}/QtOpenGL -I${QT_INCDIR}/Qt3Support \
-		-I${QT_INCDIR}/QtCore -I${QT_INCDIR}|' \
-		${WRKSRC}/Makefile.in
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/games/allacrost/pkg-plist
==============================================================================
--- head/games/allacrost/pkg-plist	Sat Mar 16 23:59:31 2019	(r496002)
+++ head/games/allacrost/pkg-plist	Sun Mar 17 00:01:52 2019	(r496003)
@@ -1,5 +1,4 @@
 bin/allacrost
-%%EDITOR%%bin/allacrost-editor
 share/locale/de/LC_MESSAGES/allacrost.mo
 share/locale/en@quot/LC_MESSAGES/allacrost.mo
 share/locale/es/LC_MESSAGES/allacrost.mo



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