| Summary: | [MAINTAINER] net/tigervnc: Update to 1.8.0 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Koichiro Iwao <meta> | ||||||
| Component: | Individual Port(s) | Assignee: | Carlos J. Puga Medina <cpm> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | CC: | cpm, meta | ||||||
| Priority: | --- | Keywords: | patch | ||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
|
Description
Koichiro Iwao
2017-05-26 09:18:17 UTC
There are some warnings shown by 'portlint -ac' output.
WARN: Makefile: [0]: possible direct use of command "false" found. use ${FALSE} instead.
WARN: Makefile: [0]: possible direct use of command "python" found. use ${PYTHON_CMD} instead.
WARN: Makefile: "LIB_DEPENDS" has to appear earlier.
WARN: /usr/ports/net/tigervnc/files/patch-cmake_BuildPackages.cmake: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/net/tigervnc/files/patch-CMakeLists.txt: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
WARN: /usr/ports/net/tigervnc/files/patch-unix_vncserver: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format.
0 fatal errors and 6 warnings found.
Please, consider fixing them (you can skip the first 2 warnings) :)
Created attachment 182933 [details]
patch2
Please apply attached patch-patch.
A commit references this bug: Author: cpm Date: Fri May 26 22:59:53 UTC 2017 New revision: 441817 URL: https://svnweb.freebsd.org/changeset/ports/441817 Log: net/tigervnc: update to 1.8.0 - Remove CONFLICST with vnc as net/vnc no longer exists - Pet portlint, move LIB_DEPENDS up and regenerate patches with make makepatch Changes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.8.0 PR: 219566 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Changes: head/net/tigervnc/Makefile head/net/tigervnc/distinfo head/net/tigervnc/files/patch-CMakeLists.txt head/net/tigervnc/files/patch-cmake_BuildPackages.cmake head/net/tigervnc/files/patch-unix_vncserver head/net/tigervnc/files/patch-unix_xserver118.patch head/net/tigervnc/pkg-plist A commit references this bug: Author: cpm Date: Fri May 26 23:03:54 UTC 2017 New revision: 441818 URL: https://svnweb.freebsd.org/changeset/ports/441818 Log: - Mark tigervnc-devel ignore because no development version available right now - Remove CONFLICTS with vnc as net/vnc port no longer exists - Pet portlint, move LIB_DEPENDS up and regenerate patches with make makepatch PR: 219566 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer) Changes: head/net/tigervnc-devel/Makefile head/net/tigervnc-devel/files/patch-CMakeLists.txt head/net/tigervnc-devel/files/patch-cmake_BuildPackages.cmake head/net/tigervnc-devel/files/patch-unix_vncserver Committed! Thanks |