update: shells/zsh 5.4.2

2017-09-09 Thread Matthew Martin
Been running this for about a week now. The patch is only large because
I'd like to kill the needless whitespace changes in the _bsd_pkg
completion patch. I don't have a strong opinion on the matter if someone
prefers to keep it as is.

- Matthew Martin


diff --git Makefile Makefile
index 58066551155..ebf02b2ed75 100644
--- Makefile
+++ Makefile
@@ -2,7 +2,7 @@
 
 COMMENT=   Z shell, Bourne shell-compatible
 
-V= 5.4.1
+V= 5.4.2
 DISTNAME=  zsh-$V
 CATEGORIES=shells
 
diff --git distinfo distinfo
index 0c68d09cc98..446c618c94b 100644
--- distinfo
+++ distinfo
@@ -1,2 +1,2 @@
-SHA256 (zsh-5.4.1.tar.gz) = xEe4MsroZvUEWh6WP5vrcjFQJScSIkLjMibbBzwAHOI=
-SIZE (zsh-5.4.1.tar.gz) = 4468512
+SHA256 (zsh-5.4.2.tar.gz) = lXvNssV/ZMAvZzaT6lp1GO8ktlV66zpM4iLO+m10rMk=
+SIZE (zsh-5.4.2.tar.gz) = 4482413
diff --git patches/patch-Completion_BSD_Command__bsd_pkg 
patches/patch-Completion_BSD_Command__bsd_pkg
index 2386825e9f6..7e5b6e8c7d3 100644
--- patches/patch-Completion_BSD_Command__bsd_pkg
+++ patches/patch-Completion_BSD_Command__bsd_pkg
@@ -1,12 +1,7 @@
 $OpenBSD: patch-Completion_BSD_Command__bsd_pkg,v 1.4 2015/12/21 19:13:17 
jasper Exp $
-
-From 3272bdce987a3e5d5448688529ccb8290e148a67 Mon Sep 17 00:00:00 2001
-From: Matthew Martin 
-Date: Fri, 11 Dec 2015 11:51:09 +0100
-Subject: [PATCH] 37383: add completion type for object files
-
 Completion/BSD/Command/_bsd_pkg.orig   Wed Jan 21 14:53:28 2004
-+++ Completion/BSD/Command/_bsd_pkgMon Jan 23 21:30:02 2006
+Index: Completion/BSD/Command/_bsd_pkg
+--- Completion/BSD/Command/_bsd_pkg.orig
 Completion/BSD/Command/_bsd_pkg
 @@ -6,15 +6,19 @@ _bsd_pkg_pkgfiles() {
  
case $OSTYPE in
@@ -39,113 +34,7 @@ Subject: [PATCH] 37383: add completion type for object files
  }
  
  (( $+functions[_bsd_pkg_pkgs_and_files] )) ||
-@@ -67,9 +71,9 @@ _bsd_pkg() {
-   ;;
- netbsd*)
-   flags=(
--  $flags[@]
--  '-u[update]'
--  '-V[show version and exit]'
-+$flags[@]
-+'-u[update]'
-+'-V[show version and exit]'
-   )
-   ;;
- esac
-@@ -83,37 +87,37 @@ _bsd_pkg() {
- case "$OSTYPE" in
- freebsd*)
-   flags=(
--  '-f[specify plist file]:plist file:_files'
--  '(-b)-c[specify comment file]:comment file:_files'
--  '(-b)-d[specify descr file]:descr file:_files'
--  '-Y[assume YES for any questions asked]'
--  '-N[assume NO for any questions asked]'
--  '(-b)-O[packing list only mode]'
--  '-v[be verbose]'
--  '-h[force tar to follow symlinks]'
--  '(-b)-i[specify pre-install script]:pre-install script:_files'
--  '(-b)-I[specify post-install script]:post-install script:_files'
--  '(-b)-P[specify initial dependencies]:dependencies:_bsd_pkg_pkgs'
--  '(-b)-p[specify prefix]:prefix directory:_files -/'
--  '(-b)-k[specify deinstall script]:deinstall script:_files'
--  '(-b)-K[specify post-deinstall script]:post-deinstall script:_files'
--  '(-b)-r[specify req script]:req script:_files'
--  '(-b)-s[specify source directory]:source directory:_files -/'
--  '(-b)-t[specify mktemp template]:mktemp template:_files'
--  '(-b)-X[specify exclude file]:exclude file for tar:_files'
--  '(-b)-D[specify message file]:message file:_files'
--  '(-b)-m[specify mtree file]:mtree file:_files'
--  '(-b)-o[specify origin]:origin:_files -W ${PORTSDIR\:-/usr/ports} -/'
--  '-j[use bzip2]'
--  '-z[use gzip]'
--  '(-c -d -O -i -I -P -p -k -K -r -s -t -X -D -m -o)-b[specify 
pkgname]:pkgname:_bsd_pkg_pkgs'
--  '*:package file name:_files'
-+'-f[specify plist file]:plist file:_files'
-+'(-b)-c[specify comment file]:comment file:_files'
-+'(-b)-d[specify descr file]:descr file:_files'
-+'-Y[assume YES for any questions asked]'
-+'-N[assume NO for any questions asked]'
-+'(-b)-O[packing list only mode]'
-+'-v[be verbose]'
-+'-h[force tar to follow symlinks]'
-+'(-b)-i[specify pre-install script]:pre-install script:_files'
-+'(-b)-I[specify post-install script]:post-install script:_files'
-+'(-b)-P[specify initial dependencies]:dependencies:_bsd_pkg_pkgs'
-+'(-b)-p[specify prefix]:prefix directory:_files -/'
-+'(-b)-k[specify deinstall script]:deinstall script:_files'
-+'(-b)-K[specify post-deinstall script]:post-deinstall script:_files'
-+'(-b)-r[specify req script]:req script:_files'
-+'(-b)-s[specify source directory]:source directory:_files -/'
-+'(-b)-t[specify mktemp template]:mktemp template:_files'
-+'(-b)-X[specify exclude file]:exclude file for tar:_files'
-+'(-b)-D[specify message file]:message file:_files'
-+'(-b)-m[specify mtree file]:mtree file:_files'
-+'(-b)-o[specify origin]:origin:_files -W ${PORTSDIR\:-/usr/ports} -/'
-+'-j[use bzip2]'
-+'-z[use gzip]'
-+'(-c -d -O 

CVS: cvs.openbsd.org: ports

2017-09-09 Thread Gonzalo L . Rodriguez
CVSROOT:/cvs
Module name:ports
Changes by: gonz...@cvs.openbsd.org 2017/09/09 18:18:19

Modified files:
sysutils/gource: Makefile distinfo 

Log message:
Update for Gource to 0.47

Fix Licence and freetype, thanks bcallahan@

OK benoit@ bcallahan@



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Nigel Taylor
CVSROOT:/cvs
Module name:ports
Changes by: ni...@cvs.openbsd.org   2017/09/09 16:56:49

Modified files:
graphics/dpic  : Makefile distinfo 
graphics/dpic/patches: patch-Makefile 
graphics/dpic/pkg: PLIST 
Added files:
graphics/dpic/patches: patch-Makefile_in patch-dpic_c 
   patch-p2c_h patch-p2clib_c 

Log message:
Update version to 2017.08.01 patcheso for clang
run examples as a test.
ok bentley@



TR: x11/wxWidgets 3.0.3.1 update

2017-09-09 Thread Jérôme KASPER
De : Jérôme KASPER
Envoyé le :dimanche 10 septembre 2017 00:06
À : Giovanni Bechis
Objet :RE: x11/wxWidgets 3.0.3.1 update

>On 09/07/17 15:00, Stuart Henderson wrote:
>> On 2017/09/07 12:45, Jérôme KASPER wrote:
>>> Hi ports,
>>>
>>> attached an update to wxWidgets 3.0.3.1 .
>>>
>>> improvements :
>>> - Switch to github 
>>> - unified package instead of -main, -media
>>> - dependancies upgraded to GTK+3 , SDL2 and gstreamer1
>>>
>>> built on AMD64. This is my first port work so there might be mistakes 
>>> lasting.
>>> Any comments welcome.
>>>
>>> Best regards,
>>> Jerome KASPER
>> 
>> You picked a bit of a challenge for first ports work, I think!
>> 
>> A number of other ports use wxWidgets and would need testing with the
>> update:
>> 
>...

I can start to build few . Is there any « common » way to run a « bulk » of 
specified ports ?
>> .. there are quite a few changes compared to 2.x (see
>> http://docs.wxwidgets.org/3.0.0/overview_changes_since28.html)
>> so my understanding is that it's likely to need work on the ports
>> using it.

While building i saw a 2.8 compatibility flag ,so with some luck the work might 
stay limited
>> 
>maybe it could be worth adding a new wxwidgets3 port and then switch some 
>ports to the new version
>

i think that’s the best way to proceed , we can then switch ports step by step
>> (Also note we're gearing up to release now, it's definitely too late
>> for a change like this, or even spending much time looking at it,
>> until after 6.2 is done).
>> 
>to be done after 6.2 definitely
> Giovanni

there’s no hurry , this update occurs into an attempt to update KiCad port to 
4.0.7.
by the way i encountered a problem with boost , because boost_context is 
volountary locked due to a MD bit story
and KiCad requires it , i don’t know how to handle the thing.

thank you for your future reviews :)

BR,
Jerome



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/09/09 16:07:11

Modified files:
www/chromium   : Makefile 

Log message:
use -Wl,--no-keep-memory on i386, linking fails too often without it. ok robert@



new: textproc/hoedown

2017-09-09 Thread Jérôme KASPER
Hi ports,

Attached a port for hoedown , a markdown parser Library.
ported version is 3.0.7 .
built on AMD64.

I’m still in a Learning stage so any comments welcome,

best regards,
Jerome KASPER




hoedown-3.0.7.tar.gz
Description: GNU Zip compressed data


CVS: cvs.openbsd.org: ports

2017-09-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2017/09/09 15:47:41

Modified files:
editors/nano   : Makefile distinfo 

Log message:
update to 2.8.7: miscellaneous minor fixes



net/mininet - request to enable

2017-09-09 Thread Ayaka Koshibe
Hi,

The most recent commit fixes the issue where the 'iperf' command kills
X -- ok to link to build?


Thanks,
Ayaka



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2017/09/09 15:22:49

Modified files:
net/ptpd   : Makefile distinfo 
net/ptpd/patches: patch-src_dep_constants_dep_h 
  patch-src_dep_net_c patch-src_dep_ptpd_dep_h 
  patch-src_dep_sys_c 
net/ptpd/pkg   : DESCR PLIST 
Added files:
net/ptpd/pkg   : ptpd.rc 
Removed files:
net/ptpd/pkg   : MESSAGE 

Log message:
* Update to 1.1.0.
* Replace MESSAGE with rc file.
* Drop maintainership.
* Set PORTROACH.

ptpd-1.x implements PTPv1 (IEEE 1588-2002)
ptpd-2.x implements PTPv2 (IEEE 1588-2008)
PTPv2 is not backward compatible with PTPv1.



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Ayaka Koshibe
CVSROOT:/cvs
Module name:ports
Changes by: akosh...@cvs.openbsd.org2017/09/09 15:18:30

Modified files:
net/mininet: Makefile 
net/mininet/patches: patch-mininet_basenode_py 
 patch-mininet_net_py patch-mininet_node_py 
 patch-mininet_openbsd_node_py 

Log message:
Turn PID tracking on by default, and stop using 'pkill -f' to interrupt
processes. Also remove some debug prints.

OK phessler@



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/09/09 15:05:16

Modified files:
textproc/meld  : Makefile distinfo 
textproc/meld/pkg: PLIST 

Log message:
Update to meld-3.18.0.



Re: Update print/poppler

2017-09-09 Thread Matthias Kilian
On Sat, Sep 09, 2017 at 09:00:15PM +0200, Matthias Kilian wrote:
> here's an update to poppler-0.58

Ignore this, I missed that poppler is already at 0.59.

Ciao,
Kili



Re: Update graphics/pdf2djvu

2017-09-09 Thread Juan Francisco Cantero Hurtado
On Sat, 9 Sep 2017 21:00:48 +0200
Matthias Kilian  wrote:

> Hi,
> 
> this update should fix the build of pdf2djvu with poppler-0.58.
> 
> ok?

Your ports tree is outdated :)
https://github.com/openbsd/ports/commit/c6950c6


> 
> Ciao,
>   Kili
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/graphics/pdf2djvu/Makefile,v
> retrieving revision 1.21
> diff -u -p -r1.21 Makefile
> --- Makefile  30 Aug 2017 22:42:46 -  1.21
> +++ Makefile  9 Sep 2017 18:47:07 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT =creates DjVu files from PDF files
>  
> -V =  0.9.6
> +V =  0.9.7
>  DISTNAME =   pdf2djvu-${V}
>  
>  CATEGORIES = graphics
> Index: distinfo
> ===
> RCS file: /cvs/ports/graphics/pdf2djvu/distinfo,v
> retrieving revision 1.8
> diff -u -p -r1.8 distinfo
> --- distinfo  30 Aug 2017 22:42:46 -  1.8
> +++ distinfo  9 Sep 2017 18:47:14 -
> @@ -1,2 +1,2 @@
> -SHA256 (pdf2djvu-0.9.6.tar.xz) =
> eQ1pnXypax7h6jLeDCnYP4YWHEhZNgKmNuJKJWAPHPU= -SIZE
> (pdf2djvu-0.9.6.tar.xz) = 268360 +SHA256 (pdf2djvu-0.9.7.tar.xz) =
> nn1CYyoTDPc/xhRKeLB5XcDWkOzM0lNg+jyZnm9yIsE= +SIZE
> (pdf2djvu-0.9.7.tar.xz) = 268344



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



Re: Update graphics/pdf2djvu

2017-09-09 Thread Matthias Kilian
On Sat, Sep 09, 2017 at 09:33:38PM +0200, Juan Francisco Cantero Hurtado wrote:
> > this update should fix the build of pdf2djvu with poppler-0.58.
> > 
> > ok?
> 
> Your ports tree is outdated :)

Obviously. I noticed it just a minute ago ;-)

Ciao,
Kili



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2017/09/09 14:03:15

Modified files:
games/openrct2 : Makefile distinfo 
games/openrct2/patches: patch-CMakeLists_txt 
patch-src_openrct2_CMakeLists_txt 
games/openrct2/pkg: PLIST 

Log message:
Update openrct2 to 0.1.1
Changelog: https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.1.1
ok awolk@



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2017/09/09 13:56:30

Modified files:
games  : Makefile 

Log message:
Hookup liblcf to the build



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2017/09/09 13:55:11

Modified files:
games/easyrpg  : Makefile distinfo 
Removed files:
games/easyrpg/patches: patch-CMakeLists_txt 

Log message:
Update to easyrpg 0.5.2

OK bcallah@



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2017/09/09 13:52:02

Log message:
Import liblcf, new dependency required for easyrpg update.

liblcf is a library to handle RPG Maker 2000 and 2003 game data. It can
read and write LCF and XML files.

OK bcallah@

Status:

Vendor Tag: jeremy
Release Tags:   jeremy_2017-Sep-09

N ports/games/liblcf/Makefile
N ports/games/liblcf/distinfo
N ports/games/liblcf/pkg/DESCR
N ports/games/liblcf/pkg/PLIST

No conflicts created by this import



Re: UPDATE: games/openrct2 0.1.0 => 0.1.1

2017-09-09 Thread Adam Wolk
On Mon, Aug 28, 2017 at 10:56:05AM -0400, Brian Callahan wrote:
> Hi ports --
> 
> Attached is an update to games/openrct2. It is mostly a bugfix update.
> Upstream now offers the choice to have a static or shared libopenrct2, which
> it seems that the default cmake flags on OpenBSD gets us a static library.
> It doesn't matter much to me either way, as I can't imagine anything ever
> linking to libopenrct2 except for the openrct2 binary. The static library
> does simply the port a tiny bit on the plus side.
> 
> Works well here.
> 
> OK?
> 
> ~Brian
> 

OK awolk@

tested on amd64 -current (sept 9th) using a save from the previous
version.



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Peter Hessler
CVSROOT:/cvs
Module name:ports
Changes by: phess...@cvs.openbsd.org2017/09/09 13:25:29

Modified files:
www/webkitgtk4 : Makefile 
Added files:
www/webkitgtk4/patches: 

patch-Source_JavaScriptCore_assembler_ARM64Assembler_h 

patch-Source_JavaScriptCore_assembler_ARMAssembler_h 

Log message:
ld.lld doesn't use as much memory as ld.bfd, so disable the
--no-keep-memory flag with the new PROPERTIES that sthen@ added.

While here, port some patches from FreeBSD's ports tree to fix the build
on aarch64 and armv7.

OK ajacoutot@



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2017/09/09 13:16:43

Modified files:
www/chromium   : Makefile distinfo 
www/chromium/patches: patch-BUILD_gn patch-base_BUILD_gn 
  patch-base_debug_stack_trace_posix_cc 
  patch-base_files_memory_mapped_file_posix_cc 
  patch-base_i18n_icu_util_cc 
  patch-base_process_launch_h 
  patch-base_process_process_metrics_h 
  patch-base_test_launcher_test_launcher_cc 
  patch-base_test_test_file_util_linux_cc 
  patch-base_threading_platform_thread_h 
  patch-base_trace_event_process_memory_dump_cc 
  patch-build_config_BUILDCONFIG_gn 
  patch-build_config_BUILD_gn 
  patch-build_config_compiler_BUILD_gn 
  patch-build_config_compiler_compiler_gni 
  patch-build_config_features_gni 
  patch-build_toolchain_gcc_toolchain_gni 
  patch-cc_BUILD_gn 
  patch-chrome_app_chrome_main_cc 
  patch-chrome_app_chrome_main_delegate_cc 
  patch-chrome_app_chrome_main_delegate_h 
  patch-chrome_app_chromium_strings_grd 
  patch-chrome_app_generated_resources_grd 
  patch-chrome_app_google_chrome_strings_grd 
  patch-chrome_app_settings_strings_grdp 
  
patch-chrome_app_theme_chrome_unscaled_resources_grd 
  patch-chrome_browser_about_flags_cc 
  patch-chrome_browser_after_startup_task_utils_cc 
  patch-chrome_browser_browser_process_impl_cc 
  patch-chrome_browser_browser_process_impl_h 
  patch-chrome_browser_browser_resources_grd 
  patch-chrome_browser_chrome_browser_main_cc 
  patch-chrome_browser_chrome_browser_main_linux_cc 
  
patch-chrome_browser_chrome_content_browser_client_cc 
  
patch-chrome_browser_chrome_content_browser_client_h 
  
patch-chrome_browser_custom_handlers_protocol_handler_registry_cc 
  
patch-chrome_browser_devtools_devtools_eye_dropper_cc 
  
patch-chrome_browser_download_chrome_download_manager_delegate_cc 
  
patch-chrome_browser_download_download_commands_cc 
  patch-chrome_browser_download_download_commands_h 
  patch-chrome_browser_download_download_prefs_cc 
  patch-chrome_browser_download_download_prefs_h 
  
patch-chrome_browser_extensions_api_input_ime_input_ime_api_h 
  
patch-chrome_browser_extensions_api_messaging_message_service_cc 
  
patch-chrome_browser_extensions_api_settings_private_prefs_util_cc 
  
patch-chrome_browser_extensions_api_webrtc_audio_private_webrtc_audio_private_api_cc
 
  
patch-chrome_browser_extensions_bookmark_app_helper_cc 
  
patch-chrome_browser_extensions_browser_context_keyed_service_factories_cc 
  
patch-chrome_browser_extensions_external_provider_impl_cc 
  patch-chrome_browser_flag_descriptions_cc 
  patch-chrome_browser_flag_descriptions_h 
  patch-chrome_browser_memory_details_cc 
  
patch-chrome_browser_metrics_chrome_browser_main_extra_parts_metrics_cc 
  patch-chrome_browser_process_singleton_posix_cc 
  
patch-chrome_browser_profiles_profile_impl_io_data_cc 
  
patch-chrome_browser_resources_plugin_metadata_plugins_linux_json 
  
patch-chrome_browser_safe_browsing_incident_reporting_incident_reporting_service_cc
 
  
patch-chrome_browser_safe_browsing_permission_reporter_cc 
  
patch-chrome_browser_speech_tts_controller_impl_cc 
  patch-chrome_browser_sync_chrome_sync_client_cc 
  
patch-chrome_browser_task_manager_sampling_task_group_cc 
  
patch-chrome_browser_task_manager_sampling_task_group_h 
  

Update print/poppler

2017-09-09 Thread Matthias Kilian
Hi,

here's an update to poppler-0.58. poppler-qt5 needs a minor bump
because there was a method addition (void
ArthurOutputDev::setDefaultCTM(double *ctm)).

Current fallout (bulk update build still running): graphics/pdf2djvu
(an update should fix tis, I'll send a diff in a minute),
print/texlive/base (fails during configure, I'll look at it).

Ciao,
Kili

Index: Makefile
===
RCS file: /cvs/ports/print/poppler/Makefile,v
retrieving revision 1.125
diff -u -p -r1.125 Makefile
--- Makefile28 Aug 2017 19:08:30 -  1.125
+++ Makefile9 Sep 2017 13:18:34 -
@@ -5,7 +5,7 @@ COMMENT-qt4=qt4 interface to PDF render
 COMMENT-qt5=   Qt5 interface to PDF rendering library
 COMMENT-utils= PDF conversion tools and utilities
 
-V= 0.57.0
+V= 0.58.0
 DISTNAME=  poppler-$V
 CATEGORIES=print
 PKGNAME-main=  poppler-$V
@@ -15,10 +15,10 @@ PKGNAME-qt5=poppler-qt5-$V
 
 EXTRACT_SUFX=  .tar.xz
 
-SHARED_LIBS += poppler  44.0 # 68.0
+SHARED_LIBS += poppler  45.0 # 69.0
 SHARED_LIBS += poppler-glib 17.0 # 17.0
 SHARED_LIBS += poppler-qt4  20.1 # 15.0
-SHARED_LIBS += poppler-qt5  4.0  # 11.0
+SHARED_LIBS += poppler-qt5  4.1  # 11.0
 SHARED_LIBS += poppler-cpp  8.0  # 3.0
 
 HOMEPAGE=  http://poppler.freedesktop.org/
Index: distinfo
===
RCS file: /cvs/ports/print/poppler/distinfo,v
retrieving revision 1.64
diff -u -p -r1.64 distinfo
--- distinfo28 Aug 2017 19:08:30 -  1.64
+++ distinfo9 Sep 2017 12:50:42 -
@@ -1,2 +1,2 @@
-SHA256 (poppler-0.57.0.tar.xz) = DqN95xt9t4IS68ed9Z+ZtmQJopwurE2ILa6fI5f+RNg=
-SIZE (poppler-0.57.0.tar.xz) = 1703300
+SHA256 (poppler-0.58.0.tar.xz) = DkLkZBmuVLAtnytSfGR1tgEdFYFpGLkFffo6riEa+DI=
+SIZE (poppler-0.58.0.tar.xz) = 1710412
Index: patches/patch-poppler_XRef_cc
===
RCS file: /cvs/ports/print/poppler/patches/patch-poppler_XRef_cc,v
retrieving revision 1.17
diff -u -p -r1.17 patch-poppler_XRef_cc
--- patches/patch-poppler_XRef_cc   17 Dec 2016 01:20:10 -  1.17
+++ patches/patch-poppler_XRef_cc   9 Sep 2017 12:57:59 -
@@ -1,7 +1,8 @@
 $OpenBSD: patch-poppler_XRef_cc,v 1.17 2016/12/17 01:20:10 kili Exp $
 poppler/XRef.cc.orig   Thu Dec 15 20:08:06 2016
-+++ poppler/XRef.ccFri Dec 16 14:16:46 2016
-@@ -1090,49 +1090,38 @@ void XRef::getEncryptionParameters(Guchar **fileKeyA, 
+Index: poppler/XRef.cc
+--- poppler/XRef.cc.orig
 poppler/XRef.cc
+@@ -1049,49 +1049,38 @@ void XRef::getEncryptionParameters(Guchar **fileKeyA, 
  }
  
  GBool XRef::okToPrint(GBool ignoreOwnerPW) {
@@ -58,4 +59,4 @@ $OpenBSD: patch-poppler_XRef_cc,v 1.17 2
 +  return gTrue;
  }
  
- Object *XRef::getCatalog(Object *catalog) {
+ Object XRef::getCatalog() {
Index: patches/patch-qt5_src_Makefile_in
===
RCS file: /cvs/ports/print/poppler/patches/patch-qt5_src_Makefile_in,v
retrieving revision 1.4
diff -u -p -r1.4 patch-qt5_src_Makefile_in
--- patches/patch-qt5_src_Makefile_in   17 Dec 2016 01:20:10 -  1.4
+++ patches/patch-qt5_src_Makefile_in   9 Sep 2017 12:57:59 -
@@ -1,8 +1,9 @@
 $OpenBSD: patch-qt5_src_Makefile_in,v 1.4 2016/12/17 01:20:10 kili Exp $
 Reorder linking to make sure libestdc++ is picked up earlier than libstdc++.
 qt5/src/Makefile.in.orig   Thu Dec 15 23:36:31 2016
-+++ qt5/src/Makefile.inFri Dec 16 14:16:48 2016
-@@ -521,8 +521,8 @@ libpoppler_qt5_la_CXXFLAGS = \
+Index: qt5/src/Makefile.in
+--- qt5/src/Makefile.in.orig
 qt5/src/Makefile.in
+@@ -522,8 +522,8 @@ libpoppler_qt5_la_CXXFLAGS = \
-Dpoppler_qt5_EXPORTS
  
  libpoppler_qt5_la_LIBADD = \
@@ -12,4 +13,4 @@ Reorder linking to make sure libestdc++ 
 +  $(top_builddir)/poppler/libpoppler.la
  
  libpoppler_qt5_la_LDFLAGS = \
-   -version-info 9:0:8 \
+   -version-info 11:0:10   \



Update graphics/pdf2djvu

2017-09-09 Thread Matthias Kilian
Hi,

this update should fix the build of pdf2djvu with poppler-0.58.

ok?

Ciao,
Kili

Index: Makefile
===
RCS file: /cvs/ports/graphics/pdf2djvu/Makefile,v
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile30 Aug 2017 22:42:46 -  1.21
+++ Makefile9 Sep 2017 18:47:07 -
@@ -2,7 +2,7 @@
 
 COMMENT =  creates DjVu files from PDF files
 
-V =0.9.6
+V =0.9.7
 DISTNAME = pdf2djvu-${V}
 
 CATEGORIES =   graphics
Index: distinfo
===
RCS file: /cvs/ports/graphics/pdf2djvu/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo30 Aug 2017 22:42:46 -  1.8
+++ distinfo9 Sep 2017 18:47:14 -
@@ -1,2 +1,2 @@
-SHA256 (pdf2djvu-0.9.6.tar.xz) = eQ1pnXypax7h6jLeDCnYP4YWHEhZNgKmNuJKJWAPHPU=
-SIZE (pdf2djvu-0.9.6.tar.xz) = 268360
+SHA256 (pdf2djvu-0.9.7.tar.xz) = nn1CYyoTDPc/xhRKeLB5XcDWkOzM0lNg+jyZnm9yIsE=
+SIZE (pdf2djvu-0.9.7.tar.xz) = 268344



Re: Update games/easyrpg 0.1.2 -> 0.5.2

2017-09-09 Thread Jeremy Evans
On 08/27 09:10, Jeremy Evans wrote:
> This updates easyrpg to the latest release, which no longer requires
> ruby 1.8 (or any version of ruby).
> 
> This drops the easyrpg-readers distfile, as it doesn't appear to be
> part of easyrpg anymore.
> 
> Requires new attached liblcf port, also from the EasyRPG project.
> 
> Compiles on amd64.  I don't have any ability to test it.

I was able to find an online game you can play with this port:  

https://rpgmaker.net/content/games/917/downloads/Desert%20Nightmare%20(English).rar

It plays, at least the first few minutes that I tried.

Still looking for an OK to import the new liblcf dependency so I can
update this port.

Thanks,
Jeremy



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/09/09 08:17:10

Modified files:
security/letsencrypt: Makefile.inc 
security/letsencrypt/client: distinfo 
security/letsencrypt/client/pkg: PLIST 
security/letsencrypt/py-acme: distinfo 

Log message:
update to certbot-0.18.1



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

2017-09-09 Thread Stuart Henderson
On 2017/09/09 11:35, Juan Francisco Cantero Hurtado wrote:
> On Sat, Sep 02, 2017 at 06:49:38PM +0200, Marcus MERIGHI wrote:
> > i...@juanfra.info (Juan Francisco Cantero Hurtado), 2017.09.02 (Sat) 00:42 
> > (CEST):
> > > 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?
> > 
> > switching between "-c:a aac" and "-c:a mp3" I have: no fail with two
> > dozen tries with mp3; one good go with aac after switching back,
> > followed by two failures. 
> 
> Guys, ffmpeg 20170825p1 works for me. Give it a try.

What's in ports now works on amd64, but not i386.



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

2017-09-09 Thread Juan Francisco Cantero Hurtado
On Sat, Sep 02, 2017 at 06:49:38PM +0200, Marcus MERIGHI wrote:
> i...@juanfra.info (Juan Francisco Cantero Hurtado), 2017.09.02 (Sat) 00:42 
> (CEST):
> > 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?
> 
> switching between "-c:a aac" and "-c:a mp3" I have: no fail with two
> dozen tries with mp3; one good go with aac after switching back,
> followed by two failures. 

Guys, ffmpeg 20170825p1 works for me. Give it a try.


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



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/09/09 05:30:48

Modified files:
x11/sxhkd/patches: patch-Makefile 
x11/bspwm/patches: patch-Makefile 

Log message:
LDFLAGS handling merged upstream



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/09/09 05:28:58

Modified files:
net/gupnp/tools: Makefile distinfo 
net/gupnp/tools/pkg: PLIST 

Log message:
update to gupnp-tools-0.8.14



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/09/09 04:22:45

Modified files:
infrastructure/mk: arch-defines.mk 

Log message:
Add LLD_ARCHS, listing arches using LLVM's ld.lld (rather than binutils'
ld.bfd) and a PROPERTIES matcher. Suggested by phessler@, "go for it" espie@



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2017/09/09 01:53:37

Modified files:
sysutils/borgmatic: Makefile distinfo 

Log message:
update to borgmatic-1.1.8



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/09/09 01:27:58

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py-botocore-1.7.7.



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/09/09 01:28:11

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.11.149.



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/09/09 01:24:36

Modified files:
mail/mimedefang: Makefile distinfo 

Log message:
Update to mimedefang-2.82.



CVS: cvs.openbsd.org: ports

2017-09-09 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/09/09 01:02:38

Modified files:
net/go-net : Makefile 

Log message:
Needs BDEP on devel/go-sys.