Current unassigned ports problem reports

2013-01-21 Thread FreeBSD bugmaster
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and

Re: [PKGNG] how about reinstall key?

2013-01-21 Thread Alex Keda
21.01.2013 00:59, Matthew Seaman пишет: On 20/01/2013 20:05, Alex Keda wrote: some times, need pkg delete portname pkg install portname maybe add reinstall command, as pkg delete portname pkg install portname ?? pkg install -f pkgname Cheers, Matthew I know about it

[PKGNG] where I can find $ABI?

2013-01-21 Thread Alex Keda
I create my own repository. but, $ABI I create as: v1=`uname -s | tr [:upper:] [:lower:]` v2=`uname -r | awk -F '.' '{print $1}'` v3=x86 v4=`sysctl -n hw.machine_arch | tr -d [:alpha:]` ABI=$v1:$v2:$v3:$v4 (for example) may be add some key to pkg command, for output pkg_get_myabi() result?

Re: [PKGNG] how about reinstall key?

2013-01-21 Thread Baptiste Daroussin
On Mon, Jan 21, 2013 at 05:04:55PM +0400, Alex Keda wrote: 21.01.2013 00:59, Matthew Seaman пишет: On 20/01/2013 20:05, Alex Keda wrote: some times, need pkg delete portname pkg install portname maybe add reinstall command, as pkg delete portname pkg install portname ?? pkg

Re: [PKGNG] where I can find $ABI?

2013-01-21 Thread Alex Keda
21.01.2013 17:29, Baptiste Daroussin пишет: On Mon, Jan 21, 2013 at 05:08:09PM +0400, Alex Keda wrote: I create my own repository. but, $ABI I create as: v1=`uname -s | tr [:upper:] [:lower:]` v2=`uname -r | awk -F '.' '{print $1}'` v3=x86 v4=`sysctl -n hw.machine_arch | tr -d [:alpha:]`

RE: [PKGNG] where I can find $ABI?

2013-01-21 Thread Quentin SCHWERKOLT
pkg -vv | grep abi | cut -d' ' -f2 Cordially Q. Schwerkolt Date: Mon, 21 Jan 2013 19:13:34 +0400 From: ad...@lissyara.su To: freebsd-ports@freebsd.org Subject: Re: [PKGNG] where I can find $ABI? 21.01.2013 17:29, Baptiste Daroussin пишет: On Mon, Jan 21, 2013 at 05:08:09PM +0400, Alex

FreeBSD ports you maintain which are out of date

2013-01-21 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,

Re: [PKGNG] where I can find $ABI?

2013-01-21 Thread Peter Pentchev
On Mon, Jan 21, 2013 at 07:13:34PM +0400, Alex Keda wrote: 21.01.2013 17:29, Baptiste Daroussin пишет: On Mon, Jan 21, 2013 at 05:08:09PM +0400, Alex Keda wrote: I create my own repository. but, $ABI I create as: v1=`uname -s | tr [:upper:] [:lower:]` v2=`uname -r | awk -F '.' '{print $1}'`

FreeBSD Port: deskutils/cairo-dock-2.3.0.3_2

2013-01-21 Thread HU Dong
hi, fidaj! Could you please upgrade cairo-dock to 3.1.2.1 ? I tried myself and found it didn't take much time. Thank you! -- B.R. HU Dong ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Adding remote debugging to tomcat7

2013-01-21 Thread David Demelier
Hello there, Sorry for cross posting, I'm not on the freebsd-java list. I would like to enable remote debugging to tomcat, as seen here http://wiki.apache.org/tomcat/FAQ/Developing#Q1 it is said to add the following options to the JVM : -Xdebug