Page MenuHomeFreeBSD

Drop now unneeded ${PORTSDIR}
ClosedPublic

Authored by bapt on Jan 24 2016, 12:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 8, 2:17 PM
Unknown Object (File)
Tue, Sep 8, 1:16 PM
Unknown Object (File)
Sat, Sep 5, 10:08 AM
Unknown Object (File)
Thu, Sep 3, 6:19 AM
Unknown Object (File)
Wed, Sep 2, 5:43 PM
Unknown Object (File)
Wed, Sep 2, 5:20 PM
Unknown Object (File)
Tue, Sep 1, 12:35 AM
Unknown Object (File)
Mon, Aug 31, 7:05 PM
Subscribers

Details

Summary

Before 2016Q1 we have removed the necessity of specifying ${PORTSDIR}
in dependency lines.

Tested with portmaster, portupgrade and synth and poudriere (bulk -an)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bapt retitled this revision from to Drop now unneeded ${PORTSIDR}.
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
bapt added a reviewer: portmgr.
antoine added a reviewer: antoine.
antoine added a subscriber: antoine.

The bsd.databases.mk changes look unrelated and premature

This revision now requires changes to proceed.Jan 24 2016, 12:56 PM
bapt edited edge metadata.

backout extra changes from bsd.databases.mk

Mk/bsd.port.mk
1862 ↗(On Diff #12634)

This change too

bapt edited edge metadata.

Backout another change that should not have crept in

antoine requested changes to this revision.Jan 27 2016, 8:01 PM
antoine edited edge metadata.

There is a problem with _DEPEND_SPECIALS : ${PORTSDIR} may not be prepended and fetch-specials will fail to for dir in ${_DEPEND_SPECIALS}; ... cd $$dir; ${MAKE} fetch); ...

This revision now requires changes to proceed.Jan 27 2016, 8:01 PM

Nice catch! I will that one and we will wait for another Q before committing that patch

bapt edited edge metadata.

refresh

mat retitled this revision from Drop now unneeded ${PORTSIDR} to Drop now unneeded ${PORTSDIR}.Mar 23 2016, 12:55 PM
mat edited edge metadata.