From owner-svn-ports-all@FreeBSD.ORG Sun Mar 8 19:45:55 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 739905AC; Sun, 8 Mar 2015 19:45:55 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E5DBBCD; Sun, 8 Mar 2015 19:45:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t28JjtYX013894; Sun, 8 Mar 2015 19:45:55 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t28JjtED013893; Sun, 8 Mar 2015 19:45:55 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201503081945.t28JjtED013893@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sun, 8 Mar 2015 19:45:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380793 - head/security/p5-Crypt-SSLeay X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2015 19:45:55 -0000 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