Re: PR ports/164449: update to finance/gnucash timeout

2012-02-16 Thread Chris Rees
On 13 February 2012 16:15, Guido Falsi m...@madpilot.net wrote:
 Hello,

 I'd like to ask if the PR in the subject can be committed due to
 maintainer timeout.

Teams don't time out as such usually... I've CC'd gnome@ as a gentle poke.

Your patch also uses the incorrect test $var == value; you should
only use one = sign with test.  This will fail on 7.x.

Chris
___
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: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?)

2012-02-16 Thread Volodymyr Kostyrko

Andrey Chernov wrote:

Having 9-stable and ports from Feb 14, all builded from sources, I get
this commonly looking error attempting to view flash in FF 10.0.1:

*** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC
client connection
NOTE: child process received `Goodbye', closing down

Looking into ktrace I found error reason:

82037 plugin-container CALL  connect(0x16,0x2c04f9d4,0x42)
  82037 plugin-container STRU  struct sockaddr { AF_LOCAL, invalid }
  82037 plugin-container NAMI
/tmp/_org_wrapper_NSPlugins_libflashplayer.so_82037-2_1804289383
  82037 plugin-container RET   connect -1 errno 2 No such file or directory

(repeated several times).

This invalid in sockaddr looks familiar as for some time ago added
sockaddr length checks our kernel, but as bz@ says this should be
already fixed.

Does anybody runs flash successfly on 9-stable? If yes, where else the
problem can be?


Am running flash successfully on 9-stable (daily rebuild). Works for me 
under chromium/seamonkey.


Just filed a patch for the latest flash version... Works for me also.

--
Sphinx of black quartz judge my vow.
___
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: devel/gobject-introspection cairo.h missing

2012-02-16 Thread Jakub Lach
Ho-hum. 

Apparently you need GLIB  Enable GObject Functions Feature
checked in cairo config dialog, and it works.

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/devel-gobject-introspection-cairo-h-missing-tp5486603p5489124.html
Sent from the freebsd-ports mailing list archive at Nabble.com.
___
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 Port: audio/squeezeboxserver

2012-02-16 Thread Alberto Molina
Hello there,

I was wondering if and when this port will use a newer version of
Logitech software. Currently it is using the 7.5.4 version, and two
new mayor versions have been published after this (the latest minor
versions are 7.6.2 and 7.7.1). They even changed the name to Logitech
Media Server!

I know that a lot of things have changed in this software, even the
database backend, so it could be a lot of work, but I think that a lot
of people would be very grateful according to some forums I have been
following on some FreeBSD derivatives.

Anyway, many thanks for your work. Regards,

-- 
Alberto Molina
___
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: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?)

2012-02-16 Thread Robert Huff

Volodymyr Kostyrko writes:

  Am running flash successfully on 9-stable (daily rebuild). Works for me 
  under chromium/seamonkey.
  
  Just filed a patch for the latest flash version... Works for me also.

On my system, portversion did not catch the jump from Flash 9
to Flash 11.  Was this just me, or should there be an entry in
UPDATING?


Robert Huff

___
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


Making 8.3 packaged ports 'pretty'... and INSTALL_ICONS macro.

2012-02-16 Thread Michael Scheidell
In looking at some of the prs, minor ones, (safe ones) which just 
upgrades, I noticed one that is a kde4/q4t program,

portlint complains (a little)

WARN: deskutils/plasma-applet-cwp/pkg-plist: [36]: installing icons, 
please define INSTALLS_ICONS as appropriate
WARN: deskutils/plasma-applet-cwp/pkg-plist: [37]: installing icons, 
please define INSTALLS_ICONS as appropriate


putting in INSTALLS_ICONS=yes in Makefile, keeps it quiet, but what are 
the side affects of this? does it affect pkg-plist, does it affect 'non 
gnome' programs?


a nice, quiet portline is fine, but not if it changes the port.


--
Michael Scheidell, CTO
o: 561-999-5000
d: 561-948-2259
*| *SECNAP Network Security Corporation

   * Best Mobile Solutions Product of 2011
   * Best Intrusion Prevention Product
   * Hot Company Finalist 2011
   * Best Email Security Product
   * Certified SNORT Integrator

__
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.spammertrap.com/
__  
 
___

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: math/R vs. devel/pcre

2012-02-16 Thread David Wolfskill
On Wed, Feb 15, 2012 at 09:31:04AM -0800, David Wolfskill wrote:
 I had a problem rebuilding math/R this morning after updating
 devel/pcre; I'm wondering if there's something obvious (to folks
 other than me) that I did incorrectly.
 ...

For the record, the update of math/R to R-2.14.1_2 resolves the issue.

Peace,
david
-- 
David H. Wolfskill  da...@catwhisker.org
Depriving a girl or boy of an opportunity for education is evil.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.


pgpli5Txe0iuK.pgp
Description: PGP signature


Re: Making 8.3 packaged ports 'pretty'... and INSTALL_ICONS macro.

2012-02-16 Thread Alex Kozlov
On Thu, Feb 16, 2012 at 07:54:23AM -0500, Michael Scheidell wrote:
 In looking at some of the prs, minor ones, (safe ones) which just
 upgrades, I noticed one that is a kde4/q4t program,
 portlint complains (a little)

 WARN: deskutils/plasma-applet-cwp/pkg-plist: [36]: installing icons,
 please define INSTALLS_ICONS as appropriate
 WARN: deskutils/plasma-applet-cwp/pkg-plist: [37]: installing icons,
 please define INSTALLS_ICONS as appropriate

 putting in INSTALLS_ICONS=yes in Makefile, keeps it quiet, but what are
 the side affects of this? does it affect pkg-plist, does it affect 'non
 gnome' programs?
This option adds a graphics/gtk-update-icon-cache dependency (plus all of
its dependencies) and runs gtk-update-icon-cache to update gtk icon cache.

Please also see ports/162260.


--
Adios
___
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: Making 8.3 packaged ports 'pretty'... and INSTALL_ICONS macro.

2012-02-16 Thread Michael Scheidell

On 2/16/12 8:09 AM, Alex Kozlov wrote:


Please also see ports/162260.


discussing with swills and gabor now.
wondering if anyone uses open-vm-tools, obviously no one really relies 
on it enough to maintain it, its owned by ports@


wondering why we don't just delete it before it becomes part of 8.3 
ports dvd/cd


--
Michael Scheidell, CTO
*| * SECNAP Network Security Corporation
d: +1.561.948.2259
w: http://people.freebsd.org/~scheidell
___
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: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?)

2012-02-16 Thread Volodymyr Kostyrko

Robert Huff wrote:

  Am running flash successfully on 9-stable (daily rebuild). Works for me
  under chromium/seamonkey.

  Just filed a patch for the latest flash version... Works for me also.


On my system, portversion did not catch the jump from Flash 9
to Flash 11.  Was this just me, or should there be an entry in
UPDATING?


They are different ports. You need to switch to other one. You can do so 
with portmaster:


portmaster -o www/linux-f10-flashplugin11 www/linux-flashplugin9

--
Sphinx of black quartz judge my vow.
___
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: Making 8.3 packaged ports 'pretty'... and INSTALL_ICONS macro.

2012-02-16 Thread Oliver Heesakkers
Op do 16 feb 2012 07:54:23 schreef Michael Scheidell:
 In looking at some of the prs, minor ones, (safe ones) which just
 upgrades, I noticed one that is a kde4/q4t program,
 portlint complains (a little)
 
 WARN: deskutils/plasma-applet-cwp/pkg-plist: [36]: installing icons,
 please define INSTALLS_ICONS as appropriate
 WARN: deskutils/plasma-applet-cwp/pkg-plist: [37]: installing icons,
 please define INSTALLS_ICONS as appropriate
 
 putting in INSTALLS_ICONS=yes in Makefile, keeps it quiet, but what are
 the side affects of this? does it affect pkg-plist, does it affect 'non
 gnome' programs?
 
 a nice, quiet portline is fine, but not if it changes the port.
 

You committed the patch I wrote in ports/164344.

.if exists(${LOCALBASE}/bin/gnome-session)
INSTALLS_ICONS=yes
.endif

Even with that patch 'portlint -a' still complains the way you describe it. 
Perhaps portlint could use some fine-tuning in this regard.

I started this thread on the kde-freebsd mailinglist:
http://mail.kde.org/pipermail/kde-freebsd/2012-January/012306.html


___
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: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?)

2012-02-16 Thread Robert Huff

Volodymyr Kostyrko writes:

  On my system, portversion did not catch the jump from Flash 9
   to Flash 11.  Was this just me, or should there be an entry in
   UPDATING?
  
  They are different ports. You need to switch to other one.

Given the number of people who have/had trouble getting Flash
to work, telling the average user that this is not covered by a
common port version checking tool would be prudent.



Robert Huff

___
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: Making 8.3 packaged ports 'pretty'... and INSTALL_ICONS macro.

2012-02-16 Thread Michael Scheidell



On 2/16/12 8:33 AM, Oliver Heesakkers wrote:

You committed the patch I wrote in ports/164344.


I remember that.  and the discussion then was 'don't do that' :-)
because, it is 'undefined', as in 'sorta random'.  some systems will run 
the gtk cache, some won't, and some will run it depending on if gnome is 
installed before the port, but won't run it if after.


This also causes problems with package building, if package is built on 
a different box (one with) , and installed on a box 'without', there are 
problems.


so, I think I will avoid the if exists for now.

--
Michael Scheidell, CTO
*| * SECNAP Network Security Corporation
d: +1.561.948.2259
w: http://people.freebsd.org/~scheidell
___
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: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?)

2012-02-16 Thread Volodymyr Kostyrko

Robert Huff wrote:

On my system, portversion did not catch the jump from Flash 9
to Flash 11.  Was this just me, or should there be an entry in
UPDATING?

  They are different ports. You need to switch to other one.


Given the number of people who have/had trouble getting Flash
to work, telling the average user that this is not covered by a
common port version checking tool would be prudent.


Traditionally FreeBSD ports contain more than one flash version. I don't 
know where this came from, maybe the previous version was left intact 
until Adobe/Macromedia fully moves to the next one resolving 
incompatibility issues or something...


--
Sphinx of black quartz judge my vow.
___
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: lang/gcc rumdependencies?

2012-02-16 Thread Gautam
Hi,

Yes, in the sense that they have the default option set to use the latest
toolkit (lang/gcc46).

Cheers
Gautam


On Thu, Feb 16, 2012 at 1:19 AM, Heino Tiedemann
rotkaps_spam_t...@gmx.dewrote:

 Hi,


 I like to deinstall lang/gcc


 It is not possible, because of dependencies - run-dependencies - to


 kmplayer-kde4-0.11.2b,3
 mplayer-1.0.r20111218_3


 Do this ports realy need lang/gcc tu RUN?

 Heino

 ___
 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 Port: x11-wm/compiz

2012-02-16 Thread Ashley Diamond
I am using Compiz as a standalone window manager and am trying to build
without gnome support to reduce dependencies. If I compile with RSVG,
GTK, DBUS and Gnome it builds successfully. If I try to compile with
just RSVG, GTK and DBUS it fails with:

===   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===   Registering installation for compiz-0.8.4_7

=== Creating a package for new version compiz-0.8.4_7
tar: share/applications/compiz.desktop: Cannot stat: No such file or
directory
tar: Error exit delayed from previous errors.
pkg_create: make_dist: tar command failed with code 256

=== Package creation of compiz-0.8.4_7 failed
=== Aborting update

Terminated

=== You can restart from the point of failure with this command line:
   portmaster flags x11-wm/compiz 

I assume either you *have* to install with Gnome (if so why is it an
option) or reference to the compiz.desktop needs to be removed when not
using Gnome?

___
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: lang/gcc rumdependencies?

2012-02-16 Thread Volodymyr Kostyrko

Heino Tiedemann wrote:

I like to deinstall lang/gcc


It is not possible, because of dependencies - run-dependencies - to


kmplayer-kde4-0.11.2b,3
mplayer-1.0.r20111218_3


Do this ports realy need lang/gcc tu RUN?


Yes. If OTCHAIN is selected in options.

You can try to rebuild it without OTCHAIN. But ones built by gcc binary 
requires gcc runtime.


--
Sphinx of black quartz judge my vow.
___
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: lang/gcc rumdependencies?

2012-02-16 Thread Volodymyr Kostyrko

Gautam wrote:

Yes, in the sense that they have the default option set to use the latest
toolkit (lang/gcc46).


The main question is why this port (and everythin else with 
USE_GCC=4.6+) depend on lang/gcc46 and not lang/gcc. Most port users 
dislike building latest gcc snapshot on a weekly basis.


Maybe it would be good to move current lang/gcc46 to lang/gcc46-devel 
and rename lang/gcc to lang/gcc46?



I like to deinstall lang/gcc


It is not possible, because of dependencies - run-dependencies - to


kmplayer-kde4-0.11.2b,3
mplayer-1.0.r20111218_3


Do this ports realy need lang/gcc tu RUN?


--
Sphinx of black quartz judge my vow.
___
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: Making 8.3 packaged ports 'pretty'... and INSTALL_ICONS macro.

2012-02-16 Thread Oliver Heesakkers
Op do 16 feb 2012 08:52:55 schreef Michael Scheidell:
 On 2/16/12 8:33 AM, Oliver Heesakkers wrote:
  You committed the patch I wrote in ports/164344.
 
 I remember that.  and the discussion then was 'don't do that' :-)

I was not part of that discussion, so I'll just drop my 2 cents here now.

 because, it is 'undefined', as in 'sorta random'.

I agree that it's not a 'handbook-solution', but it works and I think your 
reservations below are unwarranted.

 some systems will run
 the gtk cache, some won't,

Yes, that was the whole point of the patch, or rather, not compiling / 
installing the tools that create the cache was.

 and some will run it depending on if gnome is
 installed before the port, but won't run it if after.

Looking at Mk/bsd.gnome.mk and some Gnome pkg-plists, installing Gnome 
afterwards would trigger a run of gtk-update-icon-cache in the right 
directory, for Merkaartor anyway, so no problem there. Other ports may need 
checking whether this holds true for them.
The installation of Gnome could/should trigger a run of gtk-update-icon-cache 
for every directory in ${PREFIX}/share/icons. (there are only 4 on my desktop 
and 3 of them have icon caches, even though Gnome itself was never installed).

 This also causes problems with package building, if package is built on
 a different box (one with) , and installed on a box 'without', there are
 problems.

The only problem I see is that on the box installing the package, it would 
pull in the Gnome-stuff (hopefully as a package), which is no worse than 
unconditionally setting INSTALLS_ICONS.

The other way around is worse. A package built without Gnome, installed on a 
system with Gnome, would require a manual application of gtk-update-icon-
cache.

Seems to me that the gnome-team needs to either confirm the claim in 
ports/162260 or come up with a way to update the icon cache for non-Gnome 
ports in a way that maintainers of those ports need not bother with 
INSTALLS_ICONS completely (and portlint has to be adjusted accordingly).
___
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: lang/gcc rumdependencies?

2012-02-16 Thread b. f.
The main question is why this port (and everythin else with
USE_GCC=4.6+) depend on lang/gcc46 and not lang/gcc. Most port users
dislike building latest gcc snapshot on a weekly basis.

Indeed.  But (as discussed before on this list), they don't have to,
if they find this to be a problem: they can remove lang/gcc46 and
replace it with lang/gcc.

Maybe it would be good to move current lang/gcc46 to lang/gcc46-devel
and rename lang/gcc to lang/gcc46?

No, because in time lang/gcc will become a stable release of 4.7.x,
and so on ...

A switch to lang/gcc is planned, as previously mentioned on this list.
 For the timing of the changes, you will have to ask Gerald -- he is
probably waiting for the next stable release of gcc 4.6, which will
contain some bugfixes that the current version of lang/gcc does not
have, before making the switch.  So far, stable releases have been
made every 3-4 months on that branch, and the last one was at the end
of October.

b.
___
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: FreeBSD Port: x11-wm/compiz

2012-02-16 Thread Zhihao Yuan
Try to put a %%GNOME%% in front of each file that appears conditionally in
pkg-plist, and PLIST_SUB it. Good luck.

--
Zhihao Yuan
On Feb 16, 2012 9:39 AM, Ashley Diamond a...@diamondbsd.com wrote:

 I am using Compiz as a standalone window manager and am trying to build
 without gnome support to reduce dependencies. If I compile with RSVG,
 GTK, DBUS and Gnome it builds successfully. If I try to compile with
 just RSVG, GTK and DBUS it fails with:

 ===   Running ldconfig
 /sbin/ldconfig -m /usr/local/lib
 ===   Registering installation for compiz-0.8.4_7

 === Creating a package for new version compiz-0.8.4_7
 tar: share/applications/compiz.desktop: Cannot stat: No such file or
 directory
 tar: Error exit delayed from previous errors.
 pkg_create: make_dist: tar command failed with code 256

 === Package creation of compiz-0.8.4_7 failed
 === Aborting update

 Terminated

 === You can restart from the point of failure with this command line:
   portmaster flags x11-wm/compiz

 I assume either you *have* to install with Gnome (if so why is it an
 option) or reference to the compiz.desktop needs to be removed when not
 using Gnome?

 ___
 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


nspluginwrapper (was Re: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?))

2012-02-16 Thread Andrey Chernov
On Thu, Feb 16, 2012 at 11:47:05AM +0200, Volodymyr Kostyrko wrote:
 Andrey Chernov wrote:
  Having 9-stable and ports from Feb 14, all builded from sources, I get
  this commonly looking error attempting to view flash in FF 10.0.1:
 
  *** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC
  client connection
  NOTE: child process received `Goodbye', closing down
 
  Looking into ktrace I found error reason:
 
  82037 plugin-container CALL  connect(0x16,0x2c04f9d4,0x42)
82037 plugin-container STRU  struct sockaddr { AF_LOCAL, invalid }
82037 plugin-container NAMI
  /tmp/_org_wrapper_NSPlugins_libflashplayer.so_82037-2_1804289383
82037 plugin-container RET   connect -1 errno 2 No such file or directory
 
  (repeated several times).
 
  This invalid in sockaddr looks familiar as for some time ago added
  sockaddr length checks our kernel, but as bz@ says this should be
  already fixed.
 
  Does anybody runs flash successfly on 9-stable? If yes, where else the
  problem can be?
 
 Am running flash successfully on 9-stable (daily rebuild). Works for me 
 under chromium/seamonkey.
 
 Just filed a patch for the latest flash version... Works for me also.

Do you have recently-builded nspluginwrapper from sources? It seems the 
bug is there, since even that does not work:

# nspluginplayer --verbose type=application/x-shockwave-flash 
src=some.swf
*** NSPlugin Player  *** swf   application/x-shockwave-flash
   Shockwave Flash
*** NSPlugin Player  *** spl   application/futuresplash 
   FutureSplash Player
*** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC client 
connection
*** NSPlugin Player  *** ERROR: could not execute: 
NPERR_MODULE_LOAD_FAILED_ERROR

And I see very suspicious socket_addr_len size related code (which recent 
SA-fixes address) in rpc.c there:

  connection-socket_addr_len = _rpc_socket_path(connection-socket_path, 
ident);
  memcpy(connection-socket_addr.sun_path[0], connection-socket_path, 
connection-socket_addr_len);
  connection-socket_addr_len += offsetof(struct sockaddr_un, sun_path); 
/* though POSIX says size of the actual sockaddr structure */
#ifdef HAVE_SOCKADDR_UN_SUN_LEN
  connection-socket_addr.sun_len = connection-socket_addr_len;
#endif


-- 
http://ache.vniz.net/
___
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


CFR: net-mgmt/observium

2012-02-16 Thread rflynn
Hi,

I'd like to ask for a review on net-mgmt/observium, available at:
https://redports.org/browser/melflynn/net-mgmt/observium

especially default knobs and the fping script, which is
stolen^Wborrowed from
http://cpansearch.perl.org/src/BBB/Net-Ping-2.31/demo/fping.

Thanks in advance for you time.

-- Mel

___
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: nspluginwrapper (was Re: linux-f10-flashplugin11 not works for 9-stable (Linuxulator?))

2012-02-16 Thread Andrey Chernov
It seems part of the bug is already noticed by maintainer (Jung-uk Kim) but 
nothing is done to fix it:
http://lists.freebsd.org/pipermail/freebsd-stable/2011-September/064067.html
BTW, the bug is in native FreeBSD code (rpc.c), not in linux code.

Jung-uk, could you fix/hack it somehow, please?

On Fri, Feb 17, 2012 at 12:31:08AM +0400, Andrey Chernov wrote:
 On Thu, Feb 16, 2012 at 11:47:05AM +0200, Volodymyr Kostyrko wrote:
  Andrey Chernov wrote:
   Having 9-stable and ports from Feb 14, all builded from sources, I get
   this commonly looking error attempting to view flash in FF 10.0.1:
  
   *** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC
   client connection
   NOTE: child process received `Goodbye', closing down
  
   Looking into ktrace I found error reason:
  
   82037 plugin-container CALL  connect(0x16,0x2c04f9d4,0x42)
 82037 plugin-container STRU  struct sockaddr { AF_LOCAL, invalid }
 82037 plugin-container NAMI
   /tmp/_org_wrapper_NSPlugins_libflashplayer.so_82037-2_1804289383
 82037 plugin-container RET   connect -1 errno 2 No such file or 
   directory
  
   (repeated several times).
  
   This invalid in sockaddr looks familiar as for some time ago added
   sockaddr length checks our kernel, but as bz@ says this should be
   already fixed.
  
   Does anybody runs flash successfly on 9-stable? If yes, where else the
   problem can be?
  
  Am running flash successfully on 9-stable (daily rebuild). Works for me 
  under chromium/seamonkey.
  
  Just filed a patch for the latest flash version... Works for me also.
 
 Do you have recently-builded nspluginwrapper from sources? It seems the 
 bug is there, since even that does not work:
 
 # nspluginplayer --verbose type=application/x-shockwave-flash 
 src=some.swf
 *** NSPlugin Player  *** swf   application/x-shockwave-flash  
  Shockwave Flash
 *** NSPlugin Player  *** spl   application/futuresplash   
  FutureSplash Player
 *** NSPlugin Wrapper *** ERROR: failed to initialize plugin-side RPC client 
 connection
 *** NSPlugin Player  *** ERROR: could not execute: 
 NPERR_MODULE_LOAD_FAILED_ERROR
 
 And I see very suspicious socket_addr_len size related code (which recent 
 SA-fixes address) in rpc.c there:
 
   connection-socket_addr_len = _rpc_socket_path(connection-socket_path, 
 ident);
   memcpy(connection-socket_addr.sun_path[0], connection-socket_path, 
 connection-socket_addr_len);
   connection-socket_addr_len += offsetof(struct sockaddr_un, sun_path); 
 /* though POSIX says size of the actual sockaddr structure */
 #ifdef HAVE_SOCKADDR_UN_SUN_LEN
   connection-socket_addr.sun_len = connection-socket_addr_len;
 #endif
 
 
 -- 
 http://ache.vniz.net/
 ___
 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


-- 
http://ache.vniz.net/
___
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


can't_update_ffmpeg-0.7.11_2,1

2012-02-16 Thread joerg_surmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

i try update fmpeg to 0.7.11_2,1 and becom this:

 ===Verifying install for vpx.0 in /usr/ports/multimedia/libvpx
===  Installing for libvpx-1.0.0
===   Generating temporary packing list
===  Checking if multimedia/libvpx already installed
===   libvpx-1.0.0 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of multimedia/libvpx
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/multimedia/libvpx.
*** Error code 1

Stop in /usr/ports/multimedia/libvpx.
*** Error code 1

Stop in /usr/ports/multimedia/ffmpeg.
*** Error code 1

Stop in /usr/ports/multimedia/ffmpeg.

=== make failed for multimedia/ffmpeg
=== Aborting update

Terminated

cd /usr/ports/multimedia/libvpx  make deinstall

start a new update ffmpeg.

same procedure.

What can i do?

Thanks Suri
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.12 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPPXh5AAoJEDyDkpKh+9pTr3YQAKu7Uti6G6G1eqCXFFu+bB/Z
nWhL+eAqUYlEPH1weyiMCBUDqKmjZacGyawB/32aE6gs+b9fatAGKI+wlAuMHKLP
ReCNQdsHYGTICCrfoxfAOSdT5ukTsuH9PfUauXOS3Ier/9nX4RZGw9EuEhBdH+mK
GCJ+b4t7g81bxs4GpTOZPy9RTiEY+IppNLgEaZLf/Qreb4kaa/POJtpEGKYw23LO
MPzBqPQfzina3LH/Ztz4GhZmJaIZDCUEha+VlL+NlhwkT7NlXANSkHtiucEuipCE
Xpp0d66dgMJGd2y4z4eEJ97CXcH1TXVtxvMjSZDMOrfKY054Buf58MYA8s/3DsSS
hb15iTrtE54IaPjACMVe2Yxzu7/Y21uB5YG9qwfh/AR6o9qn7WDeu94WV6V/nFfF
5RT58xm8vtQXBtrsq0o9wH16rebW0KWs/hOSqnna9raJsrODGSSRe1cX0Mg4/wJP
MNC9JPp+bVM818UN9eUGwSVfj6H1rj9x6WP354MFbtdSJI1wA0LTwbsC1vAvKD2J
v2Fev88Hpssco4OF97nEBIRl6oBFjSvbsFo68CcQgva7S+lI2q72sZb8N1/8WjF1
BupiewEoXO3dOtshhxOaAEV85mVHPea4iXXQe6LE2Yu+qiVWgNyqYl7LgfEjRks6
pqLseyKAcxetfmskVYV9
=Mbwf
-END PGP SIGNATURE-
___
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: can't_update_ffmpeg-0.7.11_2,1

2012-02-16 Thread joerg_surmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ok. Solved.

Thaks


Am 16.02.12 22:43, schrieb joerg_surmann:
 Hi all,
 
 i try update fmpeg to 0.7.11_2,1 and becom this:
 
 ===Verifying install for vpx.0 in
 /usr/ports/multimedia/libvpx ===  Installing for libvpx-1.0.0 ===
 Generating temporary packing list ===  Checking if
 multimedia/libvpx already installed ===   libvpx-1.0.0 is already
 installed You may wish to ``make deinstall'' and install this port
 again by ``make reinstall'' to upgrade it properly. If you really
 wish to overwrite the old port of multimedia/libvpx without
 deleting it first, set the variable FORCE_PKG_REGISTER in your
 environment or the make install command line. *** Error code 1
 
 Stop in /usr/ports/multimedia/libvpx. *** Error code 1
 
 Stop in /usr/ports/multimedia/libvpx. *** Error code 1
 
 Stop in /usr/ports/multimedia/ffmpeg. *** Error code 1
 
 Stop in /usr/ports/multimedia/ffmpeg.
 
 === make failed for multimedia/ffmpeg === Aborting update
 
 Terminated
 
 cd /usr/ports/multimedia/libvpx  make deinstall
 
 start a new update ffmpeg.
 
 same procedure.
 
 What can i do?
 
 Thanks Suri ___ 
 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
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.12 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPPYBgAAoJEDyDkpKh+9pTvhMQAMpiBKFokGLV64E+lsQvTs2z
TLIAO9RLEXL+dWC2WjD+nCD5wFtkf8U/YleqJ2wPgT8AylHwbf89btOBWtDS/x33
oahkdswnOC4EM3T8WBdIPrekvQEYxL3vLhz4vgSFNDCpnHaLRVEwoc2O/DtraYSB
qXwx2MOX+xILFaHiaiuy6lNoau9anAC45yxnCwK31lBZP/YeMjvxvUWW9B2fxQt4
1bTpXvCWfCqBB8Q2dRVyNvIIVtBY0TZbYO1PXB1s7yHIVTULIB/XZEy6qduLcJxV
B6yL5mZjWsFkHeP5eSTtC6ufD3Dg2mJitdc+xsU1W6CnSyhibZqcTGJTIbEWohDw
3z622v9QO0s9KZV2vxzIQSWD6PMH7qoPx2o96fNVBQ8wNJXHbheN0Axml5hiJn+c
xlS1ZVhaoUFlkzDDffReuUuiLiuJV+Xk53gUYzrx59w2eVgqvQv2FwpcHWf3dKgp
ZN+QpOyp1k+BvjmdJ0msSqhnqqMppQWV0/S0G0TFtwapZY/CTq1ZnHFJjSDjoQfc
6hHd2aDJ2vB7BK5LH8Cf2uN6P1ky8dPH4VEdnvb3wmWe+x2h/a3rkhh8Rju2qgrf
lqWUrx5dVz5tInqDKbV+kzHngXft2CeO9MTCdf8Zbv8qR6t/nDfb6GCt344/kpe3
y8a2yyvSrR3dkzfdfLsB
=B3Iq
-END PGP SIGNATURE-
___
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: PR ports/164449: update to finance/gnucash timeout

2012-02-16 Thread Guido Falsi

On 02/16/12 10:15, Chris Rees wrote:

On 13 February 2012 16:15, Guido Falsim...@madpilot.net  wrote:

Hello,

I'd like to ask if the PR in the subject can be committed due to
maintainer timeout.


Teams don't time out as such usually... I've CC'd gnome@ as a gentle poke.


Thanks. I did not really know this. I'll remember this in the future.



Your patch also uses the incorrect test $var == value; you should
only use one = sign with test.  This will fail on 7.x.



Really sorry about this one. It just slipped in.

But...This did not fail on redports 7.x tinderbox:

https://redports.org/~madpilot/20120124141905-52190-7485/gnucash-2.4.9.log

I would have checked this if it did.

Anyway I'll remember to pay more attention in the future.

--
Guido Falsi m...@madpilot.net
___
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: PR ports/164449: update to finance/gnucash timeout

2012-02-16 Thread Chris Rees
On 16 February 2012 22:26, Guido Falsi m...@madpilot.net wrote:
 On 02/16/12 10:15, Chris Rees wrote:

 On 13 February 2012 16:15, Guido Falsim...@madpilot.net  wrote:

 Hello,

 I'd like to ask if the PR in the subject can be committed due to
 maintainer timeout.


 Teams don't time out as such usually... I've CC'd gnome@ as a gentle poke.


 Thanks. I did not really know this. I'll remember this in the future.


 Your patch also uses the incorrect test $var == value; you should
 only use one = sign with test.  This will fail on 7.x.


 Really sorry about this one. It just slipped in.

 But...This did not fail on redports 7.x tinderbox:

 https://redports.org/~madpilot/20120124141905-52190-7485/gnucash-2.4.9.log

 I would have checked this if it did.

 Anyway I'll remember to pay more attention in the future.

Don't worry, I'll take a look at it and see if I can nag gnome@ directly :)

Chris
___
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: PR ports/164449: update to finance/gnucash timeout

2012-02-16 Thread Guido Falsi

On 02/16/12 23:40, Chris Rees wrote:

On 16 February 2012 22:26, Guido Falsim...@madpilot.net  wrote:

On 02/16/12 10:15, Chris Rees wrote:


On 13 February 2012 16:15, Guido Falsim...@madpilot.netwrote:


Hello,

I'd like to ask if the PR in the subject can be committed due to
maintainer timeout.



Teams don't time out as such usually... I've CC'd gnome@ as a gentle poke.



Thanks. I did not really know this. I'll remember this in the future.



Your patch also uses the incorrect test $var == value; you should
only use one = sign with test.  This will fail on 7.x.



Really sorry about this one. It just slipped in.

But...This did not fail on redports 7.x tinderbox:

https://redports.org/~madpilot/20120124141905-52190-7485/gnucash-2.4.9.log

I would have checked this if it did.

Anyway I'll remember to pay more attention in the future.


Don't worry, I'll take a look at it and see if I can nag gnome@ directly :)


Thanks again :)

--
Guido Falsi m...@madpilot.net
___
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: CFR: net-mgmt/observium

2012-02-16 Thread Eitan Adler
On Thu, Feb 16, 2012 at 3:34 PM,  rfl...@acsalaska.net wrote:
 Hi,

 I'd like to ask for a review on net-mgmt/observium, available at:
 https://redports.org/browser/melflynn/net-mgmt/observium

A few comments:

# Date created: 12 Feb 2012
should be the ISO form of the date (2010-02-12)

.if ${OSVERSION} = 100
BROKEN= net/php5-snmp fails
.endif

should be removed in the final version of the port. We don't mark
things IGNORE or BROKEN because of a *_DEPENDS's  problem.

 especially default knobs and the fping script, which is
 stolen^Wborrowed from
 http://cpansearch.perl.org/src/BBB/Net-Ping-2.31/demo/fping.

why is fping in the files/ directory instead of being fetched from somewhere?

patch-html::graph-realtime.php should be upstreamed instead being
locally modified for FreeBSD.

otherwise it looks pretty good (note that I didn't test it)

-- 
Eitan Adler
___
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: CFR: net-mgmt/observium

2012-02-16 Thread rflynn
Hi Eitan,

 why is fping in the files/ directory instead of being fetched from somewhere?

Cause I was looking for EXTRA_FILES and similar knobs and gave up, while I
should be looking at EXTRACT_ONLY. Got it fixed locally.

 patch-html::graph-realtime.php should be upstreamed instead being
 locally modified for FreeBSD.

Hmm. If the FreeBSD php is vanilla, things work. As soon as you put a
sane (f.e. php.ini-production) php.ini in play, things stop working, the
culprit being short_open_tags. My intention was to not flood maintainer mail
relating to that.

I probably can rewrite it as an REINPLACE_CMD to save the ports tree 8k in
$FILESDIR.

-- Mel

___
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: CFR: net-mgmt/observium

2012-02-16 Thread Eitan Adler
On Thu, Feb 16, 2012 at 8:29 PM,  rfl...@acsalaska.net wrote:
 Hi Eitan,

 why is fping in the files/ directory instead of being fetched from somewhere?

 Cause I was looking for EXTRA_FILES and similar knobs and gave up, while I
 should be looking at EXTRACT_ONLY. Got it fixed locally.

Understood.

 patch-html::graph-realtime.php should be upstreamed instead being
 locally modified for FreeBSD.

 Hmm. If the FreeBSD php is vanilla, things work. As soon as you put a
 sane (f.e. php.ini-production) php.ini in play, things stop working, the
 culprit being short_open_tags. My intention was to not flood maintainer mail
 relating to that.

I see the problem. I wish upstream would release a fix but I do not
oppose a REINPLACE option as you mention below.
When you file the PR please explicitly mention why you are patching
the source (and the committer should likely include that information
in the commit log).
We need to work towards reducing the number of patches in ports tree.

 I probably can rewrite it as an REINPLACE_CMD to save the ports tree 8k in
 $FILESDIR.




-- 
Eitan Adler
___
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: lang/php52 thoughts

2012-02-16 Thread Mark Linimon
On Sun, Feb 12, 2012 at 06:52:47PM +0400, Ruslan Mahmatkhanov wrote:
 Just want to discuss some changes to this port that worth doing imho.
 The main thesises are:
 
 - We should remove DEPRECATED for now to keep consistency with lang/php4
 - We should apply BACKPORTS patch unconditionally

Here are my thoughts about downrev ports that we are keeping alive in
the tree:

 - if we absolutely must put EXPIRATION_DATE into the far future to
   avoid losing part of our install base, well, then, we must.  However,
   I would prefer to keep EXPIRATION_DATE with _some_ value.

 - I *strongly* prefer leaving DEPRECATED.  If we set it to strongly
   discouraged for new installations, retained only to support existing
   installations that cannot upgrade (or something to that effect),
   then I can live with that.

mcl
___
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: Yikes: ports/157174: fix typos and small mistakes in various ports

2012-02-16 Thread Mark Linimon
On Wed, Feb 15, 2012 at 05:12:09PM +, Chris Rees wrote:
 The ports tree is never in a full freeze.

It is during the CVS tag operation.

mcl
___
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