notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: devel/distcc/files/patch-src::arg.c

Number of commits found: 2

Tuesday, 17 Sep 2002
01:01 lioux search for other commits by this committer
Update to 0.10.1

Submitted by:   maintainer
Original commit
Monday, 26 Aug 2002
02:39 lioux search for other commits by this committer
o Problem: "libstdc++-v3's configure script (and others) execute
commands such as .../xgcc -B.../ conftest.C -c -S. Assuming that
xgcc invokes the distcc client, this makes the distcc client write
the assembly output to conftest.o even though it should go into
conftest.s. The cause of this is that distcc currently does not
honour the fact that -S supersedes -c. Interestingly, if you add
"-o conftest.s" to the command line, it's the distcc server that
fails, claiming it couldn't find conftest.C."

o The attached patch fixes this behaviour. Courtesy of [1]

PR:             42019
Submitted by:   MAINTAINER,
                Alexandre Oliva <aoliva@redhat.com> [1]
Original commit

Number of commits found: 2