svn commit: r346857 - head/Mk

Eitan Adler eadler at freebsd.org
Mon Mar 3 14:41:50 UTC 2014


On 3 March 2014 00:43, Dirk Meyer <dinoex at freebsd.org> wrote:
> Author: dinoex
> Date: Mon Mar  3 05:43:38 2014
> New Revision: 346857
> URL: http://svnweb.freebsd.org/changeset/ports/346857
> QAT: https://qat.redports.org/buildarchive/r346857/
>
> Log:
>   - remove WITH_OPENSSL_HACK7

>  #      if no preference was set, check for an installed base version
>  #      but give an installed port preference over it.
>  .if    !defined(WITH_OPENSSL_BASE) && \
> @@ -153,7 +145,7 @@ OPENSSLINC=         ${OPENSSLBASE}/include
>  .if defined(USE_OPENSSL_RPATH)
>  CFLAGS+=               -Wl,-rpath,${OPENSSLRPATH}
>  .endif
> -OPENSSL_LDFLAGS+=      -Wl,-rpath=${OPENSSLRPATH}
> +OPENSSL_LDFLAGS+=      -Wl,-rpath,${OPENSSLRPATH}

^ This is undocumented in the log.  Did you intend to commit this?

-- 
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams


More information about the svn-ports-head mailing list