Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Dec 2010 11:11:11 -0800 (PST)
From:      Julien Laffaye <kimelto@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153471: Wrong SUBDIR entry in sysutils/Makefile
Message-ID:  <4d18e4cf.8b90d80a.04d1.ffffda8f@mx.google.com>
Resent-Message-ID: <201012271920.oBRJK8x6090486@freefall.freebsd.org>

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

>Number:         153471
>Category:       ports
>Synopsis:       Wrong SUBDIR entry in sysutils/Makefile
>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:   Mon Dec 27 19:20:08 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Julien Laffaye
>Release:        FreeBSD 8.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD chulak.lan 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
The Makefile in the sysutils directory contains a SUBDIR entry for the "graid" port.
The "graid" directory does not exist, but "graid5" does.
>How-To-Repeat:
>Fix:

--- SysutilsMakefile.diff begins here ---
--- Makefile.orig	2010-12-27 19:04:57.000000000 +0000
+++ Makefile	2010-12-27 19:05:11.000000000 +0000
@@ -333,7 +333,7 @@
     SUBDIR += gpkgdep
     SUBDIR += gpte
     SUBDIR += graft
-    SUBDIR += graid
+    SUBDIR += graid5
     SUBDIR += graphicboot
     SUBDIR += graveman
     SUBDIR += grok
--- SysutilsMakefile.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?4d18e4cf.8b90d80a.04d1.ffffda8f>