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 obsolete releases.


S Tracker  Resp.  Description

f ports/175473update x11-wm/matwm2 to 0.1.2.3
o ports/175472x11-wm/wmconfig port update
o ports/175470wrong entries in MOVED for still existing horde ports
o ports/175469[maintainer update] math/ess 12.09-1 - 12.09-2
o ports/175465x11/yad port update patch
o ports/175459net-mgmt/hastmon: update to 0.3.1
f ports/175457[patch] net-mgmt/nagiosql update to 3.2.0 SP2 and othe
o ports/175456[MAINTAINER] devel/doxygen: update to 1.8.3.1
o ports/175455devel/bmake: update to 20121212 snapshot
o ports/175451update port www/cas
f ports/175450[patch] Get gkx86info plugin to build on amd64
f ports/175448dns/powerdns refuses to build in poudriere because it 
o ports/175444Port Update: finance/frontaccounting Version update.
o ports/175439[PATCH] sysutils/lbl-cf: Update to 1.2.4
o ports/175438[PATCH] net/hostapd: Update to 2.0
o ports/175433[MAINTAINER] net-p2p/qbittorrent: update to 3.0.7
f ports/175429audio/clementine-player: build error
o ports/175428[MAINTAINER] www/drush: add more missing dependencies
o ports/175424update port databases/dalmp
o ports/175419update port databases/dalmp
o ports/175416[new ports] devel/libevt, library and tools to read wi
o ports/175414[maintainer] update devel/liblnk to 20130117
o ports/175398fix patches in japanese/kon2-16dot
o ports/175391New port: textproc/xmlgen - generate XML in TCL
o ports/175385dns/fastresolve does not compile
f ports/175380[patch] mail/fetchyahoo: update to latest to work with
f ports/175373[patch] mail/getlive: need to update to latest CVS ver
o ports/175361[maintainer] Update www/drupal7-jailadmin
f ports/175359[PATCH] finance/openerp-server: bump up version to 6.0
f ports/175358[PATCH] finance/openerp-web: update to 6.0.4
o ports/175354[Maintainer update] ports-mgmt/xps
o ports/175337New port: devel/pecl-parsekit - static analysis
o ports/175333New port: sysutils/procenv Utility to show process env
o ports/175331[PATCH] Many little spelling corrections
o ports/175322[maintainer update][patch] sysutils/isomd5sum: update 
f ports/175321Update mail/postfixadmin to 2.3.6
f ports/175316multimedia/xbmc 12.0.rc3 build error
o ports/175310[maintainer update] net-p2p/retroshare to 0.5.4d
o ports/175308[NEW PORT] graphics/linux-f10-sdl_ttf: SDL graphics dr
o ports/175307[NEW PORT] graphics/linux-f10-sdl_gfx: SDL graphics dr
o ports/175294[PATCH] japanese/nkf: add license information and etc.
o ports/175274[NEW PORT] audio/linux-f10-libsndfile: Reading and wri
o ports/175271[PATCH] japanese/lookup: take maintainership etc.
o ports/175266port audio/libmtp is miscategorized: it should be sysu
o ports/175263[Maintainer update] sysutils/qjail  new stuff added
o ports/175248[NEW PORT] devel/pecl-ev: Ev is a PECL extension provi
o ports/175244[UPDATE] chinese/fcitx-configtool to 0.4.5.2
o ports/175237[MAINTAINER] www/typo3: Minor fix in Makefile
o ports/175234update multimedia/qmmp, multimedia/qmmp-plugin-pack
o ports/175233devel/boehm-gc: GC does not scan static roots in share
o ports/175229x11-toolkit/swt-devel fails
o ports/175228[NEW PORT] devel/pecl-zookeeper: PHP extension for int
o ports/175219www/yabb upgrade
f ports/175215[PATCH] www/phalcon: update to 0.8.0
f ports/175201[PATCH] mail/spamass-rules: update to 20120817
o ports/175198New port: www/py-djangotoolbox - A common API for runn
o ports/175174Update port: graphics/yed: new version 3.10.1
f ports/175162[patch] lang/itcl -- update to 4.0.0
o ports/175143[Maintainer] math/giacxcas update to
f ports/175141[PATCH] games/uqm: Update to 0.7.0
o ports/175138net/mediatomb: typo in startup dependency leads to wro
o ports/175127New port: sysutils/zogftw creates redundant backups on
o ports/175124[NEW PORT] devel/pecl-ev: ev provides interface to lib
f ports/175121devel/buildapp does not produce executable file
f ports/175116

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 command, but, if pkg from system and pkg from repository 
is different?

for examlple, system have
/path/to/lib1.so
/path/to/lib2.so

and pkg have only
/path/to/lib2.so

after pkg -f install ... , lib1.so - to be deleted, or orphaned, or what?
___
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

[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?
___
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: [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 install -f pkgname
 
  Cheers,
 
  Matthew
 
 I know about it command, but, if pkg from system and pkg from repository 
 is different?
 for examlple, system have
 /path/to/lib1.so
 /path/to/lib2.so
 
 and pkg have only
 /path/to/lib2.so
 
 after pkg -f install ... , lib1.so - to be deleted, or orphaned, or what?
 ___
 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

lib1 will be deleted,
regards,
Bapt


pgpOkYlaTHzcI.pgp
Description: PGP signature


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:]`
ABI=$v1:$v2:$v3:$v4
(for example)

may be add some key to pkg command, for output pkg_get_myabi() result?


okg -vv should output you ABI

If you want to get the information out of a package pkg info -fF mypkg.txz |
grep ^arch: Should output the ABI for you

regards,
Bapt


OK, thanks
pkg -vv | grep abi | awk '{print $2}'
help me

___
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: [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 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:]`
  ABI=$v1:$v2:$v3:$v4
  (for example)
 
  may be add some key to pkg command, for output pkg_get_myabi() result?
 
  okg -vv should output you ABI
 
  If you want to get the information out of a package pkg info -fF mypkg.txz |
  grep ^arch: Should output the ABI for you
 
  regards,
  Bapt
 
 OK, thanks
 pkg -vv | grep abi | awk '{print $2}'
 help me
 
 ___
 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
  
___
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

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, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/po...@freebsd.org.html


Port| Current version | New version
+-+
graphics/zathura-pdf-poppler| 0.2.1   | 0.2.2
+-+
misc/py-xdelta3 | 3.0.0   | 3-3.0.6
+-+
misc/xdelta3| 3.0.0   | 3-3.0.6
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

If wish to stop receiving portscout reminders, please contact
portsc...@portscout.freebsd.org

Thanks.
___
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: [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}'`
 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?
 
 okg -vv should output you ABI
 
 If you want to get the information out of a package pkg info -fF mypkg.txz |
 grep ^arch: Should output the ABI for you
 
 regards,
 Bapt
 
 OK, thanks
 pkg -vv | grep abi | awk '{print $2}'

With the risk of this disintegrating into yet another round of Perl
Golf, you do realize that there is almost never a reason to use grep and
awk one after the other, right? :)

pkg -vv | awk '$1 == abi: {print $2}'

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org p.penc...@storpool.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
I am the thought you are now thinking.


signature.asc
Description: Digital signature


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 unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


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 -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n

So I have added to the rc.conf

tomcat7_enable=YES
tomcat7_java_opts=-XX:MaxPermSize=512m -Xdebug
-Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n

Note that the first option is only to prevent a PermGen out of space
error. With that setup, tomcat fails to starts with:

/usr/local/etc/rc.d/tomcat7: WARNING: failed to start tomcat7

And in the tomcat logs:

NPT ERROR: Cannot open library
Service exit with a return value of 1

I am using tomcat-7.0.34 on FreeBSD 9-STABLE amd64.

Cheers,
___
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