Bug 210066 - Porter's Handbook section 5.8 Dependencies uses ${PORTSDIR}
Summary: Porter's Handbook section 5.8 Dependencies uses ${PORTSDIR}
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-06 04:43 UTC by Randy Westlund
Modified: 2016-06-12 15:29 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Westlund 2016-06-06 04:43:11 UTC
Section 5.8 [1] shows LIB_DEPENDS using ${PORTSDIR} in paths.  I believe this is incorrect after ports commit 412348 [2] and friends.

[1] https://www.freebsd.org/doc/en/books/porters-handbook/book.html#makefile-depend

[2] https://svnweb.freebsd.org/ports?view=revision&revision=412348
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-06-10 23:23:48 UTC
A commit references this bug:

Author: jgh
Date: Fri Jun 10 23:23:33 UTC 2016
New revision: 48913
URL: https://svnweb.freebsd.org/changeset/doc/48913

Log:
  - remove applicable ${PORTSDIR} referrences

  PR:		210066
  Reported by:	rwestlun@gmail.com

Changes:
  head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml
  head/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
  head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2016-06-10 23:24:03 UTC
Thanks for the report!