Re: devel/subversion, Sponsored by

2013-04-11 Thread Rui Paulo
It will be displayed but it wasn't getting removed automatically. I fixed it in r315775. Regards, -- Rui Paulo ___ 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"

Re: svn commit: r253637 - in head: etc/mtree lib/libusb

2013-07-24 Thread Rui Paulo
On 24 Jul 2013, at 20:54, Rui Paulo wrote: > Author: rpaulo > Date: Thu Jul 25 03:54:08 2013 > New Revision: 253637 > URL: http://svnweb.freebsd.org/changeset/base/253637 > > Log: > Add pkgconf files for libusb. > > Reviewed by: hselasky This breaks libgphot

Re: [CFT] Call for testing pkg 1.5.0

2015-03-31 Thread Rui Paulo
On Mar 31, 2015, at 17:24, Sergei Vyshenski wrote: > Instead, the following succeded: > # cd /usr/ports/ports-mgmt/pkg-devel > # make reinstall > ... > # pkg -v > 1.4.99.16 That is expected. WITH_PKG=devel is a make(1) option that only affects ports (non-binary pk

Re: [PATCH] trafshow port broken

2009-03-27 Thread Rui Paulo
? I think so. Hard to tell without looking at the program itself. -- Rui Paulo PGP.sig Description: This is a digitally signed message part

Re: Dangling extern "C" in pcap.h (was: Re: nmap broken on current)

2009-03-31 Thread Rui Paulo
error: conflicts with new declaration with 'C' linkage nmap.h: In function 'int nmap_fetchfile(char*, int, const char*)': nmap.h:436: error: previous declaration of 'int nmap_fetchfile(char*, int, const char*)' with 'C++' linkage nmap.cc:2709: error: conflicts with new declaration with 'C' linkage nmap.cc: At global scope: nmap.cc:2837: error: expected `}' at end of input gmake[1]: *** [nmap.o] Error 1 gmake[1]: Leaving directory `/usr/ports/security/nmap/work/ nmap-4.76' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/security/nmap. Manfred, can you file a PR and make sure to also include the date of your -current sources and the content of your /etc/make.conf? Update: This is caused by a dangling extern "C" in /usr/include/pcap.h, which breaks the use of libpcap from C++. The attached patch fixes the issue for me. I'm Cc:-ing rpaulo@ who committed the recent update to libpcap. I'll commit this, thanks. -- Rui Paulo PGP.sig Description: This is a digitally signed message part

Re: HOWTO articles for migrating from Linux to FreeBSD, especially for pkg?

2014-07-18 Thread Rui Paulo
sane mind will configure Amazon/Heroku/etc. VMs manually. They will use ansible/puppet/chef/etc. to install packages and to start services after they are installed and configured. I honestly don't see what the big deal is. Most of the time you will need to configure your apache server be