This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -r -u cdparanoia-III-10.2.old/interface/Makefile.in cdparanoia-III-10.2.new/interface/Makefile.in | |
| --- cdparanoia-III-10.2.old/interface/Makefile.in 2008-08-21 18:08:54.000000000 +0200 | |
| +++ cdparanoia-III-10.2.new/interface/Makefile.in 2013-08-07 18:48:32.000000000 +0200 | |
| @@ -7,7 +7,7 @@ | |
| srcdir=@srcdir@ | |
| @SET_MAKE@ | |
| -FLAGS=@SBPCD_H@ @UCDROM_H@ @TYPESIZES@ @CFLAGS@ | |
| +FLAGS=@SBPCD_H@ @UCDROM_H@ @TYPESIZES@ @CFLAGS@ -fPIC | |
| OPT=@OPT@ $(FLAGS) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From: <jochen@scram.de> | |
| Subject: New patch generated from libgsm 1.0.10-14 diff.gz | |
| --- a/Makefile | |
| +++ b/Makefile | |
| @@ -96,7 +96,7 @@ TOAST_INSTALL_MAN = $(TOAST_INSTALL_ROOT | |
| # Other tools | |
| SHELL = /bin/sh | |
| -LN = ln |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for gdcm on macOS 10.15 | |
| Build date: 2020-03-27 10:31:23 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FAILED: Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageReader.cxx.o | |
| /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DvtkDomainsChemistry_AUTOINIT="1(vtkDomainsChemistryOpenGL2)" -DvtkIOExport_AUTOINIT="2(vtkIOExportOpenGL2,vtkIOExportPDF)" -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)" -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingFreeTypeFontConfig)" -DvtkRenderingOpenGL2_AUTOINIT="1(vtkRenderingGL2PSOpenGL2)" -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL2)" -Dvtkgdcm_EXPORTS -I/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I/usr/local/opt/hdf5/include -I/usr/local/opt/szip/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX1 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Started by upstream project "Homebrew Core Pull Requests" build number 59651 | |
| originally caused by: | |
| GitHub pull request #47326 of commit 454ef46006585ebef636201c99e09c6932089784, no merge conflicts. | |
| Running as SYSTEM | |
| [EnvInject] - Loading node environment variables. | |
| Building remotely on highsierra_orka_3 (highsierra macos) in workspace /Users/brew/Jenkins/workspace/core | |
| No credentials specified | |
| > git rev-parse --is-inside-work-tree # timeout=10 | |
| Fetching changes from the remote Git repository | |
| > git config remote.origin.url https://github.com/Homebrew/homebrew-core/ # timeout=10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -Naur gnuradio-3.8.0.0/cmake/Modules/GrSwig.cmake gnuradio-3.8.0.0_new/cmake/Modules/GrSwig.cmake | |
| --- gnuradio-3.8.0.0/cmake/Modules/GrSwig.cmake 2019-08-09 23:40:34.000000000 +0200 | |
| +++ gnuradio-3.8.0.0_new/cmake/Modules/GrSwig.cmake 2020-02-07 21:35:55.000000000 +0100 | |
| @@ -137,6 +137,9 @@ | |
| set_target_properties(${name} PROPERTIES | |
| SWIG_USE_TARGET_INCLUDE_DIRECTORIES TRUE | |
| ) | |
| + if(APPLE) | |
| + set_property(TARGET ${name} APPEND PROPERTY LINK_FLAGS "-undefined dynamic_lookup") | |
| + endif(APPLE) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -Naur gnuradio-3.8.0.0/cmake/Modules/GrSwig.cmake gnuradio-3.8.0.0_new/cmake/Modules/GrSwig.cmake | |
| --- gnuradio-3.8.0.0/cmake/Modules/GrSwig.cmake 2019-08-09 23:40:34.000000000 +0200 | |
| +++ gnuradio-3.8.0.0_new/cmake/Modules/GrSwig.cmake 2020-02-07 00:07:37.000000000 +0100 | |
| @@ -137,6 +137,9 @@ | |
| set_target_properties(${name} PROPERTIES | |
| SWIG_USE_TARGET_INCLUDE_DIRECTORIES TRUE | |
| ) | |
| + if(APPLE) | |
| + SET_TARGET_PROPERTIES(${name} PROPERTIES LINK_FLAGS "-undefined dynamic_lookup") | |
| + endif(APPLE) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## | |
| ## Bundle of CA Root Certificates | |
| ## | |
| ## Certificate data from Mozilla as of: Wed Oct 16 03:12:09 2019 GMT | |
| ## | |
| ## This is a bundle of X.509 certificates of public Certificate Authorities | |
| ## (CA). These were automatically extracted from Mozilla's root certificates | |
| ## file (certdata.txt). This file can be found in the mozilla source tree: | |
| ## https://hg.mozilla.org/releases/mozilla-release/raw-file/default/security/nss/lib/ckfw/builtins/certdata.txt | |
| ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -Naur cfe-9.0.0.src-old/lib/Driver/ToolChains/Gnu.cpp cfe-9.0.0.src/lib/Driver/ToolChains/Gnu.cpp | |
| --- cfe-9.0.0.src-old/lib/Driver/ToolChains/Gnu.cpp 2019-09-25 00:05:56.000000000 +0200 | |
| +++ cfe-9.0.0.src/lib/Driver/ToolChains/Gnu.cpp 2019-09-25 00:10:09.000000000 +0200 | |
| @@ -26,6 +26,7 @@ | |
| #include "llvm/Support/CodeGen.h" | |
| #include "llvm/Support/Path.h" | |
| #include "llvm/Support/TargetParser.h" | |
| +#include "llvm/Support/FileSystem.h" | |
| #include "llvm/Support/VirtualFileSystem.h" | |
| #include <system_error> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for pypy on Ubuntu 18.10 | |
| Build date: 2019-08-21 22:33:45 |