svn commit: r380793 - head/security/p5-Crypt-SSLeay

Adam Weinberger adamw at FreeBSD.org
Sun Mar 8 19:45:55 UTC 2015


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 at 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>


More information about the svn-ports-head mailing list