Bug 196890

Summary: devel/libunwind: use USES=autoreconf
Product: Ports & Packages Reporter: Po-Chuan Hsieh <sunpoet>
Component: Individual Port(s)Assignee: Danilo Egea Gondolfo <danilo>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (danilo)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
libunwind.diff none

Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2015-01-19 12:43:08 UTC
Created attachment 151851 [details]
libunwind.diff

- Add LICENSE
- Use USES=autoreconf
- Strip shared library
- Simplify PLIST_SUB manipulation
- Bump PORTREVISION for package change
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-01-19 12:43:08 UTC
Auto-assigned to maintainer danilo@FreeBSD.org
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2015-01-20 12:05:01 UTC
Why autoreconf is necessary?
Comment 3 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2015-01-20 12:09:22 UTC
Oh sorry, I should read the whole patch before asking...
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-01-20 12:27:01 UTC
A commit references this bug:

Author: danilo
Date: Tue Jan 20 12:26:17 UTC 2015
New revision: 377510
URL: https://svnweb.freebsd.org/changeset/ports/377510

Log:
  - Add LICENSE
  - Use USES=autoreconf
  - Strip shared library
  - Simplify PLIST_SUB manipulation
  - Bump PORTREVISION for package change

  PR:		196890
  Submitted by:	sunpoet

Changes:
  head/devel/libunwind/Makefile
Comment 5 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2015-01-20 12:30:03 UTC
Committed. Thanks!