Bug 193411

Summary: lang/ruby19: replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo"
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: freebsd-ruby (Nobody) <ruby>
Status: Closed FIXED    
Severity: Affects Some People CC: ruby, swills
Priority: --- Keywords: needs-qa, patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo". koobs: maintainer-approval? (ruby)

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2014-09-07 08:09:18 UTC
Created attachment 146981 [details]
Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo".
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2014-09-07 13:10:18 UTC
If possible please also include the following to promote quick 
resolution:

 * Attach successful poudriere testport, or redports.org build logs
 * portlint -AC output (after addressing any outstanding issues)
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2014-09-07 14:26:23 UTC
(In reply to Kubilay Kocak from comment #1)
> If possible please also include the following to promote quick 
> resolution:
> 
>  * Attach successful poudriere testport, or redports.org build logs

https://redports.org/buildarchive/20140907064900-12016/


>  * portlint -AC output (after addressing any outstanding issues)

yasu@eastasia[53461]% cd /usr/ports/lang/ruby19
yasu@eastasia[53462]% portlint -AC
WARN: Makefile: [0]: possible direct use of command "rm" found. use ${RM} instead.
WARN: Makefile: [0]: possible direct use of command "env" found. use ${SETENV} instead.
WARN: Makefile: [3]: possible direct use of command "ruby" found. use ${RUBY} instead.
WARN: Makefile: [12]: possible direct use of command "ruby" found. use ${RUBY} instead.
WARN: Makefile: [114]: possible direct use of command "ruby" found. use ${RUBY} instead.
WARN: Makefile: possible use of absolute pathname "/usr/bin/install".
WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy.
WARN: Makefile: new ports should not set PORTREVISION.
WARN: Makefile: new ports should not set PORTEPOCH.
WARN: Makefile: unless this is a master port, COMMENT has to be set by "=", not by "?=".
WARN: Makefile: "PKGNAMESUFFIX" has to appear earlier.
WARN: Makefile: "BUILD_DEPENDS" has to appear earlier.
WARN: Makefile: "RUN_DEPENDS" has to appear earlier.
0 fatal errors and 13 warnings found.
yasu@eastasia[53463]%
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-09-14 15:51:11 UTC
A commit references this bug:

Author: swills
Date: Sun Sep 14 15:50:47 UTC 2014
New revision: 368194
URL: http://svnweb.freebsd.org/changeset/ports/368194

Log:
  lang/ruby19: switch to USES=execinfo

  PR:		193411
  Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>

Changes:
  head/lang/ruby19/Makefile
  head/lang/ruby19/files/patch-configure.in
Comment 4 Steve Wills freebsd_committer freebsd_triage 2014-09-14 15:55:51 UTC
Committed, thanks!