Date: Sun, 6 May 2018 19:08:26 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469245 - in head/security: libressl libressl-devel Message-ID: <201805061908.w46J8QKb042745@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brnrd Date: Sun May 6 19:08:25 2018 New Revision: 469245 URL: https://svnweb.freebsd.org/changeset/ports/469245 Log: security/libressl: Don't stage man3 manpages if MAN3 off Modified: head/security/libressl-devel/Makefile head/security/libressl/Makefile Modified: head/security/libressl-devel/Makefile ============================================================================== --- head/security/libressl-devel/Makefile Sun May 6 18:49:50 2018 (r469244) +++ head/security/libressl-devel/Makefile Sun May 6 19:08:25 2018 (r469245) @@ -27,7 +27,7 @@ CONFLICTS_INSTALL= libressl-[0-9]* \ NC_CONFIGURE_ENABLE= nc GNU_CONFIGURE= yes -USES= autoreconf cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes OPTIONS_SUB= yes CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed Modified: head/security/libressl/Makefile ============================================================================== --- head/security/libressl/Makefile Sun May 6 18:49:50 2018 (r469244) +++ head/security/libressl/Makefile Sun May 6 19:08:25 2018 (r469245) @@ -26,7 +26,7 @@ CONFLICTS_INSTALL= libressl-devel-[0-9]* \ NC_CONFIGURE_ENABLE= nc GNU_CONFIGURE= yes -USES= autoreconf cpe libtool pathfix pkgconfig +USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes OPTIONS_SUB= yes CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805061908.w46J8QKb042745>