Bug 225573

Summary: STRIP=0 has no effect for ruby gems
Product: Ports & Packages Reporter: Alan Somers <asomers>
Component: Ports FrameworkAssignee: Alan Somers <asomers>
Status: Closed Works As Intended    
Severity: Affects Some People CC: ports-bugs, swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alan Somers freebsd_committer freebsd_triage 2018-01-30 21:01:41 UTC
Setting STRIP=0 is supposed to make ports not strip binaries.  However, the option has no effect for rubygems that compile C extensions.
Comment 1 Alan Somers freebsd_committer freebsd_triage 2018-01-30 21:04:39 UTC
Patch in review at https://reviews.freebsd.org/D14136
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2018-01-30 21:05:32 UTC
You should use WITH_DEBUG in this case.
Comment 3 Alan Somers freebsd_committer freebsd_triage 2018-01-30 22:00:59 UTC
Setting WITH_DEBUG works.  I'll abandon the code review.