ports/72272: Fix devel/motor

Dima Panov redfox at Fluffy.Khv.RU
Sun Oct 3 05:20:24 UTC 2004


>Number:         72272
>Category:       ports
>Synopsis:       Fix devel/motor
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 03 05:20:23 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Twilight Zone
>Environment:
System: FreeBSD Fluffy.Khv.RU 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 29 07:01:00 VLAST 2004 root at Fluffy.Khv.RU:/usr/obj/usr/src4/sys/FLUFFY i386


	
>Description:
	Motor 3.3.0 doesn't build due to missing include in
    debugger part.
    
>How-To-Repeat:
	cd ${PORTSDIR}/devel/motor && make
    
>Fix:

	

--- src/debugger/motordebugger.cc.orig	Wed Jun  2 07:50:11 2004
+++ src/debugger/motordebugger.cc	Sun Oct  3 15:07:34 2004
@@ -13,6 +13,7 @@
 #include <sys/ioctl.h>
 #include <sys/wait.h>
 #include <signal.h>
+#include <memory>
 
 #ifdef __FreeBSD__
 #include <sys/consio.h>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list