Re: ffmpeg hang on 6.1-stable and -current with certain video files

2017-09-01 Thread Juan Francisco Cantero Hurtado
On Mon, Aug 28, 2017 at 05:05:20PM +0200, Marcus MERIGHI wrote:
> fr...@frankgroeneveld.nl (Frank Groeneveld), 2017.08.28 (Mon) 14:33 (CEST):
> > When I try to convert certain video files using ffmpeg from ports on
> > 6.1-stable or -current it randomly hangs about one in three or four
> > tries. I've uploaded a sample movie at:
> > https://ivaldi.nl/wp-content/uploads/sample.mp4
> > 
> > The following command reproduces the problem:
> > ffmpeg -i sample.mp4 -acodec aac -strict experimental -vf
> > scale=1280:720,setdar=2:1 -y output.mp4
> > 
> > This is the output when it hangs: https://pastebin.com/mb0X3hU3
> > The process uses 100% cpu and doesn't seem to do anything else, the
> > output file doesn't grow either.
> 
> I am seeing something with the same symptoms. I need to start
> transcoding anywhere from one- to five times.
> 
> $ nice ffmpeg -n -stats -loglevel warning -threads 2 -ss 10 \
>   -i "input.mov" -map_metadata 0:s:0 -c:v libx264 -preset slow -crf 23 \
>   -c:a aac -b:a 192k -pix_fmt yuvj420p output.mov

Can you both try to reproduce the bug using something else instead of
aac?


-- 
Juan Francisco Cantero Hurtado http://juanfra.info



Re: openbsd-wip ports to remove

2017-09-01 Thread Nigel Taylor
On 09/01/17 20:33, Sergey Bronnikov wrote:
> Hello, everyone
> 
> I'm going to remove ports from a list below in openbsd-wip repository
> (https://github.com/jasperla/openbsd-wip/) soon. Almost all of these
> ports are dependencies of a Tapper testing framework, but Tapper is
> abandoned now and I don't need them.  Feel free to take a maintainership
> for any of these ports or commit to the official tree.
> 
> sysutils/p5-Sys-Syslog
> textproc/p5-Text-Abbrev
> textproc/p5-String-Escape
> textproc/p5-String-Util
> textproc/p5-Text-CSV-Slurp
> textproc/p5-String-Diff
> textproc/p5-Text-Balanced
> devel/p5-Lexical-SealRequireHints
> devel/p5-CHI
> devel/p5-File-Pid
> devel/p5-TAP-DOM
> devel/p5-Term-VT102
> devel/p5-App-Rad
> devel/p5-Test-Nginx
> devel/p5-Test-Simple
> devel/p5-HTML-FromANSI
> devel/p5-Regexp-Grammars
> devel/p5-experimental
> devel/p5-Data-Dumper
> devel/p5-Data-Serializer
> devel/p5-Sys-Info-Base
> devel/p5-Unix-Processors
> devel/p5-Math-BigInt-Pari
> devel/p5-MooX-Types-MooseLike-Numeric
> devel/p5-Sysadm-Install
> devel/p5-Data-Rmap
> devel/p5-Object-Enum
> devel/p5-Bencode
> devel/p5-Data-YAML
> devel/p5-DateTime-Format-DateParse
> devel/p5-Benchmark-Perl-Formance
> devel/p5-Devel-Platform-Info
> devel/p5-Devel-Backtrace
> devel/p5-Language-Expr
> devel/p5-Compress-PPMd
> devel/p5-Test-Sys-Info
> devel/p5-Test-TAPv13
> devel/p5-multidimensional
> devel/p5-Term-VT102-Boundless
> devel/p5-Test-Fixture-DBIC-Schema
> devel/p5-Debug-ShowStuff
> devel/p5-Format-Human-Bytes
> devel/p5-Test-Mock-LWP
> devel/p5-Sys-Info
> devel/p5-BSD-Sysctl
> devel/p5-Set-Intersection
> devel/p5-bareword-filehandles
> devel/p5-Daemon-Daemonize
> devel/p5-Data-DPath
> devel/p5-Convert-Bencode_XS
> devel/p5-Kwalify
> devel/p5-MooseX-ClassAttribute
> devel/p5-Data-Taxi
> devel/p5-Hash-MoreUtils
> devel/p5-MooseX-Singleton
> devel/p5-Scalar-List-Utils
> devel/p5-Getopt-Long
> devel/p5-App-Daemon
> devel/p5-Data-Clone
> devel/p5-ExtUtils-MakeMaker
> devel/p5-Convert-Bencode
> devel/p5-Sys-Info-Driver-BSD
> www/p5-Catalyst-View-HTML-Mason
> www/p5-TAP-Formatter-HTML
> www/p5-Test-WWW-Selenium
> security/p5-Digest-JHash
> security/p5--Crypt-DH
> databases/p5-DBIx-Class-InflateColumn-Object-Enum
> 
> Sergey
> 
> 
Some of these are part of core Perl, and should never go in the ports
tree (unless due to be removed in the next perl version and working on a
replacement).

$ corelist Data::Dumper Test::Simple ExtUtils::MakeMaker

Data for 2017-07-15
Data::Dumper was first released with perl 5.005

Data for 2017-07-15
Test::Simple was first released with perl v5.6.2

Data for 2017-07-15
ExtUtils::MakeMaker was first released with perl 5
$

Your find these in the base

$ egrep -r "Test/Simple|ExtUtils/MakeMaker|Data/Dumper" base/mi
base/md.amd64


base/mi:./usr/libdata/perl5/ExtUtils/MakeMaker
base/mi:./usr/libdata/perl5/ExtUtils/MakeMaker.pm
base/mi:./usr/libdata/perl5/ExtUtils/MakeMaker/Config.pm
base/mi:./usr/libdata/perl5/ExtUtils/MakeMaker/FAQ.pod
base/mi:./usr/libdata/perl5/ExtUtils/MakeMaker/Locale.pm
base/mi:./usr/libdata/perl5/ExtUtils/MakeMaker/Tutorial.pod
base/mi:./usr/libdata/perl5/ExtUtils/MakeMaker/version.pm
base/mi:./usr/libdata/perl5/Test/Simple.pm
base/md.amd64:./usr/libdata/perl5/amd64-openbsd/Data/Dumper.pm
base/md.amd64:./usr/libdata/perl5/amd64-openbsd/auto/Data/Dumper
base/md.amd64:./usr/libdata/perl5/amd64-openbsd/auto/Data/Dumper/Dumper.so


There may be more that are core perl, these three can go.

The is already a p5-Math-BigInt-Pari not under devel but math so a
conflicting and duplication of what's in the ports tree,

$ pkg_info -Pq p5-Math-BigInt-Pari-1.18.tgz
math/p5-Math-BigInt-Pari

can't pick any others out at first slight, needs to be checks made
before any takes over and works on these

My quick check

$ sed -e 's%^.*/p5-%%;s/-/::/g' pl.1  | xargs corelist | grep first
Sys::Syslog was first released with perl 5
Text::Abbrev was first released with perl 5
Text::Balanced was first released with perl v5.7.3
Test::Simple was first released with perl v5.6.2
experimental was first released with perl v5.19.11
Data::Dumper was first released with perl 5.005
Getopt::Long was first released with perl 5
ExtUtils::MakeMaker was first released with perl 5
$ sed -e 's%^.*/p5-%p5-%' pl.1 | xargs pkg_info -Pq
math/p5-Math-BigInt-Pari



openbsd-wip ports to remove

2017-09-01 Thread Sergey Bronnikov
Hello, everyone

I'm going to remove ports from a list below in openbsd-wip repository
(https://github.com/jasperla/openbsd-wip/) soon. Almost all of these
ports are dependencies of a Tapper testing framework, but Tapper is
abandoned now and I don't need them.  Feel free to take a maintainership
for any of these ports or commit to the official tree.

sysutils/p5-Sys-Syslog
textproc/p5-Text-Abbrev
textproc/p5-String-Escape
textproc/p5-String-Util
textproc/p5-Text-CSV-Slurp
textproc/p5-String-Diff
textproc/p5-Text-Balanced
devel/p5-Lexical-SealRequireHints
devel/p5-CHI
devel/p5-File-Pid
devel/p5-TAP-DOM
devel/p5-Term-VT102
devel/p5-App-Rad
devel/p5-Test-Nginx
devel/p5-Test-Simple
devel/p5-HTML-FromANSI
devel/p5-Regexp-Grammars
devel/p5-experimental
devel/p5-Data-Dumper
devel/p5-Data-Serializer
devel/p5-Sys-Info-Base
devel/p5-Unix-Processors
devel/p5-Math-BigInt-Pari
devel/p5-MooX-Types-MooseLike-Numeric
devel/p5-Sysadm-Install
devel/p5-Data-Rmap
devel/p5-Object-Enum
devel/p5-Bencode
devel/p5-Data-YAML
devel/p5-DateTime-Format-DateParse
devel/p5-Benchmark-Perl-Formance
devel/p5-Devel-Platform-Info
devel/p5-Devel-Backtrace
devel/p5-Language-Expr
devel/p5-Compress-PPMd
devel/p5-Test-Sys-Info
devel/p5-Test-TAPv13
devel/p5-multidimensional
devel/p5-Term-VT102-Boundless
devel/p5-Test-Fixture-DBIC-Schema
devel/p5-Debug-ShowStuff
devel/p5-Format-Human-Bytes
devel/p5-Test-Mock-LWP
devel/p5-Sys-Info
devel/p5-BSD-Sysctl
devel/p5-Set-Intersection
devel/p5-bareword-filehandles
devel/p5-Daemon-Daemonize
devel/p5-Data-DPath
devel/p5-Convert-Bencode_XS
devel/p5-Kwalify
devel/p5-MooseX-ClassAttribute
devel/p5-Data-Taxi
devel/p5-Hash-MoreUtils
devel/p5-MooseX-Singleton
devel/p5-Scalar-List-Utils
devel/p5-Getopt-Long
devel/p5-App-Daemon
devel/p5-Data-Clone
devel/p5-ExtUtils-MakeMaker
devel/p5-Convert-Bencode
devel/p5-Sys-Info-Driver-BSD
www/p5-Catalyst-View-HTML-Mason
www/p5-TAP-Formatter-HTML
www/p5-Test-WWW-Selenium
security/p5-Digest-JHash
security/p5--Crypt-DH
databases/p5-DBIx-Class-InflateColumn-Object-Enum

Sergey



Re: Remaining clang fallout (amd64 2017-08-27)

2017-09-01 Thread Stuart Henderson
On 2017/08/28 16:14, Christian Weisgerber wrote:
> These ports still fail to build on amd64 after the clang switch:
> 
> devel/ti-msp430gcc
> editors/TeXmacs

If anyone cares about TeXmacs, they should review FreeBSD's patches,
several of which are for building with clang.

> emulators/emulationstation
> games/frozen-bubble
> games/vacuum
> multimedia/avidemux

avidemux could do with an update, but the layout has changed a lot
and the patches (especially the sndio ones) aren't anywhere close to
applying.




dnsdist-1.2.0

2017-09-01 Thread Stuart Henderson
while looking for something else I noticed that dnsdist has a security
update ("On a 32-bit system, the pointer arithmetic used when parsing
the received response to remove that record might trigger an undefined
behavior leading to a crash"), is this port update ok?

https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2017-01.html

Index: Makefile
===
RCS file: /cvs/ports/net/dnsdist/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile26 Jul 2017 22:45:27 -  1.7
+++ Makefile1 Sep 2017 14:37:03 -
@@ -2,14 +2,12 @@
 
 COMMENT=   highly DNS-, DoS- and abuse-aware loadbalancer
 
-DISTNAME=  dnsdist-1.1.0
+DISTNAME=  dnsdist-1.2.0
 EXTRACT_SUFX=  .tar.bz2
 
-REVISION=  1
-
 CATEGORIES=net
 
-HOMEPAGE=  http://dnsdist.org/
+HOMEPAGE=  https://dnsdist.org/
 
 MAINTAINER=Peter van Dijk 
 
@@ -25,7 +23,8 @@ AUTOCONF_VERSION= 2.69
 USE_GMAKE= Yes
 
 CONFIGURE_ARGS+=   --disable-hardening \
-   --with-lua
+   --with-lua \
+   --without-net-snmp
 CONFIGURE_ENV+=CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBEDIT_LIBS='-ledit -lcurses' \
Index: distinfo
===
RCS file: /cvs/ports/net/dnsdist/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo15 Jan 2017 17:13:33 -  1.1.1.1
+++ distinfo1 Sep 2017 14:37:03 -
@@ -1,2 +1,2 @@
-SHA256 (dnsdist-1.1.0.tar.bz2) = tKHokxttBaJElPVCJCEcDeDusfX/Fw9rn1ZlIZv+r8I=
-SIZE (dnsdist-1.1.0.tar.bz2) = 874837
+SHA256 (dnsdist-1.2.0.tar.bz2) = mIXJ7orHB2rt5YbqWNRkLrh357LXbJAiVElOKlpfqng=
+SIZE (dnsdist-1.2.0.tar.bz2) = 876104
Index: patches/patch-configure_ac
===
RCS file: /cvs/ports/net/dnsdist/patches/patch-configure_ac,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-configure_ac
--- patches/patch-configure_ac  15 Jan 2017 17:13:33 -  1.1.1.1
+++ patches/patch-configure_ac  1 Sep 2017 14:37:03 -
@@ -1,7 +1,8 @@
 $OpenBSD: patch-configure_ac,v 1.1.1.1 2017/01/15 17:13:33 sthen Exp $
 configure.ac.orig  Thu Jan 12 21:38:07 2017
-+++ configure.ac   Thu Jan 12 21:38:11 2017
-@@ -81,7 +81,7 @@ PROGRAM_LDFLAGS="$PIE_LDFLAGS $PROGRAM_LDFLAGS"
+Index: configure.ac
+--- configure.ac.orig
 configure.ac
+@@ -82,7 +82,7 @@ PROGRAM_LDFLAGS="$PIE_LDFLAGS $PROGRAM_LDFLAGS"
  AC_SUBST([PROGRAM_LDFLAGS])
  
  AC_SUBST([AM_CPPFLAGS],
Index: patches/patch-ext_json11_json11_cpp
===
RCS file: patches/patch-ext_json11_json11_cpp
diff -N patches/patch-ext_json11_json11_cpp
--- patches/patch-ext_json11_json11_cpp 27 May 2017 06:21:43 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,41 +0,0 @@
-$OpenBSD: patch-ext_json11_json11_cpp,v 1.1 2017/05/27 06:21:43 espie Exp $
-nullptrs are not comparable. patch from FreeBSD
-
-Index: ext/json11/json11.cpp
 ext/json11/json11.cpp.orig
-+++ ext/json11/json11.cpp
-@@ -37,11 +37,21 @@ using std::make_shared;
- using std::initializer_list;
- using std::move;
- 
-+/* Helper for representing null - just a do-nothing struct, plus comparison
-+ * operators so the helpers in JsonValue work. We can't use nullptr_t because
-+ * it may not be orderable.
-+*/
-+
-+struct NullStruct {
-+bool operator==(NullStruct) const { return true; }
-+bool operator<(NullStruct) const { return false; }
-+};
-+
- /* * * * * * * * * * * * * * * * * * * *
-  * Serialization
-  */
- 
--static void dump(std::nullptr_t, string &out) {
-+static void dump(NullStruct, string &out) {
- out += "null";
- }
- 
-@@ -204,9 +214,9 @@ class JsonObject final : public Value {
-+class JsonNull final : public Value {
- public:
--JsonNull() : Value(nullptr) {}
-+JsonNull() : Value({}) {}
- };
- 
- /* * * * * * * * * * * * * * * * * * * *



Re: UPDATE: www/phpmyadmin

2017-09-01 Thread Giovanni Bechis
On Fri, Sep 01, 2017 at 03:55:11PM +0200, Giovanni Bechis wrote:
> Update to 4.7.4, fix apache2 example and add nginx configuration example.
> Comments ? Ok ?
>  Cheers
>   Giovanni
Now with correct diff.
 Giovanni
Index: Makefile
===
RCS file: /var/cvs/ports/www/phpmyadmin/Makefile,v
retrieving revision 1.128
diff -u -p -r1.128 Makefile
--- Makefile1 Feb 2017 08:52:36 -   1.128
+++ Makefile1 Sep 2017 13:47:17 -
@@ -2,7 +2,7 @@
 
 COMMENT=   tool to handle the administration of MySQL over the web
 
-V= 4.6.6
+V= 4.7.4
 
 PKGNAME=   phpMyAdmin-$V
 DISTNAME=  phpMyAdmin-$V-all-languages
@@ -32,8 +32,10 @@ RUN_DEPENDS= lang/php/${MODPHP_VERSION},
lang/php/${MODPHP_VERSION},-gd
 
 post-extract:
-   ${SUBST_CMD} -m 0644 -c ${FILESDIR}/phpMyAdmin-httpd.conf \
-   ${WRKSRC}/examples/phpMyAdmin-httpd.conf
+   ${SUBST_CMD} -m 0644 -c ${FILESDIR}/phpMyAdmin-apache2.conf \
+   ${WRKSRC}/examples/phpMyAdmin-apache2.conf
+   ${SUBST_CMD} -m 0644 -c ${FILESDIR}/phpMyAdmin-nginx.conf \
+   ${WRKSRC}/examples/phpMyAdmin-nginx.conf
 
 do-install:
@find ${WRKSRC} -type f -name "*.orig" -exec rm -f {} \;
Index: distinfo
===
RCS file: /var/cvs/ports/www/phpmyadmin/distinfo,v
retrieving revision 1.107
diff -u -p -r1.107 distinfo
--- distinfo1 Feb 2017 08:52:36 -   1.107
+++ distinfo1 Sep 2017 13:47:19 -
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-4.6.6-all-languages.tar.gz) = 
VAhmAFWGE7McTa3fSuWPvBwlKiuOPm+uEvhR94Z31y4=
-SIZE (phpMyAdmin-4.6.6-all-languages.tar.gz) = 10395934
+SHA256 (phpMyAdmin-4.7.4-all-languages.tar.gz) = 
/RqSlZVT9dh7OiFjomti1jFDCQluHuXolkYFBFdDD9I=
+SIZE (phpMyAdmin-4.7.4-all-languages.tar.gz) = 10126578
Index: files/phpMyAdmin-apache2.conf
===
RCS file: files/phpMyAdmin-apache2.conf
diff -N files/phpMyAdmin-apache2.conf
--- /dev/null   1 Jan 1970 00:00:00 -
+++ files/phpMyAdmin-apache2.conf   1 Sep 2017 13:47:03 -
@@ -0,0 +1,33 @@
+# $OpenBSD: phpMyAdmin-httpd.conf,v 1.2 2013/01/18 15:17:43 giovanni Exp $
+
+Alias /phpMyAdmin ${INSTDIR}
+
+
+   LoadModule rewrite_module /usr/lib/apache/modules/mod_rewrite.so
+
+   RewriteEngine on
+
+   # Allow only GET and POST verbs
+   RewriteCond %{REQUEST_METHOD} !^(GET|POST)$ [NC,OR]
+
+   # Ban Typical Vulnerability Scanners and others
+   # Kick out Script Kiddies
+   RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR]
+   RewriteCond %{HTTP_USER_AGENT} 
^.*(libwww-perl|curl|wget|python|nikto|wkito|pikto|scan|acunetix).* [NC,OR]
+   RewriteCond %{HTTP_USER_AGENT} 
^.*(winhttp|HTTrack|clshttp|archiver|loader|email|harvest|extract|grab|miner).* 
[NC,OR]
+
+   # Ban Search Engines, Crawlers to your administrative panel
+   # No reasons to access from bots
+   # Ultimately Better than the useless robots.txt
+   # Did google respect robots.txt?
+   # Try google: intitle:phpMyAdmin intext:"Welcome to phpMyAdmin *.*.*" 
intext:"Log in" -wiki -forum -forums -questions intext:"Cookies must be enabled"
+   RewriteCond %{HTTP_USER_AGENT} 
^.*(AdsBot-Google|ia_archiver|Scooter|Ask.Jeeves|Baiduspider|Exabot|FAST.Enterprise.Crawler|FAST-WebCrawler|www\.neomo\.de|Gigabot|Mediapartners-Google|Google.Desktop|Feedfetcher-Google|Googlebot|heise-IT-Markt-Crawler|heritrix|ibm.com\cs/crawler|ICCrawler|ichiro|MJ12bot|MetagerBot|msnbot-NewsBlogs|msnbot|msnbot-media|NG-Search|lucene.apache.org|NutchCVS|OmniExplorer_Bot|online.link.validator|psbot0|Seekbot|Sensis.Web.Crawler|SEO.search.Crawler|Seoma.\[SEO.Crawler\]|SEOsearch|Snappy|www.urltrends.com|www.tkl.iis.u-tokyo.ac.jp/~crawler|SynooBot|crawleradmin.t-i...@telekom.de|TurnitinBot|voyager|W3.SiteSearch.Crawler|W3C-checklink|W3C_Validator|www.WISEnutbot.com|yacybot|Yahoo-MMCrawler|Yahoo\!.DE.Slurp|Yahoo\!.Slurp|YahooSeeker).*
 [NC]
+   RewriteRule .* - [F]
+
+
+
+   AllowOverride All
+
+   # Default to only permitting access from localhost.
+   Require local
+
Index: files/phpMyAdmin-httpd.conf
===
RCS file: files/phpMyAdmin-httpd.conf
diff -N files/phpMyAdmin-httpd.conf
--- files/phpMyAdmin-httpd.conf 18 Jan 2013 15:17:43 -  1.2
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,35 +0,0 @@
-# $OpenBSD: phpMyAdmin-httpd.conf,v 1.2 2013/01/18 15:17:43 giovanni Exp $
-
-Alias /phpMyAdmin ${INSTDIR}
-
-
-   LoadModule rewrite_module /usr/lib/apache/modules/mod_rewrite.so
-
-   RewriteEngine on
-
-   # Allow only GET and POST verbs
-   RewriteCond %{REQUEST_METHOD} !^(GET|POST)$ [NC,OR]
-
-   # Ban Typical Vulnerability Scanners and others
-   # Kick out Script Kiddies
-   RewriteCond %{HTTP_USER_AGENT} ^(java|curl|wget).* [NC,OR]
-

Re: ffmpeg hang on 6.1-stable and -current with certain video files

2017-09-01 Thread Frank Groeneveld
On Mon, Aug 28, 2017, at 14:33, Frank Groeneveld wrote:
> ...

Apparently my ports tree was outdated and ffmpeg was updated 3 days
before my email. Using that version I am still able to reproduce the
bug, which lead me to believe that it was somewhere in an OpenBSD port
specific patch. Some more builds later I now think it is not possible to
reproduce the problem after building a version without the following
patches:
patches/patch-libavcodec*
patches/patch-libavutil_internal_h

Meaning, the bug is probably in one of those files. Hopefully this is a
hint for somebody with more knowledge of those patches.

Thanks!
--
Frank



UPDATE: www/phpmyadmin

2017-09-01 Thread Giovanni Bechis
Update to 4.7.4, fix apache2 example and add nginx configuration example.
Comments ? Ok ?
 Cheers
  Giovanni
Index: Makefile
===
RCS file: /var/cvs/ports/www/phpmyadmin/Makefile,v
retrieving revision 1.128
diff -u -p -r1.128 Makefile
--- Makefile	1 Feb 2017 08:52:36 -	1.128
+++ Makefile	1 Sep 2017 13:38:04 -
@@ -2,7 +2,7 @@
 
 COMMENT=	tool to handle the administration of MySQL over the web
 
-V=		4.6.6
+V=		4.7.4
 
 PKGNAME=	phpMyAdmin-$V
 DISTNAME=	phpMyAdmin-$V-all-languages
Index: distinfo
===
RCS file: /var/cvs/ports/www/phpmyadmin/distinfo,v
retrieving revision 1.107
diff -u -p -r1.107 distinfo
--- distinfo	1 Feb 2017 08:52:36 -	1.107
+++ distinfo	1 Sep 2017 13:38:24 -
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-4.6.6-all-languages.tar.gz) = VAhmAFWGE7McTa3fSuWPvBwlKiuOPm+uEvhR94Z31y4=
-SIZE (phpMyAdmin-4.6.6-all-languages.tar.gz) = 10395934
+SHA256 (phpMyAdmin-4.7.4-all-languages.tar.gz) = /RqSlZVT9dh7OiFjomti1jFDCQluHuXolkYFBFdDD9I=
+SIZE (phpMyAdmin-4.7.4-all-languages.tar.gz) = 10126578
Index: pkg/PLIST
===
RCS file: /var/cvs/ports/www/phpmyadmin/pkg/PLIST,v
retrieving revision 1.63
diff -u -p -r1.63 PLIST
--- pkg/PLIST	1 Feb 2017 08:52:36 -	1.63
+++ pkg/PLIST	1 Sep 2017 13:43:00 -
@@ -10,11 +10,12 @@ phpMyAdmin/DCO
 phpMyAdmin/LICENSE
 phpMyAdmin/README
 phpMyAdmin/RELEASE-DATE-${V}
+phpMyAdmin/ajax.php
 phpMyAdmin/browse_foreigners.php
-phpMyAdmin/build.xml
 phpMyAdmin/changelog.php
 phpMyAdmin/chk_rel.php
 phpMyAdmin/composer.json
+phpMyAdmin/composer.lock
 phpMyAdmin/config.sample.inc.php
 @sample phpMyAdmin/config.inc.php
 phpMyAdmin/db_central_columns.php
@@ -34,40 +35,25 @@ phpMyAdmin/db_structure.php
 phpMyAdmin/db_tracking.php
 phpMyAdmin/db_triggers.php
 phpMyAdmin/doc/
-phpMyAdmin/doc/Makefile
-phpMyAdmin/doc/_ext/
-phpMyAdmin/doc/_ext/configext.py
 @comment phpMyAdmin/doc/_ext/configext.pyc
-phpMyAdmin/doc/conf.py
-phpMyAdmin/doc/config.rst
-phpMyAdmin/doc/copyright.rst
-phpMyAdmin/doc/credits.rst
-phpMyAdmin/doc/developers.rst
-phpMyAdmin/doc/doctrees/
-phpMyAdmin/doc/doctrees/config.doctree
-phpMyAdmin/doc/doctrees/copyright.doctree
-phpMyAdmin/doc/doctrees/credits.doctree
-phpMyAdmin/doc/doctrees/developers.doctree
-phpMyAdmin/doc/doctrees/environment.pickle
-phpMyAdmin/doc/doctrees/faq.doctree
-phpMyAdmin/doc/doctrees/glossary.doctree
-phpMyAdmin/doc/doctrees/import_export.doctree
-phpMyAdmin/doc/doctrees/index.doctree
-phpMyAdmin/doc/doctrees/intro.doctree
-phpMyAdmin/doc/doctrees/other.doctree
-phpMyAdmin/doc/doctrees/privileges.doctree
-phpMyAdmin/doc/doctrees/require.doctree
-phpMyAdmin/doc/doctrees/setup.doctree
-phpMyAdmin/doc/doctrees/transformations.doctree
-phpMyAdmin/doc/doctrees/user.doctree
-phpMyAdmin/doc/doctrees/vendors.doctree
-phpMyAdmin/doc/faq.rst
-phpMyAdmin/doc/glossary.rst
 phpMyAdmin/doc/html/
-phpMyAdmin/doc/html/.buildinfo
 phpMyAdmin/doc/html/_images/
+phpMyAdmin/doc/html/_images/chart.png
+phpMyAdmin/doc/html/_images/column_chart.png
+phpMyAdmin/doc/html/_images/line_chart.png
+phpMyAdmin/doc/html/_images/pie_chart.png
+phpMyAdmin/doc/html/_images/pma-relations-links.png
+phpMyAdmin/doc/html/_images/pma-relations-relation-link.png
+phpMyAdmin/doc/html/_images/pma-relations-relation-name.png
+phpMyAdmin/doc/html/_images/pma-relations-relation-view-link.png
+phpMyAdmin/doc/html/_images/query_result_operations.png
+phpMyAdmin/doc/html/_images/scatter_chart.png
+phpMyAdmin/doc/html/_images/spline_chart.png
+phpMyAdmin/doc/html/_images/timeline_chart.png
 phpMyAdmin/doc/html/_images/usergroups.png
 phpMyAdmin/doc/html/_sources/
+phpMyAdmin/doc/html/_sources/bookmarks.txt
+phpMyAdmin/doc/html/_sources/charts.txt
 phpMyAdmin/doc/html/_sources/config.txt
 phpMyAdmin/doc/html/_sources/copyright.txt
 phpMyAdmin/doc/html/_sources/credits.txt
@@ -79,7 +65,9 @@ phpMyAdmin/doc/html/_sources/index.txt
 phpMyAdmin/doc/html/_sources/intro.txt
 phpMyAdmin/doc/html/_sources/other.txt
 phpMyAdmin/doc/html/_sources/privileges.txt
+phpMyAdmin/doc/html/_sources/relations.txt
 phpMyAdmin/doc/html/_sources/require.txt
+phpMyAdmin/doc/html/_sources/settings.txt
 phpMyAdmin/doc/html/_sources/setup.txt
 phpMyAdmin/doc/html/_sources/transformations.txt
 phpMyAdmin/doc/html/_sources/user.txt
@@ -106,6 +94,8 @@ phpMyAdmin/doc/html/_static/underscore.j
 phpMyAdmin/doc/html/_static/up-pressed.png
 phpMyAdmin/doc/html/_static/up.png
 phpMyAdmin/doc/html/_static/websupport.js
+phpMyAdmin/doc/html/bookmarks.html
+phpMyAdmin/doc/html/charts.html
 phpMyAdmin/doc/html/config.html
 phpMyAdmin/doc/html/copyright.html
 phpMyAdmin/doc/html/credits.html
@@ -116,29 +106,17 @@ phpMyAdmin/doc/html/glossary.html
 phpMyAdmin/doc/html/import_export.html
 phpMyAdmin/doc/html/index.html
 phpMyAdmin/doc/html/intro.html
-phpMyAdmin/doc/html/objects.inv
 phpMyAdmin/doc/html/other.html
 phpMyAdmin/doc/htm

Re: [UPDATE] mail/sylpheed

2017-09-01 Thread Amit Kulkarni
On Fri, Sep 1, 2017 at 3:11 AM, Remi Pointel  wrote:
> Hi,
>
> this is the diff to update Sylpheed to latest release.
>
> Ok?
>
> Cheers,
>
> Remi.


I do believe that patch-libsylph_ssl_c can go away, as it was
integrated upstream more than 6 months ago.

>From the release notes:
Unix: the search location of SSL certificates for OpenBSD was added (#222).

Thanks



[UPDATE] mail/sylpheed

2017-09-01 Thread Remi Pointel

Hi,

this is the diff to update Sylpheed to latest release.

Ok?

Cheers,

Remi.
Index: Makefile
===
RCS file: /cvs/ports/mail/sylpheed/Makefile,v
retrieving revision 1.115
diff -u -p -u -p -r1.115 Makefile
--- Makefile	26 Jul 2017 22:45:26 -	1.115
+++ Makefile	1 Sep 2017 08:09:49 -
@@ -2,8 +2,7 @@
 
 COMMENT =		lightweight and user-friendly e-mail client
 
-DISTNAME =		sylpheed-3.5.1
-REVISION =		1
+DISTNAME =		sylpheed-3.6.0
 
 SHARED_LIBS += 	 	sylph-0   4.0 # 3.0
 SHARED_LIBS += 		sylpheed-plugin-0 4.0 # 3.0
@@ -32,7 +31,7 @@ WANTLIB += pixman-1 png pthread pthread-
 WANTLIB += xcb-render xcb-shm z
 
 RUN_DEPENDS =		devel/desktop-file-utils
-MASTER_SITES =		http://sylpheed.sraoss.jp/sylpheed/v3.5/
+MASTER_SITES =		http://sylpheed.sraoss.jp/sylpheed/v3.6/
 
 CONFIGURE_STYLE =	gnu
 CONFIGURE_ARGS =	--disable-compface \
Index: distinfo
===
RCS file: /cvs/ports/mail/sylpheed/distinfo,v
retrieving revision 1.53
diff -u -p -u -p -r1.53 distinfo
--- distinfo	26 Aug 2016 09:13:59 -	1.53
+++ distinfo	1 Sep 2017 08:09:49 -
@@ -1,2 +1,2 @@
-SHA256 (sylpheed-3.5.1.tar.gz) = NMbcarYQTWha8KLN613YRjlE8R01qhnigAQkM/QTz7g=
-SIZE (sylpheed-3.5.1.tar.gz) = 5315509
+SHA256 (sylpheed-3.6.0.tar.gz) = Emyq5BiOQYaZZuQ9+LlIlV2VVfWHUsVXYTT/KDG3+68=
+SIZE (sylpheed-3.6.0.tar.gz) = 5346637
Index: pkg/PLIST
===
RCS file: /cvs/ports/mail/sylpheed/pkg/PLIST,v
retrieving revision 1.39
diff -u -p -u -p -r1.39 PLIST
--- pkg/PLIST	26 Aug 2016 09:13:59 -	1.39
+++ pkg/PLIST	1 Sep 2017 08:09:49 -
@@ -162,6 +162,7 @@ share/sylpheed/manual/ja/sylpheed-23.htm
 share/sylpheed/manual/ja/sylpheed-24.html
 share/sylpheed/manual/ja/sylpheed-25.html
 share/sylpheed/manual/ja/sylpheed-26.html
+share/sylpheed/manual/ja/sylpheed-27.html
 share/sylpheed/manual/ja/sylpheed-3.html
 share/sylpheed/manual/ja/sylpheed-4.html
 share/sylpheed/manual/ja/sylpheed-5.html