databases/grass: build problem with docs

2012-12-15 Thread Rainer Hurling
I am not able to build the now unbroken GRASS on 10.0-CURRENT. It produces the followoing messages: [..snip..] cut: ../dist.amd64-portbld-freebsd10.0/etc/VERSIONNUMBER: No such file or directory cut: ../dist.amd64-portbld-freebsd10.0/etc/VERSIONNUMBER: No such file or directory build_html_index.sh

Re: no port for Glassfish - does it make sense to quickly write one?

2012-12-15 Thread Alexander Yerenkow
2012/12/14 Joseph A. Nagy, Jr > On 12/14/12 12:17, Christopher J. Ruwe wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hello, >> >> using Netbeans I have learned that there is no port for the matching >> Glassfish application server. >> >> Having looked at the Netbeans port, ma

Re: Problems with samba-* ports on arm

2012-12-15 Thread Timur I. Bakeyev
File a PR. The problem is that I don't have ARM box around, so it's hard to debug. There is an attempt to address a problem with the ARM in the port: .if ${ARCH} == "arm" CONFIGURE_ARGS+=--disable-pie .endif But it never was tested live. On Mon, Nov 5, 2012 at 1:09 PM, Ɓukasz wrote:

FreeBSD ports you maintain which are out of date

2012-12-15 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Re: Problems with samba-* ports on arm

2012-12-15 Thread Ronald Klop
The bt from gdb is weird. It looks like the error handler of Samba crashes. Ronald. On Sat, 15 Dec 2012 14:12:11 +0100, Timur I. Bakeyev wrote: File a PR. The problem is that I don't have ARM box around, so it's hard to debug. There is an attempt to address a problem with the ARM in th

Re: sysutils/agedu

2012-12-15 Thread Hajimu UMEMOTO
Hi, > On Fri, 14 Dec 2012 13:06:19 +0100 > vermaden said: vermaden> Stille the same after last update to 9723: vermaden> % agedu -w vermaden> getaddrinfo: Invalid value for hints `hints' is not initialized. It should be fixed with the attached patch. Sincerely, Index: httpd.c diff

Re: sysutils/agedu

2012-12-15 Thread vermaden
"Hajimu UMEMOTO" pisze: > Hi, > > > On Fri, 14 Dec 2012 13:06:19 +0100 > > vermaden said: > > vermaden> Stille the same after last update to 9723: > > vermaden> % agedu -w > vermaden> getaddrinfo: Invalid value for hints > > `hints' is not initialized. It should be fixed with the at

Re: sysutils/agedu

2012-12-15 Thread vermaden
Hi, "Hajimu UMEMOTO" pisze: > Hi, > > > On Fri, 14 Dec 2012 13:06:19 +0100 > > vermaden said: > > vermaden> Stille the same after last update to 9723: > > vermaden> % agedu -w > vermaden> getaddrinfo: Invalid value for hints > > `hints' is not initialized. It should be fixed with

Re: pkgng: sqlite: database is locked

2012-12-15 Thread Mathias Picker
And again, this time with mongodb only. Running portmaster databases/mongodb I get: pkg: sqlite: database is locked Assertion failed: (db->lock_count == 0), function pkgdb_close, file pkgdb.c, line 842. Abort trap (core dumped) ===> Installing for mongodb-2.2.0_1 There is no lock on the db ri

Re: FreeBSD Port: devel/gnustep

2012-12-15 Thread patrick dudjalija
Hello ! I've just found some more information. In the terminal output, i get first another 'fail' message (see below). It happens that gcc42 is not found. I checked my config : configure:3648: checking for C compiler version configure:3656: gcc42 --version >&5 eval: gcc42: not found configure:

Re: FreeBSD Port: devel/gnustep

2012-12-15 Thread patrick dudjalija
My gcc config : pkg_info | grep gcc gcc-4.6.3.20111202 GNU Compiler Collection 4.6 Do i need to deinstall gcc 4.6 and reinstall gcc 4.4, or is there another way ? Thank you for your follow-up ! With kind regards, Patrick Dudjalija 2012/12/15 patrick dudjalija > Hello ! > > I've just found s

devel/libftdi port upgrade to 0.20

2012-12-15 Thread CeDeROM
Hello :-) Is it possible to upgrade LibFTDI port to newest 0.20 version? It brings some new features that comes handy in OpenOCD :-) Tanks :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info ___ freebsd-ports@freebsd.org mailing list http://list

Re: FreeBSD Port: devel/gnustep

2012-12-15 Thread Jason E. Hale
On Saturday, December 15, 2012 22:25:12 patrick dudjalija wrote: > My gcc config : > pkg_info | grep gcc > gcc-4.6.3.20111202 GNU Compiler Collection 4.6 > > Do i need to deinstall gcc 4.6 and reinstall gcc 4.4, or is there another > way ? > Try adding: GNUSTEP_WITH_GCC46=yes to /etc/make.conf

gcc and g++ version setting in buildflags.conf

2012-12-15 Thread Beeblebrox
I am running a purely clang world (no gcc42), while I also have gcc46 installed for ports building. I use ccache for both world and ports. In /usr/local/etc/buildflags.conf I have set: BUILDFLAGS_GCC= 4.6+ GCC_DEFAULT_VERSION=4.6+ # USE_GCC=4.6+ # b