mirror of https://git.FreeBSD.org/ports.git
parent
454c0fdd05
commit
cce654de23
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= ghdl
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 4.1.0
|
||||
DISTVERSION= 5.0.1
|
||||
CATEGORIES= cad
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1716623048
|
||||
SHA256 (ghdl-ghdl-v4.1.0_GH0.tar.gz) = 0aab531b45a6613b0918f3ac6ec717b8acfad051d1abb1c39eb7490590c7a324
|
||||
SIZE (ghdl-ghdl-v4.1.0_GH0.tar.gz) = 7704716
|
||||
TIMESTAMP = 1740902757
|
||||
SHA256 (ghdl-ghdl-v5.0.1_GH0.tar.gz) = a4cef27312a158c28498eeb62a470007354755b267adb62005a04b66143a1f92
|
||||
SIZE (ghdl-ghdl-v5.0.1_GH0.tar.gz) = 7851730
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- configure.orig 2023-02-22 20:22:10 UTC
|
||||
--- configure.orig 2025-03-01 16:49:42 UTC
|
||||
+++ configure
|
||||
@@ -136,8 +136,6 @@ for opt do
|
||||
@@ -140,8 +140,6 @@ for opt do
|
||||
--enable-coverage) build_mode="coverage";;
|
||||
-h|-help|--help) show_help=yes;;
|
||||
*)
|
||||
|
@ -9,11 +9,11 @@
|
|||
;;
|
||||
esac
|
||||
done
|
||||
@@ -429,6 +427,7 @@ if test $backend = mcode; then
|
||||
@@ -437,6 +435,7 @@ if test $backend = mcode; then
|
||||
*darwin*) ortho_flags="Flags_Macosx${mcode64}" ;;
|
||||
*mingw32*) ortho_flags="Flags_Windows${mcode64}" ;;
|
||||
*linux*) ortho_flags="Flags_Linux${mcode64}" ;;
|
||||
+ *freebsd*) ortho_flags="Flags_Linux${mcode64}" ;;
|
||||
*openbsd*) ortho_flags="Flags_Macosx${mcode64}" ;;
|
||||
+ *freebsd*) ortho_flags="Flags_Linux${mcode64}" ;;
|
||||
*netbsd*) ortho_flags="Flags_Macosx${mcode64}" ;;
|
||||
*) echo "Unsupported $build build for mcode"; exit 1;;
|
||||
esac
|
||||
echo "Generate ortho_code-x86-flags.ads"
|
||||
|
|
|
@ -7,9 +7,6 @@ include/ghdl/vpi_user.h
|
|||
%%SYNTH%%include/ghdl/synth.h
|
||||
%%SYNTH%%include/ghdl/synth_gates.h
|
||||
lib/ghdl/ansi_color.sh
|
||||
lib/libghdl-4_1_0.so
|
||||
lib/libghdl.a
|
||||
lib/libghdl.link
|
||||
%%LLVM%%lib/ghdl/grt-exec.lst
|
||||
%%LLVM%%lib/ghdl/grt-shared.lst
|
||||
%%LLVM%%lib/ghdl/grt.lst
|
||||
|
@ -190,12 +187,8 @@ lib/ghdl/vendors/compile-intel.ps1
|
|||
lib/ghdl/vendors/compile-intel.sh
|
||||
lib/ghdl/vendors/compile-lattice.ps1
|
||||
lib/ghdl/vendors/compile-lattice.sh
|
||||
lib/ghdl/vendors/compile-osvvm.ps1
|
||||
lib/ghdl/vendors/compile-osvvm.sh
|
||||
lib/ghdl/vendors/compile-uvvm.ps1
|
||||
lib/ghdl/vendors/compile-uvvm.sh
|
||||
lib/ghdl/vendors/compile-xilinx-ise.ps1
|
||||
lib/ghdl/vendors/compile-xilinx-ise.sh
|
||||
lib/ghdl/vendors/compile-xilinx-vivado.ps1
|
||||
lib/ghdl/vendors/compile-xilinx-vivado.sh
|
||||
lib/ghdl/vendors/config.psm1
|
||||
|
@ -203,5 +196,8 @@ lib/ghdl/vendors/config.sh
|
|||
lib/ghdl/vendors/filter.analyze.sh
|
||||
lib/ghdl/vendors/shared.psm1
|
||||
lib/ghdl/vendors/shared.sh
|
||||
lib/libghdl-5_0_1.so
|
||||
lib/libghdl.a
|
||||
lib/libghdl.link
|
||||
lib/libghdlvpi.so
|
||||
lib/libghw.so
|
||||
|
|
Loading…
Reference in New Issue