svn commit: r346857 - head/Mk
Mathieu Arnold
mat at FreeBSD.org
Mon Mar 3 15:22:55 UTC 2014
+--On 3 mars 2014 09:41:18 -0500 Eitan Adler <eadler at freebsd.org> wrote:
| 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?
I had noticed it, but as it fixes other things, I let it slip.
--
Mathieu Arnold
More information about the svn-ports-all
mailing list