notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: multimedia/atomicparsley/files/patch-AtomicParsley.cpp
SVNWeb

Number of commits found: 2

Sun, 31 Jan 2021
[ 17:16 jbeich search for other commits by this committer ] Original commit   Revision:563497
multimedia/atomicparsley: update to 20210114.184825.1dbe1be

See https://github.com/wez/atomicparsley#a-note-on-maintenance
Fri, 18 Nov 2016
[ 03:34 jbeich search for other commits by this committer ] Original commit   Revision:426306
multimedia/atomicparsley: unbreak with libc++ 3.9

AtomicParsley.cpp:1450:9: error: cannot initialize a variable of type 'char *'
with an rvalue of type 'const char *'
                char* orig_suffix = strrchr(originating_file, '.');
                      ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:4467:10: error: assigning to 'char *' from incompatible type
'const char *'
                suffix = strrchr(filePath, '.');
                       ^ ~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:4483:9: error: cannot initialize a variable of type 'char *'
with an rvalue of type 'const char *'
                char* file_name = strrchr(filePath, '/');
                      ^           ~~~~~~~~~~~~~~~~~~~~~~
AtomicParsley.cpp:5009:11: error: cannot initialize a variable of type 'char *'
with an rvalue of type 'const char *'
                                char* suffix = strrchr(m4aFile, '.');
                                      ^        ~~~~~~~~~~~~~~~~~~~~~
PR:		212343
Reported by:	antoine (via exp-run)

Number of commits found: 2