Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2002 15:08:22 +0100 (CET)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45823: [bento] graphics/osg can't find inttypes.h on -current
Message-ID:  <200211281408.gASE8MbD017168@monster.theater.foldr.org>

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

>Number:         45823
>Category:       ports
>Synopsis:       [bento] graphics/osg can't find inttypes.h on -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 28 06:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD monster.theater.foldr.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Sun Nov 24 14:40:01 CET 2002 root@monster.theater.foldr.org:/usr/obj/usr/src/sys/MONSTER i386


	
>Description:
sys/inttypes.h is wrong, it's simply inttypes.h, even on -stable.
>How-To-Repeat:
>Fix:
diff -urN ofiles/patch-ac files/patch-ac
--- ofiles/patch-ac	Sun May 26 11:36:59 2002
+++ files/patch-ac	Thu Nov 28 14:36:31 2002
@@ -1,11 +1,11 @@
---- src/osgPlugins/txp/ORIG/trpage_sys.h	Thu Apr 25 17:31:16 2002
-+++ src/osgPlugins/txp/trpage_sys.h	Fri May 24 19:24:39 2002
+--- src/osgPlugins/txp/trpage_sys.h.orig	Thu Apr 25 23:31:16 2002
++++ src/osgPlugins/txp/trpage_sys.h	Thu Nov 28 14:21:36 2002
 @@ -58,9 +58,16 @@
  // Delete a file
  #define TRPGDELETEFILE(file) remove((file))
  
 +#  if defined(__FreeBSD__)
-+#    include <sys/inttypes.h>
++#    include <inttypes.h>
 +typedef int64_t  int64;
 +#  else
 +

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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