Ports test system setup

2016-06-08 Thread abi
Hello, can you give me advice for system to test ports if I want to test ports against 9, 10 and 11 versions and keep my installation compact? 11a + poudriere with necessary userlands ? I don't know if 10.3 can drive 11a world. ___

wait for mysql availability

2016-06-11 Thread abi
Hello, I have a daemon depended on mysql database, however REQUIRE: mysql is not enough as mysql databases are not available immediately after mysql start, so my daemon fails to start. Are there any way to check mysql availability that would by mysql setup agnostic? I have 2 ideas: use

Re: wait for mysql availability

2016-06-11 Thread abi
That's zoneminder and it doesn't survive mysql restart :-] On 11.06.2016 13:54, Kurt Jaeger wrote: Hi! I have a daemon depended on mysql database, however REQUIRE: mysql is not enough as mysql databases are not available immediately after mysql start, so my daemon fails to start. Are there

Re: Jail's emails

2016-06-11 Thread abi
Most of work is done by host, so the plan is to disable some of periodic stuff, leaving only serious matters like port security. This can be done by creating /etc/periodic.conf.local file with contents like this: ## This is JAILED systems periodic configuration ## # Daily options

Re: wait for mysql availability

2016-06-11 Thread abi
, Michael Gmelin wrote: On 11 Jun 2016, at 08:11, Mathieu Arnold <m...@freebsd.org> wrote: +--On 11 juin 2016 13:48:52 +0300 abi <a...@abinet.ru> wrote: | Hello, | | I have a daemon depended on mysql database, however | REQUIRE: mysql | is not enough as mysql databases are not available

Re: Ports test system setup

2016-06-12 Thread abi
My question was that poudriere testport tries to build port automatically. What to do if I want some manual steps with port sources between make extract and make patch steps ? I'm asking about interactivity with port testing. On 12.06.2016 13:19, Kurt Jaeger wrote: Hi! OK, I installed

Re: Ports test system setup

2016-06-12 Thread abi
to experiment a little? I want 'make extract', then patch by hand, then try to compile. Is it possible? On 08.06.2016 23:30, Matthew Seaman wrote: On 08/06/2016 16:16, abi wrote: can you give me advice for system to test ports if I want to test ports against 9, 10 and 11 versions and keep my

Re: www/nextcloud port added

2016-06-15 Thread abi
Hello, how to migrate an existing owncloud installation? Maybe it's worth to be mentioned in UPDATING? Loïc BLOT писал 2016-06-15 09:07: > Hi > nextcloud have many chances to replace owncloud as many owncloud > founders and developpers left owncloud company to create nextcloud > which is

Re: Zoneminder - call for testers

2016-06-02 Thread abi
Looks like it doesn't work with mysql57-client :( mysql56-client works. On 01.06.2016 22:27, Kurt Jaeger wrote: Hi! I'm updating the ZoneMinder security camera solution (http://www.freshports.org/multimedia/zoneminder/). Developers made huge efforts to make it compatible with FreeBSD. As

Zoneminder - call for testers

2016-06-01 Thread abi
Hello. I'm updating the ZoneMinder security camera solution (http://www.freshports.org/multimedia/zoneminder/). Developers made huge efforts to make it compatible with FreeBSD. As this is my first attempt, can you look into it before I open a PR ? :)

Re: gentoo's package.provided equivalent?

2016-04-04 Thread abi
If library in port tree you can fetch old version of the port from svn manually or with portdowngrade. anat...@kazanfieldhockey.ru писал 2016-04-03 04:54: > Sometimes i need to build specific version of some library from source, > not from ports. How can I tell port system about it. There

Create directory for www:www

2016-04-01 Thread abi
Hello! I'm porting ZoneMinder, it needs folder, writable under web server user. I wrote in post-install something like this ${INSTALL} -d -g ${WWWGRP} -o ${WWWOWN} ${STAGEDIR}${WWWDIR}/images I can see right permissions in a stage directory, however, after installation a destination

Re: Create directory for www:www

2016-04-01 Thread abi
Great! Looks like I missed certain parts of Porter's Handbook Baptiste Daroussin писал 2016-04-01 13:31: > On Fri, Apr 01, 2016 at 01:12:10PM +0300, a...@abinet.ru wrote: > >> Hello! >> >> I'm porting ZoneMinder, it needs folder, writable under web server user. >> >> I wrote in

Re: Making a port - debugging cmake check_include_file

2016-04-24 Thread abi
I passed -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" from port Makefile. Looks like the best solution - no need to poke upstream or make patch. On 24.04.2016 12:43, Matthew D. Fuller wrote: On Sun, Apr 24, 2016 at 12:09:53PM +0300 I heard the voice of abi, and lo! it

Re: Making a port - debugging cmake check_include_file

2016-04-24 Thread abi
-- Looking for linux/videodev2.h - found and tests are passed/entire project is builded. Is hardcoded directory includes considered evil and I should find (read - ask here :)) ) better solution ? On 24.04.2016 12:00, Matthew D. Fuller wrote: On Sun, Apr 24, 2016 at 11:44:31AM +0300 I heard the

Re: Making a port - debugging cmake check_include_file

2016-04-24 Thread abi
of abi, and lo! it spake thus: I passed -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" from port Makefile. Looks like the best solution - no need to poke upstream or make patch. Interesting. It's not clear from the docs that CMAKE_REQUIRED_INCLUDES affects the actual build of t

Making a port - debugging cmake check_include_file

2016-04-23 Thread abi
Hello. I'm porting Zoneminder, however I have bad luck compiling v4l support. The program uses smale and has the following check: check_include_file("libv4l1-videodev.h" HAVE_LIBV4L1_VIDEODEV_H) if(NOT HAVE_LIBV4L1_VIDEODEV_H) check_include_file("linux/videodev.h" HAVE_LINUX_VIDEODEV_H)

Re: Making a port - debugging cmake check_include_file

2016-04-23 Thread abi
:00PM +0300 I heard the voice of abi, and lo! it spake thus: /usr/bin/cc-O2 -pipe -fstack-protector -fno-strict-aliasing -o CMakeFiles/cmTC_bd985.dir/CheckIncludeFile.c.o -c /usr/home/abishai/zoneminder/work/ZoneMinder-5a3978f/CMakeFiles/CMakeTmp/CheckIncludeFile.c /usr/home/abishai/zoneminder

Re: Making a port - debugging cmake check_include_file

2016-04-24 Thread abi
ux systems. On 24.04.2016 10:13, Matthew D. Fuller wrote: On Sun, Apr 24, 2016 at 01:28:35AM +0300 I heard the voice of abi, and lo! it spake thus: Thanks! If speak about general purpose solution, acceptable by upstream, I should 1. make cmake variable like INCLUDE_DIR_EXTRA 2. if set, include it c

Making a port part II : bind: Who ate a byte ?

2016-04-26 Thread abi
Hello, I'm porting ZoneMinder and making pull requests to avoid FreeBSD specific patches as upstream is happy to merge them. I've noticed that sock files ZM creates has 'soc' extension. This make these file haunt sock folder as they are not cleared for obvious reason after they are not

Re: FreeBSD Port: owncloud-9.0.1_1

2016-04-28 Thread abi
Please, make this optional! I don't want samba on my server. Miroslav Lachman писал 2016-04-28 10:32: > Then somebody should fix it's dependency. net/pecl-smbclient depends on > net/samba36 which is deprecated, expired 2016-04-01 and is waiting for > removal from the ports tree.

Re: committer for multimedia/zoneminder

2016-07-21 Thread abi
Hello, how it's going ? :) I fixed qa warnings, so I think it could be commited. On 14.07.2016 10:57, Torsten Zuehlsdorff wrote: Hello, can anybody commit https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210939 ? It status was changed, but assignee is not, I suspect no one is aware about

Fetch branch from github

2016-07-24 Thread abi
Hello, is it possible to fetch specific branch+commit from GitHub in port makefile? I found only release fetch or master+commit one. Thanks. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To

Re: Fetch branch from github

2016-07-24 Thread abi
. |GH_TAGNAME is working only for releases or for commit id. The latter tries master branch.| On 24.07.2016 22:15, Bradley T. Hughes wrote: On 24 Jul 2016, at 18:23, abi <a...@abinet.ru> wrote: Hello, is it possible to fetch specific branch+commit from GitHub in port makefile? I foun

committer for multimedia/zoneminder

2016-07-14 Thread abi
Hello, can anybody commit https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210939 ? It status was changed, but assignee is not, I suspect no one is aware about this particular PR. ___ freebsd-ports@freebsd.org mailing list

pkg-fallout complaining about libexecinfo

2016-07-12 Thread abi
Hello, I've received messages with port build failure http://beefy2.nyi.freebsd.org/data/93amd64-default/418411/logs/zoneminder-1.30.0_1.log cd /wrkdirs/usr/ports/multimedia/zoneminder/work/ZoneMinder-1.30.0-rc1/src && /usr/local/bin/cmake -E cmake_link_script CMakeFiles/zma.dir/link.txt

Re: what to do when base openssl isn't suitable

2016-07-02 Thread abi
I tried to build www/nginx today, however it seems ignoring DEFAULT_VERSIONS knob. Old style knobs works. On 02.07.2016 19:10, Don Lewis wrote: On 2 Jul, Gerard Seibert wrote: I have to admit that this whole discussion has gotten me confused. I use "openssl" from ports, always have and

Proper reaction on security PR

2017-02-04 Thread abi
Hello, I have a PR assigned in me. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=21 I disagree that my port is affected. What should I do to close this issue? ___ freebsd-ports@freebsd.org mailing list

Re: Firefox and sndio

2017-01-29 Thread abi
On 29.01.2017 05:10, Jan Beich wrote: Mike Clarke writes: On Sat, 28 Jan 2017 14:58:51 + Grzegorz Junka wrote: On 28/01/2017 11:37, Tobias Kortkamp wrote: On Sat, Jan 28, 2017, at 11:23, Grzegorz Junka wrote: Audio in Firefox seems to

Re: The future of portmaster

2017-02-16 Thread abi
17.02.2017 00:22, Chris H пишет: On Thu, 16 Feb 2017 15:48:57 -0500 Baho Utot wrote On 02/16/17 15:40, George Mitchell wrote: On 02/16/17 15:33, Baho Utot wrote: On 02/16/17 14:01, Lowell Gilbert wrote: Baho Utot writes: On 02/16/17

Re: Status of synth following expulsion of John Marino?

2017-02-15 Thread abi
15.02.2017 12:26, Thomas Mueller пишет: Expulsion of John Marino was a shocker to me, caught me by surprise. Now my question is what is the status of synth? Should I switch from portmaster to synth? If synth is deprecated or dropped, after I switch from portmaster to synth, then I have to

Re: Status of synth following expulsion of John Marino?

2017-02-15 Thread abi
On 15.02.2017 21:58, Adam Weinberger wrote: On 15 Feb, 2017, at 11:47, abi <a...@abinet.ru> wrote: On 15.02.2017 18:00, Adam Weinberger wrote: On 15 Feb, 2017, at 2:26, Thomas Mueller <mueller6...@twc.com> wrote: Expulsion of John Marino was a shocker to me, caught me by surpr

Re: Status of synth following expulsion of John Marino?

2017-02-15 Thread abi
On 15.02.2017 18:00, Adam Weinberger wrote: On 15 Feb, 2017, at 2:26, Thomas Mueller wrote: Expulsion of John Marino was a shocker to me, caught me by surprise. Now my question is what is the status of synth? Should I switch from portmaster to synth? If synth is

Re: portmaster showstopper

2017-01-24 Thread abi
24.01.2017 16:00, The Doctor пишет: Getting ===>>> The x11-drivers/xf86-video-fbdev port has been deleted: Linux only driver ===>>> Aborting update on portmaster -a . What do I need to stop this from happening? Probably, delete this package from your system :) fbdev shouldn't work on

Needed committer, multimedia/zoneminder forgotten again :(

2016-08-21 Thread abi
Hello, can anyone commit https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211681 ? This fixes build under CURRENT. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Looking for committer (clang4 patch for zoneminder)

2017-02-26 Thread abi
Hello, I was asked to patch ZM for upcoming llvm4 in the base, however looks like it was forgotten. New ZM was released a week ago and I'd like to tie the loose ends before I'll start port upgrade. Thanks. ___ freebsd-ports@freebsd.org mailing

Looking for committer (clang4 patch for zoneminder)

2017-02-26 Thread abi
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216627 is the PR Forwarded Message Subject: Looking for committer (clang4 patch for zoneminder) Date: Sun, 26 Feb 2017 21:01:50 +0300 From: abi <a...@abinet.ru> To: freebsd-ports@freebsd.org Hello, I was asked to

Re: xfce - confusing rights to shutdown without polkit rules

2016-08-23 Thread abi
I see, memory played a trick with me. I was sure that --with-ck-launch is complimentary part of rules. Later, I realized ck is activated by dbus. To my excuse: 1. polkit sets wrong permissons on /usr/local/etc/polkit-1 folder and has no rights to read directory 2. example rules have logic

Re: xfce - confusing rights to shutdown without polkit rules

2016-08-23 Thread abi
3. You will get all rights without polkit rules. On 23.08.2016 21:25, Olivier Duchateau wrote: On Tue, 23 Aug 2016 19:01:56 +0300 abi <a...@abinet.ru> wrote: I see, memory played a trick with me. I was sure that --with-ck-launch is complimentary part of rules. Later, I reali

libressl and strongswan

2016-08-25 Thread abi
phinx charon: 05[IKE] initiating IKE_SA abinet[1] to Aug 25 17:14:59 sphinx charon: 05[IKE] configured DH group MODP_3072 not supported Aug 25 17:14:59 sphinx charon: 05[MGR] tried to checkin and delete nonexisting IKE_SA -- abi <a...@abinet.ru> ___

What exactly are slave ports?

2016-09-14 Thread abi
Hello, I want to add to existing port another one for the same program, but with different git branch and (possibly) with slightly different dependencies. Is this a good case for slave port ? Slave ports are not documented in porter handbook and I'm not sure how they work and when used.

Re: What exactly are slave ports?

2016-09-15 Thread abi
I see. So, I'll create new one instead of slave. On 14.09.2016 22:20, Kevin Oberman wrote: On Wed, Sep 14, 2016 at 12:03 PM, abi <a...@abinet.ru> wrote: Hello, I want to add to existing port another one for the same program, but with different git branch and (possibly) with sl

multimedia/zoneminder - a message from pkg-fallout with linker error

2016-10-04 Thread abi
Hello, I received the pkg-fallout message for port I'm maintaning, however error is rather strange http://beefy3.nyi.freebsd.org/data/93i386-quarterly/423181/logs/errors/zoneminder-1.30.0_3.log /usr/local/lib/libopencv_core.so.2: undefined reference to `std::ctype::_M_widen_init()

Re: FreeBSD Port: zoneminder-1.30.0_3

2016-09-19 Thread abi
Hello, not many reasons exist 1. rights issue (www:www should read and write to path) 2. fcgiwrap is not working. zms is called by it when user enters monitor page. socket_sendto is not critical error, php front queries zms socket for some data like fps. On 19.09.2016 23:17, Chris Kiakas

graphics/zathura links against sysutils/file

2016-08-27 Thread abi
Hello again! graphics/zathura has sysutils/file in LIB_DEPENDS for libmagic.so However we already have this lib in base since FreeBSD 7.0 zathura links to external one and somehow confuses pkg. pkg autoremove suggests to remove sysutils/file, breaking zathura. After I removed sysutils/file

Re: security/strongswan start=route issue

2016-08-26 Thread abi
Strange indeed. Yes, I ping correctly and auto=start works flawless. Is OPNsense tracking 10 branch? I'm on 11-RC1 On 26.08.16 10:05, Franco Fichtner wrote: Hi, On 26 Aug 2016, at 9:00 AM, abi <a...@abinet.ru> wrote: I'd like to open PR on upstream, but I want be sure that the p

xfce - confusing rights to shutdown without polkit rules

2016-08-23 Thread abi
Hello, I have something mysterious on my installation. I reinstalled, but I still have the issue. xfce4-session states that I must write ck rules to get rights for reboot and shutdown. However, I have all rights (reboot, shutdown, suspend hibernate) without any rules at all. All I need is

security/strongswan start=route issue

2016-08-26 Thread abi
. If it matters, I use virtual ip (as it's a laptop without left network and without external ip). -- abi <a...@abinet.ru> ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send an

Needed newer version of multimedia/mp4v2

2016-09-27 Thread abi
Hello, this port looks very outdated and I have an issue with saving mp4 files in development branch of multimedia/zoneminder. Linux version of ZM linked against 2.0.0 version, so it's worth to try to update this port first and see if something improves. However, looks like sources are gone

Re: Needed newer version of multimedia/mp4v2

2016-09-27 Thread abi
No, I haven't. Thanks to point me. I'm not sure what is 3.0.0.1 it looks like fork with unknown origins. Original code was 2.0.0 before google code died and 2.0.0 is adopted in lunux world, however not sure how they are going to build it now. On 27.09.2016 23:23, Kurt Jaeger wrote: Hi!

Re: The ports collection has some serious issues

2016-12-17 Thread abi
I tried to switch from portmaster to synth yesterday. Tests was sponsored by zfs snapshots. I still have strong opinion that synth IS NOT replacement for portmaster and not usable at all. Yes, synth build ports, however it's just builds them. I don't receive information: 1. Why it builds

Re: The ports collection has some serious issues

2016-12-17 Thread abi
2. It doesn't provide dialog for port options, so 2.1 I don't receive information if port options have changed. I don't know what else will be pulled to my system after port tree update. which of course is a false statement. If you set port options which then change, Synth will stop and tell

Looking for a commiter

2016-12-05 Thread abi
Hello, looking for anyone with some spare time to commit new port https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214564 ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any

Re: Looking for a commiter

2016-12-05 Thread abi
05.12.2016 11:39, Kurt Jaeger пишет: Hi! looking for anyone with some spare time to commit new port https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214564 What is the difference to multimedia/zoneminder ? Is it an add-on or ... ? This is a special version of multimedia/zoneminder with

Re: Wine & PlayOnBSD

2017-01-01 Thread abi
On 01.01.2017 18:28, Grzegorz Junka wrote: I am using FreeBSD 10.3 x64. I understand that to run Windows applications on that configuration I can use only one of the following: 1. playonbsd-4.2.10_1 2. wine-staging-2.0.r3_1,1 3. i386-wine-staging-2.0.r3_1,1 4. wine-devel-2.0.r3_1,1 5.

Re: Wine & PlayOnBSD

2017-01-10 Thread abi
10.01.2017 12:41, Stefan Esser пишет: Am 09.01.2017 um 21:20 schrieb Grzegorz Junka: Thank you for the additional information. The PlayOnLinux documentation mentions some dedicated application to actually install or run the Windows apps from some UI. Is this supported in PlayOnBSD? Yes, there

Re: port of nss-passwords

2017-03-28 Thread abi
On 28.03.2017 11:32, Matthias Apitz wrote: Hello, I was searching for some cmd line tool to extract the 'saved logins' from my firefox; I know that there is some mozilla add-on, but I do not want to use this. I came across this little piece of software

multimedia/zoneminder and clang4 - Jan Beich (mail not working)

2017-03-08 Thread abi
Hello, it's nice that your mail is not working, unfortunately mine is, so can you please commit this stuff and save my mail from pkg-fallout hammering. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216627 Thank you. ___

Looking for a committer

2017-05-03 Thread abi
Hello, can you commit zoneminder updates? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217896 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218292 ___ freebsd-ports@freebsd.org mailing list

Re: nginx is not linking against libressl

2017-05-12 Thread abi
On 11.05.2017 04:58, Adam Weinberger wrote: On 10 May, 2017, at 18:42, Sergey A. Osokin wrote: On Wed, May 10, 2017 at 11:13:05PM +, Sergey A. Osokin wrote: On Wed, May 10, 2017 at 10:56:26PM +, Sergey A. Osokin wrote: On Wed, May 10, 2017 at 04:04:52PM -0600, Adam

[SAMBA] and file content caching

2017-06-23 Thread abi
Hello, I need to organize file exchange between between daemon and windows program. Daemon is sitting in jail, windows - in bhyve, both on the same host. Daemon is writing lines into file, windows program reads them. The obvious choose was to install samba46 into jail and provide share to

Re: Upgrade PHP to 7.0

2017-06-04 Thread abi
On 04.06.2017 21:42, scratch65...@att.net wrote: [Default] On Sun, 04 Jun 2017 12:10:46 -0500, Paul Schmehl wrote: Are there any instructions explaining how to upgrade php from 5.6.30 to 7.0? Is it fairly straightforward? Or are there some gotchas one needs to know

Re: Upgrade PHP to 7.0

2017-06-04 Thread abi
On 04.06.2017 22:39, Paul Schmehl wrote: --On June 4, 2017 at 9:28:29 PM +0200 Kurt Jaeger wrote: Hi! PHP Fatal error: Uncaught Error: Call to undefined function mysql_connect() I noticed that there was no php70-mysql extension any more. Is there something that replaces

Re: Firefox and OSS

2017-06-04 Thread abi
Hello, AFAIK OSS support is not complete (WebRTS doesn't use it) On 04.06.2017 05:17, Rozhuk Ivan wrote: Hi! Why we have no option OSS in www/firefox? If we build always with OSS (patch-bug1021761) then why user cant unselect all options in audio section?

nginx is not linking against libressl

2017-05-07 Thread abi
Hello, I tried to upgrade my jail to the latest versions of ports and nginx is not building correctly. objs/src/event/ngx_event_openssl.o: In function `ngx_ssl_get_ciphers': src/event/ngx_event_openssl.c:(.text+0x3de6): undefined reference to `SSL_CIPHER_find'

Re: nginx is not linking against libressl

2017-05-08 Thread abi
08.05.2017 00:06, Adam Weinberger пишет: On 7 May, 2017, at 13:55, abi <a...@abinet.ru> wrote: Hello, I tried to upgrade my jail to the latest versions of ports and nginx is not building correctly. objs/src/event/ngx_event_openssl.o: In function `ngx_ssl_get_ciphers': src

Re: Status of portupgrade and portmaster?

2017-09-30 Thread abi
30.09.2017 20:06, Kevin Oberman пишет: As a result, I am no longer able to track HEAD and, if the issue is not resolved in some manner before 11 support ends, will be forced to move from FreeBSD after an using it for over 2 decades. I certainly hope that this is not what happens. Is it

Re: Status of portupgrade and portmaster?

2017-10-02 Thread abi
02.10.2017 12:07, Carmel NY пишет: While it will undoubtedly work, it is still more complex than the average desktop user requirers. Building from ports is already more complex thing than one could expect from desktop user. I don't think ports are recommended way to keep system updated. It you

Re: Status of portupgrade and portmaster?

2017-10-02 Thread abi
02.10.2017 12:22, Thomas Mueller пишет: Downside of dialog4ports is burying options in a tree under /var/db/ports not intended for direct modification by user. Direct modification assumes you edit it directly, I leave this job for dialog4ports. I had to delete /var/db/ports/* but keep

Re: Status of portupgrade and portmaster?

2017-10-02 Thread abi
01.10.2017 01:44, Jonathan Chen пишет: On 1 October 2017 at 11:29, abi <a...@abinet.ru> wrote: 30.09.2017 20:06, Kevin Oberman пишет: As a result, I am no longer able to track HEAD and, if the issue is not resolved in some manner before 11 support ends, will be forced to move from F

Re: Status of portupgrade and portmaster?

2017-10-02 Thread abi
02.10.2017 12:51, Vlad K. пишет: On 2017-10-02 09:02, abi wrote: 1. When port doesn't have options cached portmaster invokes dialog4ports (poudriere can't do it in proper way, synth doesn't do it at all) What do you mean it can't? ' in proper way. Issues I encountered when switched

Re: Status of portupgrade and portmaster?

2017-10-02 Thread abi
02.10.2017 13:05, Vlad K. пишет: On 2017-10-02 11:57, abi wrote: 2. Dependency chain is not updated - if I disable B feature on port A, poudriere asks me for options of ports implementing B. I have to Ctrl+C after any option change. I find that annoying as well, but isn't that just how

Re: Status of portupgrade and portmaster?

2017-10-02 Thread abi
02.10.2017 13:25, Matt Smith пишет: On Oct 02 12:05, Vlad K. wrote: On 2017-10-02 11:57, abi wrote: 2. Dependency chain is not updated - if I disable B feature on port A, poudriere asks me for options of ports implementing B. I have to Ctrl+C after any option change. I find that annoying

intellij-ultimate looking for a commiter

2017-12-13 Thread abi
Hello, can you review and commit https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222472 ? I use it for 2 months for myself and it's definitely works. ___ freebsd-ports@freebsd.org mailing list

poudriere options: -c flag explanation

2018-03-03 Thread abi
Hello, Assuming that -n flag suggests that options run recursivly for deps chain, isn't  -c flag should always invoke dialog4ports for every port with options ? For example, poudriere options -c editors/libreoffice asks for options through all dep chain if runs the first time, on subsequent

Re: poudriere options: -c flag explanation

2018-03-04 Thread abi
On 04.03.2018 02:26, Le Baron d’Merde wrote: On Sat, Mar 03, 2018 at 01:02:23PM +0300, abi wrote: Hello, Assuming that -n flag suggests that options run recursivly for deps chain, isn't  -c flag should always invoke dialog4ports for every port with options ? For example, poudriere options -c

Looking for commiter

2018-12-05 Thread abi
Hello, can you check https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233289 I fear zoneminder-h264 will expire before a commit :P ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe,

Re: Is IPV6 option still necessary?

2019-10-08 Thread abi via freebsd-ports
07.10.2019 09:18, Yasuhiro KIMURA пишет: On October 10, 2012 IPV6 option of all ports was enabled by default. Commit message said "We are in 2012, it is time to activate IPV6 options by default everywhere". And now we are in 2019. IPv6 is more widely used than 2012. So I wonder if IPV6 option

Re: Is IPV6 option still necessary?

2019-10-12 Thread abi via freebsd-ports
09.10.2019 09:15, Baptiste Daroussin пишет: I'm writing from 2019 and I build kernel and ports without IPv6. For all this years I fail to understand why I need it. My home devices fit 10.0.0.0/16 nicely, I have faith in NAT and I encountered no IPv6-only sites. But I saw CVEs in IPv6 stack.

Re: Sudden trouble with net/rdesktop

2020-11-15 Thread abi via freebsd-ports
On 12.11.2020 19:12, Yuri Pankov wrote: Andrea Venturoli wrote: Hello. After many year of happy usage, since yesterday rdesktop dumps core (12.2/amd64). % rdesktop xx Assertion failed: ((len * 2) < size), function _utils_data_to_hex, file utils.c, line 499. Abort (core dumped)

Zoneminder update: looking for a committer

2020-11-03 Thread abi via freebsd-ports
Hello, looking for a committer for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250234 @lwhsu had pointed me to some issues, however he didn't reply after I fixed them. ___ freebsd-ports@freebsd.org mailing list

Re: portmaster new development

2020-12-28 Thread abi via freebsd-ports
On 28.12.2020 16:16, Stefan Esser wrote: Am 28.12.20 um 11:11 schrieb abi via freebsd-ports:> I build my ports in poudriere in VM without zfs or ssd on pre-Sandy Bridge CPU. I don't have enough memory or disk space, so I don't use tmpfs or ccache either. I migrated from portmaster w

Re: portmaster new development

2020-12-28 Thread abi via freebsd-ports
On 28.12.2020 12:44, David Gessel wrote: Original Message Subject: Re: portmaster new development From: LuMiWa via freebsd-ports To: freebsd-ports@freebsd.org Date: 2020-12-27 02:00+0300 On Sun, 27 Dec 2020 11:16:23 +0100 Michael Grimm wrote: Matthias Apitz wrote: El