-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
in our environment we are using mariadb instead of mysql.
This should be achieved by setting "DEFAULT_MYSQL_VER=53"
in /etc/make.conf.
A subsequent "make index" produces following messages:
Generating INDEX-8 - please wait..make_index: innotop-
Heino Tiedemann wrote:
>
> What ist the meaning of
>
> ,
> | Use GCC 4.6 to fix build on newer FreeBSD versions
> `
>
>
> What meians "newer FreeBSD versions" here?
> http://www.freshports.org/www/firefox/
>
>
> And what means
>
> ,
> | Don't depend on GCC 4.6 if clang is used
>
___
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"
Maciej Suszko wrote:
> Heino Tiedemann wrote:
>>
>> What ist the meaning of
>>
>> ,
>> | Use GCC 4.6 to fix build on newer FreeBSD versions
>> `
>>
>>
>> What meians "newer FreeBSD versions" here?
>> http://www.freshports.org/www/firefox/
>>
>>
>> And what means
>>
>> ,
>> | D
Hi ,
Since ports/xerces-c2 is a dependency for
miners_xerceslight_dev-1.0.2, which we need for miners_myna_common_lib.
Can I use this package for RHEL 5 Or is there any alternative packages? Else
what is the source for the package?
Thanks,
Aravind.
___
Rainer,
I added libinotify support.
Please check wxgtk2-2.9.3_1.
Max
On Thu, May 17, 2012 at 7:35 PM, Rainer Hurling wrote:
> On 17.05.2012 09:37 (UTC+1), Rainer Hurling wrote:
>>
>> Max,
>>
>> many thanks for your update! Unfortunately is does not compile on my
>> 10.0-CURRENT (amd64) box:
>>
Maciej Suszko wrote:
> Heino Tiedemann wrote:
>>
>> What ist the meaning of
>>
>> ,
>> | Use GCC 4.6 to fix build on newer FreeBSD versions
>> `
>>
>>
>> What meians "newer FreeBSD versions" here?
>> http://www.freshports.org/www/firefox/
>>
>>
>> And what means
>>
>> ,
>> | D
When compiling with clang, try adding -Qunused-arguments to the compiler
flags.
Something like
# Add -Qunused-arguments to CFLAGS if clang/clang++ is used.
.if ${CC:T:Mclang} == "clang" || ${CXX:T:Mclang++} == "clang++"
CFLAGS+=-Qunused-arguments
.endif
in /etc/make.conf should do it.
* Sunpoet Po-Chuan Hsieh (sunp...@freebsd.org) wrote:
> GDAL 1.9.1 was released several days ago.
>
> Please test if it works for you.
> If I don't receive critical feedback, I plan to commit them this
> weekend or next Monday.
I don't use gdal directly so I can't really test it, but I've ran in
On 8-6-2012 4:43, Sunpoet Hsieh wrote:
> On Thu, Jun 7, 2012 at 2:25 PM, Rainer Hurling wrote:
>> Am 07.06.2012 05:30 (UTC+1) schrieb Sunpoet Po-Chuan Hsieh:
>>>
>>> Hi,
>>
>>
>> Many thanks for this update. What I observed so far:
>>
>>
>> (1) graphics/gdal builds and installs fine. There is a mi
On 6/4/2012 8:30 AM, Bryan Drewery wrote:
>
>
> On 6/3/2012 1:44 PM, Baptiste Daroussin wrote:
>> Hi,
>>
>> The new options framework is now in the port for a week, most of the problems
>> directly concerning the framework seems to have been addressed.
>>
>> regards,
>> Bapt
>
> A common quest
2012/6/7 Warren Block :
> On Thu, 7 Jun 2012, Niclas Zeising wrote:
>
>> On 2012-06-07 17:47, Warren Block wrote:
>>>
>>> Yesterday, Firefox 13 built and installed quickly. It was just the
>>> running part that did not go so well. Coredumps on start, it would
>>> start with add-ons disabled, but
Bryan Drewery wrote:
> Another common question is how to check if an option is not set. We all
> try !${PORT_OPTIONS:MFOO} to find it does not work.
$ cat Makefile
all:
.if ${LIST:MFOO}
@echo HAVE FOO
.endif
.if !${LIST:MFOO}
@echo NO FOO
.endif
$ make
On 06/03/12 14:44, Baptiste Daroussin wrote:
Hi,
The new options framework is now in the port for a week, most of the problems
directly concerning the framework seems to have been addressed.
Some issue seems still to be there regarding backward compatibility but I
haven't been able to reproduce
On Jun 8, 2012 2:32 PM, "Naram Qashat" wrote:
>
> On 06/03/12 14:44, Baptiste Daroussin wrote:
>>
>> Hi,
>>
>> The new options framework is now in the port for a week, most of the
problems
>> directly concerning the framework seems to have been addressed.
>>
>> Some issue seems still to be there r
On 6/8/2012 8:14 AM, Vitaly Magerya wrote:
> Bryan Drewery wrote:
>> Another common question is how to check if an option is not set. We all
>> try !${PORT_OPTIONS:MFOO} to find it does not work.
>
> $ cat Makefile
> all:
> .if ${LIST:MFOO}
> @echo HAVE FOO
> .endif
> .if
On Sun, Jun 03, 2012 at 08:44:48PM +0200, Baptiste Daroussin wrote:
>
> already have notice bsd.options.desc.mk provide shared descriptions of the
> usual
> options, try to be consistent and reuse the same options name so that it is
> simpler for users, please override the description for your po
On 6/8/2012 9:09 AM, Anton Shterenlikht wrote:
> On Sun, Jun 03, 2012 at 08:44:48PM +0200, Baptiste Daroussin wrote:
>>
>> already have notice bsd.options.desc.mk provide shared descriptions of the
>> usual
>> options, try to be consistent and reuse the same options name so that it is
>> simpler f
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> BDB1_DESC=Use Berkeley DB 1
> BDB4_DESC=Use Berkeley DB >=2
Side note: There is no DB 2 or 3 in the ports any more.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk/SCMYACgkQvmGDOQUufZUhSQCg954/sMFGuQbG/Aiy4S
Greetings,
while porting dnsmasq to optionsNG, I came across a couple of questions
that do not seem to be addressed in the documentation.
1 - dependencies between options
specifics: dns/dnsmasq offers IDN and NLS. Due to idiosyncrasies of the
port, NLS also entails IDN. Meaning that:
If NLS is
On 08/06/2012 11:09, Heino Tiedemann wrote:
Maciej Suszko wrote:
Heino Tiedemann wrote:
What ist the meaning of
,
| Use GCC 4.6 to fix build on newer FreeBSD versions
`
What meians "newer FreeBSD versions" here?
http://www.freshports.org/www/firefox/
And what means
,
| Don
On 08.06.2012 10:47 (UTC+2), Max Khon wrote:
Rainer,
I added libinotify support.
Please check wxgtk2-2.9.3_1.
Hi Max,
many thanks for integrating libinotify support. wxgtk2-2.9.3_1 builds
and installs fine with it.
At this time my only application under version 2.9.3 is the upcoming
relea
On Fri, 8 Jun 2012, Olivier Smedts wrote:
2012/6/7 Warren Block :
On Thu, 7 Jun 2012, Niclas Zeising wrote:
On 2012-06-07 17:47, Warren Block wrote:
Yesterday, Firefox 13 built and installed quickly. It was just the
running part that did not go so well. Coredumps on start, it would
start
# þkg infø -xl xðm
xðm-¹.¹.¹¹ øwns the følløwing files:
/usr/løcãl/bin/xðm
/usr/løcãl/lib/X¹¹/xðm/ãuthðir
/usr/løcãl/lib/X¹¹/xðm/chøøser
/usr/løcãl/lib/X¹¹/xðm/libXðmGreet.lã
/usr/løcãl/lib/X¹¹/xðm/libXðmGreet.sø
/usr/løcãl/lib/X¹¹/xðm/þixmãþs/xørg-bw.xþm
/usr/løcãl/lib/X¹¹/xðm/þixmãþs/xørg.xþm
/us
Hi,
I'm trying to install a Zenpack on my demo of Zenoss in order to be
able to query our MSSQL backend servers however I'm having quite a few
issues.
These are what I'm trying to install:
ZenPacks.community.WMIDataSource-3.0.egg
ZenPacks.community.WMIDataSource-3.0.egg.zip
ZenPacks.community.WM
Thanks for the long-awaited update to vigra version 1.8.0.
As far as I can see, you also integrated math/fftw3-float,
graphics/OpenEXR and the DragonFly/NetBSD
patch-include-vigra-mathutil.hxx. Nice, that you found a way to use the
systems compiler instead of lang/gcc :-)
It seems that your
cd /usr/ports/devel/cross-gcc
make TGTARCH=arm TGTABI=elf configure
you see these options: .. is this normal? (specially concerning is the
'Fortran support off' by default 'the old way' and on the new way?
Options for arm-elf-gcc 4.5.2
[X] CXXEnable
[X] language support
[X] OBJ
Social video glasses record your life handsfree!
Look at this wonderful IndieGoGo crowd-funded project!
Social electric eyewear capture your world:
http://www.indiegogo.com/socialvideoglasses
I have backed the project and you should too!
To unsubscribe: http://pastebin.com/raw.php?i=pNcfyRP9
_
On 8 June 2012 08:15, Alfred Bartsch wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
>
> in our environment we are using mariadb instead of mysql.
> This should be achieved by setting "DEFAULT_MYSQL_VER=53"
> in /etc/make.conf.
>
> A subsequent "make index" produces following mes
09.06.2012 3:32, Rainer Hurling написал:
Thanks for the long-awaited update to vigra version 1.8.0.
[skip]
Sorry for this hopefully not to silly questions from a non-developer.
But I am really interested in these Vigra functionalities for the next
math/saga release I am working on.
I'll imp
On 08.06.2012 19:45 (UTC+2), Dima Panov wrote:
09.06.2012 3:32, Rainer Hurling написал:
Thanks for the long-awaited update to vigra version 1.8.0.
[skip]
Sorry for this hopefully not to silly questions from a non-developer.
But I am really interested in these Vigra functionalities for the next
m
Chris Rees skrev:
> On 8 June 2012 08:15, Alfred Bartsch wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> Hi,
>>
...
>> Adding this missing entry to the portstree should solve this issue.
>> To avoid such problems in the future, it would IMHO be preferable to
>> have only one port
On Fri, Jun 08, 2012 at 08:09:08PM +0200, Palle Girgensohn thus spake:
Chris Rees skrev:
On 8 June 2012 08:15, Alfred Bartsch wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
...
Adding this missing entry to the portstree should solve this issue.
To avoid such problems in the futur
I am the (still inexperienced) maintainer of math/ess.
Apparently, math/ess, an emacs mode for the statics lang R/S (Emacs
Speaks Statistics) conflicts with the devel/noweb literate programming
tool, more specifically, it's emacs mode. Both add a noweb-mode.el in
share/emacs/site-lisp/, so that I
On Fri, Jun 08, 2012 at 08:38:10AM +0400, Ruslan Ermilov wrote:
> Hi,
>
> I've noticed (while portupgrading www/nginx-devel) that despite of
> the new options set it doesn't provide me with the configuration
> diaglog. This is because _OPTIONS_OK is set when OPTIONS isn't,
> and the latter is alw
Hi,
Here are the makefile and pkg-plist for vala 0.17.1 :
# New ports collection makefile for:vala
# Date created:2007-07-09
# Whom:Michael Johnson
#
# $FreeBSD: ports/lang/vala/Makefile,v 1.29 2011/11/09 15:25:37 miwi Exp $
# $MCom: ports/lang/vala/Makefile,v 1.55 201
On Fri, Jun 08, 2012 at 04:34:31PM +0200, Matthias Andree wrote:
> Greetings,
>
> while porting dnsmasq to optionsNG, I came across a couple of questions
> that do not seem to be addressed in the documentation.
>
> 1 - dependencies between options
>
> specifics: dns/dnsmasq offers IDN and NLS. D
On 6/8/12 2:57 PM, Baptiste Daroussin wrote:
make OPTIONS_UNSET=IPV6 should work maybe already have it in make.conf ?
would this work also? (multiple options unset?)
OPTIONS_UNSET=IPV6,KERBEROS
make dnsmasq_UNSET=IPV6 should also work
regards,
Bapt
--
Michael Scheidell, CTO
>*| * SECN
On 6/8/12 2:44 PM, Baptiste Daroussin wrote:
Should be fixed thank you. Bapt
old one worked on devel/cross-gcc
pcvs co -r 1.725 ports/Mk/bsd.port.mk
make TGTARCH=arm TGTABI=elf clean
===> Cleaning for arm-elf-gcc-4.5.2
this newest one, not so much:
$FreeBSD: ports/Mk/bsd.port.mk,v 1.726 20
FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #21 r236721: Thu Jun 7
15:52:12 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64
After a recent portsnap fetch update I'm seeing this output:
# make search name=ssldump
"/usr/ports/Mk/bsd.port.mk", line 6097: Malformed conditional
"/usr/ports/Mk/bsd.port.mk", line 6097: Malformed conditional
(${_COMPLETE_OPTIONS_LIST:O} != ${_FILE_COMPLETE_OPTIONS_LIST:O})
Fresh portsnap, some there were changes to bsd.port.mk..
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/someone-broke-bsd-port-mk-tp5716638.html
/usr/ports/Mk/bsd.port.mk looks broken
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/strange-output-from-make-tp5716636p5716639.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org ma
Or is it new options framework? I thought that old knobs
would still work.
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/strange-output-from-make-tp5716636p5716640.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
On 6/8/12 3:55 PM, Jakub Lach wrote:
"/usr/ports/Mk/bsd.port.mk", line 6097: Malformed conditional
(${_COMPLETE_OPTIONS_LIST:O} != ${_FILE_COMPLETE_OPTIONS_LIST:O})
Fresh portsnap, some there were changes to bsd.port.mk..
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/
core2 != native maybe. Later Intel Core 2 (45nm)
added SSE4.1.
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/Firefox-13-tp5716220p5716642.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@fre
On 6/8/12 4:02 PM, Jakub Lach wrote:
Or is it new options framework? I thought that old knobs
would still work.
that is usually the goal, but, definition of an upgrade:
'take old bugs out, put new bugs in'
so, they are supposed to work, but are causing problems in some cases.
--
Michael Sch
Hmm.. On the other hand, are all old WITH*
knobs invalidated? I have acquired hefty collection of
them, and I'm not sure what to do with them after
new options framework launch.
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/someone-broke-bsd-port-mk-tp5716638p5716647.html
On Fri, Jun 08, 2012 at 04:08:49PM -0400, Michael Scheidell wrote:
>
>
> On 6/8/12 3:55 PM, Jakub Lach wrote:
> > "/usr/ports/Mk/bsd.port.mk", line 6097: Malformed conditional
> > (${_COMPLETE_OPTIONS_LIST:O} != ${_FILE_COMPLETE_OPTIONS_LIST:O})
> >
> > Fresh portsnap, some there were changes to
On Jun 8, 2012 7:10 PM, "Palle Girgensohn" wrote:
>
> Chris Rees skrev:
> > On 8 June 2012 08:15, Alfred Bartsch wrote:
> >> -BEGIN PGP SIGNED MESSAGE-
> >> Hash: SHA1
> >>
> >> Hi,
> >>
> ...
> >> Adding this missing entry to the portstree should solve this issue.
> >> To avoid such prob
On 6/8/12 4:21 PM, Thomas Abthorpe wrote:
On Fri, Jun 08, 2012 at 04:08:49PM -0400, Michael Scheidell wrote:
On 6/8/12 3:55 PM, Jakub Lach wrote:
"/usr/ports/Mk/bsd.port.mk", line 6097: Malformed conditional
(${_COMPLETE_OPTIONS_LIST:O} != ${_FILE_COMPLETE_OPTIONS_LIST:O})
A fix was commit
On 08/06/2012 19:41, Christopher J. Ruwe wrote:
> From
> http://www.freebsd.org/doc/en/books/porters-handbook/book.html#CONFLICTS
> I gather that I should add something like
>
> CONFLICTS=noweb
Usually you'ld put something like:
CONFLICTS= noweb-[0-9]*
just to avoid accidentally matchi
Same here, looks normal again.
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/someone-broke-bsd-port-mk-tp5716638p571.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
freebsd-ports@freebsd.org mailing l
On 06/08/2012 06:34, Chris Rees wrote:
>> So I have a question from a consumer standpoint as opposed to a
>> maintainer standpoint. If we use portconf to store all of our WITH_*
>> options for ports, will that continue to work with ports that have switched
>> to optionsng or is there something I n
As not all KNOBS are documented in
/usr/ports/KNOBS I remember that somebody
used some script that parsed ports for them...
Would be handy to have full list of possible
knobs, especially as they can be changing now.
--
View this message in context:
http://freebsd.1045724.n5.nabble.com/HEADS
For some reason, the other browser malformed the previous posting a
few day= s ago. My apologies; also xpi-it_s_all_text is
not seen yet in this install, so hopefully this one is not also
malformed.<= BR>
upon reinstall of perl, python, ruby, I almost always upon reinstall
e
> Shared object "libpng.so.6"
> Leslie Jensen leslie at eskk.nu
> Sun Jun 3 06:13:02 UTC 2012
> Previous message: Problems with new boost
> Next message: Shared object "libpng.so.6"
> Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I keep getting this error :-(
>
> I just wrote in
Is there an easy way to skip a particular distfile mirror that, say,
wants to timeout forever for Gnome files?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-p
El día Friday, June 08, 2012 a las 11:21:59PM -0600, Warren Block escribió:
> Is there an easy way to skip a particular distfile mirror that, say,
> wants to timeout forever for Gnome files?
You could redirect its FQN via an entry in /etc/hosts to an IP addr
where the request gives connection re
On Sat, 9 Jun 2012, Matthias Apitz wrote:
El día Friday, June 08, 2012 a las 11:21:59PM -0600, Warren Block escribió:
Is there an easy way to skip a particular distfile mirror that, say,
wants to timeout forever for Gnome files?
You could redirect its FQN via an entry in /etc/hosts to an IP
On 8 June 2012 22:21, Warren Block wrote:
> Is there an easy way to skip a particular distfile mirror that, say, wants
> to timeout forever for Gnome files?
try adding RANDOMIZE_MASTER_SITES= yes to /etc/make.conf as well.
--
Eitan Adler
___
freebsd-
On Fri, Jun 8, 2012 at 11:10 PM, Eitan Adler wrote:
> On 8 June 2012 22:21, Warren Block wrote:
> > Is there an easy way to skip a particular distfile mirror that, say,
> wants
> > to timeout forever for Gnome files?
>
> try adding RANDOMIZE_MASTER_SITES= yes to /etc/make.conf as well.
>
>
>
I l
Le 07.06.2012 15:52, Frank Broniewski a écrit :
Yes, that worked.
I tested it with py-gdal. First I had some problems because there were
some other programs depending gdal-grass (QGIS, Grass GIS) which linked
to the older gdal libs, but after deleting gdal-grass, I could import
the module into p
62 matches
Mail list logo