Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2012 01:50:40 -0600 (CST)
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        ports@freebsd.org
Subject:   [patch] ports/*/Makefile: move missorted SUBDIR lines
Message-ID:  <201202230750.q1N7oevx097465@serene.no-ip.org>

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

>Submitter-Id:	current-users
>Originator:	Conrad J. Sabatier
>Organization:
>Confidential:	no
>Synopsis:	[patch] ports/*/Makefile: move missorted SUBDIR lines
>Severity:	non-critical
>Priority:	low
>Category:	ports
>Class:		change-request
>Release:	FreeBSD 10.0-CURRENT amd64
>Environment:
System: FreeBSD serene.no-ip.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sun Feb 12 19:15:46 CST 2012 conrads@serene.no-ip.org:/usr/obj/usr/src/sys/CUSTOM amd64

>Description:
	A few of the ports categories' Makefiles contain missorted 
	entries.  I discovered this while working on a new tool I'm 
	writing in C to speed up the rebuilding of the ports README.html 	
	files.  Other ports tools or make targets may be affected by 
	this missorting as well.
>How-To-Repeat:
	N/A
>Fix:
	patch below

--- ports-Makefiles.diff begins here ---
Index: /usr/ports/audio/Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/Makefile,v
retrieving revision 1.1211
diff -u -r1.1211 Makefile
--- /usr/ports/audio/Makefile	7 Feb 2012 06:39:52 -0000	1.1211
+++ /usr/ports/audio/Makefile	23 Feb 2012 07:02:19 -0000
@@ -303,8 +303,8 @@
     SUBDIR += icegenerator
     SUBDIR += ices
     SUBDIR += ices0
-    SUBDIR += id3el
     SUBDIR += id3ed
+    SUBDIR += id3el
     SUBDIR += id3lib
     SUBDIR += id3mtag
     SUBDIR += id3ren
Index: /usr/ports/devel/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/Makefile,v
retrieving revision 1.4870
diff -u -r1.4870 Makefile
--- /usr/ports/devel/Makefile	21 Feb 2012 20:02:35 -0000	1.4870
+++ /usr/ports/devel/Makefile	23 Feb 2012 07:04:39 -0000
@@ -3780,8 +3780,8 @@
     SUBDIR += rubygem-templater
     SUBDIR += rubygem-test
     SUBDIR += rubygem-test-unit
-    SUBDIR += rubygem-thrift
     SUBDIR += rubygem-thor
+    SUBDIR += rubygem-thrift
     SUBDIR += rubygem-tilt
     SUBDIR += rubygem-tins
     SUBDIR += rubygem-transactionsimple
Index: /usr/ports/japanese/Makefile
===================================================================
RCS file: /home/ncvs/ports/japanese/Makefile,v
retrieving revision 1.792
diff -u -r1.792 Makefile
--- /usr/ports/japanese/Makefile	19 Feb 2012 20:10:02 -0000	1.792
+++ /usr/ports/japanese/Makefile	23 Feb 2012 07:16:29 -0000
@@ -156,8 +156,8 @@
     SUBDIR += less
     SUBDIR += libicq
     SUBDIR += libjcode
-    SUBDIR += libslang
     SUBDIR += libskk
+    SUBDIR += libslang
     SUBDIR += libtomoe-gtk
     SUBDIR += lipsf
     SUBDIR += lookup
Index: /usr/ports/net-im/Makefile
===================================================================
RCS file: /home/ncvs/ports/net-im/Makefile,v
retrieving revision 1.164
diff -u -r1.164 Makefile
--- /usr/ports/net-im/Makefile	18 Jan 2012 07:43:03 -0000	1.164
+++ /usr/ports/net-im/Makefile	23 Feb 2012 07:16:00 -0000
@@ -173,10 +173,10 @@
     SUBDIR += tkabber-devel
     SUBDIR += tkabber-plugins
     SUBDIR += tkabbur
-    SUBDIR += turpial
     SUBDIR += tmsnc
     SUBDIR += trix
     SUBDIR += ttytter
+    SUBDIR += turpial
     SUBDIR += twirssi
     SUBDIR += twitmail
     SUBDIR += vacuum-im
Index: /usr/ports/net-mgmt/Makefile
===================================================================
RCS file: /home/ncvs/ports/net-mgmt/Makefile,v
retrieving revision 1.278
diff -u -r1.278 Makefile
--- /usr/ports/net-mgmt/Makefile	17 Feb 2012 17:22:20 -0000	1.278
+++ /usr/ports/net-mgmt/Makefile	23 Feb 2012 07:15:19 -0000
@@ -157,8 +157,8 @@
     SUBDIR += net-snmp
     SUBDIR += netams
     SUBDIR += netams-front
-    SUBDIR += netdisco-mibs
     SUBDIR += netdisco
+    SUBDIR += netdisco-mibs
     SUBDIR += netleak
     SUBDIR += netmask
     SUBDIR += netmond
Index: /usr/ports/sysutils/Makefile
===================================================================
RCS file: /home/ncvs/ports/sysutils/Makefile,v
retrieving revision 1.1381
diff -u -r1.1381 Makefile
--- /usr/ports/sysutils/Makefile	16 Feb 2012 18:06:06 -0000	1.1381
+++ /usr/ports/sysutils/Makefile	23 Feb 2012 07:14:36 -0000
@@ -485,8 +485,8 @@
     SUBDIR += mapchan
     SUBDIR += massadmin
     SUBDIR += mbmon
-    SUBDIR += mcollective
     SUBDIR += mcelog
+    SUBDIR += mcollective
     SUBDIR += mcron
     SUBDIR += mcweject
     SUBDIR += mdcp
Index: /usr/ports/www/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/Makefile,v
retrieving revision 1.3135
diff -u -r1.3135 Makefile
--- /usr/ports/www/Makefile	22 Feb 2012 03:41:01 -0000	1.3135
+++ /usr/ports/www/Makefile	23 Feb 2012 07:13:26 -0000
@@ -1708,8 +1708,8 @@
     SUBDIR += rubygem-typhoeus
     SUBDIR += rubygem-uglifier
     SUBDIR += rubygem-unicorn
-    SUBDIR += rubygem-url_escape
     SUBDIR += rubygem-url-mount
+    SUBDIR += rubygem-url_escape
     SUBDIR += rubygem-webmock
     SUBDIR += rubygem-webrobots
     SUBDIR += rubygem-yapra
Index: /usr/ports/x11-toolkits/Makefile
===================================================================
RCS file: /home/ncvs/ports/x11-toolkits/Makefile,v
retrieving revision 1.596
diff -u -r1.596 Makefile
--- /usr/ports/x11-toolkits/Makefile	19 Feb 2012 09:07:38 -0000	1.596
+++ /usr/ports/x11-toolkits/Makefile	23 Feb 2012 07:11:28 -0000
@@ -177,9 +177,9 @@
     SUBDIR += p5-Tk-Getopt
     SUBDIR += p5-Tk-HistEntry
     SUBDIR += p5-Tk-JComboBox
+    SUBDIR += p5-Tk-ResizeButton
     SUBDIR += p5-Tk-Role-Dialog
     SUBDIR += p5-Tk-Role-HasWidgets
-    SUBDIR += p5-Tk-ResizeButton
     SUBDIR += p5-Tk-Splashscreen
     SUBDIR += p5-Tk-Sugar
     SUBDIR += p5-Tk-TableMatrix
--- ports-Makefiles.diff ends here ---




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