ports/53084: fix broken port

Xaa xaa+ports at timewasters.nl
Mon Jun 9 11:10:16 UTC 2003


>Number:         53084
>Category:       ports
>Synopsis:       fix broken port
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 09 04:10:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Xaa
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD piglet.local.dohd.org 5.1-CURRENT FreeBSD 5.1-CURRENT #4: Mon Jun 2 21:08:11 GMT 2003 xaa at piglet.local.dohd.org:/usr/obj/sources/src/sys/piglet i386


>Description:

port was broken on bento

>How-To-Repeat:
	
>Fix:

apply patch below, creating new file files/patch-ac
Further cleaning up of all the warnings and 'deprecated' include files
hopefully somewhere in the future

diff -udr --new-file ../../www/logtools/Makefile ./Makefile
--- ../../www/logtools/Makefile	Fri Jun  6 18:30:27 2003
+++ ./Makefile	Mon Jun  9 11:00:09 2003
@@ -19,8 +19,4 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 500113
-BROKEN=         "Does not compile (bad C++ code)"
-.endif
-
 .include <bsd.port.post.mk>
diff -udr --new-file ../../www/logtools/files/patch-ac ./files/patch-ac
--- ../../www/logtools/files/patch-ac	Thu Jan  1 00:00:00 1970
+++ ./files/patch-ac	Mon Jun  9 10:57:13 2003
@@ -0,0 +1,14 @@
+--- clfdomainsplit.cpp.orig	Mon Jun  9 10:56:27 2003
++++ clfdomainsplit.cpp	Mon Jun  9 10:56:47 2003
+@@ -1,10 +1,6 @@
+ #include <stdio.h>
+ 
+-#if (__GNUC__ >= 3)
+-#include <ext/hash_map>
+-#else
+-#include <hash_map>
+-#endif
++#include <hash_map.h>
+ 
+ #include <unistd.h>
+ #include <string>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list