FreeBSD Bugzilla – Attachment 197355 Details for
Bug 231594
sysutils/sleuthkit: fix build with powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sleuthkit.patch (text/plain), 16.93 KB, created by
Piotr Kubaj
on 2018-09-22 16:56:43 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-09-22 16:56:43 UTC
Size:
16.93 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 480383) >+++ Makefile (working copy) >@@ -18,8 +18,6 @@ > LICENSE_PERMS_CPL=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > LICENSE_PERMS_IBM=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept > >-BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option -Wpedantic >- > RUN_DEPENDS= p5-DateTime-TimeZone>=0:devel/p5-DateTime-TimeZone \ > exif:graphics/exif > >Index: files/patch-samples_Makefile.am >=================================================================== >--- files/patch-samples_Makefile.am (nonexistent) >+++ files/patch-samples_Makefile.am (working copy) >@@ -0,0 +1,8 @@ >+--- samples/Makefile.am.orig 2018-09-22 16:36:37 UTC >++++ samples/Makefile.am >+@@ -1,5 +1,4 @@ >+ AM_CPPFLAGS = -I.. -I$(srcdir)/.. >+-AM_CXXFLAGS += -Wno-unused-command-line-argument >+ LDADD = ../tsk/libtsk.la >+ AM_LDFLAGS = -static >+ EXTRA_DIST = .indent.pro > >Property changes on: files/patch-samples_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-samples_Makefile.in >=================================================================== >--- files/patch-samples_Makefile.in (nonexistent) >+++ files/patch-samples_Makefile.in (working copy) >@@ -0,0 +1,10 @@ >+--- samples/Makefile.in.orig 2018-09-22 16:36:46 UTC >++++ samples/Makefile.in >+@@ -195,7 +195,6 @@ ACLOCAL = @ACLOCAL@ >+ ALLOCA = @ALLOCA@ >+ AMTAR = @AMTAR@ >+ AM_CFLAGS = @AM_CFLAGS@ >+-AM_CXXFLAGS = @AM_CXXFLAGS@ -Wno-unused-command-line-argument >+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ >+ ANT_FOUND = @ANT_FOUND@ >+ AR = @AR@ > >Property changes on: files/patch-samples_Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_autotools_Makefile.am >=================================================================== >--- files/patch-tools_autotools_Makefile.am (nonexistent) >+++ files/patch-tools_autotools_Makefile.am (working copy) >@@ -0,0 +1,9 @@ >+--- tools/autotools/Makefile.am.orig 2018-09-22 15:19:10 UTC >++++ tools/autotools/Makefile.am >+@@ -1,5 +1,5 @@ >+ AM_CPPFLAGS = -I../.. -I$(srcdir)/../.. >+-AM_CXXFLAGS += -Wno-overloaded-virtual -Wno-unused-command-line-argument >++AM_CXXFLAGS += -Wno-overloaded-virtual >+ LDADD = ../../tsk/libtsk.la >+ LDFLAGS += -static >+ EXTRA_DIST = .indent.pro > >Property changes on: files/patch-tools_autotools_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_autotools_Makefile.in >=================================================================== >--- files/patch-tools_autotools_Makefile.in (nonexistent) >+++ files/patch-tools_autotools_Makefile.in (working copy) >@@ -0,0 +1,12 @@ >+--- tools/autotools/Makefile.in.orig 2018-09-22 15:44:16 UTC >++++ tools/autotools/Makefile.in >+@@ -214,8 +214,7 @@ ACLOCAL = @ACLOCAL@ >+ ALLOCA = @ALLOCA@ >+ AMTAR = @AMTAR@ >+ AM_CFLAGS = @AM_CFLAGS@ >+-AM_CXXFLAGS = @AM_CXXFLAGS@ -Wno-overloaded-virtual \ >+- -Wno-unused-command-line-argument >++AM_CXXFLAGS = @AM_CXXFLAGS@ -Wno-overloaded-virtual >+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ >+ ANT_FOUND = @ANT_FOUND@ >+ AR = @AR@ > >Property changes on: files/patch-tools_autotools_Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_fiwalk_plugins_Makefile.am >=================================================================== >--- files/patch-tools_fiwalk_plugins_Makefile.am (nonexistent) >+++ files/patch-tools_fiwalk_plugins_Makefile.am (working copy) >@@ -0,0 +1,7 @@ >+--- tools/fiwalk/plugins/Makefile.am.orig 2018-09-22 16:29:27 UTC >++++ tools/fiwalk/plugins/Makefile.am >+@@ -1,4 +1,3 @@ >+-AM_CXXFLAGS += -Wno-unused-command-line-argument >+ bin_PROGRAMS = jpeg_extract >+ jpeg_extract_SOURCES = jpeg_extract.cpp >+ > >Property changes on: files/patch-tools_fiwalk_plugins_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_fiwalk_plugins_Makefile.in >=================================================================== >--- files/patch-tools_fiwalk_plugins_Makefile.in (nonexistent) >+++ files/patch-tools_fiwalk_plugins_Makefile.in (working copy) >@@ -0,0 +1,10 @@ >+--- tools/fiwalk/plugins/Makefile.in.orig 2018-09-22 16:29:39 UTC >++++ tools/fiwalk/plugins/Makefile.in >+@@ -180,7 +180,6 @@ ACLOCAL = @ACLOCAL@ >+ ALLOCA = @ALLOCA@ >+ AMTAR = @AMTAR@ >+ AM_CFLAGS = @AM_CFLAGS@ >+-AM_CXXFLAGS = @AM_CXXFLAGS@ -Wno-unused-command-line-argument >+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ >+ ANT_FOUND = @ANT_FOUND@ >+ AR = @AR@ > >Property changes on: files/patch-tools_fiwalk_plugins_Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_fiwalk_src_Makefile.am >=================================================================== >--- files/patch-tools_fiwalk_src_Makefile.am (nonexistent) >+++ files/patch-tools_fiwalk_src_Makefile.am (working copy) >@@ -0,0 +1,9 @@ >+--- tools/fiwalk/src/Makefile.am.orig 2018-09-22 15:59:47 UTC >++++ tools/fiwalk/src/Makefile.am >+@@ -1,6 +1,5 @@ >+ bin_PROGRAMS = fiwalk >+ AM_CPPFLAGS = -I../../.. >+-AM_CXXFLAGS += -Wno-unused-command-line-argument >+ LDADD = ../../../tsk/libtsk.la >+ >+ EXTRA_DIST = README_PLUGINS.txt ficonfig.txt \ > >Property changes on: files/patch-tools_fiwalk_src_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_fiwalk_src_Makefile.in >=================================================================== >--- files/patch-tools_fiwalk_src_Makefile.in (nonexistent) >+++ files/patch-tools_fiwalk_src_Makefile.in (working copy) >@@ -0,0 +1,10 @@ >+--- tools/fiwalk/src/Makefile.in.orig 2018-09-22 16:00:00 UTC >++++ tools/fiwalk/src/Makefile.in >+@@ -202,7 +202,6 @@ ACLOCAL = @ACLOCAL@ >+ ALLOCA = @ALLOCA@ >+ AMTAR = @AMTAR@ >+ AM_CFLAGS = @AM_CFLAGS@ >+-AM_CXXFLAGS = @AM_CXXFLAGS@ -Wno-unused-command-line-argument >+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ >+ ANT_FOUND = @ANT_FOUND@ >+ AR = @AR@ > >Property changes on: files/patch-tools_fiwalk_src_Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_fstools_Makefile.am >=================================================================== >--- files/patch-tools_fstools_Makefile.am (nonexistent) >+++ files/patch-tools_fstools_Makefile.am (working copy) >@@ -0,0 +1,8 @@ >+--- tools/fstools/Makefile.am.orig 2018-09-22 15:08:17 UTC >++++ tools/fstools/Makefile.am >+@@ -1,5 +1,4 @@ >+ AM_CPPFLAGS = -I../.. -I$(srcdir)/../.. >+-AM_CXXFLAGS += -Wno-unused-command-line-argument >+ LDADD = ../../tsk/libtsk.la >+ LDFLAGS += -static >+ EXTRA_DIST = .indent.pro fscheck.cpp > >Property changes on: files/patch-tools_fstools_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_fstools_Makefile.in >=================================================================== >--- files/patch-tools_fstools_Makefile.in (nonexistent) >+++ files/patch-tools_fstools_Makefile.in (working copy) >@@ -0,0 +1,10 @@ >+--- tools/fstools/Makefile.in.orig 2018-09-22 15:08:31 UTC >++++ tools/fstools/Makefile.in >+@@ -248,7 +248,6 @@ ACLOCAL = @ACLOCAL@ >+ ALLOCA = @ALLOCA@ >+ AMTAR = @AMTAR@ >+ AM_CFLAGS = @AM_CFLAGS@ >+-AM_CXXFLAGS = @AM_CXXFLAGS@ -Wno-unused-command-line-argument >+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ >+ ANT_FOUND = @ANT_FOUND@ >+ AR = @AR@ > >Property changes on: files/patch-tools_fstools_Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_hashtools_Makefile.am >=================================================================== >--- files/patch-tools_hashtools_Makefile.am (nonexistent) >+++ files/patch-tools_hashtools_Makefile.am (working copy) >@@ -0,0 +1,8 @@ >+--- tools/hashtools/Makefile.am.orig 2018-09-22 15:11:20 UTC >++++ tools/hashtools/Makefile.am >+@@ -1,5 +1,4 @@ >+ AM_CPPFLAGS = -I../.. -I$(srcdir)/../.. >+-AM_CXXFLAGS += -Wno-unused-command-line-argument >+ LDADD = ../../tsk/libtsk.la >+ LDFLAGS += -static >+ EXTRA_DIST = .indent.pro md5.c sha1.c > >Property changes on: files/patch-tools_hashtools_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_hashtools_Makefile.in >=================================================================== >--- files/patch-tools_hashtools_Makefile.in (nonexistent) >+++ files/patch-tools_hashtools_Makefile.in (working copy) >@@ -0,0 +1,10 @@ >+--- tools/hashtools/Makefile.in.orig 2018-09-22 15:11:25 UTC >++++ tools/hashtools/Makefile.in >+@@ -181,7 +181,6 @@ ACLOCAL = @ACLOCAL@ >+ ALLOCA = @ALLOCA@ >+ AMTAR = @AMTAR@ >+ AM_CFLAGS = @AM_CFLAGS@ >+-AM_CXXFLAGS = @AM_CXXFLAGS@ -Wno-unused-command-line-argument >+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ >+ ANT_FOUND = @ANT_FOUND@ >+ AR = @AR@ > >Property changes on: files/patch-tools_hashtools_Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_imgtools_Makefile.am >=================================================================== >--- files/patch-tools_imgtools_Makefile.am (nonexistent) >+++ files/patch-tools_imgtools_Makefile.am (working copy) >@@ -0,0 +1,8 @@ >+--- tools/imgtools/Makefile.am.orig 2018-09-22 14:57:07 UTC >++++ tools/imgtools/Makefile.am >+@@ -1,5 +1,4 @@ >+ AM_CPPFLAGS = -I../.. -I$(srcdir)/../.. >+-AM_CXXFLAGS += -Wno-unused-command-line-argument >+ LDADD = ../../tsk/libtsk.la >+ LDFLAGS += -static >+ EXTRA_DIST = .indent.pro > >Property changes on: files/patch-tools_imgtools_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_imgtools_Makefile.in >=================================================================== >--- files/patch-tools_imgtools_Makefile.in (nonexistent) >+++ files/patch-tools_imgtools_Makefile.in (working copy) >@@ -0,0 +1,10 @@ >+--- tools/imgtools/Makefile.in.orig 2018-09-22 14:56:42 UTC >++++ tools/imgtools/Makefile.in >+@@ -185,7 +185,6 @@ ACLOCAL = @ACLOCAL@ >+ ALLOCA = @ALLOCA@ >+ AMTAR = @AMTAR@ >+ AM_CFLAGS = @AM_CFLAGS@ >+-AM_CXXFLAGS = @AM_CXXFLAGS@ -Wno-unused-command-line-argument >+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ >+ ANT_FOUND = @ANT_FOUND@ >+ AR = @AR@ > >Property changes on: files/patch-tools_imgtools_Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_srchtools_Makefile.am >=================================================================== >--- files/patch-tools_srchtools_Makefile.am (nonexistent) >+++ files/patch-tools_srchtools_Makefile.am (working copy) >@@ -0,0 +1,11 @@ >+--- tools/srchtools/Makefile.am.orig 2018-09-22 15:14:48 UTC >++++ tools/srchtools/Makefile.am >+@@ -1,8 +1,6 @@ >+ bin_PROGRAMS = srch_strings sigfind >+ EXTRA_DIST = .indent.pro >+ AM_CPPFLAGS = -I../.. -I$(srcdir)/../.. >+-AM_CXXFLAGS += -Wno-unused-command-line-argument >+-AM_CFLAGS += -Wno-unused-command-line-argument >+ >+ srch_strings_SOURCES = srch_strings.c >+ > >Property changes on: files/patch-tools_srchtools_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_srchtools_Makefile.in >=================================================================== >--- files/patch-tools_srchtools_Makefile.in (nonexistent) >+++ files/patch-tools_srchtools_Makefile.in (working copy) >@@ -0,0 +1,11 @@ >+--- tools/srchtools/Makefile.in.orig 2018-09-22 15:14:55 UTC >++++ tools/srchtools/Makefile.in >+@@ -203,8 +203,6 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) >+ ACLOCAL = @ACLOCAL@ >+ ALLOCA = @ALLOCA@ >+ AMTAR = @AMTAR@ >+-AM_CFLAGS = @AM_CFLAGS@ -Wno-unused-command-line-argument >+-AM_CXXFLAGS = @AM_CXXFLAGS@ -Wno-unused-command-line-argument >+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ >+ ANT_FOUND = @ANT_FOUND@ >+ AR = @AR@ > >Property changes on: files/patch-tools_srchtools_Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_vstools_Makefile.am >=================================================================== >--- files/patch-tools_vstools_Makefile.am (nonexistent) >+++ files/patch-tools_vstools_Makefile.am (working copy) >@@ -0,0 +1,8 @@ >+--- tools/vstools/Makefile.am.orig 2018-09-22 15:04:56 UTC >++++ tools/vstools/Makefile.am >+@@ -1,5 +1,4 @@ >+ AM_CPPFLAGS = -I../.. -I$(srcdir)/../.. >+-AM_CXXFLAGS += -Wno-unused-command-line-argument >+ LDADD = ../../tsk/libtsk.la >+ LDFLAGS += -static >+ EXTRA_DIST = .indent.pro > >Property changes on: files/patch-tools_vstools_Makefile.am >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-tools_vstools_Makefile.in >=================================================================== >--- files/patch-tools_vstools_Makefile.in (nonexistent) >+++ files/patch-tools_vstools_Makefile.in (working copy) >@@ -0,0 +1,10 @@ >+--- tools/vstools/Makefile.in.orig 2018-09-22 15:05:10 UTC >++++ tools/vstools/Makefile.in >+@@ -189,7 +189,6 @@ ACLOCAL = @ACLOCAL@ >+ ALLOCA = @ALLOCA@ >+ AMTAR = @AMTAR@ >+ AM_CFLAGS = @AM_CFLAGS@ >+-AM_CXXFLAGS = @AM_CXXFLAGS@ -Wno-unused-command-line-argument >+ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ >+ ANT_FOUND = @ANT_FOUND@ >+ AR = @AR@ > >Property changes on: files/patch-tools_vstools_Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 231594
: 197355