Date: Sun, 07 Sep 2014 14:29:24 +0000 From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 193413] lang/ruby21: Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo" Message-ID: <bug-193413-21402-FwsGE0IRP1@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-193413-21402@https.bugs.freebsd.org/bugzilla/> References: <bug-193413-21402@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193413 --- Comment #2 from Yasuhiro KIMURA <yasu@utahime.org> --- (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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193413-21402-FwsGE0IRP1>