Bug 165411 - [patch] ports/*/Makefile: move missorted SUBDIR lines
Summary: [patch] ports/*/Makefile: move missorted SUBDIR lines
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 08:00 UTC by Conrad J. Sabatier
Modified: 2012-02-23 09:35 UTC (History)
1 user (show)

See Also:


Attachments
ports-Makefiles.diff (4.65 KB, patch)
2012-02-23 08:00 UTC, Conrad J. Sabatier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad J. Sabatier 2012-02-23 08:00:20 UTC
	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.

Fix: patch below
How-To-Repeat: 	N/A
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-02-23 09:17:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-23 09:21:57 UTC
rm          2012-02-23 09:21:48 UTC

  FreeBSD ports repository

  Modified files:
    audio                Makefile 
    devel                Makefile 
    japanese             Makefile 
    net-im               Makefile 
    net-mgmt             Makefile 
    sysutils             Makefile 
    www                  Makefile 
    x11-toolkits         Makefile 
  Log:
  - fix sort order in few category Makefiles
  
  PR:             165411
  Submitted by:   Conrad J. Sabatier <conrads at cox dot net>
  
  Revision  Changes    Path
  1.1212    +1 -1      ports/audio/Makefile
  1.4871    +1 -1      ports/devel/Makefile
  1.793     +1 -1      ports/japanese/Makefile
  1.165     +1 -1      ports/net-im/Makefile
  1.279     +1 -1      ports/net-mgmt/Makefile
  1.1382    +1 -1      ports/sysutils/Makefile
  1.3136    +1 -1      ports/www/Makefile
  1.597     +1 -1      ports/x11-toolkits/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-02-23 09:35:51 UTC
State Changed
From-To: open->closed

Committed, thank you!