Re: FreeBSD Port: imapfilter-2.6

2015-06-22 Thread Muhammad Moinur Rahman
Hi,

Does your problem look like the following:
https://github.com/lefcha/imapfilter/issues/94

BR,
bofh@

On Mon, Jun 22, 2015 at 5:57 PM, bruno.mar...@unice.fr wrote:

 Hello,

 After upgrading imapfilter to 2.6 on a FreeBSD 10.1 by a pkg upgrade, I am
 unable to connect anymore to an imap server
 (which I checked SSL3 and TLS compatible).
 The error is the following:

 $ imapfilter -c .imapfilter/config.lua
 imapfilter: login request to m...@imap.server.mx failed
 stack traceback:
 [C]: in ?
 [C]: in function 'error'
 /usr/local/share/imapfilter/account.lua:68: in function
 '_check_result'
 /usr/local/share/imapfilter/account.lua:84: in function
 '_login_user'
 /usr/local/share/imapfilter/account.lua:46: in function 'IMAP'
 .imapfilter/config.lua.orig:6: in main chunk

 I've read it already happened and rebooting my machine did not help in
 this case.
 I tried to change the .lua account definition according to the samples
 with the same error.

 Regards,

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


[Bug 193406] [WANTED] Port for ClamFS: FUSE-based user-space file system with on-access antivirus file scanning

2015-06-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193406

Mageirias Anastasios anast...@gmail.com changed:

   What|Removed |Added

 CC||anast...@gmail.com

--- Comment #3 from Mageirias Anastasios anast...@gmail.com ---
Port created
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201063#c0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
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


ffmpeg26 confusion (Was: Heads up audio/video/graphics/multimedia/net/streaming port maintainers - ACTION REQUIRED)

2015-06-22 Thread Jan Beich
(overquoting strawman ;)

Thomas Zander ri...@freebsd.org writes:

 Hi,

 if you maintain a port which uses directly or indirectly ffmpeg, i.e.
 it links to at least one of

 libavcodec
 libavdevice
 libavfilter
 libavformat
 libavresample
 libavutil

 please take a moment, this is important.

 Shortly after the release of FreeBSD 10.1 I plan to upgrade ffmpeg to
 the 2.4 branch and import the then-latest release from the 2.4 branch
 into the head of the ports tree. Unlike the recent upgrade from 2.2.
 to 2.3, this one will NOT be painless.

What happened to the schedule? 10.1 was released half a year ago and we're
approaching code freeze for 10.2. Not to mention packages for FreeBSD
releases are built against quaterly branches nowadays. And the next quaterly
is 2015Q3 which should happen in a week.

 ALL the mentioned libraries received a bump in their major version
 numbers, which means that they are not necessarily API compatible with
 the 2.3 series. In particular, this means that several APIs which have
 been deprecated several months/years ago(!) are really gone for good
 in 2.4. One prominent example for this is the removal of
 FF_API_CLOSE_INPUT_FILE in libavformat which breaks e.g. sox and
 transcode builds. In most cases (like the mentioned examples sox and
 transcode) a fix will be easy or even trivial, but you need to be
 proactive and take a look at it.

Not the first time FFmpeg breaks API. ffmpeg0 port is good example or see
http://upstream-tracker.org/versions/ffmpeg.html .

It seems adding ffmpeg24 in r370733 betrayed the quoted plan postponing
the switch to the new API indefinitely. And ports that are not broken by
it end up limited to the feature/bug set of 2.3.x.

Maybe do the following to improve the situation:

(1) Update ffmpeg port to the latest version (2.7.1 currently)
(2) Remove ffmpeg26 port
(3) Add ffmpeg23 port with PORTSCOUT=limit:^2\.3.*
(4) Identify ports that hide ffmpeg dep behind an option
(5) Mass PORTREVISION bump in consumers (API/ABI changes in major versions)
(6) Exp-run with ffmpeg dep enabled if optional
(7) Fix bustage or convert to ffmpeg23
(8) Remove ffmpeg23 if no consumers

 I have prepared a drop-in replacement for the ffmpeg port which uses
 the recent 2.4 release. You can download it from:
 http://people.freebsd.org/~riggs/ffmpeg-2.4.tar.xz

Currently not a drop-in because requires to

- Patch pkg-config usage and installed .pc files
- Prevent mixing headers from unsuffixed ffmpeg version
- Check dependency tree for the port and consumers if mixing ffmpeg libs
- Adjust LIB_DEPENDS, *FLAGS and bump PORTREVISION when FFMPEG_SUFFIX changes

 Please check whether the ports maintained by you build and link with
 this version and prepare a suitable fix if necessary.

What if my port wants a feature only present in the latest version but not
in multimedia/ffmpeg and multimedia/ffmpeg26 ? For one,

https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=d765e07
https://github.com/hrydgard/ppsspp/issues/5286

Should I add ffmpeg27, backport to ffmpeg26 or ffmpeg (2.3.x) ?


 Thanks in advance and best regards
 Riggs


signature.asc
Description: PGP signature


FreeBSD Port: imapfilter-2.6

2015-06-22 Thread Bruno . MARTIN
Hello,

After upgrading imapfilter to 2.6 on a FreeBSD 10.1 by a pkg upgrade, I am 
unable to connect anymore to an imap server 
(which I checked SSL3 and TLS compatible).
The error is the following:

$ imapfilter -c .imapfilter/config.lua
imapfilter: login request to m...@imap.server.mx failed
stack traceback:
[C]: in ?
[C]: in function 'error'
/usr/local/share/imapfilter/account.lua:68: in function '_check_result'
/usr/local/share/imapfilter/account.lua:84: in function '_login_user'
/usr/local/share/imapfilter/account.lua:46: in function 'IMAP'
.imapfilter/config.lua.orig:6: in main chunk

I've read it already happened and rebooting my machine did not help in this 
case.
I tried to change the .lua account definition according to the samples with the 
same error.

Regards,

Bruno
___
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: About Gxneur

2015-06-22 Thread Michael Zhilin
Hi Nikolay,

Few questions:
 1) How did you install tools - from ports or from packages?
 2) FBSD version - 10, 9, current?

Thanks!

On Mon, Jun 22, 2015 at 6:10 AM, kpn...@pobox.com wrote:

 On Mon, Jun 22, 2015 at 02:40:09AM +0100, RW via freebsd-ports wrote:
  On Sun, 21 Jun 2015 16:48:39 -0400
  kpn...@pobox.com wrote:
   Your translator seems to have mangled the software names. What
   language are you translating _from_?
 
 
  $ make quicksearch name=xneur
  Port: gxneur-0.15.0_2
  Path: /usr/ports/deskutils/gxneur
  Info: GTK frontend for XNeur keyboard layout switcher
 
  Port: xneur-0.15.0_6
  Path: /usr/ports/deskutils/xneur
  Info: Auto keyboard switcher

 Good to know. Thanks!
 --
 Kevin P. Nealhttp://www.pobox.com/~kpn/

 Nonbelievers found it difficult to defend their position in \
 the presense of a working computer. -- a DEC Jensen paper
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD ports you maintain which are out of date

2015-06-22 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

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

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


Port| Current version | New version
+-+
graphics/tiffgt | 4.0.4beta   | 4.0.4
+-+
www/ocaml-net   | 4.0.3   | 4.0.4
+-+


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

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

Thanks.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: About Gxneur

2015-06-22 Thread Michael Zhilin
Hi All,

Here are PRs with patches to solve this problem  update to latest version:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201041 (waiting for
maintainer feedback)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201043 (no maintainer,
but depends on previous one)

Thanks!

On Mon, Jun 22, 2015 at 11:20 AM, Michael Zhilin miz...@gmail.com wrote:

 Hi Nikolay,

 Few questions:
  1) How did you install tools - from ports or from packages?
  2) FBSD version - 10, 9, current?

 Thanks!

 On Mon, Jun 22, 2015 at 6:10 AM, kpn...@pobox.com wrote:

 On Mon, Jun 22, 2015 at 02:40:09AM +0100, RW via freebsd-ports wrote:
  On Sun, 21 Jun 2015 16:48:39 -0400
  kpn...@pobox.com wrote:
   Your translator seems to have mangled the software names. What
   language are you translating _from_?
 
 
  $ make quicksearch name=xneur
  Port: gxneur-0.15.0_2
  Path: /usr/ports/deskutils/gxneur
  Info: GTK frontend for XNeur keyboard layout switcher
 
  Port: xneur-0.15.0_6
  Path: /usr/ports/deskutils/xneur
  Info: Auto keyboard switcher

 Good to know. Thanks!
 --
 Kevin P. Nealhttp://www.pobox.com/~kpn/

 Nonbelievers found it difficult to defend their position in \
 the presense of a working computer. -- a DEC Jensen paper
 ___
 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


Dependencies of package libdbi-drivers

2015-06-22 Thread Vladimir Vasilenko
Hello.

If I'll try to install libdbi-drivers from pkg repo, the package pull 
obligatory poctresql93-client. 

It is possible to change?

-- 
Best regards,
Vladimir Vasilenko vladi...@shumbely.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