ports/53570: [patch] fix bug in ports/x11/Makefile
Mark Linimon
linimon at lonesome.com
Sat Jun 21 01:00:30 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list