Re: fixing missing launch icons

2012-11-11 Thread Boris Samorodov
run after port/package install/deinstall and keep the desktop database in concurrent state. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org

Re: fixing missing launch icons

2012-11-11 Thread Boris Samorodov
11.11.2012 14:35, Beeblebrox пишет: Also, to be sure: I must run *$ update-desktop-database* after each port install if the port is a desktop app right? AFAIK, yes. BTW, and after such port is deinstalled. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power

LIB_DEPENDS and a library ABI version

2012-11-03 Thread Boris Samorodov
position: - libspreadsheet-1.10.17.so liblua-5.1.so.1 libwx_base-2.8.so.0.8.0 - -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: LIB_DEPENDS and a library ABI version

2012-11-03 Thread Boris Samorodov
Hi Jason and All, 03.11.2012 16:46, Jason E. Hale пишет: Typically, you would want to leave off only what is after .so. Got it, thanks! 2All: BTW it would be nice to have some words about the matter at the Porter's Handbook... -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http

Re: FreeBSD Port: misc/mc-light

2012-10-07 Thread Boris Samorodov
this if subshell defined we make mc without subshell actually .if ${PORT_OPTIONS:MSUBSHELL} CONFIGURE_ARGS+=--without-subshell .endif as it was in older makefile .if !defined(WITH_SUBSHELL) CONFIGURE_ARGS+=--without-subshell .endif Fixed, thanks! -- WBR, Boris Samorodov (bsam) FreeBSD

Re: New Port Options

2012-10-06 Thread Boris Samorodov
of this one can be: .if !${PORT_OPTIONS:MFOO} .endif instead of empty() if you prefer some maintainers uses it. ...since this one does not work with predefined options (DOCS, NLS, EXAMPLES) which are set by default but a user needs to unset them. -- WBR, Boris Samorodov (bsam) FreeBSD

Re: New Port Options

2012-10-06 Thread Boris Samorodov
06.10.2012 13:39, Baptiste Daroussin пишет: On Sat, Oct 06, 2012 at 01:20:09PM +0400, Boris Samorodov wrote: 06.10.2012 12:13, Baptiste Daroussin пишет: My first proposition for syntax was: .if !empty(PORT_OPTIONS:MFOO) .endif and .if empty(PORT_OPTIONS:MFOO) .endif I'd prefer this one

texlive (was: Re: huge distfiles policy)

2012-10-01 Thread Boris Samorodov
commit the PR with monolithic texlive and live with it for some time... 2) or postpone the PR and wait until Romain finishes his work? Romain, can you give an estimation of when your ports may be ready to be committed? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org

Re: huge distfiles policy

2012-10-01 Thread Boris Samorodov
01.10.2012 13:42, Hiroki Sato пишет: I am considering to remove print/teTeX* (since I am the maintainer) and update the dependencies to use the modular texlive ports seamlessly. Hiroki-san, this sounds like the best plan. Thank you! I'll hold on the PR for now. -- WBR, Boris Samorodov

Starting and stopping finance/trytond while update

2012-09-23 Thread Boris Samorodov
it is possible to use KILL(1). Sorry, there is no much technical info, just my observation. If you come across the same problem may be it's wise to stop the daemon before updating, which may be programmed at pkg-plist. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power

x11-servers/xorg-server, clang as system compiler

2012-07-28 Thread Boris Samorodov
/cpp requires -undef... yes checking if /usr/bin/cpp requires -traditional... configure: error: /usr/bin/cpp does not preserve whitespace with or without -traditional. I don't know what to do. === Script configure failed unexpectedly. - What should I do? Thanks! -- WBR, Boris Samorodov

Re: USE_GMAKE fails in QATty?

2012-07-07 Thread Boris Samorodov
(i.e. with custom LOCALBASE and PREFIX). Does anyone know what's going on? Seems that Mk/bsd.port.mk assumes that LOCALBASE for gmake is always /usr/local. Please, try the following patch. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve Index

Re: USE_GMAKE fails in QATty?

2012-07-07 Thread Boris Samorodov
07.07.2012 18:13, Vitaly Magerya пишет: On 07/07/2012, Boris Samorodov b...@passap.ru wrote: Seems that Mk/bsd.port.mk assumes that LOCALBASE for gmake is always /usr/local. Please, try the following patch. --- bsd.port.mk 1 Jul 2012 20:57:48 - 1.732 +++ bsd.port.mk 7 Jul 2012 12:20

Re: make failed for editors/libreoffice

2012-07-03 Thread Boris Samorodov
tree with base clang and clang/llvm from ports. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe

[clang from ports bug?] libreoffice and clang from ports: C preprocessor /usr/local/bin/clang-cpp fails sanity check

2012-07-02 Thread Boris Samorodov
WITH_LIBCPLUSPLUS=YES - -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd

Re: Linux software won't install were it's told to!

2012-06-27 Thread Boris Samorodov
27.06.2012 12:44, Benjamin пишет: I created the directory /usr/local/quartus, but it still installed to the directory under /compat/linux. Does the directory under /compat/linux exist? If yes does removing helps? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org

Re: optionsng and tinderbox?

2012-06-23 Thread Boris Samorodov
LOCALIZED_LANG= ru QT4_OPTIONS=CUPS NAS QGTKSTYLE WITHOUT_NOUVEAU=YES THUNDERBIRD_I18N= ru - -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org

Re: freebsd-ports Digest, Vol 474, Issue 7

2012-06-21 Thread Boris Samorodov
maintains a port, eventually, it gets into disrepair. and then gets deleted. I've reread the answer three times. May be my English is bad. Sorry, but I'll second the question: What does API no longer supported mean? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power

Re: etoile ports dropped for strange reason (Re: freebsd-ports Digest, Vol 474, Issue 7)

2012-06-21 Thread Boris Samorodov
is not recommended for use anymore it was deprecated. Sure, the reason could be more clear. I will commit an update that reflects that to make it more clear. That was helpful, thanks. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

Re: clang, dbus, firefox+thunderbird

2012-06-20 Thread Boris Samorodov
. And AFAIK a similar fix was committed to the ports tree while I was testing your suggestion. The fix helped clang to build firefox with DBUS on. However, thunderbird stopped building with another error. I'll create a new thread on the matter after some testing. -- WBR, Boris Samorodov (bsam) FreeBSD

Re: clang, dbus, firefox+thunderbird

2012-06-20 Thread Boris Samorodov
20.06.2012 12:45, Beat Gaetzi пишет: 2012/6/20 Boris Samorodov b...@passap.ru: Hi All, Andrew, thanks for your time and help! 19.06.2012 21:14, Andrew W. Nosenko написал: On Tue, Jun 19, 2012 at 6:16 PM, Boris Samorodovb...@passap.ru wrote: Hi List, I use clang compiled world

clang, dbus, firefox+thunderbird

2012-06-19 Thread Boris Samorodov
. Great, firefox compiles and installs (the latest one, 13.0.1). Then I try to upgrade thunderbird and get the same error. However there is no option DBUS to disable. What am I to do? Thanks! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

Re: no MAINTAINER for postgresql90-client

2012-06-05 Thread Boris Samorodov
/postgresql90-client -V MAINTAINER - -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

Re: Problems with wrtiting new port: plugin installation

2012-04-26 Thread Boris Samorodov
, and he recommends just to have an echo with 'You have to install blah-blah-blah' in post-install, which I do not like. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http

Re: mail/imaptools: port removal at Monday April 9th

2012-04-10 Thread Boris Samorodov
On 10.04.2012 16:34, Julian H. Stacey wrote: Maintainer of mail/imaptools (Boris) is welcome to add me to a list of witnesses: Thanks for your help but there is no need at the particular case. The port was fixed yesterday and the distfile is at FreeBSD distfile server. -- WBR, Boris

Re: mail/imaptools: port removal at Monday April 9th

2012-04-08 Thread Boris Samorodov
remove it under the author's request. If someone create a fork then the port may be restored from attick. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http

mail/imaptools: port removal at Monday April 9th

2012-04-07 Thread Boris Samorodov
redistribution of already released versions will be forbidden. 5. The port should be removed from the portstree. 6. The dead line is Monday April 9th. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports

print/libpaper problem (was: Re: cvs commit: ports/print/ghostscript9 Makefile)

2012-03-02 Thread Boris Samorodov
Hi! (moved from cvs@ list) 01.03.2012 01:37, Hiroki Sato пишет: Boris Samorodov b...@passap.ru wrote in 4f4e63a3.7060...@passap.ru: bs 29.02.2012 16:09, Hiroki Sato пишет: bs hrs 2012-02-29 12:09:03 UTC bs bsFreeBSD ports repository bs bsModified files: bs

Re: how do you specify a minimum lib version?

2012-02-24 Thread Boris Samorodov
-- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr

Re: www/firefox and mail/thunderbird localization

2012-02-21 Thread Boris Samorodov
On 21.02.2012 16:59, Olivier Smedts wrote: Some help from the gecko team ? :) It was not a success for me: http://lists.freebsd.org/pipermail/freebsd-gnome/2012-February/026907.html -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

Re: www/firefox and mail/thunderbird localization

2012-02-21 Thread Boris Samorodov
are very welcome. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd

Re: Good source for linux libs

2012-02-03 Thread Boris Samorodov
Hi All, On 02.02.2012 20:03, Dominic Fandrey wrote: I need some linux libraries You may be interested in: http://rpmfind.net/ -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org

[patch] devel/py-lxml: compile at 10-CURRENT

2012-01-24 Thread Boris Samorodov
- -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr

Re: port Inkscape 0.48.2 problem

2012-01-20 Thread Boris Samorodov
Hi All, 20.01.2012 19:20, Luiz Gustavo S. Costa пишет: I am having trouble compiling inkscape 0.48.2 There is an entry at /usr/ports/UPDATING. Have you followed one? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

Re: multimedia/zoneminder: rc script runs mysql commands?

2012-01-12 Thread Boris Samorodov
12.01.2012 14:23, Alex Dupre пишет: Boris Samorodov ha scritto: The problem is: while start-up zoneminder is launched after mysql was started but is not responding yet. Actually this should not happen. mysql rc script has a poststart directive to wait until the daemon is up and running

Re: multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Boris Samorodov
start-up zoneminder is launched after mysql was started but is not responding yet. Then zoneminder can't register it's cameras, etc. This hack was introduced to catch the moment when mysql really is operational and then start zoneminder. If someone has a solution -- you are welcome. -- WBR, Boris

Re: multimedia/zoneminder: rc script runs mysql commands?

2012-01-11 Thread Boris Samorodov
11.01.2012 22:41, Mark Felder пишет: I imagine what you've described is a situation where MySQL has a lot of databases/tables/et Unfortunately, it happens even if zoneminder is a lonely user of mysql. The pause (at my three-year-old server) was about 5 seconds... -- WBR, Boris Samorodov

Re: multimedia/phonon: CMake Error at CMakeLists.txt:58 (if):

2011-11-15 Thread Boris Samorodov
, do you have some special setting that raises the severity of warnings? Strange, but I don't have one. The only non-default option is that the system was built by clang. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

multimedia/phonon: CMake Error at CMakeLists.txt:58 (if):

2011-11-14 Thread Boris Samorodov
a warning while for me it's an error: http://kde.ixsystems.com/index.php?action=display_markup_logbuild=9-area51id=689 Any help is appreciated. Thanks! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd

Re: Big patches

2011-08-19 Thread Boris Samorodov
Hi! On Thu, 18 Aug 2011 19:11:22 + (UTC) Helmut Schneider wrote: I've been told that dynamic pkg-plists are bad or at least should be avoided´at most costs. Now, all my patches for Typo3 seem blocked by a SPAM Filter or at least take 2 days until I get reply. See PR159878-81, I

Re: PREFIX is not honored for dependencies

2011-08-06 Thread Boris Samorodov
On Fri, 05 Aug 2011 22:41:48 + Baptiste Daroussin wrote: On Fri, 5 Aug 2011 15:08:53 -0700, Steve Kargl wrote: As root, I did mkdir -p /usr/opt ln -s /usr/opt /opt cd /usr/ports/editors/libreoffice make PREFIX=/opt/ The above builds and installs dependencies along the way

Re: ports/comms/gammu breaks on ld: cannot find -lglib-2.0

2011-05-23 Thread Boris Samorodov
from the development repository to fix the error. HTH -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http

[www/groupoffice]: update to 3.7.10

2011-04-23 Thread Boris Samorodov
Hi List, I've created a patch to update the port to the last stable version. Since this version is way newer than that at ports, I'd like someone to test the patch before creating a PR. ftp://ftp.bsam.ru/pub/tmp/groupoffice.diff.txt Thanks! -- WBR, bsam

[solved] Re: SDL, perl and frozen-bubble: core dumped

2011-03-13 Thread Boris Samorodov
modest person, I can't ask you to do it. Anyway you already have helped me. Kartik Thakore On 2011-03-12, at 4:35 AM, Boris Samorodov b...@ipt.ru wrote: Hi Kartik, On Sat, 12 Mar 2011 00:29:58 -0800 (PST) kthakore wrote: I picked this up on Google Alerts. I am the maintainer for SDL

Re: SDL, perl and frozen-bubble: core dumped

2011-03-12 Thread Boris Samorodov
On Sat, 12 Mar 2011 06:43:51 +0200 Alex Kozlov wrote: On Fri, Mar 11, 2011 at 05:02:14PM +0300, Boris Samorodov wrote: On Fri, 11 Mar 2011 14:33:00 +0200 Alex Kozlov wrote: On Fri, Mar 11, 2011 at 02:34:44PM +0300, Boris Samorodov wrote: On Fri, 11 Mar 2011 12:44:12 +0200 Alex Kozlov wrote

Re: SDL, perl and frozen-bubble: core dumped

2011-03-12 Thread Boris Samorodov
Hi Kartik, On Sat, 12 Mar 2011 00:29:58 -0800 (PST) kthakore wrote: I picked this up on Google Alerts. I am the maintainer for SDL Perl and we have over the past year fixed a lot of bugs in SDL Perl. In addition to It was my first idea when I faced with the problem. However new SDL versions

SDL, perl and frozen-bubble: core dumped

2011-03-11 Thread Boris Samorodov
=1) at perl.c:2431 #5 0x33d001ca in perl_run (my_perl=0x3440f600) at perl.c:2349 #6 0x080489fc in main (argc=2, argv=0x82bfe6f0, env=0x82bfe6fc) at perlmain.c:117 (gdb) - Any help is appreciated, thanks. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone

Re: SDL, perl and frozen-bubble: core dumped

2011-03-11 Thread Boris Samorodov
On Fri, 11 Mar 2011 12:44:12 +0200 Alex Kozlov wrote: On Fri, Mar 11, 2011 at 01:06:35PM +0300, Boris Samorodov wrote: I've got a core dump at clang compiled current. The game is starting, playing the music and coredumps right after displaying the menu: Please show perl -V | grep

Re: SDL, perl and frozen-bubble: core dumped

2011-03-11 Thread Boris Samorodov
On Fri, 11 Mar 2011 14:33:00 +0200 Alex Kozlov wrote: On Fri, Mar 11, 2011 at 02:34:44PM +0300, Boris Samorodov wrote: On Fri, 11 Mar 2011 12:44:12 +0200 Alex Kozlov wrote: On Fri, Mar 11, 2011 at 01:06:35PM +0300, Boris Samorodov wrote: I've got a core dump at clang compiled current

Re: help with fix for graphics/linux-f10-glew - fails: mtree

2010-12-10 Thread Boris Samorodov
On Thu, 9 Dec 2010 19:51:26 -0500 Eitan Adler wrote: I therefore give implicit permission to any comitter to fix this port. Done. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

[xsane] scanimage -L coredumps

2010-12-04 Thread Boris Samorodov
Hi List, Here is my trouble: - (gdb) run Starting program: /usr/local/bin/scanimage (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...[New LWP 100205]

License database: add ISC License

2010-10-26 Thread Boris Samorodov
OSI +_LICENSE_NAME_ISCL=Internet Systems Consortium License +_LICENSE_GROUPS_ISCL= FSF GPL OSI + _LICENSE_NAME_LGPL20= GNU Library General Public License version 2.0 _LICENSE_GROUPS_LGPL20=FSF GPL OSI - Are there any comments/suggestions? -- WBR, Boris Samorodov

Re: cupsd.conf.N is missing here

2010-09-26 Thread Boris Samorodov
On Sat, 25 Sep 2010 20:13:12 +0200 dan wrote: If anyone else notices this behaviour Yep, I've got the same. and consider it necessary to send a bug report, I am open to send it. Please do. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD

Re: cleaning schg flag in compat5x distfiles

2010-08-24 Thread Boris Samorodov
On Tue, 24 Aug 2010 03:50:42 +0400 Dmitry Marakasov wrote: given that .8 part of compat5x version (5.4.0.8) indicates patchlevel, I guess I'll have to use 5.4.0.8.1. Seems that 5.4.0.9 may be a better choice here. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone

Re: cleaning schg flag in compat5x distfiles

2010-08-24 Thread Boris Samorodov
Dmitry Marakasov amd...@amdmi3.ru writes: * Boris Samorodov (b...@ipt.ru) wrote: given that .8 part of compat5x version (5.4.0.8) indicates patchlevel, I guess I'll have to use 5.4.0.8.1. Seems that 5.4.0.9 may be a better choice here. Yes, but judging from commit message: (update

[portmaster] failed update

2010-08-13 Thread Boris Samorodov
Hi All, - # portmaster --version === Version 3.0 # portmaster tmux === Currently installed version: tmux-1.2_1 === Port directory: /usr/ports/sysutils/tmux === Gathering distinfo list for installed ports === Launching 'make checksum' for sysutils/tmux in background === Gathering

Re: [portmaster] failed update

2010-08-13 Thread Boris Samorodov
On Fri, 13 Aug 2010 01:51:07 -0700 Doug Barton wrote: On 08/13/2010 00:26, Boris Samorodov wrote: Hi All, - # portmaster --version === Version 3.0 # portmaster tmux === Currently installed version: tmux-1.2_1 === Port directory: /usr/ports/sysutils/tmux

Re: [portmaster] failed update

2010-08-13 Thread Boris Samorodov
On Fri, 13 Aug 2010 13:00:49 +0400 Boris Samorodov wrote: On Fri, 13 Aug 2010 01:51:07 -0700 Doug Barton wrote: On 08/13/2010 00:26, Boris Samorodov wrote: Hi All, - # portmaster --version === Version 3.0 # portmaster tmux === Currently installed version: tmux

Re: did sudo change the default sense of env_reset option?

2010-05-24 Thread Boris Samorodov
, and no obvious conversation about changes to sudo, I'll post this anyway. Hope it helps someone. I was the person of that post. Sure the new sudo behaviour has not been expected. Now all is clear [to me]. Thanks a lot! -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone

Re: Depend on ${PORTSDIR}/foo WITH_OPTION

2010-05-19 Thread Boris Samorodov
as a dependency. You may look at comms/gammy-python as an example. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org

Re: ports/142880: [REPOCOPY] chinese/stardict2-dict-zh_CN ---

2010-01-19 Thread Boris Samorodov
Add option entry for stardict2 or stardict3 ? ...and an option for goldendict, please! ;-) -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd

Re: HEADS UP: utmp.h gone. All welcome utmpx.h.

2010-01-18 Thread Boris Samorodov
On Mon, 18 Jan 2010 16:47:46 +0100 Beat Gaetzi wrote: Boris Samorodov wrote: Hello Ed, thanks for your hard work! On Wed, 13 Jan 2010 20:42:54 +0100 Ed Schouten wrote: I've noticed there is some breakage in ports, but it shouldn't be too serious. Seems that emulators

Re: HEADS UP: utmp.h gone. All welcome utmpx.h.

2010-01-17 Thread Boris Samorodov
] Error 2 *** Error code 2 Stop in /usr/ports/emulators/virtualbox-ose. *** Error code 1 ... - -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

Re: Linux - Skulltag / FMOD issue

2010-01-04 Thread Boris Samorodov
-lib? -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

mail/x-face-e21 depends upon gtk12 and gtk20

2009-12-22 Thread Boris Samorodov
Hi, I've just discovered that the port mail/x-face-e21 depends upon both gtk12 and gtk20: - % make -C /usr/ports/mail/x-face-e21 all-depends-list | grep 'gtk[12]' /usr/ports/x11-toolkits/gtk20 /usr/ports/x11-toolkits/gtk12 - Gtk12 is an inherited dependency of mail/faces. Is this OK? Or

Re: [patch] switch to Emacs 23

2009-12-11 Thread Boris Samorodov
On Fri, 11 Dec 2009 13:26:41 +0100 Jan Henrik Sylvester wrote: Boris Samorodov wrote: here is a patch to switch to Emacs 23 as a default. There are 50 affected ports. Tests were done at tinderbox. Please give this patch a try. I'm going to fire up an exp run after some testing. The patch

sysutils/syslinux update

2009-12-07 Thread Boris Samorodov
this port (it's a binary only file). So I can't test code changes. Thanks. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports

[patch] switch to Emacs 23

2009-12-02 Thread Boris Samorodov
it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Enjoy. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve

Re: acroread9 crashes after maybe 10 seconds of operation.

2009-10-19 Thread Boris Samorodov
Kurt Jaeger li...@opsec.eu writes: Kurt Jaeger writes: [...] (process:47993): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. terminate called after throwing an instance of 'RSException' with acroread9-9.2 from the ports. Three.

Re: [Fwd: Re: acroread9 crashes after maybe 10 seconds of operation.]

2009-10-19 Thread Boris Samorodov
1wk...@gmail.com writes: Unfortunately, the map_at_zero sysctl didn't work for me. The following massage still recorded in dmesg. linux: pid 1378 (acroread): syscall inotify_init not implemented I set the sysctl variable just before the kernel boot. After loading kernel and modules and

Re: [Fwd: Re: acroread9 crashes after maybe 10 seconds of operation.]

2009-10-18 Thread Boris Samorodov
darc...@gmail.com (Denise H. G.) writes: the same problem here for the port on 8.0-RC1. And I tried to use zh_CN-acroread8, but it does not even start up, just aborts before the GUI appears. Try this: - # sysctl security.bsd.map_at_zero=1 - If that helps then updating to a more

Re: FreeBSD Port: acroread9-9.2

2009-10-18 Thread Boris Samorodov
John B. Stubblebine js...@jstub.com writes: So how do I get linux-pango 1.24, or later?? This is a real FAQ for some time. Please, search archieves (ports@, emulation@) and even the PR-database for the answer. -- WBR, bsam ___

Re: skype problem with fc10 and worldofgoo-demo

2009-09-16 Thread Boris Samorodov
Jeremy Messenger me...@cox.net writes: On Tue, 15 Sep 2009 09:03:52 -0500, Boris Samorodov b...@ipt.ru wrote: I've just emailed a patch for games/linux-worldofgoo-demo. Many other ports which need linux libGL/libGLU (either for nvidia or not) use those checks. It seems to work fine for other

Re: skype problem with fc10 and worldofgoo-demo

2009-09-16 Thread Boris Samorodov
Alexey Dokuchaev da...@freebsd.org writes: On Tue, Sep 15, 2009 at 06:03:52PM +0400, Boris Samorodov wrote: I've just emailed a patch for games/linux-worldofgoo-demo. Many other Yes, thanks! I somehow managed to miss libGL dep completely, my fault. Would you commit the patch? -- WBR, bsam

Re: skype problem with fc10 and worldofgoo-demo

2009-09-16 Thread Boris Samorodov
Boris Samorodov b...@ipt.ru writes: Jeremy Messenger me...@cox.net writes: On Tue, 15 Sep 2009 09:03:52 -0500, Boris Samorodov b...@ipt.ru wrote: I've just emailed a patch for games/linux-worldofgoo-demo. Many other ports which need linux libGL/libGLU (either for nvidia or not) use those

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Boris Samorodov
Sergey V. Dyatko sergey.dya...@gmail.com writes: When I'm trying install skype I got following error: tiger# make install clean === Installing for skype-2.0.0.72,1 === skype-2.0.0.72,1 depends on file: /compat/linux/bin/sh - found === skype-2.0.0.72,1 depends on file:

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Boris Samorodov
Alexey Dokuchaev da...@freebsd.org writes: Typically, there are two major providers of libGL (both native and Linux flavors): linux-*-dri ports *or* nvidia-driver, depending on what gfx card you have). Now the problem here that linux-*-dri ports install *both* It's not a problem. It's a

Re: luasocket namespace clash with lighttpd mod_magnet

2009-08-31 Thread Boris Samorodov
this to OpenBSD already, but I need it on FreeBSD too. http://www.freebsd.org/cgi/query-pr.cgi?pr=138055 contains a wrong diff, sorry for that. [patch skipped] -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org

Re: WITH_GECKO for system with firefox3(5)?

2009-08-21 Thread Boris Samorodov
Andriy Gapon a...@icyb.net.ua writes: It seems that WITH_GECKO=firefox implies firefox2 and there is no firefox3 option. So what should I use here? libxul? I use lubxul successfully for some months now. But the default is ... embarassing 'cause all default packages use it. -- WBR, bsam

Re: startx won't start twm with empty xinitrc

2009-08-16 Thread Boris Samorodov
Nikolay Tychina niktych...@gmail.com writes: google-earth port in FreeBSD doesn't require qt4. i just removed linux_base-fc-4 and ports depend on it, and installed linux_base-f8. Everything is ok now :) It's good that everithing is ok, but please keep in mind that linux_base-f8 is not a

Re: [REPOST] problem upgrading perl

2009-06-30 Thread Boris Samorodov
Scott Bennett benn...@cs.niu.edu writes: The first is, which is the best tool for doing updates with a preference for using packages rather than rebuilds of ports (a la portupgrade -aP)? You may take a look at sysutils/bsdadminscripts which use pkg_upgrade to manage packages. WBR -- bsam

Re: built with OLD dependency, take 2

2009-06-25 Thread Boris Samorodov
Peter Clark cla...@mtmary.edu writes: Hello, I am not sure where to ask this question so I am going to start here, if this is not the correct place any direction to where I should as would be appreciated. I have 2 Freebsd 7.2p1 fresh installs. I have installed a number of ports while

cannot do pkg_add -f package

2009-06-25 Thread Boris Samorodov
Hello List, I downloaded a package from pointyhat: http://pointyhat.freebsd.org/errorlogs/i386-8-packages-latest/databases/fpc-postgres-2.2.4.tbz And can not do a pkg_add -f of this package: - # uname -a FreeBSD moosi 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun 22 21:04:20 MSD 2009

Re: cannot do pkg_add -f package

2009-06-25 Thread Boris Samorodov
On Thu, 25 Jun 2009 08:30:01 -0400 Frank J. Laszlo wrote: Boris Samorodov wrote: I downloaded a package from pointyhat: http://pointyhat.freebsd.org/errorlogs/i386-8-packages-latest/databases/fpc-postgres-2.2.4.tbz And can not do a pkg_add -f of this package: - # uname

Re: pkg_libchk: a missing library is not detected

2009-06-17 Thread Boris Samorodov
Dominic Fandrey kamik...@bsdforen.de writes: Luck. The app linking to the old library will have a dependency on the old version. pkg_add will find the origin, issue a warning about app-1.0 needing lib-0.1 but lib-0.2 is installed and proceed. app will not start, because of the missing

Re: pkg_libchk: a missing library is not detected

2009-06-17 Thread Boris Samorodov
Dominic Fandrey kamik...@bsdforen.de writes: Boris Samorodov wrote: Dominic Fandrey kamik...@bsdforen.de writes: Luck. The app linking to the old library will have a dependency on the old version. pkg_add will find the origin, issue a warning about app-1.0 needing lib-0.1 but lib-0.2

[x11/nvidia-driver] conflicts with linux dri ports

2009-06-07 Thread Boris Samorodov
to be in conflict? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: [x11/nvidia-driver] conflicts with linux dri ports

2009-06-07 Thread Boris Samorodov
On Sun, 7 Jun 2009 11:34:12 + Alexey Dokuchaev wrote: Boris Samorodov wrote: I've just received a report at emulation@ about x11/nvidia-driver and other linux dri ports to be in conflict. If a linux dri port is installed x11/nvidia-driver seems to replace libGL.so with a link

Re: [x11/nvidia-driver] conflicts with linux dri ports

2009-06-07 Thread Boris Samorodov
On Sun, 7 Jun 2009 21:34:53 +0200 barbara wrote: I've just received a report at emulation@ about x11/nvidia-driver and other linux dri ports to be in conflict. If a linux dri port is installed x11/nvidia-driver seems to replace libGL.so with a link to nvidia library. Not good. Is it

pkg_libchk: a missing library is not detected

2009-06-03 Thread Boris Samorodov
understand pkg_upgrade does not preserve old libraries at /usr/local/lib/compat? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports

Re: pkg_add errors

2009-05-28 Thread Boris Samorodov
Dominic Fandrey kamik...@bsdforen.de writes: Boris Samorodov wrote: BTW, current behaviour of pkg_upgrade -F to stop at the first package that can't be downloaded is the same. Can this behaviour be changed to proceeding but printing out the list of not downloaded packages at the end

Re: pkg_add errors

2009-05-27 Thread Boris Samorodov
Hello Dominic, List, Thanks for your work, much appreciated. Dominic Fandrey kamik...@bsdforen.de writes: I need something similar for the incomplete package problem. Should pkg_upgrade create a summary of apparently broken packages that have been installed? I would go with this option

Re: emulators/linux_base-f10 = Fedora 8?

2009-05-26 Thread Boris Samorodov
On Mon, 25 May 2009 20:49:50 +0100 Steven Hartland wrote: Why does emulators/linux_base-f10 contain a Fedora 8 port most confusing! It was just a repocopy. I'm working on it, just enotime now. WBR -- bsam ___ freebsd-ports@freebsd.org mailing list

Re: pciVideoPtr typedef problem causes failue of x11/xorg update:

2009-05-25 Thread Boris Samorodov
David Southwell da...@vizion2000.net writes: On Sunday 24 May 2009 08:49:10 Robert Noland wrote: On Sun, 2009-05-24 at 08:47 -0700, David Southwell wrote: Problems on portupgrade Does anyone know how to resolve this one(Please also see also note below): Thanks in advance for any help

Re: port net/openldap24-sasl-client fails to register as dependency

2009-05-22 Thread Boris Samorodov
On Fri, 22 May 2009 06:08:58 +0300 Panagiotis Christias wrote: Ok, then how about dropping the net/openldap24-sasl-client port and adding an SASL OPTIONS entry to the net/openldap24-client port, like the server port? Then those who use packages will loose a possibility to use pkg_add -r.

Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Boris Samorodov
modules from ports up to date with world/kernel? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http

Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Boris Samorodov
0xc040 b584bc kernel 21 0xc0f59000 809c snd_via8233.ko 32 0xc0f62000 4a438sound.ko 41 0xc46af000 8000 linprocfs.ko 51 0xc46c8000 24000linux.ko Any idea? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD

Re: [Call For Testing] VirtualBox for FreeBSD!

2009-05-15 Thread Boris Samorodov
of VBoxREM[32|64].so are created. BTW, those who are interested at the subject from mail lists ports@, emulation@ and current@ already knows the great news. May be it's time to move to one list, say, virtualizat...@? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone

Re: split xcbgen from xcb-proto

2009-05-08 Thread Boris Samorodov
-- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe

Re: split xcbgen from xcb-proto

2009-05-08 Thread Boris Samorodov
discriminate those of us who prefered using packages. ;-) WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve ___ freebsd-ports@freebsd.org mailing list http

<    1   2   3   4   5   >