Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 2004 12:07:23 -0700 (PDT)
From:      Arne Woerner <arne_woerner@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/66488: ports/palm/coldsync
Message-ID:  <200405101907.i4AJ7NXk080663@www.freebsd.org>
Resent-Message-ID: <200405101910.i4AJAOGX011224@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         66488
>Category:       ports
>Synopsis:       ports/palm/coldsync
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 10 12:10:23 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Arne Woerner
>Release:        5.2-CURRENT
>Organization:
>Environment:
FreeBSD neo.riddick.homeunix.org 5.2-CURRENT-20040408-JPSNAP FreeBSD 5.2-CURRENT-20040408-JPSNAP #76: Wed Apr 21 13:45:34 GMT 2004     aw@neo.riddick.homeunix.org:/usr/src/sys/i386/compile/DAREDEVIL  i386

>Description:
port palm/coldsync is marked BROKEN for 5001... or higher due to "BAD C++ CODE" or so.

I found a quick hack, that solves the problem...
>How-To-Repeat:
type
> make
and look at the message

>Fix:
the file
  file/patch-src-symboltable.cc
should look more like this:
      *** work/coldsync-2.2.5/src/symboltable.cc      Fri May  7 13:43:12 2004
--- work/coldsync-2.2.5/src/symboltable.cc.orig Tue Nov 13 15:48:07 2001
***************
*** 7,21 ****
   * $Id: symboltable.cc,v 2.2 2001/10/18 01:38:55 arensb Exp $
   */
  
- #include <stdio.h>
- #include <wchar.h>
  #include "config.h"
  #include <string>
  #include <map>
  #include <cstdlib>            // For malloc() and friends
  #include "symboltable.h"
- 
- using namespace std;
  
  static char *make_c_string(const string &s);
  
--- 7,17 ----

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405101907.i4AJ7NXk080663>