Summary: | emulators/pearpc : remove support for expired QT3 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Rene Ladan <rene> | ||||
Component: | Individual Port(s) | Assignee: | Roman Bogorodskiy <novel> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Rene Ladan
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->novel Over to maintainer (via the GNATS Auto Assign Tool) 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 Committed, thanks! |