Bug 193416 - net/samba41: Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo"
Summary: net/samba41: Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo"
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Timur I. Bakeyev
URL:
Keywords: needs-qa, patch
Depends on:
Blocks:
 
Reported: 2014-09-07 08:15 UTC by Yasuhiro Kimura
Modified: 2014-10-22 08:42 UTC (History)
1 user (show)

See Also:


Attachments
Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo". (837 bytes, patch)
2014-09-07 08:15 UTC, Yasuhiro Kimura
koobs: maintainer-approval? (timur)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2014-09-07 08:15:57 UTC
Created attachment 146986 [details]
Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo".
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2014-09-07 13:19:29 UTC
Comment on attachment 146986 [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
 * portlint -AC output (after addressing any outstanding issues)
Comment 2 Yasuhiro Kimura freebsd_committer freebsd_triage 2014-09-07 14:34:16 UTC
(In reply to Kubilay Kocak from comment #1)
> Comment on attachment 146986 [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/20140907070601-16171/

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

yasu@eastasia[53476]% cd /usr/ports/net/samba41
yasu@eastasia[53476]% portlint -AC
WARN: /usr0/freebsd/ports/ports/net/samba41/pkg-plist: [1024]: Using @dirrmtry with absolute path will not work as you expected in most cases.  Use pkg-deinstall or @unexec rmdir ... if you want to remove a directory such as /var/${PORTNAME}
WARN: /usr0/freebsd/ports/ports/net/samba41/pkg-plist: [1025]: Using @dirrmtry with absolute path will not work as you expected in most cases.  Use pkg-deinstall or @unexec rmdir ... if you want to remove a directory such as /var/${PORTNAME}
WARN: /usr0/freebsd/ports/ports/net/samba41/pkg-plist: [1026]: Using @dirrmtry with absolute path will not work as you expected in most cases.  Use pkg-deinstall or @unexec rmdir ... if you want to remove a directory such as /var/${PORTNAME}
WARN: /usr0/freebsd/ports/ports/net/samba41/pkg-plist: [1027]: Using @dirrmtry with absolute path will not work as you expected in most cases.  Use pkg-deinstall or @unexec rmdir ... if you want to remove a directory such as /var/${PORTNAME}
WARN: Makefile: [482]: use ${VARIABLE}, instead of $(VARIABLE).
WARN: Makefile: [385]: possible direct use of command "python" found. use ${PYTHON_CMD} 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: unless this is a master port, PORTNAME has to be set by "=", not by "?=".
WARN: Makefile: unless this is a master port, PORTVERSION has to be set by "=", not by "?=".
WARN: Makefile: new ports should not set PORTREVISION.
WARN: Makefile: unless this is a master port, MAINTAINER has to be set by "=", not by "?=".
WARN: Makefile: unless this is a master port, COMMENT has to be set by "=", not by "?=".
0 fatal errors and 13 warnings found.
yasu@eastasia[53477]%
Comment 3 Timur I. Bakeyev freebsd_committer freebsd_triage 2014-09-08 22:05:23 UTC
Thanks a lot for the patch. Please, go ahead with the commit.
Comment 4 Yasuhiro Kimura freebsd_committer freebsd_triage 2014-09-27 08:32:54 UTC
Reopen PR because patch is approved but not committed yet.
Comment 5 Yasuhiro Kimura freebsd_committer freebsd_triage 2014-10-22 08:42:03 UTC
Fix is incorporated in r371268.