Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions devel/ghidra/Portfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Check warning on line 1 in devel/ghidra/Portfile

View workflow job for this annotation

GitHub Actions / macos-15

port test ghidra: Warning: ghidra is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: x86_64: Warning: /opt/local/share/java/ghidra-12.0/Ghidra/Features/FileFormats/data/sevenzipnativelibs/Mac-x86_64/lib7-Zip-JBinding.dylib Warning:

Check warning on line 1 in devel/ghidra/Portfile

View workflow job for this annotation

GitHub Actions / macos-14

port test ghidra: Warning: ghidra is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: x86_64: Warning: /opt/local/share/java/ghidra-12.0/Ghidra/Features/FileFormats/data/sevenzipnativelibs/Mac-x86_64/lib7-Zip-JBinding.dylib Warning:

Check warning on line 1 in devel/ghidra/Portfile

View workflow job for this annotation

GitHub Actions / macos-26

port test ghidra: Warning: ghidra is configured to build for the architecture(s) 'arm64', but installed Mach-O files built for the following archs: Warning: x86_64: Warning: /opt/local/share/java/ghidra-12.0/Ghidra/Features/FileFormats/data/sevenzipnativelibs/Mac-x86_64/lib7-Zip-JBinding.dylib Warning:

PortSystem 1.0
PortGroup github 1.0
PortGroup java 1.0
PortGroup app 1.0

github.setup NationalSecurityAgency ghidra 11.4.3 Ghidra_ _build
github.setup NationalSecurityAgency ghidra 12.0 Ghidra_ _build
github.tarball_from archive
checksums rmd160 3ecdd2db13aaf0f709a6965920195c77c1f04157 \
sha256 2143a4d2adde06dc7ab9487225aca7164cad1a04d3d5f361c4d216cfbf4a4809 \
size 74475006
checksums rmd160 65dbc2d15229e45de206d006f21f19f28f8efa41 \
sha256 32742f938c9225137ae0a22cc00307f81a396bcbd661626ac3177a3628920648 \
size 78508855

categories devel
license Apache
Expand Down Expand Up @@ -56,7 +56,6 @@
foreach item ${ghidra_copy_list} {
copy ${worksrcpath}/ghbuild/ghidra_${version}_DEV/${item} ${destroot}${javadest}/
}
system "javac -d ${destroot}${javadest}/Ghidra/patch/ -cp \"\$(find ${destroot}${javadest}/ | egrep '.jar\$' | tr '\n' ':')\" ${filespath}/docking/widgets/filechooser/GhidraFileChooser.java"
}

# app settings
Expand Down
154 changes: 0 additions & 154 deletions devel/ghidra/files/docking/widgets/filechooser/GhidraFileChooser.java

This file was deleted.