Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2012 19:54:51 -0500 (CDT)
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169278: [patch] ports/devel/Makefile: missorted SUBDIR item
Message-ID:  <201206210054.q5L0sphx008372@serene.no-ip.org>
Resent-Message-ID: <201206210100.q5L10KVV026196@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169278
>Category:       ports
>Synopsis:       [patch] ports/devel/Makefile: missorted SUBDIR item
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 21 01:00:19 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Conrad J. Sabatier
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r233542: Tue Mar 27 09:02:02 CDT 2012 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64

>Description:
	SUBDIR item "qt4-qmlviewer" missorted
>How-To-Repeat:
	N/A
>Fix:

	patch below


--- ports-devel-Makefile.diff begins here ---
Index: ports/devel/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/Makefile,v
retrieving revision 1.4992
diff -u -r1.4992 Makefile
--- ports/devel/Makefile	17 Jun 2012 20:26:50 -0000	1.4992
+++ ports/devel/Makefile	21 Jun 2012 00:51:01 -0000
@@ -3583,8 +3583,8 @@
     SUBDIR += qt4-moc
     SUBDIR += qt4-porting
     SUBDIR += qt4-qdbusviewer
-    SUBDIR += qt4-qmlviewer
     SUBDIR += qt4-qdoc3
+    SUBDIR += qt4-qmlviewer
     SUBDIR += qt4-qt3support
     SUBDIR += qt4-qtestlib
     SUBDIR += qt4-qtsolutions-singleapplication
--- ports-devel-Makefile.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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