CVS: cvs.openbsd.org: ports

2019-01-04 Thread Daniel Jakots
CVSROOT:/cvs
Module name:ports
Changes by: d...@cvs.openbsd.org2019/01/04 19:28:56

Removed files:
net/openafs: Makefile distinfo 

Log message:
Remove openafs leftovers

(Most of) the port was removed with:
date: 2018/12/20 08:19:31; author: solene; commitid: HEM3m98xxGUeVOpX;
Remove openafs

Broken on i386 due to clang switch and was only for arch i386.

ok todd@ naddy@



Re: CVS: cvs.openbsd.org: ports

2019-01-04 Thread Christian Weisgerber
On 2019-01-04, Stuart Henderson  wrote:

>> > gmake[1]: Entering directory '/usr/obj/ports/munin-2.0.44/munin-2.0.44'
>> > Makefile:78: warning: overriding recipe for target '.java.class'
>> > gmake: *** [Makefile:328: build-common-defaults-stamp] Segmentation fault
>> > (core dumped)
>> 
>> I can trigger this error on macppc but not every time I run make.
>
> It breaks too often on i386 to be usable in bulk builds so I've disabled it
> there for now .. There was some refactoring of Makefiles between 2.0.43 and
> 2.0.44 so I guess reverting that may well help.

I looked at the core file and it's a use-after-free.  There's an
actual bug hiding somewhere in gmake.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/01/04 15:43:59

Modified files:
meta/kde4  : Makefile 

Log message:
delete okular from KDE4 meta

I forgot to delete okular in my last commit.

Spotted by naddy@ Thanks!



Re: CVS: cvs.openbsd.org: ports

2019-01-04 Thread Stuart Henderson
On 2018/12/29 13:00, Kirill Bychkov wrote:
> On Fri, December 28, 2018 22:20, Stuart Henderson wrote:
> > On 2018/12/23 08:05, Kirill Bychkov wrote:
> >> CVSROOT:   /cvs
> >> Module name:   ports
> >> Changes by:ki...@cvs.openbsd.org   2018/12/23 08:05:07
> >>
> >> Modified files:
> >>net/munin  : Makefile distinfo
> >>net/munin/patches: patch-Makefile patch-Makefile_config
> >>   patch-plugins_node_d_postfix_mailstats_in
> >>
> >> Log message:
> >> update to munin-2.0.44
> >>
> >
> > Failed in i386 bulk, it looks like it's doing something which triggered a
> > segfault in gmake:
> >
> > ...
> > cd common && /usr/bin/perl Build code
> > gmake substitute-build-defaults-inline
> > gmake[1]: Entering directory '/usr/obj/ports/munin-2.0.44/munin-2.0.44'
> > Makefile:78: warning: overriding recipe for target '.java.class'
> > gmake: *** [Makefile:328: build-common-defaults-stamp] Segmentation fault
> > (core dumped)
> > *** Error 2 in net/munin (/usr/ports/infrastructure/mk/bsd.port.mk:2786
> > '/usr/obj/ports/munin-2.0.44/.build_done')
> > ===> Exiting net/munin,-main with an error
> > ...
> 
> Hi,
> I can trigger this error on macppc but not every time I run make.
> Sometimes gmake build-common-defaults-stamp runs successfully.
> I see no major differences in makefiles between 2.0.43 and 2.0.44.

It breaks too often on i386 to be usable in bulk builds so I've disabled it
there for now .. There was some refactoring of Makefiles between 2.0.43 and
2.0.44 so I guess reverting that may well help.

> >
> > sthen@i386[/usr/obj/ports/munin-2.0.44] sudo gdb /usr/local/bin/gmake
> > ./munin-2.0.44/gmake.core
> > GNU gdb 6.3
> > Copyright 2004 Free Software Foundation, Inc.
> > GDB is free software, covered by the GNU General Public License, and you are
> > welcome to change it and/or distribute copies of it under certain 
> > conditions.
> > Type "show copying" to see the conditions.
> > There is absolutely no warranty for GDB.  Type "show warranty" for details.
> > This GDB was configured as "i386-unknown-openbsd6.4"...(no debugging symbols
> > found)
> >
> > Core was generated by `gmake'.
> > Program terminated with signal 11, Segmentation fault.
> > (no debugging symbols found)
> > Loaded symbols for /usr/local/bin/gmake
> > Reading symbols from /usr/local/lib/libintl.so.6.0...(no debugging symbols
> > found)...done.
> > Loaded symbols for /usr/local/lib/libintl.so.6.0
> > Reading symbols from /usr/local/lib/libiconv.so.6.0...(no debugging symbols
> > found)...done.
> > Loaded symbols for /usr/local/lib/libiconv.so.6.0
> > Reading symbols from /usr/lib/libc.so.93.0...done.
> > Loaded symbols for /usr/lib/libc.so.93.0
> > Reading symbols from /usr/libexec/ld.so...done.
> > Loaded symbols for /usr/libexec/ld.so
> > #0  _libc_strlen (
> > str=0x68edeb00 '' ...) at
> > /usr/src/lib/libc/string/strlen.c:39
> > 39  for (s = str; *s; ++s)
> > (gdb) bt
> > #0  _libc_strlen (str=0x68edeb00 '' ...) at
> > /usr/src/lib/libc/string/strlen.c:39
> > #1  0x14d2fc4b in error () from /usr/local/bin/gmake
> > #2  0x14d33d3f in parse_file_seq () from /usr/local/bin/gmake
> > #3  0x14d31620 in eval_buffer () from /usr/local/bin/gmake
> > #4  0x14d30713 in read_all_makefiles () from /usr/local/bin/gmake
> > #5  0x14d30303 in read_all_makefiles () from /usr/local/bin/gmake
> > #6  0x14d2b971 in main () from /usr/local/bin/gmake
> > Current language:  auto; currently minimal
> > (gdb)
> >
> >
> >
> >
> > Full log below:
> >
> >
>  Building on i386 under net/munin,-main
> >  BDEPENDS = [devel/p5-Module-Build;devel/gmake]
> >  DIST = [net/munin,-server:munin-2.0.44.tar.gz]
> >  FULLPKGNAME = munin-node-2.0.44
> >  RDEPENDS =
> > [devel/p5-List-MoreUtils;net/p5-Net-CIDR;net/p5-IO-Socket-INET6;sysutils/logtail;devel/p5-Net-Server;devel/p5-Log-Log4perl]
> > (Junk lock obtained for i386 at 1545933672)
>  Running depends in net/munin,-main at 1545933672
> >last junk was in textproc/pinfo
> > /usr/sbin/pkg_add -aI -Drepair p5-Module-Build-0.4224
> > was: /usr/sbin/pkg_add -aI -Drepair gmake-4.2.1 p5-Module-Build-0.4224
> > /usr/sbin/pkg_add -aI -Drepair p5-Module-Build-0.4224
>  Running show-prepare-results in net/munin,-main at 1545933673
> > ===> net/munin,-main
> > ===> munin-node-2.0.44 depends on: p5-Module-Build-* -> 
> > p5-Module-Build-0.4224
> > ===> munin-node-2.0.44 depends on: gmake-* -> gmake-4.2.1
> > gmake-4.2.1
> > p5-Module-Build-0.4224
> > (Junk lock released for i386 at 1545933674)
> > distfiles size=2258278
>  Running build in net/munin,-main at 1545933674
> > ===> net/munin,-main
> > ===>  Checking files for munin-2.0.44
> > `/mnt/distfiles/munin-2.0.44.tar.gz' is up to date.
> > ===>  Extracting for munin-2.0.44
> > cp -Rp /usr/obj/ports/munin-2.0.44/munin-2.0.44/plugins/node.d.freebsd
> > /usr/obj/ports/munin-2.0.44/munin-2.0.44/plugins/node.d.openbsd
> > cp -p 
> > 

CVS: cvs.openbsd.org: ports

2019-01-04 Thread Elias M . Mariani
CVSROOT:/cvs
Module name:ports
Changes by: mari...@cvs.openbsd.org 2019/01/04 15:20:49

Modified files:
net/qbittorrent: Makefile.inc 
net/qbittorrent/qbittorrent: Makefile distinfo 
net/qbittorrent/qbittorrent/patches: patch-conf_pri_in 
 patch-configure 
net/qbittorrent/qbittorrent-nox: Makefile distinfo 
net/qbittorrent/qbittorrent-nox/patches: patch-conf_pri_in 
 patch-configure 

Log message:
Updating qbittorrent from 4.1.4 to 4.1.5

OK rsadowski@
OK danj@



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Elias M . Mariani
CVSROOT:/cvs
Module name:ports
Changes by: mari...@cvs.openbsd.org 2019/01/04 15:19:57

Modified files:
devel/py-ipykernel: Makefile distinfo 

Log message:
Updating py-ipykernel from 4.9.0 to 4.10.0

OK bket@
OK danj@



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/01/04 15:00:40

Modified files:
net/munin  : Makefile 

Log message:
mark BROKEN-i386, gmake segfaults



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2019/01/04 14:26:55

Modified files:
devel/quirks   : Makefile 
devel/quirks/files: Quirks.pm 

Log message:
No more poppler-qt4.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2019/01/04 14:17:58

Added files:
graphics/gdcm/patches: patch-Applications_Cxx_gdcminfo_cxx 
   patch-Applications_Cxx_gdcmpdf_cxx 

Log message:
Fix build with poppler-0.72.0.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2019/01/04 14:09:06

Added files:
graphics/inkscape/patches: 
   
patch-src_extension_internal_pdfinput_pdf-input_cpp 
   
patch-src_extension_internal_pdfinput_pdf-input_h 
   
patch-src_extension_internal_pdfinput_pdf-parser_cpp 
   
patch-src_extension_internal_pdfinput_pdf-parser_h 
   
patch-src_extension_internal_pdfinput_poppler-transition-api_h 
   
patch-src_extension_internal_pdfinput_svg-builder_cpp 
   
patch-src_extension_internal_pdfinput_svg-builder_h 

Log message:
Fix build with poppler-0.72.0.

Mostly from archlinux.

ok rsadowski@ (maintainer)



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2019/01/04 14:07:21

Added files:
editors/libreoffice/patches: 
 
patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_cxx 
 
patch-sdext_source_pdfimport_xpdfwrapper_pdfioutdev_gpl_hxx 
 
patch-sdext_source_pdfimport_xpdfwrapper_wrapper_gpl_cxx 

Log message:
Fix build with poppler-0.72.0.

>From archlinux.

ok robert@ (maintainer)



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2019/01/04 14:05:34

Modified files:
print/poppler  : Makefile distinfo 
print/poppler/patches: patch-poppler_Form_cc 
   patch-poppler_XRef_cc 
print/poppler/pkg: PLIST-main 
Removed files:
print/poppler/pkg: DESCR-qt4 PLIST-qt4 

Log message:
Update to poppler-0.72.0, also dropping poppler-qt4.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2019/01/04 14:03:08

Modified files:
x11/kde4/kfilemetadata: Makefile 
x11/kde4/kfilemetadata/pkg: PLIST 

Log message:
Disable poppler-qt4.

>From rsadowski, tested by me.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2019/01/04 14:01:52

Modified files:
x11/kde4/nepomuk-core: Makefile 
x11/kde4/nepomuk-core/pkg: PLIST 

Log message:
Disable poppler-qt4.

>From rsadowski, tested by me.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2019/01/04 13:38:18

Modified files:
cad: Makefile 

Log message:
+xschem



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Klemens Nanni
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2019/01/04 13:35:47

Log message:
Import cad/xschem

Xschem is a schematic capture program, it allows creation of
hierarchical representation of circuits with a top down approach. By
focusing on interfaces, hierarchy and instance properties a complex
system can be described in terms of simpler building blocks.

A VHDL or Verilog or Spice netlist can be generated from the drawn
schematic, allowing the simulation of the circuit. Key feature of the
program is its drawing engine written in C and using directly the Xlib
drawing primitives; this gives very good speed performance, even on
very big circuits. The user interface is built with the Tcl-Tk
toolkit, tcl is also the extension language used.

Netlist can be exported in tEDAx format which can then be used by
pcb-rnd to design a printed circuit board.

From Hannu Vuolasaho  who takes mainainer.

Feedback from me, OK rsadowski

Status:

Vendor Tag: kn
Release Tags:   kn_20190104

N ports/cad/xschem/Makefile
N ports/cad/xschem/distinfo
N ports/cad/xschem/patches/patch-doc_manpages_xschem_1
N ports/cad/xschem/patches/patch-src_xinit_c
N ports/cad/xschem/patches/patch-xschem_library_Makefile
N ports/cad/xschem/pkg/DESCR
N ports/cad/xschem/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/01/04 10:29:53

Modified files:
lang/gcc/4.9   : gcc4.port.mk 
lang/gcc/8 : gcc4.port.mk 

Log message:
Provide MODGCC4_FORTRAN* variables.

ok jca@



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Frederic Cambus
CVSROOT:/cvs
Module name:ports
Changes by: fcam...@cvs.openbsd.org 2019/01/04 10:24:26

Modified files:
net/libmaxminddb: Makefile distinfo 

Log message:
Update GeoLite2 databases to latest version.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/01/04 10:03:01

Modified files:
devel/libcoap  : Makefile 

Log message:
USE_LLD=No to unbreak



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/01/04 10:01:18

Modified files:
sysutils/firmware/vmm: Makefile 

Log message:
revert messy ld.bfd handling and replace with USE_LLD=No.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/01/04 09:58:42

Modified files:
infrastructure/mk: bsd.port.mk 

Log message:
Allow setting USE_LLD=No, to use ld.bfd on a "base is LLD" arch. ok espie@

Improves visibility of ports that are broken with LLD by using a common
variable rather than various workarounds, and allows simpler testing/debug
ld.bfd failures on amd64.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/01/04 09:26:55

Modified files:
devel/ccache   : Makefile distinfo 
devel/ccache/patches: patch-Makefile_in patch-configure 

Log message:
update to ccache-3.5.1a



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Bjorn Ketelaars
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2019/01/04 09:21:43

Modified files:
x11/spectrwm   : Makefile 
x11/spectrwm/patches: patch-Makefile patch-spectrwm_c 
Added files:
x11/spectrwm/patches: patch-lib_Makefile 

Log message:
pledge spectrwm.

While here:
- order WANTLIB
- drop -g from CFLAGS, which is covered in DEBUG

Discussed offlist with gonzalo@ (MAINTAINER) who responded with "I think
we still need to push this upstream, BUT go ahead with the commit for
now, and then we can delete the patches."



Re: CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
And also ok jca@ and semarie@


On Fri, 4 Jan 2019 08:50:40 -0700 (MST), Pascal Stumpf wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   pas...@cvs.openbsd.org  2019/01/04 08:50:40
> 
> Log message:
> Import GCC 8.2.0. ok espie@
> 
> Status:
> 
> Vendor Tag:   pascal
> Release Tags: pascal_20190104
> 
> N ports/lang/gcc/8/Makefile
> N ports/lang/gcc/8/distinfo
> N ports/lang/gcc/8/gcc4.port.mk
> N ports/lang/gcc/8/patches/patch-Makefile_in
> N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_a-calend_adb
> N 
> ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-mips64el_ads
> N ports/lang/gcc/8/patches/patch-gcc_ada_osint_adb
> N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-ppc_ads
> N ports/lang/gcc/8/patches/patch-gcc_ada_libgnarl_s-osinte__openbsd_adb
> N 
> ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-sparcv9_ads
> N 
> ports/lang/gcc/8/patches/patch-gcc_common_config_aarch64_aarch64-common_c
> N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-x86_ads
> N ports/lang/gcc/8/patches/patch-ltmain_sh
> N ports/lang/gcc/8/patches/patch-libgcc_config_host
> N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-x86_64_ads
> N ports/lang/gcc/8/patches/patch-gcc_ada_libgnarl_s-osinte__openbsd_ads
> N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-hppa_ads
> N ports/lang/gcc/8/patches/patch-gcc_builtins_c
> N ports/lang/gcc/8/patches/patch-gcc_c-family_c_opt
> N ports/lang/gcc/8/patches/patch-gcc_c_c-decl_c
> N ports/lang/gcc/8/patches/patch-gcc_common_config_arm_arm-common_c
> N ports/lang/gcc/8/patches/patch-gcc_common_config_rs6000_rs6000-common_c
> N ports/lang/gcc/8/patches/patch-gcc_common_opt
> N ports/lang/gcc/8/patches/patch-gcc_config_alpha_alpha_c
> N ports/lang/gcc/8/patches/patch-gcc_configure
> N ports/lang/gcc/8/patches/patch-gcc_config_alpha_alpha_md
> N ports/lang/gcc/8/patches/patch-gcc_config_alpha_alpha_opt
> N ports/lang/gcc/8/patches/patch-gcc_config_alpha_openbsd_h
> N ports/lang/gcc/8/patches/patch-gcc_config_arm_openbsd1_h
> N ports/lang/gcc/8/patches/patch-gcc_config_exec-stack_h
> N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-arm_ads
> N ports/lang/gcc/8/patches/patch-gcc_config_i386_i386_h
> N ports/lang/gcc/8/patches/patch-fixincludes_fixincl_x
> N ports/lang/gcc/8/patches/patch-gcc_config_i386_openbsdelf_h
> N ports/lang/gcc/8/patches/patch-gcc_config_mips_mips_h
> N ports/lang/gcc/8/patches/patch-gcc_config_mips_openbsd_h
> N ports/lang/gcc/8/patches/patch-gcc_config_openbsd-libpthread_h
> N ports/lang/gcc/8/patches/patch-gcc_config_openbsd_h
> N ports/lang/gcc/8/patches/patch-gcc_config_openbsd_opt
> N ports/lang/gcc/8/patches/patch-gcc_config_pa_pa-openbsd_h
> N ports/lang/gcc/8/patches/patch-gcc_config_pa_pa_c
> N ports/lang/gcc/8/patches/patch-gcc_config_pa_pa_h
> N ports/lang/gcc/8/patches/patch-gcc_tree-vect-stmts_c
> N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_driver-rs6000_c
> N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_openbsd1_h
> N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_openbsd_h
> N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_rs6000_c
> N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_sysv4_h
> N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_t-openbsd
> N ports/lang/gcc/8/patches/patch-gcc_config_sparc_openbsd64_h
> N ports/lang/gcc/8/patches/patch-gcc_config_sparc_sparc_c
> N ports/lang/gcc/8/patches/patch-gcc_cp_g++spec_c
> N ports/lang/gcc/8/patches/patch-gcc_defaults_h
> N ports/lang/gcc/8/patches/patch-gcc_flags_h
> N ports/lang/gcc/8/patches/patch-gcc_lto_lto_c
> N ports/lang/gcc/8/patches/patch-gcc_fortran_f95-lang_c
> N ports/lang/gcc/8/patches/patch-gcc_go_go-lang_c
> N ports/lang/gcc/8/patches/patch-gcc_Makefile_in
> N ports/lang/gcc/8/patches/patch-gcc_opts_c
> N ports/lang/gcc/8/patches/patch-gcc_targhooks_c
> N ports/lang/gcc/8/patches/patch-gcc_testsuite_gcc_dg_format_format_h
> N ports/lang/gcc/8/patches/patch-gcc_config_arm_arm_h
> N ports/lang/gcc/8/patches/patch-gnattools_configure
> N ports/lang/gcc/8/patches/patch-gnattools_configure_ac
> N ports/lang/gcc/8/patches/patch-libatomic_Makefile_in
> N ports/lang/gcc/8/patches/patch-libatomic_configure_tgt
> N ports/lang/gcc/8/patches/patch-libbacktrace_configure
> N ports/lang/gcc/8/patches/patch-libcc1_Makefile_in
> N ports/lang/gcc/8/patches/patch-libgcc_libgcc2_c
> N ports/lang/gcc/8/patches/patch-gcc_ada_adaint_c
> N ports/lang/gcc/8/patches/patch-libffi_Makefile_in
> N ports/lang/gcc/8/patches/patch-libffi_include_Makefile_in
> N ports/lang/gcc/8/patches/patch-libffi_src_closures_c
> N 

CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/01/04 08:50:40

Log message:
Import GCC 8.2.0. ok espie@

Status:

Vendor Tag: pascal
Release Tags:   pascal_20190104

N ports/lang/gcc/8/Makefile
N ports/lang/gcc/8/distinfo
N ports/lang/gcc/8/gcc4.port.mk
N ports/lang/gcc/8/patches/patch-Makefile_in
N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_a-calend_adb
N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-mips64el_ads
N ports/lang/gcc/8/patches/patch-gcc_ada_osint_adb
N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-ppc_ads
N ports/lang/gcc/8/patches/patch-gcc_ada_libgnarl_s-osinte__openbsd_adb
N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-sparcv9_ads
N ports/lang/gcc/8/patches/patch-gcc_common_config_aarch64_aarch64-common_c
N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-x86_ads
N ports/lang/gcc/8/patches/patch-ltmain_sh
N ports/lang/gcc/8/patches/patch-libgcc_config_host
N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-x86_64_ads
N ports/lang/gcc/8/patches/patch-gcc_ada_libgnarl_s-osinte__openbsd_ads
N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-hppa_ads
N ports/lang/gcc/8/patches/patch-gcc_builtins_c
N ports/lang/gcc/8/patches/patch-gcc_c-family_c_opt
N ports/lang/gcc/8/patches/patch-gcc_c_c-decl_c
N ports/lang/gcc/8/patches/patch-gcc_common_config_arm_arm-common_c
N ports/lang/gcc/8/patches/patch-gcc_common_config_rs6000_rs6000-common_c
N ports/lang/gcc/8/patches/patch-gcc_common_opt
N ports/lang/gcc/8/patches/patch-gcc_config_alpha_alpha_c
N ports/lang/gcc/8/patches/patch-gcc_configure
N ports/lang/gcc/8/patches/patch-gcc_config_alpha_alpha_md
N ports/lang/gcc/8/patches/patch-gcc_config_alpha_alpha_opt
N ports/lang/gcc/8/patches/patch-gcc_config_alpha_openbsd_h
N ports/lang/gcc/8/patches/patch-gcc_config_arm_openbsd1_h
N ports/lang/gcc/8/patches/patch-gcc_config_exec-stack_h
N ports/lang/gcc/8/patches/patch-gcc_ada_libgnat_system-openbsd-arm_ads
N ports/lang/gcc/8/patches/patch-gcc_config_i386_i386_h
N ports/lang/gcc/8/patches/patch-fixincludes_fixincl_x
N ports/lang/gcc/8/patches/patch-gcc_config_i386_openbsdelf_h
N ports/lang/gcc/8/patches/patch-gcc_config_mips_mips_h
N ports/lang/gcc/8/patches/patch-gcc_config_mips_openbsd_h
N ports/lang/gcc/8/patches/patch-gcc_config_openbsd-libpthread_h
N ports/lang/gcc/8/patches/patch-gcc_config_openbsd_h
N ports/lang/gcc/8/patches/patch-gcc_config_openbsd_opt
N ports/lang/gcc/8/patches/patch-gcc_config_pa_pa-openbsd_h
N ports/lang/gcc/8/patches/patch-gcc_config_pa_pa_c
N ports/lang/gcc/8/patches/patch-gcc_config_pa_pa_h
N ports/lang/gcc/8/patches/patch-gcc_tree-vect-stmts_c
N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_driver-rs6000_c
N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_openbsd1_h
N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_openbsd_h
N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_rs6000_c
N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_sysv4_h
N ports/lang/gcc/8/patches/patch-gcc_config_rs6000_t-openbsd
N ports/lang/gcc/8/patches/patch-gcc_config_sparc_openbsd64_h
N ports/lang/gcc/8/patches/patch-gcc_config_sparc_sparc_c
N ports/lang/gcc/8/patches/patch-gcc_cp_g++spec_c
N ports/lang/gcc/8/patches/patch-gcc_defaults_h
N ports/lang/gcc/8/patches/patch-gcc_flags_h
N ports/lang/gcc/8/patches/patch-gcc_lto_lto_c
N ports/lang/gcc/8/patches/patch-gcc_fortran_f95-lang_c
N ports/lang/gcc/8/patches/patch-gcc_go_go-lang_c
N ports/lang/gcc/8/patches/patch-gcc_Makefile_in
N ports/lang/gcc/8/patches/patch-gcc_opts_c
N ports/lang/gcc/8/patches/patch-gcc_targhooks_c
N ports/lang/gcc/8/patches/patch-gcc_testsuite_gcc_dg_format_format_h
N ports/lang/gcc/8/patches/patch-gcc_config_arm_arm_h
N ports/lang/gcc/8/patches/patch-gnattools_configure
N ports/lang/gcc/8/patches/patch-gnattools_configure_ac
N ports/lang/gcc/8/patches/patch-libatomic_Makefile_in
N ports/lang/gcc/8/patches/patch-libatomic_configure_tgt
N ports/lang/gcc/8/patches/patch-libbacktrace_configure
N ports/lang/gcc/8/patches/patch-libcc1_Makefile_in
N ports/lang/gcc/8/patches/patch-libgcc_libgcc2_c
N ports/lang/gcc/8/patches/patch-gcc_ada_adaint_c
N ports/lang/gcc/8/patches/patch-libffi_Makefile_in
N ports/lang/gcc/8/patches/patch-libffi_include_Makefile_in
N ports/lang/gcc/8/patches/patch-libffi_src_closures_c
N ports/lang/gcc/8/patches/patch-libgcc_Makefile_in
N ports/lang/gcc/8/patches/patch-libgcc_config_arm_unwind-arm_h
N ports/lang/gcc/8/patches/patch-libgcc_config_t-hardfp
N ports/lang/gcc/8/patches/patch-gcc_config_gcc
N ports/lang/gcc/8/patches/patch-gcc_config_arm_openbsd_h
N 

CVS: cvs.openbsd.org: ports

2019-01-04 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2019/01/04 08:30:43

Modified files:
devel/py-dtfabric: Makefile distinfo 

Log message:
update dtfabric to 20181128.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/01/04 07:57:02

Modified files:
x11/kde-applications: Makefile 

Log message:
hook KDE5 okular



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/01/04 07:56:08

Modified files:
x11/kde4   : Makefile 
x11/kde4/korundum: Makefile 
x11/kde4/korundum/patches: patch-CMakeLists_txt 
x11/kde4/korundum/pkg: PLIST 
x11/kde4/p5-kde: Makefile 
x11/kde4/p5-kde/pkg: PLIST 
x11/kde4/smokekde: Makefile 
x11/kde4/smokekde/patches: patch-CMakeLists_txt 
x11/kde4/smokekde/pkg: PLIST 
meta/kde4  : Makefile 

Log message:
Unhook KDE4 okular and remove all dependencies



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/01/04 07:49:18

Log message:
Import okular-18.12.0; feedback, tweaks and OK kn@

Comment:
KDE document viewer

Description:
Okular is a universal document viewer based on KPDF for KDE 4.
It combines the excellent functionalities of KPDF with the
versatility of supporting different kind of documents, like PDF,
Postscript, DjVu, CHM, XPS, ePub and others.

Maintainer: Rafael Sadowski 

WWW: https://okular.kde.org/

Status:

Vendor Tag: rsadowski
Release Tags:   rsadowski_20190104

N ports/x11/kde-applications/okular/Makefile
N ports/x11/kde-applications/okular/distinfo
N ports/x11/kde-applications/okular/patches/patch-CMakeLists_txt
N 
ports/x11/kde-applications/okular/patches/patch-cmake_modules_FindLibSpectre_cmake
N 
ports/x11/kde-applications/okular/patches/patch-core_synctex_synctex_parser_c
N ports/x11/kde-applications/okular/patches/patch-shell_shell_cpp
N ports/x11/kde-applications/okular/pkg/DESCR
N ports/x11/kde-applications/okular/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/01/04 07:44:59

Modified files:
multimedia : Makefile 

Log message:
+upplay



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/01/04 07:44:12

Log message:
Import multimedia/upplay, feedback/ok rsadowski@.

upplay is a desktop UPnP audio Control Point for Linux/Unix and MS
Windows.

upplay does not play music, it controls a Media Renderer which may
be running on the same host or anywhere else.

Features:
* Plays gapless using either the UPnP SetNextTransportURI action
or the OpenHome Playlist service, depending on the device capabilities.
OpenHome is chosen by default if available.
* In AVT mode, remembers the last playlist.
* Can move your current playlist to another renderer.
* Lets you browse any UPnP Content Directory on the local network and
add music from there (click titles, or use the right-click menu for
directory adds).
* Supports multiple browsing tabs
* Lets you search the server, and the local listing.
* Can control the connections between multiple Linn Songcast Senders and
Receivers (multiroom synchronized playing).

Status:

Vendor Tag: pascal
Release Tags:   pascal_20190104

N ports/multimedia/upplay/Makefile
N ports/multimedia/upplay/distinfo
N ports/multimedia/upplay/pkg/DESCR
N ports/multimedia/upplay/pkg/PLIST
N ports/multimedia/upplay/patches/patch-upplay_pro

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/01/04 07:30:58

Modified files:
net: Makefile 

Log message:
+libupnpp



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/01/04 07:30:12

Log message:
Import net/libupnpp, feedback/ok jca@

Libupnpp is a C++ wrapper for libupnp, a.k.a Portable UPnP, which
is a direct descendant of the Open Source SDK released by Intel in
support of UPnP development.

Libupnpp can be used to implement UPnP devices and services, or
Control Points.

The Control Point side of libupnpp, which is documented here, allows
a C++ program to discover UPnP devices, and exchange commands and
status with them.

The library has a number of predefined modules for controlling
specific AVTransport or OpenHome audio services, and it is relatively
easy to add modules for other services externally (the internal
modules have no more access to library internals than an external
module would).

Status:

Vendor Tag: pascal
Release Tags:   pascal_20190104

N ports/net/libupnpp/distinfo
N ports/net/libupnpp/Makefile
N ports/net/libupnpp/pkg/DESCR
N ports/net/libupnpp/pkg/PLIST
N ports/net/libupnpp/patches/patch-configure

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/01/04 07:14:44

Modified files:
x11/gnome/sushi: Makefile distinfo 
x11/gnome/sushi/pkg: PLIST 

Log message:
Update to sushi-3.30.0.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/01/04 07:02:06

Modified files:
x11/gnome/builder: Makefile distinfo 
x11/gnome/builder/patches: patch-src_libide_util_ide-posix_c 
x11/gnome/builder/pkg: PLIST 

Log message:
Update to gnome-builder-3.30.2.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/01/04 06:43:35

Modified files:
net/librenms   : Makefile distinfo 
net/librenms/patches: patch-html_includes_output_capture_inc_php 
  patch-includes_common_php 
net/librenms/pkg: PLIST 

Log message:
update to librenms-1.47



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/01/04 06:39:09

Modified files:
x11/gnome/control-center: Makefile distinfo 
x11/gnome/control-center/patches: 
  
patch-panels_user-accounts_um-realm-manager_c 
  patch-shell_cc-panel-loader_c 
  patch-shell_meson_build 
x11/gnome/control-center/pkg: PLIST 

Log message:
Update to gnome-control-center-3.30.2.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/01/04 06:38:51

Modified files:
x11/gnome/settings-daemon: Makefile distinfo 
x11/gnome/settings-daemon/pkg: PLIST 
Removed files:
x11/gnome/settings-daemon/patches: patch-meson_build 

Log message:
Update to gnome-settings-daemon-3.30.1.2.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2019/01/04 06:27:13

Modified files:
databases/py-sqlalchemy: Makefile 
devel/py-twisted: Makefile 

Log message:
Use the proper idiom to test the python FLAVOR

Using ".if empty(FLAVOR)" means you can't have FLAVORS unrelated to
python handling.

".if !${FLAVOR:Mpython3}" is less readable but more generic.

No functional change.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2019/01/04 06:25:08

Modified files:
www/chromium   : Makefile 
www/chromium/files: pledge.main 
www/chromium/patches: 
  
patch-services_service_manager_sandbox_openbsd_sandbox_openbsd_cc 
  
patch-services_service_manager_sandbox_openbsd_sandbox_openbsd_h 

Log message:
remove error pledge because it is not needed and sync the sandbox code
with linux



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/01/04 06:24:10

Modified files:
x11/gnome/at-spi2-atk: Makefile 

Log message:
add BDEP on libxml; needed for building tests
ok ajacoutot@



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2019/01/04 04:07:58

Modified files:
misc/rocrail   : Makefile 
Added files:
misc/rocrail/patches: patch-rocview_impl_guiframe_cpp 

Log message:
Init m_LNCVPanel before m_CV to fix startup crash with recent wxWidgets

ok sebastia@ (maintainer)



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/01/04 03:37:01

Modified files:
sysutils/google-cloud-sdk: Makefile distinfo 
sysutils/google-cloud-sdk/patches: 
   
patch-lib_googlecloudsdk_core_util_platforms_py 
sysutils/google-cloud-sdk/pkg: PLIST 

Log message:
Update to google-cloud-sdk-228.0.0.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/01/04 03:27:47

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py-botocore-1.12.73.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/01/04 03:27:59

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.16.83.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/01/04 03:27:37

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py-boto3-1.9.73.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/01/04 03:12:19

Modified files:
devel/leatherman: Makefile distinfo 
devel/leatherman/patches: patch-cmake_cflags_cmake 

Log message:
simple update 1.5.3 -> 1.5.4



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/01/04 02:27:27

Modified files:
lang/nqp   : Makefile distinfo 

Log message:
Update to NQP 2018.12.

ok afresh1@



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/01/04 02:27:10

Modified files:
lang/moarvm: Makefile distinfo 
lang/moarvm/patches: patch-Configure_pl patch-build_Makefile_in 
 patch-build_setup_pm 
lang/moarvm/pkg: PLIST 
Removed files:
lang/moarvm/pkg: PFRAG.jit 

Log message:
Update to MoarVM 2018.12.

ok afresh1@



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/01/04 02:27:55

Modified files:
lang/rakudo: Makefile distinfo 
lang/rakudo/pkg: PLIST 
Added files:
lang/rakudo/patches: patch-src_core_Compiler_pm6 
Removed files:
lang/rakudo/patches: patch-src_core_Compiler_pm 

Log message:
Update to rakudo 2018.12.

feedback/ok afresh1@



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/01/04 01:56:44

Modified files:
x11/gnome/tracker: Makefile 
Added files:
x11/gnome/tracker/patches: patch-src_libtracker-data_meson_build 
   
patch-src_libtracker-data_tracker-data-manager_c 
   
patch-src_libtracker-data_tracker-db-interface-sqlite_c 
   
patch-src_libtracker-data_tracker-db-interface-sqlite_h 
   patch-src_libtracker-fts_meson_build 
   patch-src_libtracker-fts_tracker-fts_c 
   patch-src_libtracker-fts_tracker-fts_h 

Log message:
libtracker-data: Drop FTS table/view before ontology updates (upstream).
This fixes nautilus taking a long time to start and fix tracker daemon at
runtime.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/01/04 01:54:42

Added files:
devel/cmake/patches: patch-Source_Modules_FindLibUV_cmake 

Log message:
Let cmake cope with new location of libuv includes.



CVS: cvs.openbsd.org: ports

2019-01-04 Thread Pascal Stumpf
CVSROOT:/cvs
Module name:ports
Changes by: pas...@cvs.openbsd.org  2019/01/04 01:53:54

Modified files:
devel/libuv: Makefile distinfo 
devel/libuv/patches: patch-test_test-fs_c 
devel/libuv/pkg: PLIST 
Removed files:
devel/libuv/patches: patch-src_unix_tcp_c 
 patch-test_test-udp-ipv6_c 
 patch-test_test-udp-multicast-join6_c 

Log message:
Update to libuv 1.24.1; switch MASTER_SITES/HOMEPAGE to https.

feedback/ok rsadowski@