Re: python 2 and 3 modules

2013-07-29 Thread David Demelier
2013/7/28 Daniel Braniss : > Hi, > I need to be able to have both (2.7 and 3.2) modules. > setting PYTHON_VERSION=3.2 in /etc/make.conf compiles properly, > but make install, insists that that the 2.7 version is installed! > after deinstalling, it will install the 3.2 version in the correct directo

Re: python 2 and 3 modules

2013-07-29 Thread David Demelier
2013/7/29 Marcus von Appen : > David Demelier : > > >> 2013/7/28 Daniel Braniss : >>> >>> Hi, >>> I need to be able to have both (2.7 and 3.2) modules. >>> setting PYTHON_VERSION=3.2 in /etc/make.conf compiles properly, >>> but

Re: [editors/libreoffice] missing dependencies for pkgng

2013-07-29 Thread David Demelier
2013/7/29 CeDeROM : > # pkg upgrade > Updating repository catalogue > pkg: Missing dependency matching 'x11-fonts/liberation-fonts-ttf' > pkg: Error while trying to install/upgrade packages, as there are > unresolved dependencies: > editors/libreoffice: x11-fonts/liberation-fonts-ttf, x11-fonts/gen

Re: [editors/libreoffice] missing dependencies for pkgng

2013-07-30 Thread David Demelier
2013/7/29 CeDeROM : > On Mon, Jul 29, 2013 at 2:36 PM, David Demelier > wrote: >> 2013/7/29 CeDeROM : >>> # pkg upgrade >>> Updating repository catalogue >>> pkg: Missing dependency matching 'x11-fonts/liberation-fonts-ttf' >>> pkg: Er

Re: sysutils/hal fails to compile today

2013-07-31 Thread David Demelier
2013/7/31 Kenta Suzumoto : > Hi all. I'm doing what's mentioned in today's UPDATING and hal is failing to > compile. > > I tried setting MAKE_JOBS_UNSAFE=yes in make.conf but it did not help. > > Snippet: > > 1 warning generated. > mv -f .deps/probe-scsi.Tpo .deps/probe-scsi.Po > clang -DHAVE_CONF

Re: sysutils/hal fails to compile today

2013-08-01 Thread David Demelier
2013/8/1 Kenta Suzumoto : > On 8/1/2013 at 2:56 AM, "David Demelier" wrote: >> >> >>Do you have a restricting /etc/src.conf? I'm surprised to see the >>code >>does not find usbhid.h. >> >>Which version of FreeBSD? >> > >

Re: Passing cmpile flags to portmaster

2013-08-26 Thread David Demelier
2013/8/26 LuKreme : > let's say there is a port I want to install, but I want to pass the compile > -WITH-FOO-BAR, how do I tell postmaster I want to do that? > > -- >>You are forgetting something: the Nazgul are immune to non-magical weapons. > > "Any sufficiently advanced technology is indisting

Re: python 2 and 3 modules

2013-09-17 Thread David Demelier
On 17.09.2013 08:59, Daniel Braniss wrote: >> On 29/07/2013 5:46 PM, David Demelier wrote: >>> 2013/7/28 Daniel Braniss : >>>> Hi, >>>> I need to be able to have both (2.7 and 3.2) modules. >>>> setting PYTHON_VERSION=3.2 in /etc/make.conf com

games/plee-the-bear fails to build

2013-09-26 Thread David Demelier
Hi, Recent update fails to build plee-the-bear in my poudriere (FreeBSD 9.1, no clang) /usr/bin/c++ -O2 -pipe -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing CMakeFiles/running-bear.dir/code/running_bear.cpp.o CMakeFiles/running-bear.dir/code/main.cpp.o -o ../bin/running-bear -L/usr/local/

ports/181413 request maintainer timeout

2013-09-27 Thread David Demelier
Hi, I've sent a PR a month ago about visualboyadvance-m [1]. Can someone please commit it as a maintainer timeout? [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181413 Kind regards, David. ___ freebsd-ports@freebsd.org mailing list http://lists

[patch] audio/mumble: urgent unbreak

2013-10-08 Thread David Demelier
Hello folks, Sorry to ask you a second time for a maintainer timeout but it's critical because audio/mumble is unusable currently because of a CELT detection failure. Two patches were sent over PR, one from me [1] and one from Natacha Porté. [2] Both are working, I think her is a bit better as it

Re : Re: [patch] audio/mumble: urgent unbreak

2013-10-08 Thread David Demelier
Thank you very much! :-) -- David Demelier Mark Felder a écrit : >On Tue, Oct 8, 2013, at 13:05, David Demelier wrote: >> Hello folks, >> >> Sorry to ask you a second time for a maintainer timeout but it's >> critical because audio/mumble is unusable currentl

dolphin-emu requires KMS to get OpenGL?

2013-10-25 Thread David Demelier
Hi there I wanted to try out the last version of dolphin-emu (4.0.0). When I try to start any game it stops with : Your card supports OpenGL 2.0? Your card supports OpenGL 3.0? I'm running standard Xorg without KMS with a ATI Radeon 4330. Is KMS mandatory for that card? Cheers, --

Re : mail/roundcube: No Dates?

2013-10-25 Thread David Demelier
Hi You need to set the date.timezone in your php.ini. Cheers -- David Demelier Larry Rosenman a écrit : >I upgraded my main mailserver a couple of weeks ago from 8.4 to 10.0, >and my roundcube install stopped displaying dates in the mail view. > >I've corresponded with

Netbeans / OpenJDK7 undefined reference to libiconv_open

2013-11-03 Thread David Demelier
Hi, After updating to openjdk-7.25.15_2 and netbeans-7.4, I can't start netbeans: /usr/local/openjdk7/jre/lib/amd64/libsplashscreen.so: Undefined symbol "libiconv_open" Anyone has the same issue? Regards, ___ freebsd-ports@freebsd.org mailing list htt

Where to find keywords for pkg-plist? (@mode, @group, ...)

2013-12-17 Thread David Demelier
Hello there, The Porter's Handbook really lacks a section to set permissions on installed files. Some users helped me on IRC to set permissions on a port pkg-plist but we should add it to the handbook. Is there a file in /usr/ports/Mk/* that shows all of the @ keywords that can be used in the pkg

Re: Where to find keywords for pkg-plist? (@mode, @group, ...)

2013-12-17 Thread David Demelier
2013/12/17 Baptiste Daroussin : > On Tue, Dec 17, 2013 at 10:07:47AM +0100, David Demelier wrote: >> Hello there, >> >> The Porter's Handbook really lacks a section to set permissions on >> installed files. Some users helped me on IRC to set permissions on a >&g

emulation/virtualbox-ose-additions fails to build only in poudriere

2013-12-18 Thread David Demelier
Hi there, The port emulation/virtualbox-ose-additions successfully builds on my machine but not when trying to bulk in a poudriere : kmk_redirect: error: _execvp(_P_WAIT, "python", ...) failed: No such file or directory kmk_redirect: error: _execvp(_P_WAIT, "python", ...) failed: No such file or

Re: If ports@ list continues to be used as substitute for GNATS, I'm unsubscribing

2013-12-18 Thread David Demelier
2013/12/17 John Marino : > Over the months I've seen several ports users copy a failure log and > mail it to ports@, usually without even saying "hello". I've tried to > discourage that behavior but other members of this mail list encourage > this method of bypassing writing PRs. One user even pr

Re: emulation/virtualbox-ose-additions fails to build only in poudriere

2013-12-18 Thread David Demelier
On 18/12/2013 09:53, David Demelier wrote: Hi there, The port emulation/virtualbox-ose-additions successfully builds on my machine but not when trying to bulk in a poudriere : kmk_redirect: error: _execvp(_P_WAIT, "python", ...) failed: No such file or directory kmk_redirect: erro

Re: transmission-gtk not workin :-(

2014-01-03 Thread David Demelier
On 30/12/2013 20:57, CeDeROM wrote: On Mon, Dec 30, 2013 at 8:45 PM, CeDeROM wrote: Stil there is some problem with transmission-gtk on FreeBSD 10.0-RC3 AMD64; I found qBitTorrent to be a nice and working alternative :-) It is a workaround. If you like qBitTorrent it's great. However if we

Re: audio/oss

2015-05-26 Thread David Demelier
Le 26/05/2015 12:15, rank1see...@gmail.com a écrit : 10.1-RELEASE-p10 #0 r282952 i386 oss-4.2.b2011 After playing of music finishes, I get around 20 of these: kernel trap 22 with interrupts disabled Recompilation nad reinstallation, soundoff & soundon didn't help. Same procedure, after

Re: www/redmine is not working after upgrade

2015-06-26 Thread David Demelier
olved. Yes, redmine port is very fragile and breaks often. I also submitted lots of PR for it. Is your Gemfile modified or is it the default?. -- David Demelier ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Lighttpd's initscript

2009-02-09 Thread David DEMELIER
Hi If you use php FastCGI module with lighttpd daemon, it will start some new process like that: www php-cgi 673 root / 2 drwxr-xr-x 512 r www php-cgi 673 wd /usr 1183830 drwxr-xr-x 21504 r www php-cgi 673 text /usr 1184503 -rwxr-xr-x 2

Supermaryiochronicles segfault when quits

2009-02-18 Thread David DEMELIER
Hi there, I'm was testing smc (supermaryochronicles), it works well but when you quit the game it just segfault. Not critical but don't know why. [mark...@mangue ~] % smc Warning : OpenGL Version 1,00 below optimal version 1.4 and higher Last known SDL Error : /dev/uhid3: No such file or dire

Supermaryiochronicles segfault when quits

2009-02-18 Thread David DEMELIER
Hi there, I'm was testing smc (supermaryochronicles), it works well but when you quit the game it just segfault. Not critical but don't know why. [mark...@mangue ~] % smc Warning : OpenGL Version 1,00 below optimal version 1.4 and higher Last known SDL Error : /dev/uhid3: No such file or dire

Re: [HEADSUP] The ports tree is now stage only

2014-09-01 Thread David Demelier
Le 01/09/2014 11:27, Baptiste Daroussin a écrit : Hi all, The ports tree is now fully staged (only 2% has been left unstaged, marked as broken and will be removed from the ports tree if no PR to stage them are pending in bugzilla). I would like to thank every committer and maintainers for thei

Re: Google Code as an upstream is gone

2016-09-30 Thread David Demelier
2016-09-29 17:36 GMT+02:00 Mathieu Arnold : > Le 29/09/2016 à 17:03, Christian Weisgerber a écrit : >> On 2016-09-14, Mathieu Arnold wrote: >> >>> Google Code has been deprecated[1] since March 2015, and read-only since >>> August 2015, giving time to software developers to move their >>> developm

Re: harder and harder to avoid pkg

2016-10-13 Thread David Demelier
2016-10-12 10:04 GMT+02:00 Andrea Venturoli : > On 10/12/16 09:24, Matthieu Volat wrote: > >> And GNU/Linuxes can be a PITA when you have to track -dev(el) packages >> (which sometimes really requires -bin, -app or whatever), or worst, describe >> to people how they are supposed to build your softw

Re: ports capable of coping with --relocate?

2016-10-13 Thread David Demelier
2016-10-10 7:39 GMT+02:00 Julian Elischer : > On 9/10/2016 10:35 PM, Julian Elischer wrote: >> >> >> for packages I'm using : >> >> * PKG_DBDIR=/$(FOO)/var/db/pkg pkg add --relocate /$(FOO) $(PKGNAME)* >> >> to build up an image in location "$FOO" that I can tar up and install >> onto a machine. >

Re: harder and harder to avoid pkg

2016-10-14 Thread David Demelier
2016-10-14 8:14 GMT+02:00 Loïc BLOT : > FreeBSD ports are complicated ? > Does someone of you tryed to do a Debian package, it's even more > complicated as you should modify many path, split package in multiple > packages, do the service engineering with systemV or systemD, etc ? It's not writing

Re: harder and harder to avoid pkg

2016-10-14 Thread David Demelier
2016-10-14 11:22 GMT+02:00 Baptiste Daroussin : > It is imho doable in both sides. > > We could imagine tagging the plist/manifest so pkg can allow a user to install > only the things tagged as runtime for exemple which would do the job. for what > Julian is asking for beside adding lots of complex

lighttpd does not pull OpenSSL dependency

2016-10-24 Thread David Demelier
: off Shared Libs required: libpcre.so.1 Annotations: cpe: cpe:2.3:a:lighttpd:lighttpd:1.4.41:freebsd11:x64:1 repo_type : binary repository : server What can I do to fix that? Thanks! --

Re: lighttpd does not pull OpenSSL dependency

2016-10-24 Thread David Demelier
2016-10-24 14:59 GMT+02:00 Guido Falsi : > Are you generating your own packages? What software are you using to do > that? Yes, I'm using poudriere. However I didn't upgrade poudriere for a while, maybe I should upgrade it too. The bulk build was clean at time I ran it, since it was an upgrade no

www/redmine port status

2016-10-24 Thread David Demelier
ppropriate folder to that one as specified in the redmine guide [0] Kind regards, Keep up the good work anyway ;) [0]: http://www.redmine.org/projects/redmine/wiki/RedmineInstall#Step-8-File-system-permissions -- David Demelier ___ freebsd-ports

Re: Inconsistency? (was Re: misc/jive deleted)

2016-10-25 Thread David Demelier
2016-10-24 20:21 GMT+02:00 Dave Hayes : > On 10/23/2016 19:10, Kurt Jaeger wrote: >> >> In a mail thread about jive that finding is very mature 8-} > > > Speaking of maturity and attempting to add consistency, can anyone in this > thread explain why misc/jive is considered offensive and removed, bu

Re: Inconsistency? (was Re: misc/jive deleted)

2016-10-26 Thread David Demelier
2016-10-25 22:57 GMT+02:00 Dave Horsfall : > Have you seen the FreeBSD home page? Well, I thought the OP was talking about the logo [0], not the home web page. Anyway, I think comparing religious and offensive content a bit offtopic. I think unless FreeBSD makes explicit antichrist statement, the

Re: Inconsistency? (was Re: misc/jive deleted)

2016-10-26 Thread David Demelier
On 10/26/2016 09:32 AM, Kurt Jaeger wrote: Hi! I think unless FreeBSD makes explicit antichrist statement, there is no problem having a daemon mascot. I have never heard any religious problem so far. Or then I missed something. Approx. 20 years ago (?), some FreeBSD developer with a old-style

Re: lighttpd does not pull OpenSSL dependency

2016-10-26 Thread David Demelier
2016-10-26 10:46 GMT+02:00 Mathieu Arnold : > Le 26/10/2016 à 00:14, Don Lewis a écrit : >> Then the question is, if DEFAULT_VERSIONS+=ssl=openssl is not in >> make.conf, then why is OpeSSL from ports installed? Nothing should >> be depending on it. > > Well, the problem is that many ports have WI

Re: lighttpd does not pull OpenSSL dependency

2016-10-27 Thread David Demelier
2016-10-27 11:00 GMT+02:00 Mathieu Arnold : > Before changing the default, though, I need to change the way GSSAPI is > handled, and create a DEFAULT_VERSIONS+=gssapi= > and change all the ports with the USES=gssapi that gives options to the > users. > But I don't use all of that, so I need help fi

Re: lighttpd does not pull OpenSSL dependency

2016-10-28 Thread David Demelier
2016-10-27 18:35 GMT+02:00 Mathieu Arnold : > Le 27/10/2016 à 17:00, Matthew D. Fuller a écrit : >> On Thu, Oct 27, 2016 at 03:05:03PM +0200 I heard the voice of >> Mathieu Arnold, and lo! it spake thus: >>> Once you install openssl from ports, the ports framework will use >>> it, always. >> That i

Re: (In)Stability of the Quarterly Branch

2016-12-15 Thread David Demelier
2016-11-16 13:17 GMT+01:00 Vlad K. : > The quarterly branch (Q) is intended to provide a set of "stable" packages > that in the lifetime of such a branch, receive only bug and security fixes. > That is the theory and intent behind the branch. In practice, however: > > 1. The Q branch is cut off at

Re: (In)Stability of the Quarterly Branch

2016-12-15 Thread David Demelier
2016-12-15 17:25 GMT+01:00 Matthew Seaman : > On 2016/12/15 16:01, Olivier Duchateau wrote: >>> The problem is that there are no tests in FreeBSD ports. All source >>> based systems I've tested: pkgsrc, FreeBSD ports, OpenBSD, Gentoo; >>> FreeBSD is the one that have the most instability. Not to me

Re: The ports collection has some serious issues

2016-12-18 Thread David Demelier
On 12/16/2016 04:06 PM, John Marino wrote: Starting with a clean system: 1) install synth from binary package from official freebsd builder (a single package) What about just building synth from ports? Then the OP have everything built from ports. -- David __

Re: The ports collection has some serious issues

2016-12-18 Thread David Demelier
2016-12-18 21:22 GMT+01:00 Kevin Oberman : > synth(8)... try it, you'll like it. (Sorry, dating myself.) I also never tried synth as I'm very familiar with poudriere, but I'll have a look for sure :) -- Demelier David ___ freebsd-ports@freebsd.org mail

Re: HEADSUP: FLAVORS (initial version) and subpackages proposals

2016-12-18 Thread David Demelier
2016-12-19 1:31 GMT+01:00 Baptiste Daroussin : > Hi all, > > I have been working for a while on 2 long standing feature request for the > ports > tree: flavors and subpackages. > > For flavors I would like to propose a simple approach first which is more > like a > rework of the slave ports for n

Re: The ports collection has some serious issues

2016-12-20 Thread David Demelier
2016-12-20 13:57 GMT+01:00 Dave Horsfall : > Perhaps for you to just quietly FOAD? When it comes to common sense, you > appear to be utterly impervious. Perhaps we can stay polite? -- Demelier David ___ freebsd-ports@freebsd.org mailing list https://l

Re: devel/cargo build failure

2017-01-25 Thread David Demelier
On 01/25/2017 01:53 AM, Don Zavitz wrote: www/firefox pulls this in, didn't know firefox used rust? Yes, some parts of Firefox are now written in Rust :) -- David Demelier ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/ma

[RFC] Why FreeBSD ports should have branches by OS version

2017-06-22 Thread David Demelier
Hello, Today I've upgraded one of my personal FreeBSD servers. It's running FreeBSD 11.0 for a while. While I use quarterly ports branches, I usually update my ports tree before installing a new service and I faced some troubles: www/node was updated from 6.x to 7.x: unfortunately my etherpad in

Re: [RFC] Why FreeBSD ports should have branches by OS version

2017-06-22 Thread David Demelier
2017-06-22 14:18 GMT+02:00 Baptiste Daroussin : > On Thu, Jun 22, 2017 at 02:15:02PM +0200, David Demelier wrote: > As usual with such proposal, where do you find the manpower to handle the > number > of branches required (the quarterly branches are already hard to maintain, it >

Re: [RFC] Why FreeBSD ports should have branches by OS version

2017-06-22 Thread David Demelier
2017-06-22 16:16 GMT+02:00 Baptiste Daroussin : > The model with one branch per release will bring it to way more with a > maintenance window way larger (actually it is 3 month making the quarterly > relatively easy to maintain) So after three months if you don't switch branch, you're outdated sin

Re: FreeBSD Port: RetroArch-1.3.6_7

2017-07-11 Thread David Demelier
I'll update it. -- David Demelier Le 11 juil. 2017 6:02 AM, "bluesky" a écrit : > Hello. The Retroarch port seems a bit out of date. Retroarch is on version > 1.6.0 now. > > Thank you. > > > ___ > freebsd

ffmpeg undefined references

2017-07-24 Thread David Demelier
Hello, I never had this build error before, but I can't get ffmpeg to build: cc -Llibavcodec -Llibavdevice -Llibavfilter -Llibavformat -Llibavresample -Llibavutil -Llibpostproc -Llibswscale -Llibswresample -fstack-protector -L/usr/local/lib -Wl,--as-needed -Wl,-z,noexecstack -Wl,--warn-common -W

Re: FreeBSD Port: RetroArch-1.3.6_7

2017-08-23 Thread David Demelier
2017-07-11 10:02 GMT+02:00 bluesky : > Hello. The Retroarch port seems a bit out of date. Retroarch is on version > 1.6.0 now. Hi, I'm sorry I'm unable to update it at the moment because ffmpeg does not compile since many FreeBSD developers push changes without testing: https://lists.freebsd.org

Re: FreeBSD Port: RetroArch-1.3.6_7

2017-08-23 Thread David Demelier
2017-08-24 6:49 GMT+02:00 Kevin Oberman : > Are you building with the default options? fmpeg has about as many options > as any port and they increase as new codecs, multiplexers, and such are > developed. It may be some non-standard selection that is causing your > problem. It built for me with M

Re: dns/bind-tools fails to build on 10-stable

2014-01-21 Thread David Demelier
On 20/01/2014 20:26, John wrote: > On Mon, Jan 20, 2014 at 07:14:04PM +0100, Niclas Zeising wrote: >> On 01/20/14 10:29, John wrote: >>> Hello list, >>> >>> On a new 10-stable system, I can't seem to build bind tools. I get the >>> following >>> error: >>> >>> checking host system type... x86_64-

new port: irc/irccd ports/187136

2014-03-25 Thread David Demelier
Hello ports@ Is any port committer interested in my new port ports/187136 ? All my "FreeBSD" friends are too busy to invest time in it. And I don't want to be forgotten like devel/sfml2 which is still not committed :(. Thanks! --

<    1   2   3