libdsk: update to 1.5.22

This commit is contained in:
trustbyte
2026-01-31 09:53:33 +01:00
committed by Renee Otten
parent 89a307bf9d
commit 8dc9f4a2bd
2 changed files with 7 additions and 31 deletions
+7 -8
View File
@@ -3,8 +3,8 @@
PortSystem 1.0
name libdsk
livecheck.version 1.4
version ${livecheck.version}.2
livecheck.version 1.5
version ${livecheck.version}.22
revision 0
categories devel
@@ -19,14 +19,13 @@ long_description {*}${description}
homepage https://www.seasip.info/Unix/LibDsk/
master_sites ${homepage}
checksums rmd160 5446f8bdcc7567a44feda80da6c895da4d0753b7 \
sha256 71eda9d0e33ab580cea1bb507467877d33d887cea6ec042b8d969004db89901a \
size 1083103
checksums rmd160 3530d1aa75ef54b0a4972ee2835bd2c502c92ff3 \
sha256 810f800bcc7665f4c1b35e19aaecb35f3729b712ad1d807105059b4bdb1cf049 \
size 1338603
depends_build port:libtool
depends_lib port:zlib
patchfiles dynamic_lookup-11.diff
depends_lib port:zlib \
path:lib/libbz2.dylib:bzip2
# docs target depends on lyx
post-patch {
-23
View File
@@ -1,23 +0,0 @@
--- configure.orig
+++ configure
@@ -6689,16 +6689,11 @@
_lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
darwin1.*)
_lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
- darwin*) # darwin 5.x on
- # if running on 10.5 or later, the deployment target defaults
- # to the OS version, if on x86, and 10.4, the deployment
- # target defaults to 10.4. Don't you love it?
- case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
- 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
- _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
- 10.[012][,.]*)
+ darwin*)
+ case ${MACOSX_DEPLOYMENT_TARGET},$host in
+ 10.[012],*|,*powerpc*)
_lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
- 10.*)
+ *)
_lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
esac
;;