I got this:
gmake[1]: Leaving directory
`/home/tmp/frontier/ports-svn/head/lang/clang-devel/work/llvm-3.2.r160283/tools/clang/unittests'
rmdir: /usr/local/share/doc/clang/html/img: No such file or directory
*** Error code 1
Stop in /frontier/ports-svn/head/lang/clang-devel.
*** Error code 1
Stop
On 20 July 2012 05:07, Sunpoet Hsieh wrote:
> Hi,
>
> You can use ".if empty(PORT_OPTIONS:Mfoo)" to check if option "foo" is
> off. Try this:
>
> .if empty(PORT_OPTIONS:MTHREADS)
> CONFIGURE_ARGS+=--without-pthreads
> .endif
>
Quite correct, and I've filed such in a PR.
http://www.freebsd.org/cg
On 2012-07-16 23:58, Marcello Coutinho wrote:
> Hi,
>
> I was having issues with pbi builds and apache22-worker-mpm(It was always
> looking at apache22 build instead of apache22-worker-mpm)
>
> After unifying all apache22-xx-mpm options on apache22 make config, I could
> compile any MPM option us
Hi,
You can use ".if empty(PORT_OPTIONS:Mfoo)" to check if option "foo" is
off. Try this:
.if empty(PORT_OPTIONS:MTHREADS)
CONFIGURE_ARGS+=--without-pthreads
.endif
Regards,
sunpoet
On Thu, Jul 19, 2012 at 10:46 PM, Alexey Kouznetsov
wrote:
> Hello!
>
> After port was moved to new NGoptions th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Am 18.07.2012 08:37, schrieb Lars Engels:
> On Tue, Jul 17, 2012 at 05:43:02PM -0500, Mark Linimon wrote:
>> On Wed, Jul 18, 2012 at 12:09:50AM +0200, John Marino wrote:
>>> Would it be so bad if all my submitted patches (as a recognized
>>> quality co
On 07/19/2012 12:47, Jung-uk Kim wrote:
> On 2012-07-19 15:32:56 -0400, Doug Barton wrote:
>> On 07/19/2012 12:17, Dimitry Andric wrote:
>>> On 2012-07-19 21:06, Robert Huff wrote: ...
Let me be clear: There is at least one person out there who has
successfully built LibreOffice 3.5.5 usi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2012-07-19 15:32:56 -0400, Doug Barton wrote:
> On 07/19/2012 12:17, Dimitry Andric wrote:
>> On 2012-07-19 21:06, Robert Huff wrote: ...
>>> Let me be clear: There is at least one person out there who has
>>> successfully built LibreOffice 3.5.5 us
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2012-07-19 15:09:08 -0400, Dimitry Andric wrote:
> On 2012-07-19 20:07, Jung-uk Kim wrote:
>> On 2012-07-19 09:21:30 -0400, Dimitry Andric wrote:
> ...
>> Since when Clang started mimicking GCC 4.7?
>
> Most likely since somebody attempted to get t
On 07/19/2012 12:17, Dimitry Andric wrote:
> On 2012-07-19 21:06, Robert Huff wrote:
> ...
>> Let me be clear:
>> There is at least one person out there who has successfully
>> built LibreOffice 3.5.5 using (system) clang 3.2?
>
> The version of clang in base is 3.1. I have successfully
On 2012-07-19 21:06, Robert Huff wrote:
...
> Let me be clear:
> There is at least one person out there who has successfully
> built LibreOffice 3.5.5 using (system) clang 3.2?
The version of clang in base is 3.1. I have successfully compiled
LibreOffice with it, and it even seemed to
Hi Alexy,
Can you submit a PR with an appropriate patch?
Thanks!
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
On 2012-07-19 20:07, Jung-uk Kim wrote:
> On 2012-07-19 09:21:30 -0400, Dimitry Andric wrote:
...
> Since when Clang started mimicking GCC 4.7?
Most likely since somebody attempted to get the latest GNU libstdc++
building with clang, and bumped into precisely this issue: if
__cplusplus has the sim
Kevin Oberman writes:
> I do wish a note had been made in ports/UPDATING that 3.5.5
> requires either the latest clang port or a world built
> yesterday. Actually, the commit to stable was almost exactly two
> days ago, but with mirror propagation and time zones, I think
> "yesterday" is the
On 2012-07-18 17:46, Robert Huff wrote:
...
> FreeBSD 10.0-CURRENT #0: Wed Jul 18 08:15:22 EDT 2012 amd64
>
> and system clang (3.1), libreoffice 3.5.5 gets stuck at:
...
> Making:libuno_sal.so.3
> : ERROR: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.15 required by
> ../unxfbsd.pro/l
On 2012-07-19 09:21:30 -0400, Dimitry Andric wrote:
> On 2012-07-19 01:34, Jung-uk Kim wrote:
>> While I was tackling LibreOffice build issues, I found something
>> interesting about __cplusplus. Basically, different C++
>> compilers may have different __cplusplus definitions and it may
>> caus
On Wed, Jul 18, 2012 at 11:39 PM, Chris Rees wrote:
> On 19 Jul 2012 01:09, "Robert Huff" wrote:
>>
>>
>> Doug Barton writes:
>>
>> > >On a system running:
>> > >
>> > > FreeBSD 10.0-CURRENT #0: Wed Jul 18 08:15:22 EDT 2012 amd64
>> > >
>> > >and system clang (3.1), libreoffice 3.5.
It seems that the usage of SAMBA_PORT= var has been confused quite a
bit.
SAMBA_PORT= as judged by ports/net/samba* is defined to be "net/samba??"
while ports/net/samba-libsmbclient defines it as "samba??"
I found when creating index that no matter which way you define it both
of the two ways wi
Hello!
After port was moved to new NGoptions this is inpossible to compile port
with threads enabled. make always adds --without-pthreads undepended on
setings in make config
At Makefile we have
.if empty(${PORT_OPTIONS:MTHREADS})
CONFIGURE_ARGS+=--without-pthreads
.endif
and resulted configure
On 2012-07-19 01:34, Jung-uk Kim wrote:
> While I was tackling LibreOffice build issues, I found something
> interesting about __cplusplus. Basically, different C++ compilers may
> have different __cplusplus definitions and it may cause some
> strangeness. Clang, for example, used to set it to 1
On 07/18/2012 12:06, Greg Rivers wrote:
> The ports version of dns/fpdns seems to have this[1] bug:
>
> $ fpdns ns1.isc-sns.net.
> Net::DNS::Header::data: no such method at
> /usr/local/lib/perl5/site_perl/5.16.0/Net/DNS/Fingerprint.pm line 668.
>
>
> [1] https://bugzilla.redhat.com/show_bug.cgi
2012-07-19 01:49, Jung-uk Kim skrev:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2012-07-18 18:21:53 -0400, Jung-uk Kim wrote:
On 2012-07-18 14:11:46 -0400, Lowell Gilbert wrote:
Jung-uk Kim writes:
It is not clang's fault actually and I am working on a fix.
Please stay tuned.
On
21 matches
Mail list logo