From nobody@FreeBSD.org  Thu Jul  4 17:30:21 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 49768EA7
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Jul 2013 17:30:21 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 3C03012CA
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  4 Jul 2013 17:30:21 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r64HUL7P006903
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 4 Jul 2013 17:30:21 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r64HUKbY006516;
	Thu, 4 Jul 2013 17:30:20 GMT
	(envelope-from nobody)
Message-Id: <201307041730.r64HUKbY006516@oldred.freebsd.org>
Date: Thu, 4 Jul 2013 17:30:20 GMT
From: Rene Ladan <rene@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: emulators/pearpc : remove support for expired QT3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         180277
>Category:       ports
>Synopsis:       emulators/pearpc : remove support for expired QT3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    novel
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 04 17:40:01 UTC 2013
>Closed-Date:    Fri Jul 05 18:03:58 UTC 2013
>Last-Modified:  Fri Jul 05 18:03:58 UTC 2013
>Originator:     Rene Ladan
>Release:        FreeBSD 9.1-amd64
>Organization:
>Environment:
FreeBSD 9.1-amd64
Ports r322216
>Description:
Remove support for the expired QT3 port, so effectively update the commented out QT/GTK section.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 322216)
+++ Makefile	(working copy)
@@ -29,16 +29,9 @@
 BROKEN=		Internal compiler error on ia64
 .endif
 
-# GTK and QT interfaces are broken in this version
+# GTK interface is 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


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->novel 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jul 4 17:40:10 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180277 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/180277: commit references a PR
Date: Fri,  5 Jul 2013 17:55:17 +0000 (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"
 
State-Changed-From-To: open->closed 
State-Changed-By: novel 
State-Changed-When: Fri Jul 5 18:03:57 UTC 2013 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180277 
>Unformatted:
