Summary: | [exp-run] conditional including of bsd.perl.mk inside bsd.port.mk | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Andrej Zverev <az> | ||||
Component: | Individual Port(s) | Assignee: | Port Management Team <portmgr> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Andrej Zverev
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->portmgr bsd.port.mk is portmgr territory (via the GNATS Auto Assign Tool) There are a few weird ordering issues; some of the other .mk files depend on bsd.perl.mk, but I think if it passes an exp-run we have no problems. Chris 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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Issue no more actual, no exp-run needed |