From owner-svn-ports-all@FreeBSD.ORG Fri Apr 11 15:14:28 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31513111; Fri, 11 Apr 2014 15:14:28 +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 1D8271680; Fri, 11 Apr 2014 15:14:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3BFERu8097851; Fri, 11 Apr 2014 15:14:27 GMT (envelope-from skreuzer@svn.freebsd.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3BFERdu097850; Fri, 11 Apr 2014 15:14:27 GMT (envelope-from skreuzer@svn.freebsd.org) Message-Id: <201404111514.s3BFERdu097850@svn.freebsd.org> From: Steven Kreuzer Date: Fri, 11 Apr 2014 15:14:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350979 - in head/security/p5-Crypt-Rabbit: . files 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.17 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: Fri, 11 Apr 2014 15:14:28 -0000 Author: skreuzer Date: Fri Apr 11 15:14:27 2014 New Revision: 350979 URL: http://svnweb.freebsd.org/changeset/ports/350979 QAT: https://qat.redports.org/buildarchive/r350979/ Log: Instead of hardcoding the flags passed to OPTIMIZE, replace it with the value of CFLAGS Deleted: head/security/p5-Crypt-Rabbit/files/ Modified: head/security/p5-Crypt-Rabbit/Makefile Modified: head/security/p5-Crypt-Rabbit/Makefile ============================================================================== --- head/security/p5-Crypt-Rabbit/Makefile Fri Apr 11 15:12:11 2014 (r350978) +++ head/security/p5-Crypt-Rabbit/Makefile Fri Apr 11 15:14:27 2014 (r350979) @@ -15,4 +15,7 @@ LICENSE= GPLv2 USES= perl5 USE_PERL5= configure +post-patch: + ${REINPLACE_CMD} -i '' -e '/OPTIMIZE/s/=>.*/=> "${CFLAGS}",/g' ${WRKSRC}/Makefile.PL + .include