CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/10/31 22:13:52 Modified files: sysutils/u-boot: Makefile sysutils/u-boot/pkg: PLIST Log message: disable the clearfog target until kwbimage is fixed There is a use after free in kwbimage,

Re: building curl with gssapi disables ssl

2016-10-31 Thread William Leuschner
Try putting it after the '--with-gssapi' instruction. Configure's arguments *shouldn't* be order-dependent, but you never know. If that doesn't work, I'm afraid I can't offer you anything else. I'm still pretty new at this kind of thing. - William Leuschner On 10/31, Jiri B wrote: > On Thu, Oct

Re: luajit,lua52 uses the wrong lua abi

2016-10-31 Thread Jonathan Gray
On Mon, Oct 31, 2016 at 07:59:21PM +0100, Jeremie Courreges-Anglas wrote: > > lua.port.mk doesn't automatically add lua52 and lua53 to FLAVORS any > more. So right now the ,lua52 package is broken and I've removed it > from lang/Makefile. Either it is decided to keep this FLAVOR (which >

infrastructure/db: make cvs(1) ignore network.conf

2016-10-31 Thread Jeremie Courreges-Anglas
Since some time already cvs(1) warns me about ? infrastructure/db/network.conf I'd like to get rid of it. Objections / ok? Index: infrastructure/db/.cvsignore === RCS file: infrastructure/db/.cvsignore diff -N

Re: UPDATE: vim

2016-10-31 Thread frantisek holop
on a related note i am doubtful that what Stuart described about the automatic upgrade process[1] will work with the current port without additional changes... but i am getting out of my depth quickly... [1] http://marc.info/?l=openbsd-ports=147492812506914=2 -f -- 43.3% of all statistics are

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 17:13:07 Modified files: lang/guile2: Tag: OPENBSD_6_0 Makefile Added files: lang/guile2/patches: Tag: OPENBSD_6_0

UPDATE: vim

2016-10-31 Thread frantisek holop
this is an update to the latest patchlevel, that does also 2 things: - let ruby 1.8 die, move up to 2.3 lightly tested (:ruby print RUBY_VERSION) so ruby users please step up - include lua in the monster package lightly tested (:lua print("Hello, Vim!")) so lua users please step up if i

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 16:53:34 Modified files: lang/guile2: Makefile Added files: lang/guile2/patches: patch-doc_ref_guile-invoke_texi patch-doc_ref_posix_texi

Re: building curl with gssapi disables ssl

2016-10-31 Thread Jiri B
On Thu, Oct 27, 2016 at 10:31:04AM -0400, William Leuschner wrote: > > SSL support: no > > (--with-{ssl,gnutls,nss,polarssl,mbedtls,cyassl,axtls,winssl,darwinssl} ) > > Have you tried adding "--with-ssl" to CONFIGURE_ARGS? > > - William Hi, yes, I did. j. $ env FLAVOR=gssapi

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2016/10/31 15:35:28 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk for removal of dbic++

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2016/10/31 15:33:08 Removed files: databases/ruby-swift: Makefile distinfo databases/ruby-swift/pkg: DESCR PLIST Log message: Remove ruby-swift Upstream development stopped 2 years ago, and

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2016/10/31 15:32:11 Removed files: databases/dbic++: Makefile distinfo databases/dbic++/patches: patch-CMakeLists_txt patch-inc_dbic++_h

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2016/10/31 15:30:38 Modified files: databases : Makefile Log message: Unhook dbic++ and ruby-swift

Re: lua ports: versions/flavors handling

2016-10-31 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: > >> Some time ago I took a look at hooking lua53 flavors in the ports that >> support it. It turned out that some ports were already broken with >> particular versions of lua (the most common

Re: luajit,lua52 uses the wrong lua abi

2016-10-31 Thread Jeremie Courreges-Anglas
lua.port.mk doesn't automatically add lua52 and lua53 to FLAVORS any more. So right now the ,lua52 package is broken and I've removed it from lang/Makefile. Either it is decided to keep this FLAVOR (which requires explicitely declaring it in the port Makefile) or the port can be cleaned up.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/10/31 12:51:42 Modified files: lang : Makefile Log message: Unhook luajit,lua52 until a decision is made. This FLAVOR has been proposed for removal by jsg@ some time ago.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/10/31 12:46:09 Modified files: lang/lua : lua.port.mk Log message: Stop automatic addition of lua5x FLAVORS. Now if a port wants to declare support for lua52/lua53, it must do so explicitely.

GSSAPI flavor for Dovecot

2016-10-31 Thread William Leuschner
Hello again, porters! I've written a new flavor for Dovecot to add support for GSSAPI. Could someone take a look at it? Thanks, William Leuschner Index: Makefile === RCS file: /cvs/ports/mail/Makefile,v retrieving revision 1.342

Update to scapy-2.3.3

2016-10-31 Thread Daniel Jakots
Hi, Scapy recently released their yearly version (a bit earlier than usual though). Here's a diff to update it. The diff is quite long because it's mainly some patches that were upstreamed/from upstream. There is currently a minor nit: when you run scapy it greets with "Welcome to Scapy

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 11:59:01 Modified files: geo/pgrouting : Makefile distinfo geo/pgrouting/pkg: PLIST Log message: Update to pgrouting 2.3.0.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 11:50:45 Modified files: sysutils/ansible: Makefile sysutils/ansible/patches: patch-lib_ansible_module_utils_facts_py Log message: simplify

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 11:49:30 Modified files: x11/lumina : Makefile Added files: x11/lumina : distinfo x11/lumina/patches: patch-src-qt5_OS-detect_pri x11/lumina/pkg : DESCR

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 11:29:47 Modified files: sysutils : Makefile Log message: +py-ghmi

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 11:28:47 Log message: import py-ghmi-1.0.11 Pyghmi is a pure Python (mostly IPMI) server management library. tested with ipmi_power and ipmi_boot modules from ansible 2.2 ok

Remove databases/{dbic++,ruby-swift}

2016-10-31 Thread Jeremy Evans
databases/dbic++ was added by me in 2010 to support databases/ruby-swift. In 2012, swift changed to using it's own C-based drivers (databases/ruby-swift-db-*) instead of dbic++. dbic++ development stopped in 2012, and swift development stopped in 2014. Neither dbic++ nor swift has any users as

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 11:23:13 Modified files: sysutils/ansible: Makefile sysutils/ansible/patches: patch-lib_ansible_module_utils_facts_py Log message: swap the values of

Re: [update] pekwm-0.1.17

2016-10-31 Thread Antoine Jacoutot
On Sun, Oct 30, 2016 at 09:01:26AM +0200, Timo Myyrä wrote: > Hi, > > Here is an update to pekwm. This was previously attempted a while ago: > http://marc.info/?t=14222171711=1=2 > > Previous attempt got stuck on distfile issue as pekwm's site used untrusted > SSL > CA. Currently it seems

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 11:11:47 Modified files: audio : Makefile Log message: +gradio

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 11:11:06 Log message: Import gradio 5.0.0beta2 A desktop application for finding and listening to internet radio stations. The radio library is populated from a crowdsourced radio

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 11:10:59 Modified files: sysutils/ansible: Makefile sysutils/ansible/patches: patch-lib_ansible_module_utils_facts_py Log message: - Enable VMM

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 11:07:30 Modified files: x11/pekwm : Makefile distinfo x11/pekwm/pkg : PLIST Added files: x11/pekwm/patches: patch-data_scripts_pekwm_screenshot_sh Log message:

Re: [MAINTAINER UPDATE] x11/lumina 1.1.0

2016-10-31 Thread Bryan C. Everly
Antoine, Thank you so much for your help in this.

Re: [MAINTAINER UPDATE] x11/lumina 1.1.0

2016-10-31 Thread Antoine Jacoutot
Thanks, committing in a few with the sed substitutions put back. On Fri, Oct 28, 2016 at 02:30:54PM -0400, Bryan Everly wrote: > > > +V= 1.1.0 > > +GH_ACCOUNT= trueos > > +GH_PROJECT=lumina > > +GH_TAGNAME= v${V} > > +DISTNAME=

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 11:03:35 Modified files: sysutils/ansible: Makefile sysutils/ansible/patches: patch-lib_ansible_module_utils_facts_py Log message: - sync

[new] gradio, an internet radio browser and player

2016-10-31 Thread Landry Breuil
Hi, saw this recently, was easy to port, runs fine - see http://www.omgubuntu.co.uk/2016/07/gradio-radio-player-app-ubuntu for more details, github page (https://github.com/haecker-felix/gradio) is ... bah, nobody does websites those days. The nice thing in this project is that it fetches radio

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 10:39:26 Modified files: devel/liblouis : Makefile distinfo devel/liblouis/patches: patch-python_louis_Makefile_in devel/liblouis/pkg: PLIST Added files:

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 10:30:17 Modified files: x11/gnome/initial-setup: Makefile distinfo x11/gnome/initial-setup/patches: patch-configure_ac

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 10:27:39 Modified files: x11/gnome/aisleriot: Makefile distinfo x11/gnome/aisleriot/pkg: PLIST Log message: Update to aisleriot-3.22.0.

Re: NEW net/pbgpp

2016-10-31 Thread Stuart Henderson
On 2016/10/30 19:08, Peter Hessler wrote: > DE-CIX developed a PCAP parser to decode BGP messages collected with > tcpdump. The parser reads PCAP input from file system, stdin, or by > listening on a network interface. Furthermore, the parser is able to use > several output filters and pipes to

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 10:15:46 Modified files: x11/gnome/gdm : Makefile distinfo x11/gnome/gdm/patches: patch-configure_ac patch-daemon_gdm-local-display-factory_c

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 10:15:37 Modified files: x11/gnome/terminal: Makefile distinfo x11/gnome/terminal/pkg: PLIST Log message: update to gnome-terminal-3.22.0

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 10:15:23 Modified files: x11/gnome/shell-extensions: Makefile distinfo Log message: update to gnome-shell-extensions-3.22.1

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 10:15:09 Modified files: x11/gnome/shell: Makefile distinfo x11/gnome/shell/patches: patch-js_misc_loginManager_js x11/gnome/shell/pkg: PLIST Log message: update to

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 10:14:27 Modified files: x11/gnome/mutter: Makefile distinfo x11/gnome/mutter/pkg: PLIST Log message: update to mutter-3.22.1

Re: update net/py-pcapy

2016-10-31 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Peter Hessler writes: > >> On 2016 Oct 30 (Sun) at 20:21:29 +0100 (+0100), Rafael Sadowski wrote: >> :On Sun Oct 30, 2016 at 08:16:12PM +0100, Rafael Sadowski wrote: >> :> On Sun Oct 30, 2016 at 07:28:42PM +0100, Peter

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 10:08:08 Modified files: geo/postgis: Makefile distinfo geo/postgis/patches: patch-liblwgeom_varint_h geo/postgis/pkg: PLIST Log message: Major update to postgis 2.3.0.

Re: update net/py-pcapy

2016-10-31 Thread Stuart Henderson
On 2016/10/30 20:16, Rafael Sadowski wrote: > On Sun Oct 30, 2016 at 07:28:42PM +0100, Peter Hessler wrote: > > On 2016 Oct 30 (Sun) at 14:37:19 +0100 (+0100), Peter Hessler wrote: > > :I would like to use pcapy in a python3 module, so we need to update it. > > > > Updated version that can

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Peter Hessler
CVSROOT:/cvs Module name:ports Changes by: phess...@cvs.openbsd.org2016/10/31 10:02:00 Modified files: net: Makefile Log message: add python3 flavor of py-pcapy

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Peter Hessler
CVSROOT:/cvs Module name:ports Changes by: phess...@cvs.openbsd.org2016/10/31 10:01:22 Modified files: net/py-pcapy : Makefile distinfo net/py-pcapy/patches: patch-pcap_pkthdr_cc patch-setup_py net/py-pcapy/pkg: PLIST Log message: update pcapy

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2016/10/31 09:56:50 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: py-httpie -> httpie ok sthen@

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2016/10/31 09:56:05 Modified files: www/py-httpie : Makefile Log message: Change PKGNAME to httpie suggested by sthen@ as a Quirks entry is needed anyway with the switch to py3 ok sthen@

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 09:47:58 Modified files: geo/mapserver : Makefile distinfo Log message: Update to mapserver 7.0.2. See for details:

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 09:46:36 Modified files: geo/merkaartor : Makefile distinfo geo/merkaartor/patches: patch-src_src_pro geo/merkaartor/pkg: PLIST Log message: Update to merkaartor 0.18.3.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 09:44:35 Modified files: geo/gdal : Makefile distinfo Log message: Bugfix update to gdal 2.1.2. See for details: https://trac.osgeo.org/gdal/wiki/Release/2.1.2-News

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 09:40:58 Modified files: x11/xfce4/xfce4-clipman: Makefile distinfo x11/xfce4/xfce4-clipman/pkg: PLIST Log message: Update to xfce4-clipman 1.4.0, converted to Gtk3.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 09:40:12 Modified files: x11/xfce4/terminal: Makefile distinfo x11/xfce4/terminal/pkg: PLIST Log message: Update to xfce4-terminal 0.8.1. Moves to vte3/Gtk3, been running various dev

Re: update net/py-pcapy

2016-10-31 Thread Jeremie Courreges-Anglas
Peter Hessler writes: > On 2016 Oct 30 (Sun) at 20:21:29 +0100 (+0100), Rafael Sadowski wrote: > :On Sun Oct 30, 2016 at 08:16:12PM +0100, Rafael Sadowski wrote: > :> On Sun Oct 30, 2016 at 07:28:42PM +0100, Peter Hessler wrote: > :> > On 2016 Oct 30 (Sun) at 14:37:19 +0100

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 09:38:18 Modified files: x11/xfce4/xfce4-panel: Makefile distinfo Log message: Bugfix update to xfce4-panel 4.12.1. See https://mail.xfce.org/pipermail/xfce/2016-October/035311.html for

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 09:36:27 Modified files: x11/xfce4/xfce4-settings: Makefile distinfo Log message: Update to xfce4-settings 4.12.1. See https://mail.xfce.org/pipermail/xfce-announce/2016-September/000464.html

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 09:35:49 Modified files: x11/xfce4/ristretto: Makefile distinfo x11/xfce4/ristretto/pkg: PLIST Log message: Bugfix update to ristretto 0.8.1, preparing the groundwork for Gtk3

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 09:34:48 Modified files: x11/xfce4/xfconf: Makefile distinfo x11/xfce4/xfconf/pkg: PLIST Log message: Update to xfconf 4.12.1. Bump minor for the addition of bindings for GdkRGBAs

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 09:20:33 Modified files: x11/gnome/documents: Makefile distinfo x11/gnome/documents/pkg: PLIST Log message: Update to gnome-documents-3.22.0.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/10/31 09:07:30 Modified files: mail/z-push: Makefile distinfo Log message: update to 2.3.2

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/10/31 09:06:10 Modified files: lang/php/7.0 : Makefile distinfo lang/php/7.0/patches: patch-ext_pcre_php_pcre_c patch-php_ini-development

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Robert Nagy
CVSROOT:/cvs Module name:ports Changes by: rob...@cvs.openbsd.org 2016/10/31 09:05:52 Modified files: lang/php : Makefile.inc lang/php/5.5 : Makefile lang/php/5.6 : Makefile Log message: fix wantlib for some subpackages

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 09:02:09 Modified files: x11/gnome/builder: Makefile distinfo x11/gnome/builder/pkg: PLIST Added files: x11/gnome/builder/patches: patch-contrib_gstyle_Makefile_in

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 08:59:05 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Mark all pkgnames matching ^drupal(-6|6-) as obsolete/unmaintained upstream.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 08:58:13 Modified files: x11/gnome : Makefile Log message: +libgepub

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 08:57:48 Log message: Import libgepub-0.4. libgepub is a GObject based library for handling and rendering epub documents. ok jasper@ Status: Vendor Tag:

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 08:33:42 Modified files: x11/gnome/system-monitor: Makefile distinfo x11/gnome/system-monitor/pkg: PLIST Log message: - update to gnome-system-monitor-3.22.0

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 08:31:56 Modified files: x11/gnome/quadrapassel: Makefile distinfo Log message: update to quadrapassel-3.22.0

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 08:27:55 Modified files: x11/gnome/online-miners: Makefile distinfo Log message: Update to gnome-online-miners-3.22.0.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 08:24:56 Modified files: x11/gnome/anjuta: Makefile distinfo Log message: update to anjuta-3.22.0

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 08:23:11 Modified files: x11/gnome/vinagre: Makefile distinfo Log message: Update to vinagre-3.22.0.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 08:14:35 Modified files: x11/gnome/gdl : Makefile distinfo Removed files: x11/gnome/gdl/patches: patch-gdl_gdl-dock-item_c patch-gdl_gdl-dock_c

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2016/10/31 08:05:35 Modified files: converters : Makefile Log message: Unhook ruby-json

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2016/10/31 08:09:41 Removed files: converters/ruby-json: Makefile distinfo converters/ruby-json/pkg: DESCR PLIST Log message: Remove converters/ruby-json Nothing depends on the port, and all

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 08:04:58 Modified files: mail/evolution : Makefile mail/evolution/pkg: PLIST Log message: Tweaks.

powerpc bulk build report

2016-10-31 Thread landry
bulk build on macppc-1.ports.openbsd.org started on Tue Oct 18 14:16:38 MDT 2016 finished at Mon Oct 31 07:49:14 MDT 2016 lasted 13D10h32m done with kern.version=OpenBSD 6.0-current (GENERIC.MP) #0: Tue Oct 18 11:00:38 MDT 2016 built packages:7886 Oct 18:530 Oct 19:339 Oct 20:555 Oct 21:411 Oct

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2016/10/31 07:16:07 Modified files: devel/quirks : Makefile devel/quirks/files: Quirks.pm Log message: Add quirk for lang/io removal Reminded by landry@

Fwd: Re: [Patch] lang/sbcl version bump + threads flavor

2016-10-31 Thread Solène RAPENNE
Solène Rapenne writes: >> "Solène Rapenne" writes: >> >> Hello, >> >> Please find a version bump for sbcl and a flavor which enable thread. >> There is no support for threads in sbcl for macppc and they are >> considered >> experimental on OpenBSD, so it should not be the

Re: update www/py-httpie and switch to py3

2016-10-31 Thread Stuart Henderson
On 2016/10/31 13:04, Daniel Jakots wrote: > Hi, > > Here's an update to latest py-httpie release. I also switched it to > python3 (for no particular reason other than it's 2016). > > Comments? OK? This changes the PKGNAME stem, so it needs a quirks entry. Because it seems like it's an end-user

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 06:53:25 Modified files: x11/gnome/file-roller: Makefile x11/gnome/file-roller/pkg: DESCR Log message: Fix DESCR, the nautilus plugin is gone.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 06:48:27 Modified files: x11/gnome/totem: Makefile distinfo x11/gnome/totem/pkg: PLIST Log message: Update to totem-3.22.0.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2016/10/31 06:46:13 Modified files: www/py-werkzeug: Makefile distinfo www/py-werkzeug/pkg: PLIST Log message: Maintenance update to py-werkzeug-0.11.11

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 06:44:52 Modified files: x11/gnome/photos: Makefile distinfo x11/gnome/photos/pkg: PLIST Log message: Update to gnome-photos-3.22.1.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 06:42:36 Modified files: lang : Makefile Log message: -io

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jeremy Evans
CVSROOT:/cvs Module name:ports Changes by: jer...@cvs.openbsd.org 2016/10/31 06:40:19 Removed files: lang/io: Makefile distinfo lang/io/patches: patch-addons_CMakeLists_txt patch-addons_Clutter_CMakeLists_txt

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2016/10/31 06:40:18 Modified files: www/py-httpie : Makefile distinfo www/py-httpie/pkg: PLIST Log message: Update to py-httpie-0.9.6 and switch to python3 ok landry@

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2016/10/31 06:38:49 Modified files: www: Makefile Removed files: www/drupal6: Makefile Makefile.inc drupal6.port.mk www/drupal6/CKeditor: Makefile distinfo

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 06:34:30 Modified files: mail/evolution-rss: Makefile Added files: mail/evolution-rss/patches: patch-configure_ac

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 06:32:24 Modified files: x11/gnome/contacts: Makefile Log message: Re-regen WANTLIB, webkit,-gtk3 is not needed, e-d-s uses webkitgtk4 now.

Re: NEW: sass

2016-10-31 Thread Jeremy Evans
On Sat, Oct 29, 2016 at 3:22 PM, frantisek holop wrote: > it's that time of (another) year again: > i am submitting sass again :] > > please test and commit. > let's have at least one style extension language > processor that doesn't need a billion node js packages. > Looks

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 06:27:15 Modified files: mail/evolution-ews: Makefile distinfo Log message: Update to evolution-ews-3.22.1.

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 06:18:17 Modified files: graphics/evince: Makefile distinfo graphics/evince/pkg: PLIST Log message: update to evince-3.22.1

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 06:16:20 Modified files: x11/gnome/contacts: Makefile distinfo Log message: update to gnome-contacts-3.22.1

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 06:15:40 Modified files: mail/evolution : Makefile distinfo mail/evolution/pkg: PLIST Removed files: mail/evolution/patches: patch-configure

Re: firefox stuck in thrsleep

2016-10-31 Thread Jan Stary
It's still there with the Oct 29 snapshot and firefox-49.0.2 Jan On Oct 24 14:08:29, h...@stare.cz wrote: > This is current/amd64 (dmesg below) running firefox-49.0.1. > With a few tabs, it runs OK, but with many tabs opened simultaneously, > firefox gets stuck in thrsleep: > > PID

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/10/31 06:10:07 Modified files: x11/gnome/file-roller: Makefile distinfo x11/gnome/file-roller/pkg: PLIST Log message: - update to file-roller-3.22.1 - nautilus extension's functionality is

CVS: cvs.openbsd.org: ports

2016-10-31 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:ports Changes by: ajacou...@cvs.openbsd.org 2016/10/31 06:05:35 Modified files: x11/gnome/contacts: Makefile Log message: Regen WANTLIB to unbreak.

  1   2   >