Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Apr 2012 06:45:49 -0500 (CDT)
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/166559: [patch] devel/Makefile: missorted item "libcidr"
Message-ID:  <201204011145.q31Bjnrk043122@serene.no-ip.org>
Resent-Message-ID: <201204011150.q31BoCKu015546@freefall.freebsd.org>

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

>Number:         166559
>Category:       ports
>Synopsis:       [patch] devel/Makefile: missorted item "libcidr"
>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:   Sun Apr 01 11:50:12 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:
	Missorted SUBDIR line in devel/Makefile

>How-To-Repeat:
	N/A
>Fix:

	patch below


--- devel-Makefile.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/Makefile,v
retrieving revision 1.4911
diff -u -r1.4911 Makefile
--- Makefile	1 Apr 2012 04:40:26 -0000	1.4911
+++ Makefile	1 Apr 2012 11:23:55 -0000
@@ -801,7 +801,6 @@
     SUBDIR += lexi
     SUBDIR += lfc
     SUBDIR += lfcxml
-    SUBDIR += libcidr
     SUBDIR += libIDL
     SUBDIR += libPropList
     SUBDIR += libXGP
@@ -827,6 +826,7 @@
     SUBDIR += libcfg
     SUBDIR += libcheck
     SUBDIR += libchipcard
+    SUBDIR += libcidr
     SUBDIR += libcii
     SUBDIR += libclaw
     SUBDIR += libcli
--- 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?201204011145.q31Bjnrk043122>