Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2012 04:45:53 -0500 (CDT)
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/166960: [patch] math/Makefile: missorted SUBDIR item
Message-ID:  <201204150945.q3F9jreQ001914@serene.no-ip.org>
Resent-Message-ID: <201204150950.q3F9o1AF058129@freefall.freebsd.org>

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

>Number:         166960
>Category:       ports
>Synopsis:       [patch] math/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:   Sun Apr 15 09:50:01 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+= item in ports/math/Makefile.
>How-To-Repeat:
		Run 'mkreadmes math'.
>Fix:
		Patch below.


--- math-Makefile.diff begins here ---
Index: math/Makefile
===================================================================
RCS file: /home/ncvs/ports/math/Makefile,v
retrieving revision 1.775
diff -u -r1.775 Makefile
--- math/Makefile	14 Apr 2012 19:27:42 -0000	1.775
+++ math/Makefile	15 Apr 2012 09:38:31 -0000
@@ -509,8 +509,8 @@
     SUBDIR += py-basemap
     SUBDIR += py-basemap-data
     SUBDIR += py-bitvector
-    SUBDIR += py-fiat
     SUBDIR += py-ffc
+    SUBDIR += py-fiat
     SUBDIR += py-fpconst
     SUBDIR += py-gato
     SUBDIR += py-gmpy
--- math-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?201204150945.q3F9jreQ001914>