Date: Mon, 9 Jun 2003 13:02:43 +0000 (GMT) From: Xaa <xaa+ports@timewasters.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/53084: fix broken port Message-ID: <20030609130243.D2FA26A@piglet.local.dohd.org> Resent-Message-ID: <200306091110.h59BAE40020524@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030609130243.D2FA26A>