Date: Sun, 8 Mar 2015 19:45:55 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380793 - head/security/p5-Crypt-SSLeay Message-ID: <201503081945.t28JjtED013893@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sun Mar 8 19:45:54 2015 New Revision: 380793 URL: https://svnweb.freebsd.org/changeset/ports/380793 QAT: https://qat.redports.org/buildarchive/r380793/ Log: Remove obsolete cruft from Makefile that either no longer reflects the codebase, or touches code paths that aren't accessed. PR: 191901 Submitted by: Trond.Endrestol@ximalas.info Modified: head/security/p5-Crypt-SSLeay/Makefile Modified: head/security/p5-Crypt-SSLeay/Makefile ============================================================================== --- head/security/p5-Crypt-SSLeay/Makefile Sun Mar 8 19:38:18 2015 (r380792) +++ head/security/p5-Crypt-SSLeay/Makefile Sun Mar 8 19:45:54 2015 (r380793) @@ -18,14 +18,8 @@ BUILD_DEPENDS= p5-LWP-Protocol-https>=6. p5-Try-Tiny>=0.19:${PORTSDIR}/lang/p5-Try-Tiny RUN_DEPENDS= p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https -CONFIGURE_ENV= CRYPT_SSLEAY_LIVE_TEST_WANTED=0 -MAKE_ARGS= PASTHRU_INC=-I${OPENSSLINC} USES= perl5 USE_PERL5= configure USE_OPENSSL= yes -post-patch: - @${REINPLACE_CMD} -e '/LIBS/ s|-lssl32 -lssleay32 -leay32|-L${OPENSSLLIB}|' \ - -e '/is_live_test_wanted()/d' ${WRKSRC}/Makefile.PL - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503081945.t28JjtED013893>