| Summary: | net/samba41: 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 | ||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
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)
(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]% Thanks a lot for the patch. Please, go ahead with the commit. Reopen PR because patch is approved but not committed yet. Fix is incorporated in r371268. |
Created attachment 146986 [details] Replace "LIB_DEPENDS=libexecinfo.so" with "USES=execinfo".