Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2003 19:55:40 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53570: [patch] fix bug in ports/x11/Makefile
Message-ID:  <200306210055.h5L0te8H084350@lonesome.lonesome.com>
Resent-Message-ID: <200306210100.h5L10TeQ081895@freefall.freebsd.org>

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

>Number:         53570
>Category:       ports
>Synopsis:       [patch] fix bug in ports/x11/Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 20 18:00:28 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD-4.7
>Organization:
FreeBSD
>Environment:
System: FreeBSD lonesome.lonesome.com 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Nov 8 23:46:29 CST 2002 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	Revision 1.406 attempted to move x11-wm/bbrun --> x11/bbrun
	but as a result of a paste-o got x11/bbapm instead.  There
	is no x11/bbapm but there is an x11/bbrun.
>How-To-Repeat:
	Try to debug some port status incremental update code that
	you are working on and be completely confused by a bad
	return result from a make describe.  (I do not expect
	anyone to be able to duplicate this test at this time :-) )
>Fix:

--- x11/Makefile.dist	Fri Jun 20 19:46:22 2003
+++ x11/Makefile	Fri Jun 20 19:50:30 2003
@@ -14,7 +14,7 @@
     SUBDIR += XFree86-contrib
     SUBDIR += accessx
     SUBDIR += aterm
-    SUBDIR += bbapm
+    SUBDIR += bbrun
     SUBDIR += bgrot
     SUBDIR += blast
     SUBDIR += bricons
>Release-Note:
>Audit-Trail:
>Unformatted:



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