Bug 180277 - emulators/pearpc : remove support for expired QT3
Summary: emulators/pearpc : remove support for expired QT3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-04 18:40 UTC by Rene Ladan
Modified: 2013-07-05 19:03 UTC (History)
0 users

See Also:


Attachments
file.diff (562 bytes, patch)
2013-07-04 18:40 UTC, Rene Ladan
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rene Ladan freebsd_committer freebsd_triage 2013-07-04 18:40:01 UTC
Remove support for the expired QT3 port, so effectively update the commented out QT/GTK section.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-04 18:40:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-05 18:55:17 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2013-07-05 19:03:57 UTC
State Changed
From-To: open->closed

Committed, thanks!