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: devel/gcvs/files/patch-common-UCvsFiles.cpp
SVNWeb

Number of commits found: 3

Wed, 1 Feb 2017
[ 20:23 jbeich search for other commits by this committer ] Original commit   Revision:433103
devel/gcvs: unbreak with libc++ 3.9

AppGlue.cpp:263:9: error: cannot initialize a variable of type 'char *' with an
rvalue of type 'const char *'
                char *login = strchr(ccvsroot, '@');
                      ^       ~~~~~~~~~~~~~~~~~~~~~
CvsArgs.cpp:201:16: error: call to 'strchr' is ambiguous
                bool hasLF = strchr(newarg, '\n') != 0L;
                             ^~~~~~
CvsArgs.cpp:210:19: error: call to 'strchr' is ambiguous
                bool hasSpace = strchr(newarg, ' ') != 0L;
                                ^~~~~~
TextBinary.cpp:466:8: error: cannot initialize a variable of type 'char *' with
an rvalue of type 'const char *'
        char *tmp = strrchr(file, '.');
              ^     ~~~~~~~~~~~~~~~~~~
UCvsFiles.cpp:2020:12: error: call to 'strchr' is ambiguous
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 22 Nov 2007
[ 22:27 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
- Fix build with gcc 4.2/AMD64

PR:             118027
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
Approved by:    portmgr (pav,linimon)
Sun, 24 Aug 2003
[ 17:34 dinoex search for other commits by this committer ] Original commit 
- Fix gcc33 problems on CURRENT

Number of commits found: 3