| Summary: | [patch] emulators/q4wine: qt4-linguist -> qt4-linguisttools, remove some dependencies | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Andriy Voskoboinyk <avos> | ||||||||||
| Component: | Individual Port(s) | Assignee: | Philip M. Gollucci <pgollucci> | ||||||||||
| Status: | Closed FIXED | ||||||||||||
| Severity: | Affects Only Me | CC: | koalative | ||||||||||
| Priority: | --- | Keywords: | patch | ||||||||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(koalative) |
||||||||||
| Hardware: | Any | ||||||||||||
| OS: | Any | ||||||||||||
| Attachments: |
|
||||||||||||
Created attachment 159200 [details]
portlint.log
Created attachment 159201 [details]
poudriere-9.3-i386.log
Created attachment 159202 [details]
poudriere-10.1-amd64.log
Also (not described in description): - Add qt4-sqlite3-plugin to runtime dependencies. Take. maintainer timeout (koalative@gmail.com ; 24 days) A commit references this bug: Author: pgollucci Date: Tue Aug 18 20:02:21 UTC 2015 New revision: 394647 URL: https://svnweb.freebsd.org/changeset/ports/394647 Log: emulators/q4wine: qt4-linguist -> qt4-linguisttools, remove some dependencies - Add LICENSE_FILE. - USE_QT4=linguist_build -> USE_QT4=linguisttools_build. - Use an OPTION helper for DBUS. - Remove CONFIGURE_ARGS for NLS - they are not used. - Gettext dependency is not used too. - Remove USE_GCC=yes. - Fix build with clang. - Bump PORTREVISION. PR: 201863 Submitted by: s3erios@gmail.com Approved by: maintainer timeout (koalative@gmail.com ; 24 days) Changes: head/emulators/q4wine/Makefile head/emulators/q4wine/files/ head/emulators/q4wine/files/patch-src_q4wine-gui_process.cpp Committed. Thanks! |
Created attachment 159199 [details] Patch.diff - Add LICENSE_FILE. - USE_QT4=linguist_build -> USE_QT4=linguisttools_build. - Use an OPTION helper for DBUS. - Remove CONFIGURE_ARGS for NLS - they are not used. - Gettext dependency is not used too. - Remove USE_GCC=yes. -- Fix build with clang. - Bump PORTREVISION.