Summary: | net/samba4: Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo" | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | Timur I. Bakeyev <timur> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | timur | ||||
Priority: | --- | Keywords: | needs-qa, patch, patch-ready | ||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Comment on attachment 146985 [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)
(In reply to Kubilay Kocak from comment #1) > Comment on attachment 146985 [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/20140907060601-18389/ > * portlint -AC output (after addressing any outstanding issues) yasu@eastasia[53473]% cd /usr/ports/net/samba4 yasu@eastasia[53474]% portlint -AC WARN: /usr0/freebsd/ports/ports/net/samba4/pkg-plist: [1052]: 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/samba4/pkg-plist: [1053]: 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/samba4/pkg-plist: [1054]: 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/samba4/pkg-plist: [1055]: 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: [486]: use ${VARIABLE}, instead of $(VARIABLE). WARN: Makefile: [390]: 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[53475]% Thanks a lot for the patch. Please, go ahead with the commit. Reopen PR because patch is approved but not committed yet. A commit references this bug: Author: timur Date: Mon Dec 15 00:54:21 UTC 2014 New revision: 374733 URL: https://svnweb.freebsd.org/changeset/ports/374733 Log: Update port to newer version. Work around removed PLIST_REINPLACE, synced with samba41 configuration options. PR: 193415 Changes: head/net/samba4/Makefile head/net/samba4/distinfo head/net/samba4/pkg-plist The chage is incorporated in r374733. |
Created attachment 146985 [details] Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo".