Summary: | net-im/qTox: fix build with GCC-based architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Yuri Victorovich <yuri> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | yuri | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(yuri) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Piotr Kubaj
![]() ![]() Created attachment 205913 [details]
patch
GCC architectures need -Wno-error=deprecated-declarations to prevent:
/wrkdirs/usr/ports/net-im/qTox/work/qTox-1.16.3-529-gb4450319/src/main.cpp:225:10: error: 'template<class> class std::auto_ptr' is deprecated [-Werror=deprecated-declarations]
std::auto_ptr<IPC> ipc;
^~~~~~~~
The pull request just needs to be updated, it's fixed it it. I will do this, thanks for reporting this. A commit references this bug: Author: yuri Date: Sat Jul 20 07:22:12 UTC 2019 New revision: 506977 URL: https://svnweb.freebsd.org/changeset/ports/506977 Log: net-im/qTox: fix build with GCC-based architectures by updating to the revision of the PR that doesn't contain std::auto_ptr PR: 239324 Reported by: pkubaj Changes: head/net-im/qTox/Makefile head/net-im/qTox/distinfo |