From owner-freebsd-ruby@FreeBSD.ORG Sun Sep 7 14:29:24 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2ACF1AD for ; Sun, 7 Sep 2014 14:29:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC2731CB4 for ; Sun, 7 Sep 2014 14:29:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s87ETNam047289 for ; Sun, 7 Sep 2014 14:29:23 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 193413] lang/ruby21: Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo" Date: Sun, 07 Sep 2014 14:29:24 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: yasu@utahime.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2014 14:29:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193413 --- Comment #2 from Yasuhiro KIMURA --- (In reply to Kubilay Kocak from comment #1) > Comment on attachment 146983 [details] > Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo". > > 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[53467]% portlint -AC 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: [113]: possible direct use of command "ruby" found. use ${RUBY} instead. 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: 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: DISTNAME is ${PORTNAME}-${PORTVERSION} by default, you don't need to define DISTNAME. 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 14 warnings found. yasu@eastasia[53468]% -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.