net/ucarp : New rc script with multiple VHID and FIB support

2010-03-26 Thread Olivier Cochard-Labbé
Hi, I've improved the startup script for net/ucarp by adding multiple VHID support, and FIB support. Now, you can have this example of rc.conf configuration with net/ucarp (up to the 255 VHID): # uCarp ucarp_enable="YES" #ucarp_VHID_option="value" ucarp_1_if="ed1" ucarp_1_src="10.0.1.2" ucarp_1_a

Building net-mgmt/net-snmp fails

2010-05-06 Thread Olivier Cochard-Labbé
Hi all, since some days, I can't compile net-snmp on my FreeBSD 8-Stable using the default make value. I've got this error message: net-snmp-5.4.2.1/agent/.libs/libnetsnmpagent.so -lwrap -lkvm /usr/ports/net-mgmt /net-snmp/work/net-snmp-5.4.2.1/snmplib/.libs/libnetsnmp.so -ldevstat ../snmplib/.l

Re: dependencies of net-mgmt/net-snmp

2010-06-06 Thread Olivier Cochard-Labbé
On Fri, Jun 4, 2010 at 9:27 AM, Pavel Timofeev wrote: > > > Any comments? The net-snmp 5.5 (updated 2 jun 2010) have now x11-toolkits/p5-Tk in RUN_DEPENDS. This means that I need to install x11 libs on my FreeBSD routers or using net-snmp now ??? ___ f

Call for testers: www/shellinabox (Shell in a Box)

2010-06-24 Thread Olivier Cochard-Labbé
Hi all, I've just finished my port of Shell in a Box: It's a secure web server that provide ajax terminal emulator. More information on the official website: http://code.google.com/p/shellinabox/ Before to submit it, Can someone test it ? You can found the port here: http://gugus69.free.fr/tools/

Re: Call for testers: www/shellinabox (Shell in a Box)

2010-06-25 Thread Olivier Cochard-Labbé
2010/6/25 Doug Barton : > I didn't test the port, but attached is a diff to your rc.d script. Thanks a lot's for your remarks: I've merged your diff. Regards, Olivier ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: Call for testers: www/shellinabox (Shell in a Box)

2010-06-25 Thread Olivier Cochard-Labbé
2010/6/25 Vitaly Magerya : > > > The machine in question is a vanilla 8.0-RELEASE in VirtualBox. > I can provide any additional information, just name it. > Do you have special optimization in /etc/make.conf ? Thanks, Olivier ___ freebsd-ports@freebsd.

Re: Call for testers: www/shellinabox (Shell in a Box)

2010-06-28 Thread Olivier Cochard-Labbé
2010/6/28 Vitaly Magerya : > > So what I propose is this: > 1. Create "shellinabox" user and group (via USERS and GROUPS). > 2. Update rc script to start shellinaboxd with that user and group. > 3. Make the certificate directory 700, owned by shellinabox:shellinabox. Thanks for your tips, I've up

[x11/nvidia-driver] didn't install vdpau header files with NOPORTDOCS

2010-09-17 Thread Olivier Cochard-Labbé
Hi, I've just meet a problem with x11/nvidia-driver by installing it with: make install -DNOPORTDOCS The vdpau include files were not installed (vdpau.h and vdpau_x11.h): ls /usr/local/include/vdpau/ vdpau*.h I believe their is a problem in the Makefile on this line: "@${LN} -sf ${DOCSDIR}/vdpau

Re: [x11/nvidia-driver] didn't install vdpau header files with NOPORTDOCS

2010-09-17 Thread Olivier Cochard-Labbé
On Fri, Sep 17, 2010 at 5:29 PM, Anonymous wrote: > Try to replace the line with > > �...@${install_data} ${WRKSRC}/doc/vdpau*.h ${PREFIX}/include/vdpau > Thanks ! Works great :-) Regards, Olivier ___ freebsd-ports@freebsd.org mailing list http://list

Re: XBMC port

2010-10-09 Thread Olivier Cochard-Labbé
On Sat, Oct 9, 2010 at 10:00 AM, Ivan Klymenko wrote: > > Hi! > > I have this port is not built ... > gives the following error when building: > > ... > `/usr/ports_build/usr/ports/multimedia/xbmc/work/xbmc-10.0.r34138/xbmc/cores/paplayer/SIDCodec' > I've got the same problem, here is a

[x11/xkeyboard-config] x11/xkbcomp not a RUN_DEPENDS ?

2012-02-26 Thread Olivier Cochard-Labbé
Hi all, On my system (9.0-amd64), if I install x11/xorg-minimal from port, It's work great but if I install my self generated xorg-minimal package, it didn't start: Xorg complain about missing xkbcomp in its log file. Looking the dependency tree, I've seen that x11/xkeyboard-config include x11/xkb

devel/p5-Storable failed to build

2011-03-07 Thread Olivier Cochard-Labbé
Hi, I'm trying to install devel/p5-Storable, but failed: [root@bigdev]/usr/ports/devel/p5-Storable#make ===> Vulnerability check disabled, database not found ===> License check disabled, port has not defined LICENSE ===> Extracting for p5-Storable-2.25 => SHA256 Checksum OK for Storable-2.25.t

Re: devel/p5-Storable failed to build

2011-03-07 Thread Olivier Cochard-Labbé
2011/3/7 Greg Larkin : > > I fixed the problem by using recursive "touch -t " on my whole > /usr/local/lib/perl5 tree. > Thanks a lot's! I've used this command for solving my problem: find -L /usr/local/lib/perl5/ -exec touch {} + Regards, Olivier ___

Call for testing: games/wiimms ports (Tools for manipulate Wii and GameCube ISO/WBFS/WDF/WIA files)

2011-08-03 Thread Olivier Cochard-Labbé
Hi all, I've just finished a port: wiimms ISO Tools (http://wit.wiimm.de/) and tested a little by converting some Wii ISO files to WBFS files with success. But I would like some other peoples test other more advanced features like WBF partition manipulation or WDF/WIA files. shar archive of the por

Re: Call for testing: games/wiimms ports (Tools for manipulate Wii and GameCube ISO/WBFS/WDF/WIA files)

2011-08-04 Thread Olivier Cochard-Labbé
On Thu, Aug 4, 2011 at 10:24 AM, Torfinn Ingolfsen wrote: > > I think prospective testers would appreciate if you told them how they > can get the port. :) > Oops! the shar file was filtered, you can found a copy here: http://bsdrp.net/misc/wiimms.shar How to install it: cd /usr/ports/games/ fet

Re: Call for testing: games/wiimms ports (Tools for manipulate Wii and GameCube ISO/WBFS/WDF/WIA files)

2011-08-05 Thread Olivier Cochard-Labbé
2011/8/5 Dmitry Marakasov : > > Are you sure this belongs to games category? Seems to me sysutils > or converters are much more suitable. For instance, utilities for > iso9660 manipulation (iat, isomd5sum, *2iso) are in sysutils. I was not sure of the category, but sysutils is OK for me. Regards,

Re: net/frr 4.0 crashing

2018-06-01 Thread Olivier Cochard-Labbé
On Wed, May 30, 2018 at 9:05 PM Mike Tancsa wrote: > Hi, > On a recent RELENG_11 (r334152) I am no longer able to start up the > routing daemons. I get an Abort at the end. Anyone have any ideas what > this might be about ? > > ​Hi, seems that FRR 4.0 crash if there are tun,gre,gif inte

Re: net/frr 4.0 crashing

2018-06-03 Thread Olivier Cochard-Labbé
​Hi, net/frr was renamed net/frr4 (4.0) and net/frr3 (3.0.3) was reintroduced into the port tree since r471530. Regards, Olivier ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send an

Re: [PATCH] net/bird2: add multicast patch from bird mailing list

2021-04-16 Thread Olivier Cochard-Labbé
On Fri, Apr 16, 2021 at 7:14 AM Jason A. Donenfeld wrote: > This patch was made in response to a FreeBSD networking discussion and > is important in enabling babel support on interfaces that are neither > pointtopoint nor broadcast. > > The upstream patch submission is: > https://bird.network.cz/

Call for tester: gns3

2009-03-14 Thread Olivier Cochard-Labbé
Hi all, here is my first attempt to create a port. GNS3 is a graphical Cisco Network emulator (using dynamips and dynagen): http://www.gns3.net/ I've tested it under current, but I would to receive your tests results before to propose it. The port can be downloaded here: http://gugus69.free.fr/too

Re: tmux backspace patch?

2014-09-02 Thread Olivier Cochard-Labbé
On Tue, Sep 2, 2014 at 8:43 PM, Patrick wrote: > Hi, there: > > > I was just wondering about the backspace patch for tmux. Since upgrading to > tmux 1.9a (from 1.8) where this patch is unconditionally applied, my > backspace key no longer works in the tmux command prompt (e.g. :). I > had to remo

How to correctly manage RUN_DEPENDS for python based ports ?

2014-10-04 Thread Olivier Cochard-Labbé
Hi, I'm working on porting www/py-bottle-cork (an authenticate module for www/py-bootle). This module support lot's of backend like: - MySQL, MariaDB, PostgreSQL using SQLAlchemy - MongoDb - SQLite - Local JSON files for low-traffic web applications For my needs I only use local JSON files. Then

Re: mattermost needs a commiter

2018-02-20 Thread Olivier Cochard-Labbé
On Tue, Feb 20, 2018 at 10:21 PM, Loïc BLOT wrote: > Hello > as i am the mattermost maintainer, i sent a patch to mattermost (4.6.0 > -> 4.7.1) > Can someone push it please ? > > ​Done​ ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.or