CVS: cvs.openbsd.org: ports

2017-10-23 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2017/10/23 23:56:44

Modified files:
devel/py-asn1-modules: Makefile distinfo 
devel/py-asn1-modules/pkg: PLIST 

Log message:
Update to py-asn1-modules-0.1.4.

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2017/10/23 23:53:09

Modified files:
devel/py-asn1  : Makefile distinfo 
devel/py-asn1/pkg: PLIST 

Log message:
Update to py-asn1-0.3.7.

ok ajacoutot@



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Benoit Lecocq
CVSROOT:/cvs
Module name:ports
Changes by: ben...@cvs.openbsd.org  2017/10/23 23:26:43

Modified files:
devel/git  : Makefile distinfo 
devel/git/patches: patch-t_t1450-fsck_sh patch-t_test-lib_sh 

Log message:
Update to git-2.14.3.



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/23 21:06:25

Modified files:
sysutils/awscli: Makefile distinfo 

Log message:
Update to awscli-1.11.176.



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/23 21:06:13

Modified files:
net/py-botocore: Makefile distinfo 

Log message:
Update to py-botocore-1.7.34.



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/23 21:03:31

Modified files:
devel/appstream-glib: Makefile distinfo 

Log message:
Update to appstream-glib-0.7.3.



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/23 21:02:17

Modified files:
sysutils/amazon-ecs-cli: Makefile distinfo 

Log message:
Update to ecs-cli-0.6.6.



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/23 20:57:19

Modified files:
devel/harfbuzz : Makefile distinfo 
Removed files:
devel/harfbuzz/patches: patch-src_hb-icu_cc 
patch-src_hb-ot-layout-gsubgpos-private_hh 
patch-src_hb-ot-shape_cc 
patch-src_hb-private_hh 
patch-src_hb-set-private_hh 
patch-src_hb-set_cc 

Log message:
Update to harfbuzz-1.6.2.



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/23 19:35:23

Modified files:
sysutils/consolekit: Makefile 
Added files:
sysutils/consolekit/patches: patch-src_ck-manager_c 

Log message:
Fix a memory leak in ck-manager (upstream).



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2017/10/23 15:46:58

Log message:
Import lang/freebasic, an open-source, multi-platform BASIC compiler.
Tweaks and ok juanfra@

The FreeBASIC project is a set of cross-platform development tools
consisting of a compiler, GNU-based assembler, linker and archiver, and
supporting runtime libraries, including a software-based graphics
library. The project also contains thin bindings (header files) to some
popular 3rd party libraries such as the C runtime library, Allegro, SDL,
OpenGL, GTK+, the Windows API, and many others.

When used in its "QB" language mode, FreeBASIC provides a high level of
support for programs written in Microsoft QuickBASIC.

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20171023

N ports/lang/freebasic/Makefile
N ports/lang/freebasic/distinfo
N ports/lang/freebasic/patches/patch-makefile
N ports/lang/freebasic/patches/patch-src_compiler_fb_bas
N ports/lang/freebasic/patches/patch-src_compiler_fbc_bas
N ports/lang/freebasic/patches/patch-bootstrap_openbsd-x86_64_fbc_c
N ports/lang/freebasic/patches/patch-bootstrap_openbsd-x86_fbc_c
N ports/lang/freebasic/pkg/DESCR
N ports/lang/freebasic/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2017/10/23 15:47:24

Modified files:
lang   : Makefile 

Log message:
+freebasic



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2017/10/23 15:46:43

Modified files:
textproc/ruby-hyperestraier: Makefile distinfo 
textproc/ruby-hyperestraier/pkg: PLIST 
Added files:
textproc/ruby-hyperestraier/patches: patch-ext_estraier_c 
Removed files:
textproc/ruby-hyperestraier/patches: 
 patch-rubynative_Makefile_in 
 patch-rubynative_configure 
 patch-rubynative_estcmd_rb 
 patch-rubynative_src_estraier_c 
 patch-rubynative_src_extconf_rb 

Log message:
Switch to using estraier gem

This is much simpler than trying to build the support that ships with
the hyperestaier distfile.  No significant difference in the ruby code,
even though it appears to be 3 tiny versions behind (1.4.10 vs 1.4.13).

This should make it easier to support future ruby versions, as previously
those required manual changes to the port Makefile.



CVS: cvs.openbsd.org: ports

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

Modified files:
net: Makefile 

Log message:
+sacc



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2017/10/23 15:42:33

Log message:
Import net/sacc, a simple console gopher client.
ok juanfra@

sacc, short for saccomys, is a simple console gopher client.

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20171023

N ports/net/sacc/Makefile
N ports/net/sacc/distinfo
N ports/net/sacc/pkg/PLIST
N ports/net/sacc/pkg/DESCR

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2017/10/23 15:39:57

Modified files:
databases/ruby-sequel_pg: Makefile distinfo 

Log message:
Update to sequel_pg 1.8.0



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2017/10/23 15:39:49

Modified files:
graphics   : Makefile 

Log message:
+farbfeld



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2017/10/23 15:39:20

Log message:
Import graphics/farbfeld, a lossless, uncompressed graphics format.
From a submission by Kaashif Hymabaccus ,
who takes MAINTAINER.
Really the brunt of the work was done by feinerer@, who also gives his ok.

Farbfeld is a lossless image format which is easy to parse, pipe and
compress.

Status:

Vendor Tag: bcallah
Release Tags:   bcallah_20171023

N ports/graphics/farbfeld/Makefile
N ports/graphics/farbfeld/distinfo
N ports/graphics/farbfeld/patches/patch-config_mk
N ports/graphics/farbfeld/patches/patch-Makefile
N ports/graphics/farbfeld/pkg/DESCR
N ports/graphics/farbfeld/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2017/10/23 15:39:02

Modified files:
www/ruby-raindrops: Makefile distinfo 
www/ruby-raindrops/pkg: PLIST 

Log message:
Update to raindrops 0.18.0



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Jeremy Evans
CVSROOT:/cvs
Module name:ports
Changes by: jer...@cvs.openbsd.org  2017/10/23 15:38:37

Modified files:
www/ruby-unicorn: Makefile distinfo 

Log message:
Update to unicorn 5.3.1



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2017/10/23 15:25:13

Modified files:
devel/apr-util : Makefile distinfo 

Log message:
Update to APR-util 1.6.1.
Fixes CVE-2017-12618; Out-of-bounds access in corrupted SDBM database.



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2017/10/23 15:24:37

Modified files:
devel/apr  : Makefile distinfo 

Log message:
Update to APR 1.6.3.
Fixes CVE-2017-12613; Out-of-bounds array deref in apr_time_exp*() function



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2017/10/23 15:23:04

Modified files:
multimedia/mediainfo: Makefile distinfo 

Log message:
maintenance update to 0.7.99



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2017/10/23 13:00:55

Modified files:
security/p5-Crypt-Primes: Makefile 
security/p5-Crypt-Primes/pkg: DESCR 
security/p5-Crypt-Random: Makefile 
security/p5-Crypt-Random/pkg: DESCR 

Log message:
do not talk about obsolete random devices in DESCR



CVS: cvs.openbsd.org: ports

2017-10-23 Thread James Turner
CVSROOT:/cvs
Module name:ports
Changes by: jtur...@cvs.openbsd.org 2017/10/23 11:59:18

Modified files:
mail/pop3d : Makefile distinfo 
Removed files:
mail/pop3d/patches: patch-util_c 

Log message:
Update pop3d to 1.0.2



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/10/23 11:37:55

Modified files:
net/unifi  : Makefile 

Log message:
5.6.19 moved from stable candidate to stable. No distfile change.



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/10/23 11:25:40

Modified files:
editors/tpad/patches: patch-configure 

Log message:
cope with pthread-stubs removal (explicit pkg-config check)



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/10/23 11:10:38

Modified files:
audio/ario : Makefile 
audio/calf : Makefile 
audio/deadbeef : Makefile 
audio/easytag  : Makefile 
audio/gimmix   : Makefile 
audio/gmpc : Makefile 
audio/gmpc-plugins: Makefile 
audio/gqmpeg   : Makefile 
audio/grip : Makefile 
audio/gtkpod   : Makefile 
audio/libcanberra: Makefile 
audio/mp3info  : Makefile 
audio/rhythmbox: Makefile 
audio/soundtracker: Makefile 
audio/tagtool  : Makefile 
audio/vagalume : Makefile 
audio/xhippo   : Makefile 
cad/geda-gaf   : Makefile 
cad/gerbv  : Makefile 
cad/ngspice: Makefile 
comms/amtterm  : Makefile 
comms/gmfsk: Makefile 
comms/gnokii   : Makefile 
comms/gpsk31   : Makefile 
comms/jpilot   : Makefile 
comms/xdx  : Makefile 
converters/libpst: Makefile 
databases/iodbc: Makefile 
databases/virtuoso: Makefile 
devel/codeblocks: Makefile 
devel/ddd  : Makefile 
devel/fox  : Makefile 
devel/gconf-editor: Makefile 
devel/geany: Makefile 
devel/giggle   : Makefile 
devel/glade: Makefile 
devel/goffice  : Makefile 
devel/goffice08: Makefile 
devel/gtkparasite: Makefile 
devel/gwenhywfar: Makefile 
devel/harfbuzz : Makefile 
devel/libast   : Makefile 
devel/libdockapp: Makefile 
devel/libglade2: Makefile 
devel/libpeas  : Makefile 
devel/libunique: Makefile 
devel/libwnck  : Makefile 
devel/libwnck3 : Makefile 
devel/pango: Makefile 
devel/pangomm  : Makefile 
devel/py-gobject3: Makefile 
devel/py-notify: Makefile 
devel/rapidsvn : Makefile 
devel/sdl  : Makefile 
devel/sdl-pango: Makefile 
devel/sdl2 : Makefile 
devel/startup-notification: Makefile 
devel/vte  : Makefile 
devel/vte3 : Makefile 
editors/abiword: Makefile 
editors/elvis  : Makefile 
editors/leafpad: Makefile 
editors/subtitleeditor: Makefile 
editors/tea: Makefile 
editors/ted: Makefile 
editors/tpad   : Makefile 
editors/xwpe   : Makefile 
education/drgeo: Makefile 
education/verbiste: Makefile 
emulators/fceux: Makefile 
emulators/gnusim8085: Makefile 
emulators/pcsxr: Makefile 
emulators/qemu : Makefile 
emulators/uae  : Makefile 
emulators/xcopilot: Makefile 
emulators/xhomer: Makefile 
emulators/yabause: Makefile 

Log message:
Handle pthread-stubs removal.



CVS: cvs.openbsd.org: ports

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

Modified files:
net/avahi  : Makefile 
net/corebird   : Makefile 
net/etherape   : Makefile 
net/filezilla  : Makefile 
net/gmudix : Makefile 
net/gssdp  : Makefile 
net/gupnp/tools: Makefile 
net/gupnp/ui   : Makefile 
net/hexchat: Makefile 
net/libepc : Makefile 
net/mbrowse: Makefile 
net/microblog-purple: Makefile 
net/pavuk  : Makefile 
net/pidgin : Makefile 
net/pidgin-window-merge: Makefile 
net/rrdtool: Makefile 
net/spectrum-tools: Makefile 
net/telepathy/folks: Makefile 
net/transmission: Makefile 
net/valknut: Makefile 
net/wmifinfo   : Makefile 
net/wmwave : Makefile 
net/ytalk  : Makefile 
plan9/9libs: Makefile 
plan9/9menu: Makefile 
plan9/9wm  : Makefile 
plan9/larswm   : Makefile 
plan9/sam  : Makefile 
plan9/w9wm : Makefile 
plan9/wily : Makefile 
print/cups-filters: Makefile 
print/fontforge: Makefile 
print/ghostscript/gnu: Makefile 
print/ghostview: Makefile 
print/gtklp: Makefile 
print/lss  : Makefile 
print/poppler  : Makefile 
print/py-poppler: Makefile 
print/sile : Makefile 
print/texlive/base: Makefile 
productivity/glabels: Makefile 
productivity/gnucash: Makefile 
productivity/grisbi: Makefile 
productivity/qhacc: Makefile 
productivity/rubrica2: Makefile 
productivity/workrave: Makefile 
security/libfprint: Makefile 
security/otpcalc: Makefile 
sysutils/bacula: Makefile 
sysutils/clusterit: Makefile 
sysutils/collectd: Makefile 
sysutils/conky : Makefile 
sysutils/hot-babe: Makefile 
sysutils/ktsuss: Makefile 
sysutils/modlogan: Makefile 
sysutils/wmapm : Makefile 
sysutils/wmcb  : Makefile 
sysutils/wmcube: Makefile 
sysutils/wmmon : Makefile 
sysutils/wmwlmon: Makefile 
sysutils/xbatt : Makefile 
sysutils/xbattbar: Makefile 
telephony/iaxclient: Makefile 
textproc/gspell: Makefile 
textproc/gtkspell: Makefile 
textproc/gtkspell3: Makefile 
textproc/gtranslator: Makefile 
www/bluefish   : Makefile 
www/chromium   : Makefile 
www/epiphany   : Makefile 
www/firefox-esr: Makefile 
www/gtkhtml4   : Makefile 
www/liferea: Makefile 
www/mozilla-firefox: Makefile 
www/phantomjs  : Makefile 
www/webkit : Makefile 
x11/Xdialog: Makefile 
x11/agar/agar  : Makefile 
x11/autocutsel : Makefile 
x11/bbkeys : Makefile 
x11/bbpager: Makefile 
x11/blackbox   : Makefile 
x11/chbg   : Makefile 
x11/compiz/core: Makefile 
x11/compiz/plugins-main: Makefile 
x11/e16keyedit : Makefile 
x11/e17/e  : Makefile 
x11/e17/e_dbus : Makefile 
x11/e17/ecore  : Makefile 
x11/e17/edje   : Makefile 
x11/e17/elementary: Makefile 
x11/e17/emotion: Makefile 
x11/e17/ethumb : Makefile 
x11/e17/evas   : Makefile 
x11/enlightenment: Makefile 
x11/fsv: Makefile 
x11/fvwm2  : Makefile 
x11/gbdfed : Makefile 
x11/gcolor2: Makefile 
x11/gmtk   : Makefile 
x11/gnome/aisleriot: Makefile 
x11/gnome/autoar: Makefile 
x11/gnome/bijiben: Makefile 
x11/gnome/builder: Makefile 
x11/gnome/calculator: Makefile 
x11/gnome/calendar: Makefile 
x11/gnome/caribou: Makefile 
x11/gnome/characters: Makefile 
x11/gnome/clocks: Makefile 
x11/gnome/color-manager: Makefile 
x11/gnome/contacts: Makefile 
x11/gnome/control-center: Makefile 
x11/gnome/desktop: Makefile 
x11/gnome/devhelp: Makefile 
x11/gnome/dictionary: Makefile 
x11/gnome/documents: Makefile 
x11/gnome/empathy: Makefile 
x11/gnome/eog  : Makefile 
x11/gnome/eog-plugins: Makefile 
x11/gnome/file-roller: Makefile 
x11/gnome/font-viewer: Makefile 
x11/gnome/gcr  : Makefile 
x11/gnome/gdl  : Makefile 
x11/gnome/gdm  : Makefile 
x11/gnome/gedit: Makefile 
x11/gnome/gedit-code-assistance: Makefile 
x11/gnome/gedit-plugins: Makefile 
x11/gnome/ghex : Makefile 
x11/gnome/gjs  : Makefile 
x11/gnome/grilo: Makefile 
x11/gnome/gtef : Makefile 
x11/gnome/gucharmap: Makefile 
x11/gnome/gvfs : Makefile 

CVS: cvs.openbsd.org: ports

2017-10-23 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2017/10/23 11:10:52

Modified files:
games/amph : Makefile 
games/atomix   : Makefile 
games/cgoban   : Makefile 
games/circuit  : Makefile 
games/corewars : Makefile 
games/crack-attack: Makefile 
games/dopewars : Makefile 
games/falconseye: Makefile 
games/fire : Makefile 
games/freeciv  : Makefile 
games/freedroid: Makefile 
games/gamine   : Makefile 
games/gcompris : Makefile 
games/glsfcave : Makefile 
games/glutton  : Makefile 
games/gnome-mastermind: Makefile 
games/gnubg: Makefile 
games/gtkballs : Makefile 
games/icebreaker: Makefile 
games/late : Makefile 
games/lgeneral : Makefile 
games/lincity-ng: Makefile 
games/mirrormagic: Makefile 
games/moonlander: Makefile 
games/nethack  : Makefile 
games/newvox   : Makefile 
games/qgo  : Makefile 
games/sdlzombies: Makefile 
games/slash: Makefile 
games/slash-em : Makefile 
games/spacehulk: Makefile 
games/spatial  : Makefile 
games/speyes   : Makefile 
games/spider   : Makefile 
games/taxipilot: Makefile 
games/tutris   : Makefile 
games/tuxkart  : Makefile 
games/vectoroids: Makefile 
games/wmminichess: Makefile 
games/wmtictactoe: Makefile 
games/wordwarvi: Makefile 
games/xasteroids: Makefile 
games/xbat : Makefile 
games/xbattle  : Makefile 
games/xbill: Makefile 
games/xbl  : Makefile 
games/xbomber  : Makefile 
games/xbreaky  : Makefile 
games/xbubble  : Makefile 
games/xchomp   : Makefile 
games/xcubes   : Makefile 
games/xdeblock : Makefile 
games/xdino: Makefile 
games/xevil: Makefile 
games/xgolgo   : Makefile 
games/xjewel   : Makefile 
games/xjig : Makefile 
games/xkobo: Makefile 
games/xlife: Makefile 
games/xmahjongg: Makefile 
games/xminehunter: Makefile 
games/xminesweep: Makefile 
games/xmj  : Makefile 
games/xmris: Makefile 
games/xneko: Makefile 
games/xripple  : Makefile 
games/xroach   : Makefile 
games/xscavenger: Makefile 
games/xscorch  : Makefile 
games/xscrabble: Makefile 
games/xskat: Makefile 
games/xwelltris: Makefile 
games/xzip : Makefile 
games/zangband : Makefile 
geo/emerillon  : Makefile 
geo/foxtrotgps : Makefile 
geo/gpx-viewer : Makefile 
geo/libchamplain: Makefile 
geo/osm-gps-map: Makefile 
geo/osm2go : Makefile 
geo/spatialite/gis: Makefile 
geo/spatialite/gui: Makefile 
geo/spatialite/libgaiagraphics: Makefile 
geo/spatialite/librasterlite2: Makefile 
geo/spatialite/librewms: Makefile 
graphics/GraphicsMagick: Makefile 
graphics/ImageMagick: Makefile 
graphics/amide : Makefile 
graphics/cairo : Makefile 
graphics/cairomm: Makefile 
graphics/clutter/clutter-gst: Makefile 
graphics/clutter/clutter-gtk: Makefile 
graphics/clutter/cogl: Makefile 
graphics/clutter/core: Makefile 
graphics/colord-gtk: Makefile 
graphics/dia   : Makefile 
graphics/dmtx-utils: Makefile 
graphics/evince: Makefile 
graphics/gd: Makefile 
graphics/gegl  : Makefile 
graphics/gegl03: Makefile 
graphics/geomview: Makefile 
graphics/gimp/liquid-rescale: Makefile 
graphics/gimp/stable: Makefile 
graphics/goocanvas: Makefile 
graphics/goocanvas2: Makefile 
graphics/gpicview: Makefile 
graphics/gthumb: Makefile 
graphics/gtkam : Makefile 
graphics/gtkimageview: Makefile 
graphics/inkscape: Makefile 
graphics/ipe   : Makefile 
graphics/libexif-gtk: Makefile 
graphics/libgphoto2: Makefile 
graphics/libgxps: Makefile 
graphics/libwmf: Makefile 
graphics/mapnik: Makefile 
graphics/openexr-viewers: Makefile 
graphics/pecl-imagick: Makefile 
graphics/py-matplotlib: Makefile 
graphics/quesoglc: Makefile 
graphics/rawstudio: Makefile 
graphics/scratch: Makefile 
graphics/shotwell: Makefile 
graphics/tesseract/tesseract: Makefile 
graphics/viewnior: Makefile 
graphics/xmedcon: Makefile 
graphics/xzgv  : Makefile 
graphics/zbar  : Makefile 
inputmethods/ibus: Makefile 
inputmethods/ibus-skk: Makefile 
inputmethods/libtomoe-gtk: Makefile 

CVS: cvs.openbsd.org: ports

2017-10-23 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2017/10/23 09:04:35

Modified files:
devel/harfbuzz : Makefile distinfo 
devel/harfbuzz/pkg: PLIST-main 
Added files:
devel/harfbuzz/patches: patch-src_hb-icu_cc 
patch-src_hb-ot-layout-gsubgpos-private_hh 
patch-src_hb-ot-shape_cc 
patch-src_hb-private_hh 
patch-src_hb-set-private_hh 
patch-src_hb-set_cc 

Log message:
Update to harfbuzz-1.6.1.



Re: CVS: cvs.openbsd.org: ports

2017-10-23 Thread Rafael Sadowski
On Mon Oct 23, 2017 at 08:45:43AM -0600, Rafael Sadowski wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   rsadow...@cvs.openbsd.org   2017/10/23 08:45:42
> 
> Modified files:
>   devel  : Makefile 
> 
> Log message:
> unhook dlib
> 

Damn! s/unhook/hook/; Thanks Brian



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2017/10/23 08:45:42

Modified files:
devel  : Makefile 

Log message:
unhook dlib



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2017/10/23 08:43:39

Log message:
Import Dlib 19.7

$ pkg/DESCR
Dlib is a modern C++ toolkit containing machine learning algorithms and 
tools
for creating complex software in C++ to solve real world problems. It is 
used
in both industry and academia in a wide range of domains including robotics,
embedded devices, mobile phones, and large high performance computing
environments.

a few tweaks an ok landry@

Status:

Vendor Tag: rsadowski
Release Tags:   rsadowski_20171023

N ports/devel/dlib/Makefile
N ports/devel/dlib/distinfo
N ports/devel/dlib/patches/patch-examples_CMakeLists_txt
N ports/devel/dlib/pkg/DESCR
N ports/devel/dlib/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/10/23 07:37:48

Modified files:
devel  : Makefile 

Log message:
hook up py-future and its python3 flavor



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2017/10/23 07:36:23

Log message:
import py-future

future is the missing compatibility layer between Python 2 and Python 3.
It allows you to use a single, clean Python 3.x-compatible codebase to
support both Python 2 and Python 3 with minimal overhead.

OK sthen@, rpointel@

Status:

Vendor Tag: sebastia
Release Tags:   sebastia_20171023

N ports/devel/py-future/Makefile
N ports/devel/py-future/distinfo
N ports/devel/py-future/pkg/DESCR
N ports/devel/py-future/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Kirill Bychkov
CVSROOT:/cvs
Module name:ports
Changes by: ki...@cvs.openbsd.org   2017/10/23 01:44:31

Modified files:
net/munin  : Makefile distinfo 
Removed files:
net/munin/patches: patch-master_lib_Munin_Master_Utils_pm 

Log message:
bugfix update to munin-2.0.34



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2017/10/23 01:44:22

Added files:
databases/mongodb/patches: patch-src_mongo_db_dbwebserver_cpp 
   
patch-src_mongo_db_matcher_expression_leaf_cpp 
   patch-src_mongo_db_repl_master_slave_cpp 
   patch-src_mongo_shell_bench_cpp 
   patch-src_mongo_util_net_miniwebserver_cpp 

Log message:
Unbreak the build of databases/mongodb after the update of devel/pcre
to 8.41.

pcrecpp.h from pcre exposed std::string (and some other symbols)
to the global namespace by accident, which had been fixed in 8.41,
but obviously some parts of mongodb relies on this accidental
exposure.

ok rsadowski@



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2017/10/23 00:30:14

Modified files:
x11/xwallpaper : Makefile distinfo 

Log message:
Update xwallpaper to 0.3.0

ok bcallah@



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2017/10/23 00:28:47

Modified files:
graphics/glm   : Makefile distinfo 
graphics/glm/pkg: PLIST 

Log message:
Update glm to 0.9.8.5

WANTLIB tweak and ok bcallah@



CVS: cvs.openbsd.org: ports

2017-10-23 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2017/10/23 00:25:26

Modified files:
graphics/krita : Makefile distinfo 

Log message:
Update krita to 3.3.1

ok landry@