Bug 46267

Summary: Fix build on -current for net/netmap
Product: Ports & Packages Reporter: Kuang-che Wu <kcwu>
Component: Individual Port(s)Assignee: Edwin Groothuis <edwin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Kuang-che Wu 2002-12-15 07:20:02 UTC
	Fix build on -current for net/netmap
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2002-12-20 12:45:11 UTC
State Changed
From-To: open->feedback

Patch works for -current, unfortunatly not for 4.7 anymore: 

===>  Building for netmap-0.1.2b 
gmake -C belgolib 
gmake[1]: Entering directory `/freefall/d/home/edwin/ports/net/netmap/work/netmap-0.1.2b/belgolib' 
g++ -O -pipe -march=pentiumpro   -c -o files.o files.c 
In file included from files.c:6: 
files.h:19: syntax error before `=' 
files.h:20: syntax error before `=' 
files.c:20: syntax error before `,' 
gmake[1]: *** [files.o] Error 1 

any chance on keeping it working on 4.7 too? 



Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2002-12-20 12:45:11 UTC
Responsible Changed
From-To: freebsd-ports->edwin

Patch works for -current, unfortunatly not for 4.7 anymore: 

===>  Building for netmap-0.1.2b 
gmake -C belgolib 
gmake[1]: Entering directory `/freefall/d/home/edwin/ports/net/netmap/work/netmap-0.1.2b/belgolib' 
g++ -O -pipe -march=pentiumpro   -c -o files.o files.c 
In file included from files.c:6: 
files.h:19: syntax error before `=' 
files.h:20: syntax error before `=' 
files.c:20: syntax error before `,' 
gmake[1]: *** [files.o] Error 1 

any chance on keeping it working on 4.7 too?
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2002-12-20 21:07:53 UTC
State Changed
From-To: feedback->closed

Commited, thanks!