FreeBSD Bugzilla – Attachment 106028 Details for
Bug 146579
[patch] Make math/dieharder compile again
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
dieharder_time_diff.txt
dieharder_time_diff.txt (text/plain; charset=US-ASCII), 1.80 KB, created by
b. f.
on 2010-05-17 03:33:31 UTC
(
hide
)
Description:
dieharder_time_diff.txt
Filename:
MIME Type:
Creator:
b. f.
Created:
2010-05-17 03:33:31 UTC
Size:
1.80 KB
patch
obsolete
>diff -x 'old.*' -ruN dieharder.orig/Makefile dieharder/Makefile >--- dieharder.orig/Makefile 2010-05-16 16:12:22.000000000 -0400 >+++ dieharder/Makefile 2010-05-16 17:29:48.000000000 -0400 >@@ -7,7 +7,7 @@ > > PORTNAME= dieharder > DISTVERSION= 3.29.4beta >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= math > MASTER_SITES= http://www.phy.duke.edu/~rgb/General/dieharder/ > EXTRACT_SUFX= .tgz >@@ -19,6 +19,7 @@ > > MAKE_JOBS_UNSAFE= yes > >+USE_DOS2UNIX= yes > USE_AUTOTOOLS= aclocal:110 autoheader:262 libtool:22 > CPPFLAGS+= -I${LOCALBASE}/include > LDFLAGS+= -L${LOCALBASE}/lib >@@ -28,16 +29,13 @@ > MAN3= libdieharder.3 > > .include <bsd.port.pre.mk> >-.if ${ARCH} == "i386" || ${ARCH} == "ia64" || ${ARCH} == "sparc64" >-BROKEN= does not compile on i386, ia64, or sparc64 >-.endif > > post-patch: > @${REINPLACE_CMD} -e "s|./configure|#./configure|g" \ > ${WRKSRC}/autogen.sh > > run-autotools: >- @(cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${SH} ./autogen.sh) >+ (cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -ifv) > @${REINPLACE_CMD} -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \ > -e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \ > ${WRKSRC}/configure >diff -x 'old.*' -ruN dieharder.orig/files/patch-libdieharder__skein_block_ref.c dieharder/files/patch-libdieharder__skein_block_ref.c >--- dieharder.orig/files/patch-libdieharder__skein_block_ref.c 1969-12-31 19:00:00.000000000 -0500 >+++ dieharder/files/patch-libdieharder__skein_block_ref.c 2010-05-16 21:24:36.000000000 -0400 >@@ -0,0 +1,16 @@ >+--- libdieharder/skein_block_ref.c.orig 2010-05-16 21:20:59.000000000 -0400 >++++ libdieharder/skein_block_ref.c 2010-05-16 21:23:09.000000000 -0400 >+@@ -121,6 +121,7 @@ >+ while (--blkCnt); >+ } >+ >++#ifdef TSC_TIME >+ typedef unsigned long long uint64; >+ >+ #if 1 >+@@ -139,4 +140,5 @@ >+ } >+ >+ #endif >++#endif >+
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 Raw
Actions:
View
Attachments on
bug 146579
:
106027
| 106028