Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 17:55:09 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322344 - head/emulators/pearpc
Message-ID:  <201307051755.r65Ht93Z020617@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Fri Jul  5 17:55:09 2013
New Revision: 322344
URL: http://svnweb.freebsd.org/changeset/ports/322344

Log:
  Remove support for the expired QT3 port.
  
  PR:		180277
  Submitted by:	rene

Modified:
  head/emulators/pearpc/Makefile

Modified: head/emulators/pearpc/Makefile
==============================================================================
--- head/emulators/pearpc/Makefile	Fri Jul  5 17:45:43 2013	(r322343)
+++ head/emulators/pearpc/Makefile	Fri Jul  5 17:55:09 2013	(r322344)
@@ -29,17 +29,6 @@ SDL_DESC=	Use SDL for user interface
 BROKEN=		Internal compiler error on ia64
 .endif
 
-# GTK and QT interfaces are broken in this version
-#
-#.if ${PORT_OPTIONS:MQT}
-#CONFIGURE_ARGS+=	--enable-ui=qt
-#USE_QT_VER=	3
-#QTDIR?=		${QT_PREFIX}
-#CONFIGURE_ENV+=	QTDIR="${QTDIR}"
-#.else
-#CONFIGURE_ARGS+=	--enable-ui=nogui
-#.endif
-
 .if ${PORT_OPTIONS:MSDL}
 CONFIGURE_ARGS+=	--enable-ui=sdl
 USE_SDL=	sdl



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