Bug 210066

Summary: Porter's Handbook section 5.8 Dependencies uses ${PORTSDIR}
Product: Documentation Reporter: Randy Westlund <rwestlun>
Component: Books & ArticlesAssignee: Jason Helfman <jgh>
Status: Closed FIXED    
Severity: Affects Only Me CC: jgh
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

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!