From owner-svn-ports-all@FreeBSD.ORG Wed Sep 18 08:44:22 2013 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 ESMTP id 185A3E21; Wed, 18 Sep 2013 08:44:22 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05C21295A; Wed, 18 Sep 2013 08:44:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8I8iL1Z062517; Wed, 18 Sep 2013 08:44:21 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8I8iLRQ062515; Wed, 18 Sep 2013 08:44:21 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201309180844.r8I8iLRQ062515@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 18 Sep 2013 08:44:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327536 - in head: . Mk 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.14 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: Wed, 18 Sep 2013 08:44:22 -0000 Author: bapt Date: Wed Sep 18 08:44:21 2013 New Revision: 327536 URL: http://svnweb.freebsd.org/changeset/ports/327536 Log: Remove the old perl framework, that also means all the perl code is not loaded inconditionnaly anymore Huge thanks for az@ for his hard work on the subject! PR: ports/172608 Submitted by: az Deleted: head/Mk/bsd.perl.mk Modified: head/CHANGES head/Mk/bsd.port.mk Modified: head/CHANGES ============================================================================== --- head/CHANGES Wed Sep 18 08:38:20 2013 (r327535) +++ head/CHANGES Wed Sep 18 08:44:21 2013 (r327536) @@ -10,6 +10,17 @@ in the release notes and/or placed into All ports committers are allowed to commit to this file. +20130918: +AUTHOR: bapt@FreeBSD.org + + The perl framework is not included inconditionnaly and the old framework + is not recognized anymore, the following MACROS has been removed: + + * PERL_CONFIGURE + * USE_PERL5_RUN + * USE_PERL5_BUILD + * PERL_MODBUILD + 20130904: AUTHOR: madpilot@FreeBSD.org Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Sep 18 08:38:20 2013 (r327535) +++ head/Mk/bsd.port.mk Wed Sep 18 08:44:21 2013 (r327536) @@ -1391,8 +1391,6 @@ PKGCOMPATDIR?= ${LOCALBASE}/lib/compat/ .include "${PORTSDIR}/Mk/bsd.gnustep.mk" .endif -.include "${PORTSDIR}/Mk/bsd.perl.mk" - .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif @@ -1956,8 +1954,6 @@ RUN_DEPENDS+= ${_GL_${_component}_RUN_DE .include "${PORTSDIR}/Mk/bsd.sdl.mk" .endif -.include "${PORTSDIR}/Mk/bsd.perl.mk" - .if defined(USE_PHP) .include "${PORTSDIR}/Mk/bsd.php.mk" .endif