FreeBSD Bugzilla – Attachment 39359 Details for
Bug 62073
Fix port: cad/iverilog
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.66 KB, created by
Hiroki Sato
on 2004-01-29 17:10:20 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Hiroki Sato
Created:
2004-01-29 17:10:20 UTC
Size:
1.66 KB
patch
obsolete
>Index: cad/iverilog/Makefile >=================================================================== >RCS file: /home/ncvs/ports/cad/iverilog/Makefile,v >retrieving revision 1.15 >diff -d -u -I\$FreeBSD:.*\$ -I\$NetBSD:.*\$ -I\$OpenBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.15 Makefile >--- cad/iverilog/Makefile 17 Dec 2003 16:02:50 -0000 1.15 >+++ cad/iverilog/Makefile 29 Jan 2004 16:45:25 -0000 >@@ -21,10 +21,4 @@ > > MAN1= iverilog-vpi.1 iverilog.1 vvp.1 iverilog-fpga.1 > >-.include <bsd.port.pre.mk> >- >-.if ${OSVERSION} <= 500000 >-BROKEN= "Does not install on FreeBSD ${OSVERSION}" >-.endif >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >Index: cad/iverilog/files/patch-_pli_types.h.in >=================================================================== >RCS file: cad/iverilog/files/patch-_pli_types.h.in >diff -N cad/iverilog/files/patch-_pli_types.h.in >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ cad/iverilog/files/patch-_pli_types.h.in 29 Jan 2004 17:03:25 -0000 >@@ -0,0 +1,25 @@ >+--- _pli_types.h.in Wed Nov 12 11:38:44 2003 >++++ _pli_types.h.in.new Fri Jan 30 01:44:38 2004 >+@@ -45,7 +45,21 @@ >+ typedef signed char PLI_BYTE8; >+ typedef unsigned char PLI_UBYTE8; >+ >+-# define PLI_UINT64_FMT PRIu64 >++#ifndef PRIu64 >++ >++#if defined(__i386__) || defined(__powerpc__) >++#define PLI_UINT64_FMT "llu" >++#endif /* defined(__i386__) || defined(__powerpc__) */ >++ >++#if defined(__sparc64__) || defined(__alpha__) || defined(__amd64__) || defined(__ia64__) >++#define PLI_UINT64_FMT "lu" >++#endif /* defined(__sparc64__) || defined(__alpha__) || defined(__amd64__) || defined(__ia64__) */ >++ >++#else /* PRIu64 defined */ >++ >++#define PLI_UINT64_FMT PRIu64 >++ >++#endif /* PRIu64 */ >+ >+ #else >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62073
: 39359