Re: looking for port origin for executable

2021-05-04 Thread Piotr Smyrak
get around without any additional tools: $ find /usr/ports -name pkg-plist | xargs grep -l bin/g-ir-scanner -- Piotr Smyrak ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mai

Re: chromium-89.0.4389.114_1 sign-in feature unavailable?

2021-04-11 Thread Piotr Smyrak
y-in.html https://bodhi.fedoraproject.org/updates/FEDORA-2021-48866282e5 -- Piotr Smyrak ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: git-tiny or git-lite - Re: No update for a day on ports?

2021-04-02 Thread Piotr Smyrak
ust build with port default values. You can have devel/git with no subversion dependency, yet this requires building the port and choosing not to build subversion. Since the project relied on subversion for years, that was a natural choice. Perhaps this may change in the future. --

Re: help on port linux-vivaldi needed

2021-02-18 Thread Piotr Smyrak
rowsers do to provide protected multimedia support. You shall be able to see, what's happening while vivaldi is starting with truss(1). Does the browser actually starts or fails to do so? HTH, -- Piotr Smyrak ___ freebsd-ports@freebsd.org mailing l

FreeBSD Port: mysql80-server-8.0.22_2

2021-02-02 Thread Piotr Byliński
Best regards, Piotr ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Microphone stopped working in Frefox and Chrome

2021-01-25 Thread Piotr Smyrak
On Sun, 24 Jan 2021 15:59:32 +0100 Matthias Apitz wrote: > El día domingo, enero 24, 2021 a las 11:46:45a. m. +0100, Piotr > Smyrak escribió: > > > > Whatever FF makes use of, what I want to achieve is that: while > > > FF is already running, plug-in an USB

FreeBSD Port: opensmtpd-5.9.2p1_3,1

2017-10-26 Thread Piotr Byliński
Hi, Are there any plans or schedule to update Opensmtpd port to 6.0.2 version ? Is it stable on FreeBSD for production ? Thank you! Best regads, Piotr Byliński ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo

Re: Debugging ports

2017-10-18 Thread Piotr Kubaj via freebsd-ports
Well, 11-STABLE now has LLVM 5.0 too, so it should work as well as in head. I actually tried it on the recent 11-STABLE. On 17-10-18 10:03:49, Guido Falsi wrote: On 10/18/2017 09:59, Piotr Kubaj wrote: According to https://wiki.freebsd.org/lldb, it should work just fine on amd64, apart from

Re: Debugging ports

2017-10-18 Thread Piotr Kubaj via freebsd-ports
According to https://wiki.freebsd.org/lldb, it should work just fine on amd64, apart from kernel debugger. I suppose there should be some improvements for other archs too, since that page was updated 1.5 years ago :) On 17-10-18 09:54:05, Guido Falsi wrote: On 10/18/2017 09:52, Piotr Kubaj

Re: Debugging ports

2017-10-18 Thread Piotr Kubaj via freebsd-ports
Shouldn't lldb be the replacement for gdb in base? On 17-10-18 09:47:25, Guido Falsi wrote: On 10/18/2017 06:33, Jan Beich wrote: Kubilay Kocak writes: On 10/18/17 8:29 AM, Jan Beich wrote: Guido Falsi writes: On 10/17/2017 23:11, Guido Falsi wrote: Thing is, recompiling with WITH_DE

Re: Debugging ports

2017-10-17 Thread Piotr Kubaj via freebsd-ports
I think I got it. It turns out that it's our gdb in base that can't read the debug info. lldb and gdb from ports do it just fine. I also thought about recompiling library dependecies, but something didn't fit in, because not only the libraries calls were not there, but the calls from the port

Debugging ports

2017-10-17 Thread Piotr Kubaj via freebsd-ports
Hi all, I am preparing a new port. However, I hit an assertion fail when starting the binary. The developer is willing to help me, provided that I send him backtrace and values from the structure that hits assertion failure. Thing is, recompiling with WITH_DEBUG doesn't help (I only get memory

Re: FreeBSD Port: MailScanner-5.0.3

2017-07-29 Thread Piotr Kubaj via freebsd-ports
After your commit, I now get an error during staging: (00:00:54) === (00:00:54) === (00:00:54) ===> Staging for MailScanner-5.0.3_1 (00:00:54) ** Missing /usr/ports/mail/mailsca

Re: www/lighttpd 1.4.45 broken mod_fastcgi for PHP

2017-03-02 Thread Piotr Kubaj via freebsd-ports
Could you send me a truss(1) output of the relevant process? On 17-03-01 11:36:02, Miroslav Lachman wrote: > Piotr Kubaj wrote on 2017/03/01 11:13: > > If FPM works fine, it looks to me more like PHP error than Lighttpd's. > > Could you use truss(1) on Lighttpd'

Re: www/lighttpd 1.4.45 broken mod_fastcgi for PHP

2017-03-01 Thread Piotr Kubaj via freebsd-ports
If FPM works fine, it looks to me more like PHP error than Lighttpd's. Could you use truss(1) on Lighttpd's process to obtain more information? On 17-03-01 10:56:29, Miroslav Lachman wrote: > Piotr Kubaj wrote on 2017/03/01 08:59: > > Hi, > > > > I use Lighttp

Re: www/lighttpd 1.4.45 broken mod_fastcgi for PHP

2017-03-01 Thread Piotr Kubaj via freebsd-ports
Hi, I use Lighttpd 1.4.45_1 on 11.0-RELEASE with mod_fastcgi and php-cgi. There are no problems with this setup. Are you sure php-cgi processes are running are the socket file is present? On 17-03-01 00:36:46, Miroslav Lachman wrote: > Hi, > I upgraded from 1.4.44 to 1.4.45_1 and after service

Re: [HEADSUP] Default Perl changed to 5.24.

2016-11-05 Thread Piotr Szafarczyk
On 2016-11-05 15:33, tech-lists wrote: On 05/11/2016 14:18, Tijl Coosemans wrote: It's probably caused by pkg not copying hardlinks: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213255 What version of pkg are we using? Mine is 1.9.3 My problems were because of 1.8.7. With 1.9.3 (and 1.9.1)

Re: [HEADSUP] Default Perl changed to 5.24.

2016-11-05 Thread Piotr Szafarczyk
On 2016-11-05 15:18, Tijl Coosemans wrote: It's probably caused by pkg not copying hardlinks: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213255 Hi, Wonderful! This is exactly my problem. Using pkg add installs all the files. Thanks a lot. Regards,

Re: [HEADSUP] Default Perl changed to 5.24.

2016-11-05 Thread Piotr Szafarczyk
On 2016-11-05 14:51, tech-lists wrote: Everything? Could you try any other port that creates links? Are links created? By "links" do you mean "installed usable links into /usr/local/bin" then yes. A little earlier today I built and installed libreoffice from ports, without issue. $ ls -lah lib

Re: [HEADSUP] Default Perl changed to 5.24.

2016-11-05 Thread Piotr Szafarczyk
On 2016-11-05 10:58, tech-lists wrote: It looks like the same problem I encountered with 5.20 under 10.3 (just one box). Links are not created during port building (with other than perl too). With perl, two links are missing under /usr/local/bin. Creating them manually allows for a successful bui

Re: [HEADSUP] Default Perl changed to 5.24.

2016-11-05 Thread Piotr Szafarczyk
k at my post from October 23rd (links not created by make install). Regards, Piotr ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

links not created by make install

2016-10-23 Thread Piotr Szafarczyk
this problem? Regards, Piotr ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: Change of email

2016-01-07 Thread Piotr Kubaj
My old email will work for a while, I'll do it when sending PR with other issues with the given port. On 01/07/16 13:45, Renato Botelho wrote: >> On Jan 7, 2016, at 10:44, Piotr Kubaj wrote: >> >> I'm changing my email to pku...@anongoth.pl. This email is written to

Re: poudriere, Go and networking

2015-12-11 Thread Piotr Florczyk
o if poudriere didn't cut off networking at this stage we wouldn't need any changes and every one would be happy. Even if we come up with proper solution it will require cutting off network at some later stage than post-extract. In my opinion we might aswell move it to that point

poudriere, Go and networking

2015-12-11 Thread Piotr Florczyk
ion: would it be possible to have networking enabled during extract phase ? Or maybe there is another solution (some flag in ports maybe that I'm missing ?) -- Regards, Piotr Florczyk ___ freebsd-ports@freebsd.org mailing list https://lists.free

Re: FreeBSD Port: lighttpd-1.4.37

2015-12-07 Thread Piotr Kubaj
Could you test this diff? Index: Makefile === --- Makefile(revision 403188) +++ Makefile(working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= lighttpd -PORTVERSION= 1.4.37 +PORTVERSION= 1.4.38 CATEGORIES?= www MA

Re: Is there an equivalent of NO_EXTRACT?

2015-09-08 Thread Piotr Kubaj
On 09/09/2015 07:07, Ben Woods wrote: > On 9 September 2015 at 07:00, Piotr Kubaj wrote: >> On 09/09/2015 06:44, Don Lewis wrote: >>> If you list the distfiles that you want to have automatically extracted >>> in EXTRACT_ONLY, then it will leave the unlisted ones u

Re: Is there an equivalent of NO_EXTRACT?

2015-09-08 Thread Piotr Kubaj
On 09/09/2015 06:44, Don Lewis wrote: > If you list the distfiles that you want to have automatically extracted > in EXTRACT_ONLY, then it will leave the unlisted ones untouched. But I want the other one to properly extract and compile. Does that mean I'd have to write my own extract: step? sign

Re: Is there an equivalent of NO_EXTRACT?

2015-09-08 Thread Piotr Kubaj
On 09/09/2015 00:58, Montgomery-Smith, Stephen wrote: > I think EXTRACT_ONLY will do the equivalent of what you need. > > > From: owner-freebsd-po...@freebsd.org [owner-freebsd-po...@freebsd.org] on > behalf of Piotr Kubaj [pku...@ris

Is there an equivalent of NO_EXTRACT?

2015-09-08 Thread Piotr Kubaj
I'm a maintainer of a few ports. For the next update I'm preparing, I want to make it possible to download some addons via options. The thing is, they are downloaded as-is. They are not meant to be extracted (although they are zips), since it's the program itself that manages it. Is there such a po

Re: MooseFS Ports for versions 2.0 and 3.0

2015-06-19 Thread Piotr Robert Konopelko
one is on our website: https://moosefs.com/download/sources.html <https://moosefs.com/download/sources.html> Best regards, -- Piotr Robert Konopelko MooseFS Technical Support Engineer | moosefs.com <https://moosefs.com/> > On 24 Apr 2015, at 4:35 pm, Kubilay Kocak wrote: >

Re: MooseFS Ports for versions 2.0 and 3.0

2015-04-21 Thread Piotr Robert Konopelko
gards, Piotr Robert Konopelko *MooseFS Technical Support Engineer* | moosefs.com[2] (...) 3. It's nice for ports for share parts of their configuration, but I don't think it should be called "bsd.port.moosefs.mk[3]" (this implies it is part of the port build scripts). A

Re: MooseFS Ports for versions 2.0 and 3.0

2015-04-13 Thread Piotr Robert Konopelko
Hello Ben, Thank you very much for your reply and your time! We'll implement your notes into our ports :) -- Best regards, Piotr Robert Konopelko *MooseFS Technical Support Engineer* | moosefs.com[1] Nice work putting the ports together - its a good first effort! I have a few com

Re: MooseFS Ports for versions 2.0 and 3.0

2015-04-13 Thread Piotr Robert Konopelko
Thank you very much for this information. I posted requests to the FreeBSD bugzilla: https://bugs.freebsd.org/bugzilla/buglist.cgi?quicksearch=moosefs&list_id=56910[1] -- Best regards, Piotr Robert Konopelko *MooseFS Technical Support Engineer* | moosefs.com[2] Those ports currently

MooseFS Ports for versions 2.0 and 3.0

2015-04-09 Thread Piotr Robert Konopelko
have prepared ports for MooseFS versions 2.0 and 3.0. How is the way to upgrade them in FreeBSD ports tree? Is there a possibility to make our team the maintainer of the MooseFS FreeBSD Ports? -- Best regards, Piotr Robert Konopelko *MooseFS Technical Support Engineer* | moosefs.com[2] ---

Re: Mplayer2

2011-03-25 Thread Piotr Kudzin
Thanks for patches Pan Tsu, i'll try them out as soon i'll put FBSD on this box. PS. Are You working on official prot of Mplayer2 for FBSD ports tree ?? 2011/3/25 Pan Tsu : > Piotr Kudzin writes: > >> Hi guys >> >> Is someone going to port Mplayer2

Mplayer2

2011-03-25 Thread Piotr Kudzin
Hi guys Is someone going to port Mplayer2 (http://www.mplayer2.org/ http://www.mplayer2.org/comparison.html) to FreeBSD? Regards. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

FreeBSD Port: otrs-2.4.9

2010-11-30 Thread Piotr Byliński
Hello, Is it possible to know when will otrs-3 be available in freebsd ports ? Kind regards, Pozdrawiam, Piotr Byliński e-mail:<mailto:p.bylin...@pertus.pl> p.bylin...@pertus.pl ___ freebsd-ports@freebsd.org mailing lis

FreeBSD Port: phpwebgallery-1.7.3

2010-09-11 Thread Piotr Byliński
Hello, Are there any plans to upgrade FreeBSD port phpwebgallery to current version after its migration to piwigo (www.piwigo.org) ? Kind regards, Piotr Byliński e-mail:<mailto:p.bylin...@pertus.pl> p.bylin...@per

Re: Portmaster tcsh completion (Was: Re: Portmaster updates, including multiple -x options)

2009-09-15 Thread piotr . smyrak
On Tue, 15 Sep 2009 12:06:31 -0700, Doug Barton wrote > Miroslav Lachman wrote: > > > When you are talking about completion, I am using this for tcsh: > > > > alias_PKGS_VeRsIoN_'ls -1 /var/db/pkg' > > > > complete portmaster'c/--/(force-config show-work clean- distfiles > > clean-di

Re: ports/138698: lang/php5: PHP session.save_path vulnerability

2009-09-10 Thread piotr . smyrak
is and put these hardening > steps in comments in php.ini, then anybody can make own decision. UPDATING msg would be in place, too IMO. -- Piotr Smyrak piotr.smy...@heron.pl ___ 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: Let's add more DESKTOP_ENTRIES to our ports

2009-08-19 Thread piotr . smyrak
http://library.gnome.org/devel/integration-guide/stable/startup- notification.html.en http://standards.freedesktop.org/startup-notification-spec/startup- notification-latest.txt -- Piotr Smyrak piotr.smy...@heron.pl ___ freebsd-ports@freebsd.org mailin

late CONFLICTS check

2009-08-08 Thread piotr . smyrak
I wonder what is the reason we do check-conflicts so late only in the _INSTALL_SEQ. Why not put it into _SANITY_SEQ. Right now one has to wait to fetch a dist, build port and suddenly before installing a conflicts pops up and one has to resolve it. Quite annoying in some cases. -- Piotr

checking if UIC has KDE plugins available

2008-05-24 Thread Piotr
hi I have done an upgrade from freeBSD 6.3 to 7.0-RELEASE and have a newest ports tree update, but cannot install kde-lite. kde-lite installation hangs with this message: checking if UIC has KDE plugins available # portinstall x11/kde-lite

Building Chrome's registry...

2008-04-18 Thread Piotr
hi I cannot install seamonkey from ports on my freeBSD 7.0 the installation was stopped since 1 week with this message: # cd /usr/ports/www/seamonkey # make install clean ... .

Re: howto use Konqueror as root while another user ?

2008-02-15 Thread Piotr
thanks, but could you pls give some more details howto create this profile ? --- On Thu 02/14, Erich Dollansky < [EMAIL PROTECTED] > wrote: From: Erich Dollansky [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], freebsd-ports@freebsd.org Date: Fri, 15 Feb 2008 10:

Re: howto use Konqueror as root while another user ?

2008-02-14 Thread Piotr
if I try to start File Manager - Super User Mode, I put the root password and then I'm getting a lot of the following errors: There was an error loading the module Navigation Panel. The diagnostics is: file not found There was an error loading the module Print Management Tool. The diagnostics

Re: howto use Konqueror as root while another user ?

2008-02-14 Thread Piotr
nother user ? Hi,I think he wants to use konqueror locally just to see his files and he cannot get access to his root files.ErichRemko Lodder wrote:> On Thu, February 14, 2008 6:47 am, Erich Dollansky wrote:>> Hi,>>>> Piotr wrote:>>> hi>>>>>> h

howto use Konqueror as root while another user ?

2008-02-13 Thread Piotr
hi howto use Konqueror as root while another user from the wheel group ? I've tried kdesu konqueror, but it doesn't work and I get a lot of errors. I'm using freeBSD 6.3 with KDE 3.5 ___ Join Excite! - http://www.excite.com The most personalized por

running wireshark as a non root user

2008-02-13 Thread Piotr
hi howto configure freeBSD 6.3 to run wireshark as a non root user ? if I start it as a normal user, I cannot choose the interfaces. ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! ___

cannot start linux-seamonkey

2008-02-12 Thread Piotr
hi I have freeBSD 6.3 and linux-seamonkey-1.1.8 installed. I've deleted /root/.mozilla directoy and now cannot start linux-seamonkey. every time if I try to start the linux-seamonkey, the user profile manager will be opened and asking for a new profile. I create a new one, click on Don't ask at

/usr/local/share/config/kdm is missing

2008-02-01 Thread Piotr
hi I have freeBSD 6.3 with KDE 3.5.8 installed, but the /usr/local/share/config/kdm directory is missing. ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! ___ freebsd-po

install jdk16 under freeBSD 6.2

2008-01-22 Thread Piotr
I cannot install jdk16 under freeBSD 6.2-RELEASE-p9 due to the following error: There was an error trying to initialize the HPI library. Could not create the Java virtual machine. gmake[3]: *** [product] Error 1 gmake[3]: Leaving directory `/usr/ports/java/jdk16/work/control/build/bsd-i586/hots

java plugin doesn't work with linux-seamonkey

2008-01-16 Thread Piotr
n/i386/ns7/libjavaplugin_oji.so /usr/X11R6/lib/browser_linux_plugins/libjavaplugin_oji.so # uname -a FreeBSD bsd.domain.net 6.2-RELEASE-p9 FreeBSD 6.2-RELEASE-p9 #0: Thu Nov 29 04:07:33 UTC 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 greet

graphviz-2.16.tar.gz Not Found

2008-01-11 Thread Piotr
hi I cannot install [B]graphviz[/B] from ports on my freeBSD 6.2-RELEASE-p9 due to the following errors: # cd /usr/ports/graphics/graphviz # make install clean ===> Vulnerability check disabled, database not found ===> Found saved configuration for graphviz-2.16 => graphviz-2.16.tar.gz doesn

Re: bsdpan packages

2008-01-10 Thread Piotr
bsdpan packages On Thu, Jan 10, 2008 at 02:41:31AM -0500, Piotr wrote:> I have so many [B]bsdan[/B] packages installed on my freeBSD 6.2-RELEASE-p9> where come these packages from ?Generally, from installing Perl modules by hand as opposed from ports.> # ls -l /var/db/pkg> total 22

bsdpan packages

2008-01-09 Thread Piotr
hi I have so many [B]bsdan[/B] packages installed on my freeBSD 6.2-RELEASE-p9 where come these packages from ? # ls -l /var/db/pkg total 22556 drwxr-xr-x 2 root wheel 512 Jan 10 00:52 apr-gdbm-db42-1.2.8_2 drwxr-xr-x 2 root wheel 512 Jan 9 20:45 bsdpan-Class-ErrorHandler-0.01 d

Re: cannot install p5-Net-Pcap

2008-01-05 Thread Piotr
sendqueue_transmit': Pcap.c:2300: warning: cast to pointer from integer of different size Pcap.c:2307: warning: cast to pointer from integer of different size *** Error code 1 Stop in /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15. *** Error code 1 Stop in /usr/ports/net/p5-Net-Pcap. ---

pcap and lpcap dependencies

2008-01-05 Thread Piotr
hi howto find out ALL installed packages depending on pcap and lpcap ? I have 6.2-RELEASE-p9. ___ Join Excite! - http://www.excite.com The most personalized portal on the Web! ___ freebsd-ports@freebsd.

Re: cannot install p5-Net-Pcap

2008-01-05 Thread Piotr
and all depending packages ? --- On Sat 01/05, Jeremy Chadwick < [EMAIL PROTECTED] > wrote: From: Jeremy Chadwick [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: freebsd-ports@freebsd.org Date: Sat, 5 Jan 2008 11:40:25 -0800 Subject: Re: cannot install p5-Net-Pcap On Sat, Jan 05,

Re: cannot install p5-Net-Pcap

2008-01-05 Thread Piotr
cannot install p5-Net-Pcap On Fri, Jan 04, 2008 at 08:20:59PM -0500, Piotr wrote:> I've updated from 6.2-RC1 to 6.2-RC2, but I'm still getting this error:> {snip} > *** Error code 1> > Stop in /usr/ports/net/p5-Net-Pcap/work/Net-Pcap-0.15.> *** Error code 1> > Stop

RE: cannot install p5-Net-Pcap

2008-01-04 Thread Piotr
Pcap.c:2108: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_sendpacket': Pcap.c:2143: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_sendqueue_queue': Pcap.c:2228: warning: cast to pointer from integer of diffe

Re: unknown build error

2008-01-03 Thread Piotr
g Date: Fri, 04 Jan 2008 12:39:26 +1300 Subject: Re: unknown build error I wrote:> Piotr wrote:>> is it there any solution to install p5-Net-Pcap from ports without >> errors ?>>>>>> parameter.> Checking if your kit is complete...> Looks good> >> &

cannot install p5-Net-Pcap

2008-01-03 Thread Piotr
hi I cannot install p5-Net-Pcap on freeBSD 6.2 due to the following errors: # cd /usr/ports/net/p5-Net-Pcap # make install clean ===> Building for p5-Net-Pcap-0.15_1 cc -c-O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe -DVERSION=\"0.15\" -DXS_VERSION=\"0.15\" -DPIC -fPIC

Re: unknown build error

2008-01-03 Thread Piotr
is it there any solution to install p5-Net-Pcap from ports without errors ? --- On Wed 01/02, Piotr < [EMAIL PROTECTED] > wrote: From: Piotr [mailto: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: freebsd-ports@freebsd.org Date: Wed, 2 Jan 2008 21:42:29 -0500 (EST) Subject: Re: u

Re: unknown build error

2008-01-02 Thread Piotr
different size Pcap.c: In function `XS_Net__Pcap_sendqueue_queue': Pcap.c:2228: warning: cast to pointer from integer of different size Pcap.c: In function `XS_Net__Pcap_sendqueue_transmit': Pcap.c:2300: warning: cast to pointer from integer of different size Pcap.c:2307: warning

Re: unknown build error

2008-01-02 Thread Piotr
build error Piotr wrote:> which clock you mean ?> > # date> Thu Jan 3 02:41:21 CET 2008> > > --- On Wed 01/02, Kris Kennaway < [EMAIL PROTECTED] > wrote:> From: Kris Kennaway [mailto: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> Cc: freebsd-ports@freebsd.

Re: unknown build error

2008-01-02 Thread Piotr
build error Piotr wrote:> > # cd /usr/ports/net/p5-Net-Pcap> # make install clean> ===> Building for p5-Net-Pcap-0.15_1> Makefile out-of-date with respect to /usr/local/lib/perl5/5.8.8/mach/Config.pm /usr/local/lib/perl5/5.8.8/mach/CORE/config.h> Cleaning current config

Re: unknown build error

2008-01-02 Thread Piotr
to: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: freebsd-ports@freebsd.org Date: Thu, 03 Jan 2008 02:23:42 +0100 Subject: Re: unknown build error Piotr wrote:> hi> > I try to install a packet from ports using portinstall:> > # portinstall -f net/p5-Net-Pcap> > but get th

unknown build error

2008-01-02 Thread Piotr
hi I try to install a packet from ports using portinstall: # portinstall -f net/p5-Net-Pcap but get the following error: [Updating the pkgdb in /var/db/pkg ... - 651 packages found (-0 +1) . done] ** Listing the failed packages (*:skipped / !:failed) ! net/p5-Net-Pcap (unknown build error)

freebsd-ports@freebsd.org

2008-01-02 Thread Piotr
hi I've updated my ports tree and sinfp on my freeBSD 6.2, but still get the following error: # sinfp -i host -C -V -p 443 P1: B10113 F0x12 W5840 O0204 M1460 P2: B10113 F0x12 W5792 O02040402080a4445414401030300 M1460 P3: B0 F0 W0 O0 M0 IPv4: Linux 2.4.x, 2.6.x Undefined subro

Re: editors/scite port broken

2006-09-19 Thread piotr . smyrak
lua and install > lang/lua50) It solves the problem. Thanks a lot. Maybe then we should check in the port whether wrong version of lang/lua is installed, and if so mark it IGNORE. Or maybe CONFLICT is in place, but it is not really a conflict rather ports incompatibility. -- Piotr Smyrak

Re: editors/scite port broken

2006-09-18 Thread piotr . smyrak
e some changes to lua support recently, > so the maintainer may need to modify his port to > accomodate them. Unfortunately it is unmaintained IIRW since sobomax stepped down. I used to use the port a lot and submit update PR's, but my knowledge is too limited in regards to C++ e

Re: editors/scite port broken

2006-09-18 Thread piotr . smyrak
. "For me it works > fine" (c) I have not tried that before your suggestion. And yeah, it works. I am used to build software from ports - I saw new scite version in the update log and thought I might give it a try. Ports always give current versions of software,

Re: editors/scite port broken

2006-09-18 Thread piotr . smyrak
ioned above message try portupgrade(1) your gtk- > (1,2) packages and try install again. Just finished. No luck :-| -- Piotr Smyrak [EMAIL PROTECTED] ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: editors/scite port broken

2006-09-18 Thread piotr . smyrak
s GUI toolkit (common files) wxgtk2-unicode-2.6.3 The wxWidgets GUI toolkit (Unicode) /var/db/pkg/freeciv-gtk2-2.0.8/ /var/db/pkg/gtk-1.2.10_15/ /var/db/pkg/gtk-2.8.20/ /var/db/pkg/gtk-engines2-2.6.10/ /var/db/pkg/gtk-send-pr-0.4.7/ /var/db/pkg/gtkhtml3-3.10.3/ /var/db/pkg/gtkmm-2.2.12_6/ /var

Re: editors/scite port broken

2006-09-18 Thread piotr . smyrak
e(bool, bool)': : undefined reference to `lua_setfield' LuaExtension.o(.text+0x29f1): In function `InitGlobalScope(bool, bool)': : undefined reference to `lua_setfield' LuaExtension.o(.text+0x2a1e): In function `InitGlobalScope(bool, bool)': : undefined reference to `lua_setfield' LuaExtension.o(.text+0x2b8c): In function `InitGlobalScope(bool, bool)': : undefined reference to `lua_createtable' gmake: *** [../bin/SciTE] Błąd 1 *** Error code 2 Stop in /usr/ports/editors/scite. Thanks, -- Piotr Smyrak [EMAIL PROTECTED] ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"

editors/scite port broken

2006-09-18 Thread piotr . smyrak
etfield' LuaExtension.o(.text+0x29c4): In function `InitGlobalScope(bool, bool)': : undefined reference to `lua_setfield' LuaExtension.o(.text+0x29f1): In function `InitGlobalScope(bool, bool)': : undefined reference to `lua_setfield' LuaExtension.o(.text+0x2a1e): In funct