#48991: ldas-tools @2.4.2 Updated for latest release of software -------------------------+--------------------------------- Reporter: ed.maros@… | Owner: ryandesign@… Type: update | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch maintainer Port: ldas-tools | -------------------------+--------------------------------- Comment (by ram@…): If you put the patchfiles into a sub-directory called `files` at the same level as the `Portfile` then they should be found and you won't need the checksums. I do have a question about the following hunk in the patch: {{{ @@ -30,7 +40,7 @@ configure.args-append --disable-cxx11 } -depends_lib path:lib/libssl.dylib:openssl \ +depends_lib port:openssl \ port:zlib \ port:bzip2 \ port:flex @@ -47,17 +57,19 @@ }}} The path dependency for `libssl.dylib` was added so that `libressl` could be used instead of `openssl`, as you've changed this back is there some reason that `libressl` can't be used to satisfy the `libssl` dependency? Also there is inconsistent whitespace usage, for example mixed tab and space usage. Can you use one or the other? I have a test build going now and I'll report back on whether that builds or not once the test has completed. -- Ticket URL: <https://trac.macports.org/ticket/48991#comment:10> MacPorts <https://www.macports.org/> Ports system for OS X