Bug 180276 - sysutils/nvclock : remove support for expired QT3
Summary: sysutils/nvclock : 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: Alexey Dokuchaev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-04 17:50 UTC by Rene Ladan
Modified: 2013-07-05 15:30 UTC (History)
0 users

See Also:


Attachments
file.diff (858 bytes, patch)
2013-07-04 17:50 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 17:50:01 UTC
Remove support for the expired QT3 port.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-07-04 17:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->danfe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-07-05 08:08:29 UTC
Author: danfe
Date: Fri Jul  5 07:08:16 2013
New Revision: 322312
URL: http://svnweb.freebsd.org/changeset/ports/322312

Log:
  - Sadly, remove support for the expired Qt 3.x port
  - Rename GUI option to X11, to allow for umbrella X11-less builds
  
  PR:		ports/180276
  Submitted by:	rene

Modified:
  head/sysutils/nvclock/Makefile

Modified: head/sysutils/nvclock/Makefile
==============================================================================
--- head/sysutils/nvclock/Makefile	Fri Jul  5 06:47:13 2013	(r322311)
+++ head/sysutils/nvclock/Makefile	Fri Jul  5 07:08:16 2013	(r322312)
@@ -20,12 +20,11 @@ PLIST_FILES=	bin/nvclock bin/smartdimmer
 MAN1=		nvclock.1
 PORTDOCS=	ABOUT AUTHORS ChangeLog FAQ README
 
-OPTIONS_DEFINE=	NVCONTROL GTK2 QT3 DOCS
-OPTIONS_DEFAULT=	NVCONTROL GTK2
+OPTIONS_DEFINE=	NVCONTROL X11 DOCS
+OPTIONS_DEFAULT=	NVCONTROL X11
 
 NVCONTROL_DESC=	NV-CONTROL support (for OpenGL settings)
-GTK2_DESC=	Build GTK+ 2 GUI program
-QT3_DESC=	Build Qt 3.x (legacy) GUI program
+X11_DESC=	Build GUI program (requires GTK+ 2.x)
 
 .include <bsd.port.options.mk>
 
@@ -36,19 +35,13 @@ USE_GNOME=	pkgconfig
 CONFIGURE_ARGS+=	--disable-nvcontrol
 .endif
 
-.if ${PORT_OPTIONS:MGTK2}
+.if ${PORT_OPTIONS:MX11}
 USE_GNOME=	gtk20
 PLIST_FILES+=	bin/nvclock_gtk
 .else
 CONFIGURE_ARGS+=	--disable-gtk
 .endif
 
-.if ${PORT_OPTIONS:MQT3}
-USE_QT_VER=	3
-CONFIGURE_ARGS+=	--enable-qt --with-qtdir=${LOCALBASE}
-PLIST_FILES+=	bin/nvclock_qt
-.endif
-
 post-patch:
 # Uphold our C[XX]FLAGS except for backend part, it must be compiled with -O0
 	@${REINPLACE_CMD} -E 's|^(C(XX)?FLAGS)=|\1+=|' \
_______________________________________________
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 Alexey Dokuchaev freebsd_committer freebsd_triage 2013-07-05 15:30:39 UTC
State Changed
From-To: open->closed

Committed, thanks!