Re: [UPDATE] www/p5-Dancer2-Plugin-DBIC to 0.0009

2015-08-26 Thread Cesare Gargano
On 08/23, Cesare Gargano wrote:
> On 08/23, Cesare Gargano wrote:
> > Hi,
> > 
> > here's an update for www/p5-Dancer2-Plugin-DBIC to 0.0009.
> > 
> > Attached new dependencies, below pkg/DESCR:
> > 
> > - devel/p5-Test-API
> > 
> >   This simple test module checks the subroutines provided by a module. This
> >   is useful for confirming a planned API in testing and ensuring that other
> >   functions aren't unintentionally included via import.
> > 
> > - devel/p5-Test-Modern
> > 
> >   Test::Modern provides the best features of Test::More, Test::Fatal,
> >   Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as
> >   ideas from Test::Requires, Test::DescribeMe, Test::Moose, and
> >   Test::CleanNamespaces.
> > 
> > - databases/p5-DBICx-Sugar
> > 
> >   Just some syntax sugar for your DBIx::Class applications. This was
> >   originally created to remove code duplication between Dancer::Plugin::DBIC
> >   and Dancer2::Plugin::DBIC.
> > 
> > Tested on i386 and amd64.
> > 
> > Comments, OK?
> > 
> > - 
> > C.
> > 
> > Index: Makefile
> > ===
> > RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/Makefile,v
> > retrieving revision 1.2
> > diff -u -p -r1.2 Makefile
> > --- Makefile26 Jan 2015 18:00:22 -  1.2
> > +++ Makefile23 Aug 2015 08:15:01 -
> > @@ -3,7 +3,7 @@
> >  COMMENT =  DBIx::Class interface for Dancer2 applications
> >  
> >  MODULES =  cpan
> > -DISTNAME = Dancer2-Plugin-DBIC-0.0008
> > +DISTNAME = Dancer2-Plugin-DBIC-0.0009
> >  CATEGORIES =   www
> >  
> >  MAINTAINER =   Cesare Gargano 
> > Index: distinfo
> > ===
> > RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/distinfo,v
> > retrieving revision 1.1.1.1
> > diff -u -p -r1.1.1.1 distinfo
> > --- distinfo26 Jan 2015 11:56:10 -  1.1.1.1
> > +++ distinfo23 Aug 2015 08:15:01 -
> > @@ -1,2 +1,2 @@
> > -SHA256 (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 
> > snZ/tXUUzj4/X4eXHUeNovo/froNx3WgXjotDBytu4o=
> > -SIZE (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 16634
> > +SHA256 (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 
> > 0wp48MuaUWhK91x2ub2J1WuC51VoFqK2rV+PaKKnDGk=
> > +SIZE (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 16465
> 
> Missed new dependency, below new diff:
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/Makefile,v
> retrieving revision 1.2
> diff -u -p -r1.2 Makefile
> --- Makefile  26 Jan 2015 18:00:22 -  1.2
> +++ Makefile  23 Aug 2015 08:43:20 -
> @@ -3,7 +3,7 @@
>  COMMENT =DBIx::Class interface for Dancer2 applications
>  
>  MODULES =cpan
> -DISTNAME =   Dancer2-Plugin-DBIC-0.0008
> +DISTNAME =   Dancer2-Plugin-DBIC-0.0009
>  CATEGORIES = www
>  
>  MAINTAINER = Cesare Gargano 
> @@ -12,7 +12,8 @@ MAINTAINER =Cesare Gargano   PERMIT_PACKAGE_CDROM =   Yes
>  
>  RUN_DEPENDS =www/p5-Dancer2>=0.153002 \
> - databases/p5-DBIx-Class
> + databases/p5-DBIx-Class \
> + databases/p5-DBICx-Sugar
>  
>  TEST_DEPENDS =   databases/p5-DBD-SQLite \
>   databases/p5-DBIx-Class-Schema-Loader \
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/p5-Dancer2-Plugin-DBIC/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 distinfo
> --- distinfo  26 Jan 2015 11:56:10 -  1.1.1.1
> +++ distinfo  23 Aug 2015 08:43:20 -
> @@ -1,2 +1,2 @@
> -SHA256 (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 
> snZ/tXUUzj4/X4eXHUeNovo/froNx3WgXjotDBytu4o=
> -SIZE (Dancer2-Plugin-DBIC-0.0008.tar.gz) = 16634
> +SHA256 (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 
> 0wp48MuaUWhK91x2ub2J1WuC51VoFqK2rV+PaKKnDGk=
> +SIZE (Dancer2-Plugin-DBIC-0.0009.tar.gz) = 16465
> 

Ping.



Re: [UPDATE] www/p5-Dancer2 to 0.161000

2015-08-26 Thread Cesare Gargano
On 08/20, Cesare Gargano wrote:
> Hi,
> 
> update www/p5-Dancer2 to version 0.161000. Noteworthy changes (aside bug fixes
> and enhancements) are about dependencies: removed mail/p5-MIME-Types and added
> www/p5-HTTP-Headers-Fast (attached).
> 
> OK?
> 
> -
> C.
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/www/p5-Dancer2/Makefile,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 Makefile
> --- Makefile  18 Jan 2015 13:48:47 -  1.1.1.1
> +++ Makefile  20 Aug 2015 14:52:03 -
> @@ -3,7 +3,7 @@
>  COMMENT =lightweight yet powerful web application framework
>  
>  MODULES =cpan
> -DISTNAME =   Dancer2-0.158000
> +DISTNAME =   Dancer2-0.161000
>  CATEGORIES = www
>  
>  MAINTAINER = Cesare Gargano 
> @@ -19,10 +19,9 @@
>   devel/p5-Config-Any \
>   www/p5-HTTP-Body \
>   www/p5-HTTP-Date \
> - www/p5-HTTP-Message \
> + www/p5-HTTP-Headers-Fast \
>   devel/p5-Hash-Merge-Simple \
>   converters/p5-JSON \
> - mail/p5-MIME-Types \
>   devel/p5-Moo>=1.003000 \
>   devel/p5-MooX-Types-MooseLike \
>   www/p5-Plack>=1.0029 \
> Index: distinfo
> ===
> RCS file: /cvs/ports/www/p5-Dancer2/distinfo,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 distinfo
> --- distinfo  18 Jan 2015 13:48:47 -  1.1.1.1
> +++ distinfo  20 Aug 2015 14:52:03 -
> @@ -1,2 +1,2 @@
> -SHA256 (Dancer2-0.158000.tar.gz) = 
> gOBt0DPZ9VRAM9uw/0UHVy5e483at87QuJvLP7l0pHU=
> -SIZE (Dancer2-0.158000.tar.gz) = 291353
> +SHA256 (Dancer2-0.161000.tar.gz) = 
> GsLxFgRoSiOQ2/e+QVBOLkUI5JvbcwsBK9bXvg0Ezvg=
> +SIZE (Dancer2-0.161000.tar.gz) = 314343
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/www/p5-Dancer2/pkg/PLIST,v
> retrieving revision 1.1.1.1
> diff -u -r1.1.1.1 PLIST
> --- pkg/PLIST 18 Jan 2015 13:48:47 -  1.1.1.1
> +++ pkg/PLIST 20 Aug 2015 14:52:03 -
> @@ -23,7 +23,9 @@
>  ${P5SITE}/Dancer2/Core/Request/
>  ${P5SITE}/Dancer2/Core/Request.pm
>  ${P5SITE}/Dancer2/Core/Request/Upload.pm
> +${P5SITE}/Dancer2/Core/Response/
>  ${P5SITE}/Dancer2/Core/Response.pm
> +${P5SITE}/Dancer2/Core/Response/Delayed.pm
>  ${P5SITE}/Dancer2/Core/Role/
>  ${P5SITE}/Dancer2/Core/Role/ConfigReader.pm
>  ${P5SITE}/Dancer2/Core/Role/DSL.pm
> @@ -33,6 +35,7 @@
>  ${P5SITE}/Dancer2/Core/Role/Headers.pm
>  ${P5SITE}/Dancer2/Core/Role/Hookable.pm
>  ${P5SITE}/Dancer2/Core/Role/Logger.pm
> +${P5SITE}/Dancer2/Core/Role/Response.pm
>  ${P5SITE}/Dancer2/Core/Role/Serializer.pm
>  ${P5SITE}/Dancer2/Core/Role/SessionFactory/
>  ${P5SITE}/Dancer2/Core/Role/SessionFactory.pm
> @@ -59,6 +62,7 @@
>  ${P5SITE}/Dancer2/Logger/Null.pm
>  ${P5SITE}/Dancer2/Manual/
>  ${P5SITE}/Dancer2/Manual.pod
> +${P5SITE}/Dancer2/Manual/Deployment.pod
>  ${P5SITE}/Dancer2/Manual/Migration.pod
>  ${P5SITE}/Dancer2/Manual/Testing.pod
>  ${P5SITE}/Dancer2/Plugin.pm
> @@ -134,6 +138,7 @@
>  @man man/man3p/Dancer2::Core::Request.3p
>  @man man/man3p/Dancer2::Core::Request::Upload.3p
>  @man man/man3p/Dancer2::Core::Response.3p
> +@man man/man3p/Dancer2::Core::Response::Delayed.3p
>  @man man/man3p/Dancer2::Core::Role::ConfigReader.3p
>  @man man/man3p/Dancer2::Core::Role::DSL.3p
>  @man man/man3p/Dancer2::Core::Role::Engine.3p
> @@ -142,6 +147,7 @@
>  @man man/man3p/Dancer2::Core::Role::Headers.3p
>  @man man/man3p/Dancer2::Core::Role::Hookable.3p
>  @man man/man3p/Dancer2::Core::Role::Logger.3p
> +@man man/man3p/Dancer2::Core::Role::Response.3p
>  @man man/man3p/Dancer2::Core::Role::Serializer.3p
>  @man man/man3p/Dancer2::Core::Role::SessionFactory.3p
>  @man man/man3p/Dancer2::Core::Role::SessionFactory::File.3p
> @@ -163,6 +169,7 @@
>  @man man/man3p/Dancer2::Logger::Note.3p
>  @man man/man3p/Dancer2::Logger::Null.3p
>  @man man/man3p/Dancer2::Manual.3p
> +@man man/man3p/Dancer2::Manual::Deployment.3p
>  @man man/man3p/Dancer2::Manual::Migration.3p
>  @man man/man3p/Dancer2::Manual::Testing.3p
>  @man man/man3p/Dancer2::Plugin.3p

Ping.



[patch] Test target PATH

2015-08-26 Thread Matthew Martin
The zsh port fails an additional test when invoked with make clean fake
test instead of make clean test. This is because in its tests it

  touch zerolength
  chgrp $EGID zerolength

and then tests that zerolength has a group of EGID. Since make fake puts
a symlink in ${WRKDIR}/bin from chgrp to /bin/echo and ${WRKDIR}/bin is
first in the environment's PATH, the chgrp does nothing, and test
C02cond fails. With the below patch it completes successfully.

This patch does slightly change behavior as PATH can no longer be set in
TEST_ENV (which no ports seem to do anyway) and install is no longer the
perl wrapper in ${WRKDIR}/bin; however, during tests we probably
shouldn't be messing with install either.

- Matthew Martin


Index: infrastructure/mk/bsd.port.mk
===
RCS file: /cvs/ports/infrastructure/mk/bsd.port.mk,v
retrieving revision 1.1298
diff -u -p -r1.1298 bsd.port.mk
--- infrastructure/mk/bsd.port.mk   19 Jul 2015 17:31:44 -  1.1298
+++ infrastructure/mk/bsd.port.mk   27 Aug 2015 03:53:55 -
@@ -809,7 +809,7 @@ FAKE_TARGET ?= ${INSTALL_TARGET}
 
 TEST_TARGET ?= test
 TEST_FLAGS ?= 
-TEST_ENV ?=
+TEST_ENV += 
PATH=/usr/bin:/bin:/usr/sbin:/sbin:${DEPBASE}/bin:${LOCALBASE}/bin:${X11BASE}/bin
 ALL_TEST_FLAGS = ${MAKE_FLAGS} ${TEST_FLAGS}
 ALL_TEST_ENV = ${MAKE_ENV} ${TEST_ENV}
 TEST_LOGFILE ?= ${WRKDIR}/test.log



Re: update chicken-4.10.0

2015-08-26 Thread Juan Francisco Cantero Hurtado
Sorry for the double mail.

Can you remove the patch bootstrap/patches/patch-Makefile_bsd and to
modify C_COMPILER_OPTIONS within core/patches/patch-Makefile_bsd?

The GCC version in base supports -fwrapv.


On Wed, Aug 26, 2015 at 06:00:33PM +0200, Juan Francisco Cantero Hurtado wrote:
> Can you update the patch?
> 
> Your core/patches/patch-data-structures_scm is outdated.
> 
> On Wed, Aug 12, 2015 at 09:54:56PM +0300, Timo Myyrä wrote:
> > Hi,
> > 
> > Here's an chicken update waiting for ports unlock.
> > Lightly tested on my thinkpad.
> > 
> > Timo
> > 
> > Index: Makefile.inc
> > ===
> > RCS file: /cvs/ports/lang/chicken/Makefile.inc,v
> > retrieving revision 1.4
> > diff -u -u -p -r1.4 Makefile.inc
> > --- Makefile.inc4 Jul 2014 18:26:49 -   1.4
> > +++ Makefile.inc7 Aug 2015 19:38:47 -
> > @@ -2,7 +2,7 @@
> >  
> >  COMMENT=   practical and portable Scheme system
> >  
> > -V= 4.9.0.1
> > +V= 4.10.0
> >  DISTNAME=  chicken-${V}
> >  
> >  MAINTAINER=Timo Myyra 
> > @@ -30,6 +30,6 @@ FAKE_FLAGS=   PREFIX=${TRUEPREFIX}
> >  # Based on param.h:MACHINE_STACK_GROWS_UP
> >  pre-build:
> >  .if ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "hppa64"
> > -   perl -pi -e 's/C_STACK_GROWS_DOWNWARD 1/C_STACK_GROWS_DOWNWARD 0/g' 
> > "${WRKSRC}/Makefile.bsd"
> > +   sed -i 's/C_STACK_GROWS_DOWNWARD 1/C_STACK_GROWS_DOWNWARD 0/g' 
> > "${WRKSRC}/Makefile.bsd"
> >  .endif
> >  
> > Index: bootstrap/distinfo
> > ===
> > RCS file: /cvs/ports/lang/chicken/bootstrap/distinfo,v
> > retrieving revision 1.2
> > diff -u -u -p -r1.2 distinfo
> > --- bootstrap/distinfo  4 Jul 2014 18:26:49 -   1.2
> > +++ bootstrap/distinfo  7 Aug 2015 19:38:47 -
> > @@ -1,2 +1,2 @@
> > -SHA256 (chicken-4.9.0.1.tar.gz) = 
> > BN98Q5w2/BZEa9+hhuenAlj5EdLYJrUhao5rHLKqKBU=
> > -SIZE (chicken-4.9.0.1.tar.gz) = 4023371
> > +SHA256 (chicken-4.10.0.tar.gz) = 
> > Dgf1q80RlhmGlQ2+qlpA20Ffihtl2v+cMA6bBbM0iZs=
> > +SIZE (chicken-4.10.0.tar.gz) = 4020442
> > Index: core/Makefile
> > ===
> > RCS file: /cvs/ports/lang/chicken/core/Makefile,v
> > retrieving revision 1.5
> > diff -u -u -p -r1.5 Makefile
> > --- core/Makefile   16 Jun 2015 14:45:04 -  1.5
> > +++ core/Makefile   7 Aug 2015 19:38:47 -
> > @@ -2,9 +2,7 @@
> >  
> >  SHARED_ONLY=   Yes
> >  
> > -REVISION=  1
> > -
> > -SHARED_LIBS=   chicken 3.0
> > +SHARED_LIBS=   chicken 4.0 # 7
> >  
> >  TEST_TARGET=   check
> >  TEST_DEPENDS=  ${BUILD_PKGPATH}
> > Index: core/distinfo
> > ===
> > RCS file: /cvs/ports/lang/chicken/core/distinfo,v
> > retrieving revision 1.2
> > diff -u -u -p -r1.2 distinfo
> > --- core/distinfo   4 Jul 2014 18:26:49 -   1.2
> > +++ core/distinfo   7 Aug 2015 19:38:47 -
> > @@ -1,2 +1,2 @@
> > -SHA256 (chicken-4.9.0.1.tar.gz) = 
> > BN98Q5w2/BZEa9+hhuenAlj5EdLYJrUhao5rHLKqKBU=
> > -SIZE (chicken-4.9.0.1.tar.gz) = 4023371
> > +SHA256 (chicken-4.10.0.tar.gz) = 
> > Dgf1q80RlhmGlQ2+qlpA20Ffihtl2v+cMA6bBbM0iZs=
> > +SIZE (chicken-4.10.0.tar.gz) = 4020442
> > Index: core/patches/patch-Makefile_bsd
> > ===
> > RCS file: /cvs/ports/lang/chicken/core/patches/patch-Makefile_bsd,v
> > retrieving revision 1.2
> > diff -u -u -p -r1.2 patch-Makefile_bsd
> > --- core/patches/patch-Makefile_bsd 4 Jul 2014 18:26:49 -   1.2
> > +++ core/patches/patch-Makefile_bsd 7 Aug 2015 19:38:47 -
> > @@ -1,7 +1,7 @@
> >  $OpenBSD: patch-Makefile_bsd,v 1.2 2014/07/04 18:26:49 juanfra Exp $
> >  Makefile.bsd.orig  Wed Jun 18 16:52:58 2014
> > -+++ Makefile.bsd   Wed Jun 18 16:53:35 2014
> > -@@ -36,7 +36,7 @@ SRCDIR = ./
> > +--- Makefile.bsd.orig  Fri Jul 24 14:04:24 2015
> >  Makefile.bsd   Fri Jul 24 20:55:28 2015
> > +@@ -31,7 +31,7 @@ SRCDIR ?= ./
> >   ARCH ?= $(shell sh $(SRCDIR)/config-arch.sh)
> >   
> >   # options
> > @@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_bsd,v 1.2 2014/
> >   
> >   ifdef DEBUGBUILD
> >   C_COMPILER_OPTIMIZATION_OPTIONS ?= -g -Wall -Wno-unused
> > -@@ -50,10 +50,9 @@ endif
> > +@@ -45,10 +45,9 @@ endif
> >   LINKER_LINK_SHARED_LIBRARY_OPTIONS = -shared
> >   LINKER_LINK_SHARED_DLOADABLE_OPTIONS = -shared 
> > -Wl,-R"$(RUNTIME_LINKER_PATH)" -Wl,-L.
> >   LINKER_LINK_SHARED_PROGRAM_OPTIONS = -Wl,-R"$(RUNTIME_LINKER_PATH)"
> > Index: core/patches/patch-data-structures_scm
> > ===
> > RCS file: core/patches/patch-data-structures_scm
> > diff -N core/patches/patch-data-structures_scm
> > --- core/patches/patch-data-structures_scm  30 Jan 2015 14:30:30 -  
> > 1.1
> > +++ /dev/null   1 Jan 1970 00:00:00 -
> > @@ -1,37 +0,0 @@
> > -$OpenBSD: pa

OpenJFX

2015-08-26 Thread Christian Schulte

Hi,

is someone already working on porting OpenJFX [1]?

[1] https://wiki.openjdk.java.net/display/OpenJFX/Main

--
Christian



Bring arandr up to date

2015-08-26 Thread Fred

Hi Edd,

Attached and below is a simple patch to bring arandr up to date.

Works on amd64.

Cheers

Fred
--

Index: Makefile
===
RCS file: /cvs/ports/x11/arandr/Makefile,v
retrieving revision 1.2
diff -u -p -u -r1.2 Makefile
--- Makefile29 Jul 2015 12:13:17 -  1.2
+++ Makefile27 Aug 2015 00:49:43 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.2 2015/07/29 12:13:17 ajacoutot Exp $

 COMMENT =  xrandr gui
-MODPY_EGG_VERSION =0.1.7.1
+MODPY_EGG_VERSION =0.1.8
 DISTNAME = arandr-${MODPY_EGG_VERSION}
 CATEGORIES =   x11 sysutils
 HOMEPAGE = http://christian.amsuess.com/tools/arandr/
Index: distinfo
===
RCS file: /cvs/ports/x11/arandr/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo18 Nov 2013 21:51:11 -  1.1.1.1
+++ distinfo27 Aug 2015 00:49:43 -
@@ -1,2 +1,2 @@
-SHA256 (arandr-0.1.7.1.tar.gz) = 
q3OqkNBdSLlaAa/a03t8IaLN9K+Y99eLJQK4GTgnSNo=

-SIZE (arandr-0.1.7.1.tar.gz) = 82118
+SHA256 (arandr-0.1.8.tar.gz) = bY7Bji9oOBj0IFAlFvfs5sN3oZA+qx3ngRUrWFclpzQ=
+SIZE (arandr-0.1.8.tar.gz) = 86930
Index: pkg/PLIST
===
RCS file: /cvs/ports/x11/arandr/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 PLIST
--- pkg/PLIST   18 Nov 2013 21:51:11 -  1.1.1.1
+++ pkg/PLIST   27 Aug 2015 00:49:43 -
@@ -30,10 +30,12 @@ share/locale/ar/LC_MESSAGES/arandr.mo
 share/locale/br/LC_MESSAGES/arandr.mo
 share/locale/bs/LC_MESSAGES/arandr.mo
 share/locale/ca/LC_MESSAGES/arandr.mo
+share/locale/cs/LC_MESSAGES/arandr.mo
 share/locale/da/LC_MESSAGES/arandr.mo
 share/locale/de/LC_MESSAGES/arandr.mo
 share/locale/el/LC_MESSAGES/arandr.mo
 share/locale/es/LC_MESSAGES/arandr.mo
+share/locale/et/LC_MESSAGES/arandr.mo
 share/locale/fa/LC_MESSAGES/arandr.mo
 share/locale/fr/LC_MESSAGES/arandr.mo
 share/locale/gl/LC_MESSAGES/arandr.mo
@@ -50,7 +52,11 @@ share/locale/pl/LC_MESSAGES/arandr.mo
 share/locale/pt_BR/LC_MESSAGES/arandr.mo
 share/locale/ro/LC_MESSAGES/arandr.mo
 share/locale/ru/LC_MESSAGES/arandr.mo
+share/locale/sc/
+share/locale/sc/LC_MESSAGES/
+share/locale/sc/LC_MESSAGES/arandr.mo
 share/locale/sk/LC_MESSAGES/arandr.mo
+share/locale/sr/LC_MESSAGES/arandr.mo
 share/locale/sv/LC_MESSAGES/arandr.mo
 share/locale/tr/LC_MESSAGES/arandr.mo
 share/locale/uk/LC_MESSAGES/arandr.mo
? arandr.diff
Index: Makefile
===
RCS file: /cvs/ports/x11/arandr/Makefile,v
retrieving revision 1.2
diff -u -p -u -r1.2 Makefile
--- Makefile	29 Jul 2015 12:13:17 -	1.2
+++ Makefile	27 Aug 2015 00:54:06 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.2 2015/07/29 12:13:17 ajacoutot Exp $
 
 COMMENT =		xrandr gui
-MODPY_EGG_VERSION =	0.1.7.1
+MODPY_EGG_VERSION =	0.1.8
 DISTNAME =		arandr-${MODPY_EGG_VERSION}
 CATEGORIES =		x11 sysutils
 HOMEPAGE =		http://christian.amsuess.com/tools/arandr/
Index: distinfo
===
RCS file: /cvs/ports/x11/arandr/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 distinfo
--- distinfo	18 Nov 2013 21:51:11 -	1.1.1.1
+++ distinfo	27 Aug 2015 00:54:06 -
@@ -1,2 +1,2 @@
-SHA256 (arandr-0.1.7.1.tar.gz) = q3OqkNBdSLlaAa/a03t8IaLN9K+Y99eLJQK4GTgnSNo=
-SIZE (arandr-0.1.7.1.tar.gz) = 82118
+SHA256 (arandr-0.1.8.tar.gz) = bY7Bji9oOBj0IFAlFvfs5sN3oZA+qx3ngRUrWFclpzQ=
+SIZE (arandr-0.1.8.tar.gz) = 86930
Index: pkg/PLIST
===
RCS file: /cvs/ports/x11/arandr/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -u -r1.1.1.1 PLIST
--- pkg/PLIST	18 Nov 2013 21:51:11 -	1.1.1.1
+++ pkg/PLIST	27 Aug 2015 00:54:06 -
@@ -30,10 +30,12 @@ share/locale/ar/LC_MESSAGES/arandr.mo
 share/locale/br/LC_MESSAGES/arandr.mo
 share/locale/bs/LC_MESSAGES/arandr.mo
 share/locale/ca/LC_MESSAGES/arandr.mo
+share/locale/cs/LC_MESSAGES/arandr.mo
 share/locale/da/LC_MESSAGES/arandr.mo
 share/locale/de/LC_MESSAGES/arandr.mo
 share/locale/el/LC_MESSAGES/arandr.mo
 share/locale/es/LC_MESSAGES/arandr.mo
+share/locale/et/LC_MESSAGES/arandr.mo
 share/locale/fa/LC_MESSAGES/arandr.mo
 share/locale/fr/LC_MESSAGES/arandr.mo
 share/locale/gl/LC_MESSAGES/arandr.mo
@@ -50,7 +52,11 @@ share/locale/pl/LC_MESSAGES/arandr.mo
 share/locale/pt_BR/LC_MESSAGES/arandr.mo
 share/locale/ro/LC_MESSAGES/arandr.mo
 share/locale/ru/LC_MESSAGES/arandr.mo
+share/locale/sc/
+share/locale/sc/LC_MESSAGES/
+share/locale/sc/LC_MESSAGES/arandr.mo
 share/locale/sk/LC_MESSAGES/arandr.mo
+share/locale/sr/LC_MESSAGES/arandr.mo
 share/locale/sv/LC_MESSAGES/arandr.mo
 share/locale/tr/LC_MESSAGES/arandr.mo
 share/locale/uk/LC_MESSAGES/arandr.mo


Re: NEW: math/ggobi

2015-08-26 Thread Peter Schmiedeskamp

Hi Ingo,

I just tested your package (noticed it because I just posted another 
package to work with math/R!), and it seems to load and work fine here 
on my amd64 as well. Sorry I don't have another platform to test on.


Software loads and I was able to create a scatterplot. Otherwise 
unfamiliar with the software to put it fully through its paces.


Cheers,
Peter


> Port for GGobi 2.1.11:

> ---8<--
> http://www.ggobi.org/
> GGobi is an open source visualization program for exploring
> high-dimensional data. It provides highly dynamic and interactive
> graphics such as tours, as well as familiar graphics such as the
> scatterplot, barchart and parallel coordinates plots. Plots are
> interactive and linked with brushing and identification.
> ---8<--

> (For useRs: especially useful in combination with the math/R package 
rggobi.)


> Tested on amd64.

> Comments? OK?

> Best regards,
> Ingo



Re: artsd coredumps with ogg & mp3 and work with wav.

2015-08-26 Thread Nigel Taylor
On 08/25/15 22:58, Alexandre H wrote:
> Hello,
> 
> Please, have a look to the following bug.
> 
>>Environment:
> System  : OpenBSD 5.8
> Details : OpenBSD 5.8 (CUSTOM.MP-2) #0: Fri Jul 31 19:48:09
> CEST 2015
>
> r...@makix.my.domain:/usr/src/sys/arch/amd64/compile/CUSTOM.MP-2
> 
> Architecture: OpenBSD.amd64
> Machine : amd64
> I have already sent the dmesg to tech@ the 4 august
>>Description:
> 5.8 amd64 :
> With kdebase alone artsd work as excepted.
> With kdebase and kdemultimedia artsd coredumps with ogg & mp3 and
> work with wav.
> The bug happens in 5.7-release and 5.8.
>>How-To-Repeat:
> 
> 1) In 5.7-release or 5.8 you need to install kdebase-3.5.10 and
> kdemultimedia-3.5.10.
> 
> 2) With KDE3 started, you stop artsd :
> kill -15 $(ps -aux|grep artsd|grep -v grep|awk '{print $2}')
> 
> 3) You check that artsd is stopped :
> ps -aux|grep artsd
> 
> 4) In a ttyC (or in a Konsole) you launch a new artsd :
> artsd
> 
> 5) In another ttyC (or in another Konsole) you launch the following
> command (you can choose another mp3 or a ogg file) :
> artsplay song57.mp3
> 
> In the first console you will have the following output :
> 
> artsd:/usr/local/lib/libarts_xine.so.0.0: undefined symbol 'ao_new_port'
> lazy binding failed!
> Segmentation fault (core dumped)
> 
> And you will find a file artsd.core.
> ---
> # gdb -e artsd -c artsd.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 "amd64-unknown-openbsd5.8".
> Core was generated by `artsd'.
> Program terminated with signal 11, Segmentation fault.
> Reading symbols from /usr/lib/libpthread.so.19.0...done.
> Loaded symbols for /usr/lib/libpthread.so.19.0
> Loaded symbols for /usr/local/bin/artsd
> Reading symbols from /usr/local/lib/libsoundserver_idl.so.2.0...done.
> Loaded symbols for /usr/local/lib/libsoundserver_idl.so.2.0
> Reading symbols from /usr/local/lib/libkmedia2_idl.so.2.0...done.
> Loaded symbols for /usr/local/lib/libkmedia2_idl.so.2.0
> Reading symbols from /usr/local/lib/libartsflow.so.2.0...done.
> Loaded symbols for /usr/local/lib/libartsflow.so.2.0
> Reading symbols from /usr/local/lib/libmcop.so.2.0...done.
> Loaded symbols for /usr/local/lib/libmcop.so.2.0
> Reading symbols from /usr/local/lib/libgmodule-2.0.so.4200.1...done.
> Loaded symbols for /usr/local/lib/libgmodule-2.0.so.4200.1
> Reading symbols from /usr/local/lib/libglib-2.0.so.4200.1...done.
> Loaded symbols for /usr/local/lib/libglib-2.0.so.4200.1
> Reading symbols from /usr/local/lib/libiconv.so.6.0...done.
> Loaded symbols for /usr/local/lib/libiconv.so.6.0
> Reading symbols from /usr/local/lib/libpcre.so.3.0...done.
> Loaded symbols for /usr/local/lib/libpcre.so.3.0
> Reading symbols from /usr/local/lib/libintl.so.6.0...done.
> Loaded symbols for /usr/local/lib/libintl.so.6.0
> Reading symbols from /usr/local/lib/libgthread-2.0.so.4200.1...done.
> Loaded symbols for /usr/local/lib/libgthread-2.0.so.4200.1
> Reading symbols from /usr/local/lib/libartsflow_idl.so.2.0...done.
> Loaded symbols for /usr/local/lib/libartsflow_idl.so.2.0
> Reading symbols from /usr/local/lib/libaudiofile.so.1.0...done.
> Loaded symbols for /usr/local/lib/libaudiofile.so.1.0
> Reading symbols from /usr/local/lib/libFLAC.so.10.0...done.
> Loaded symbols for /usr/local/lib/libFLAC.so.10.0
> Reading symbols from /usr/local/lib/libogg.so.6.2...done.
> Loaded symbols for /usr/local/lib/libogg.so.6.2
> Reading symbols from /usr/lib/libsndio.so.6.0...done.
> Loaded symbols for /usr/lib/libsndio.so.6.0
> Reading symbols from /usr/local/lib/libvorbis.so.9.0...done.
> Loaded symbols for /usr/local/lib/libvorbis.so.9.0
> Reading symbols from /usr/local/lib/libvorbisfile.so.6.0...done.
> Loaded symbols for /usr/local/lib/libvorbisfile.so.6.0
> Reading symbols from /usr/local/lib/libvorbisenc.so.3.1...done.
> Loaded symbols for /usr/local/lib/libvorbisenc.so.3.1
> Reading symbols from /usr/local/lib/libmad.so.2.1...done.
> Loaded symbols for /usr/local/lib/libmad.so.2.1
> Reading symbols from /usr/local/lib/libmcop_mt.so.2.0...done.
> Loaded symbols for /usr/local/lib/libmcop_mt.so.2.0
> Reading symbols from /usr/lib/libstdc++.so.57.0...done.
> Loaded symbols for /usr/lib/libstdc++.so.57.0
> Reading symbols from /usr/lib/libm.so.9.0...done.
> Loaded symbols for /usr/lib/libm.so.9.0
> Symbols already loaded for /usr/lib/libpthread.so.19.0
> Reading symbols from /usr/lib/libc.so.80.1...done.
> Loaded symbols for /usr/lib/libc.so.80.1
> Reading symbols from /usr/libexec/ld.so...done.
> Loaded symbols for /usr/libexec/ld.so
> Reading symbols from 

Testing requested: math/jags

2015-08-26 Thread Peter Schmiedeskamp

Hi everyone,

Been a while since I checked in on math/jags to see if anyone might be 
willing to test it 
(http://marc.info/?l=openbsd-ports&m=143282435205752&w=2). Would 
definitely appreciate it if there are any scientific users of 
OpenBSD--people familiar with the fortran toolchains, etc--that could 
check this work and possibly see about adding it to the ports collection.


JAGS is common enough among people doing Bayesian analysis. If you've 
seen John Kruschke's "Doing Bayesian Data Analysis, Second Edition", the 
examples there are all for R and JAGS.


Cheers,
Peter


jags.tgz
Description: Binary data


Testing requested print/biber and associated perl modules for LaTeX

2015-08-26 Thread Peter Schmiedeskamp

Hi everyone,

I've written a couple times about biber, the system that most people use 
with LaTeX and bibliographies nowadays (bibtex is dead, long live 
biber!). Last time I threatened to package biber and its associated 
dependencies. Here I am, hat in hand, ports attached, hoping that 
someone else uses LaTeX on OpenBSD and is willing to test.


Feedback appreciated.

Cheers,
Peter


biber.tgz
Description: Binary data


p5-Business-ISBN.tgz
Description: Binary data


p5-Business-ISBN-Data.tgz
Description: Binary data


p5-Business-ISMN.tgz
Description: Binary data


p5-Business-ISSN.tgz
Description: Binary data


p5-Encode-EUCJPASCII.tgz
Description: Binary data


p5-Encode-HanExtra.tgz
Description: Binary data


p5-Encode-JIS2K.tgz
Description: Binary data


p5-ExtUtils-LibBuilder.tgz
Description: Binary data


p5-File-Slurp-Tiny.tgz
Description: Binary data


p5-List-AllUtils.tgz
Description: Binary data


p5-Text-BibTeX.tgz
Description: Binary data


p5-Text-Roman.tgz
Description: Binary data


p5-XML-LibXML-Simple.tgz
Description: Binary data


p5-autovivification.tgz
Description: Binary data


Re: [UPDATE] plan9/rc

2015-08-26 Thread Michael Reed
On 08/21/15 15:00, Michael Reed wrote:
> Hi all,
> 
> This updates plan9/rc from 1.6 to 1.7.4.
> The following changes were made:
> 
> - add HOMEPAGE
> - Dropped existing MASTER_SITES in favor of new one.
>   2/3 of them redirected to an unrelated page, while
>   ftp.sys.toronto.edu had only up to rc-1.7.2.
> - Patch "configure" to emulate GNU date(1)'s 'I' flag.
> - Remove patch-print_c, which has apparently been upstreamed.
> - Replace the configure args --with-{edit,read}line with
>   --with-edit={edit,read}line as the former doesn't work anymore.
> 
> This is my first port, so I might have missed something obvious.
> 
> Regard,
> Michael

I updated the port.  Here's the difference between the changes mentioned above:

- Instead of having a post-patch phase and 1 patch, just have two patches.
- Remove editline flavor, as the editline variant mentioned in SUPDISTFILES
  didn't pass the ./configure stage, as did the system editline(3).

Regards,
Michael




Index: Makefile
===
RCS file: /cvs/ports/plan9/rc/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- Makefile21 Mar 2015 21:28:27 -  1.22
+++ Makefile26 Aug 2015 21:08:23 -
@@ -2,13 +2,11 @@
 
 COMMENT=   shell (clone of plan9 shell)
 
-DISTNAME=  rc-1.6
-REVISION=  1
+DISTNAME=  rc-1.7.4
 CATEGORIES=plan9 shells
-MASTER_SITES=  http://www.star.le.ac.uk/~tjg/rc/release/ \
-   ftp://ftp.sys.toronto.edu/pub/rc/
-MASTER_SITES0= http://www.star.le.ac.uk/~tjg/rc/misc/
-SUPDISTFILES=  editline-1.5.tar.gz:0
+MASTER_SITES=  http://static.tobold.org/rc/
+
+HOMEPAGE=  http://tobold.org/article/rc
 
 MAINTAINER=Markus Friedl 
 
@@ -20,31 +18,18 @@ SEPARATE_BUILD= Yes
 CONFIGURE_STYLE= gnu
 CONFIGURE_ARGS=--with-history
 
-FLAVORS=   readline editline
+FLAVORS=   readline
 FLAVOR?=
 
 TEST_TARGET= trip
 
 .if defined(WITH_READLINE) && ${WITH_READLINE:U} == YES
 FLAVOR+=readline
-.elif defined(WITH_EDITLINE) && ${WITH_EDITLINE:U} == YES
-FLAVOR+=editline
 .endif
 
 .if ${FLAVOR} == "readline"
 CONFIGURE_ARGS+= --with-readline
 WANTLIB+=  readline termcap
-.elif ${FLAVOR} == "editline"
-DISTFILES= ${DISTNAME}.tar.gz editline-1.5.tar.gz:0
-EDITLINE=  ${WRKSRC}/../editline
-CONFIGURE_ARGS+= --with-editline
-CONFIGURE_ENV= LIBS="-L${EDITLINE}"
-.endif
-
-.if ${FLAVOR} == "editline"
-pre-configure:
-   @echo "===>  Compiling editline"
-   @cd ${EDITLINE} && ${MAKE_PROGRAM}
 .endif
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/plan9/rc/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo18 Jan 2015 03:14:56 -  1.6
+++ distinfo26 Aug 2015 21:08:23 -
@@ -1,4 +1,2 @@
-SHA256 (editline-1.5.tar.gz) = gMtItn8V0KTaYqEGbSXSYHCRCWhzZV3IkTvmcf+Nhfo=
-SHA256 (rc-1.6.tar.gz) = 1ufjnDlU4FC4QUkaYzg2PEvyGqX4Stamiuv/+Qpi1/A=
-SIZE (editline-1.5.tar.gz) = 13823
-SIZE (rc-1.6.tar.gz) = 139914
+SHA256 (rc-1.7.4.tar.gz) = XtJjNN0MGmFiSLFa18kMpniuMGb6AsXd0OaTb5r5v9g=
+SIZE (rc-1.7.4.tar.gz) = 215206
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/plan9/rc/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in   15 May 2003 03:25:56 -  1.3
+++ patches/patch-Makefile_in   26 Aug 2015 21:08:23 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.3 2003/05/15 03:25:56 markus Exp $
 Makefile.in.orig   Wed Jun  7 02:07:28 2000
-+++ Makefile.inWed Jun  7 02:09:33 2000
-@@ -517,10 +517,10 @@ trip: rc tripping
+--- Makefile.in.orig   Wed May 13 17:26:18 2015
 Makefile.inFri Aug 21 16:06:58 2015
+@@ -945,10 +945,10 @@ trip: rc tripping
./rc -p < $(srcdir)/trip.rc
  
  install-exec-hook:
Index: patches/patch-configure
===
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-configure 26 Aug 2015 21:08:23 -
@@ -0,0 +1,12 @@
+$OpenBSD$
+--- configure.orig Wed Aug 26 16:57:31 2015
 configure  Wed Aug 26 16:57:45 2015
+@@ -2224,7 +2224,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ 
+ 
+ 
+-RELDATE=`date -I`
++RELDATE=`date +%Y-%m-%d`
+ 
+ cat >>confdefs.h <<_ACEOF
+ #define RELDATE "$RELDATE"
Index: patches/patch-print_c
===
RCS file: patches/patch-print_c
diff -N patches/patch-print_c
--- patches/patch-print_c   15 May 2003 03:25:56 -  1.3
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-print_c,v 1.3 2003/05/15 03:25:56 markus Exp $
 print.c.orig   Wed Nov 20 21:42:09 2002
-+++ print.cWed Nov 20 21:42:50 2002
-@@ -103,8 +103,6 @@ static void intconv(Format *format, unsi
- 

UPDATE: misc/dvtm -> 0.14

2015-08-26 Thread Michael Reed
Hi ports@,

See title.  The madtty.c patch + reference to it in the Makefile
were dropped because madtty.c don't seem to be anywhere in dvtm's
source, i.e., `grep -i mad' returns nothing and there's no mention
of it in the LICENSE.

Regards,
Michael



Index: Makefile
===
RCS file: /cvs/ports/misc/dvtm/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- Makefile11 Mar 2013 11:23:57 -  1.15
+++ Makefile26 Aug 2015 20:32:23 -
@@ -2,15 +2,13 @@
 
 COMMENT=   tiling window management for the console
 
-DISTNAME=  dvtm-0.6
-REVISION=  1
+DISTNAME=  dvtm-0.14
 CATEGORIES=misc
 
 HOMEPAGE=  http://www.brain-dump.org/projects/dvtm/
 MAINTAINER=Emilien Gaspar 
 
 # MIT/X
-# LGPL: madtty.c
 PERMIT_PACKAGE_CDROM=  Yes
 
 WANTLIB=   c ncurses util
Index: distinfo
===
RCS file: /cvs/ports/misc/dvtm/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo18 Jan 2015 03:14:31 -  1.6
+++ distinfo26 Aug 2015 20:32:23 -
@@ -1,2 +1,2 @@
-SHA256 (dvtm-0.6.tar.gz) = lhCSLCBnjKls0tm/3o+Xu8KnvV5TbVAVxW34EkaKBIE=
-SIZE (dvtm-0.6.tar.gz) = 26542
+SHA256 (dvtm-0.14.tar.gz) = ipuzQfikxXi4OeItmnB/BTonrm3xUVjhb0/ueH5DdHo=
+SIZE (dvtm-0.14.tar.gz) = 35893
Index: patches/patch-Makefile
===
RCS file: /cvs/ports/misc/dvtm/patches/patch-Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 patch-Makefile
--- patches/patch-Makefile  24 Nov 2010 13:09:11 -  1.1
+++ patches/patch-Makefile  26 Aug 2015 20:32:23 -
@@ -1,32 +1,53 @@
 $OpenBSD: patch-Makefile,v 1.1 2010/11/24 13:09:11 jasper Exp $
 
 - Don't hide the compile commands.
+- Use ${BSD_INSTALL_*} instead of mkdir, cp, and chmod.
 - Don't unconditionally strip the binary.
 
 Makefile.orig  Wed Nov 24 09:29:08 2010
-+++ Makefile   Wed Nov 24 09:29:35 2010
-@@ -13,13 +13,13 @@ options:
+--- Makefile.orig  Wed Aug 26 16:11:27 2015
 Makefile   Wed Aug 26 16:11:53 2015
+@@ -15,14 +15,12 @@ config.h:
+   cp config.def.h config.h
  
  .c.o:
-   @echo CC $<
+-  @echo CC $<
 -  @${CC} -c ${CFLAGS} $<
 +  ${CC} -c ${CFLAGS} $<
  
  ${OBJ}: config.h config.mk
  
  dvtm: ${OBJ}
-   @echo CC -o $@
+-  @echo CC -o $@
 -  @${CC} -o $@ ${OBJ} ${LDFLAGS}
 +  ${CC} -o $@ ${OBJ} ${LDFLAGS}
  
  debug: clean
@make CFLAGS='${DEBUG_CFLAGS}'
-@@ -40,8 +40,6 @@ dist: clean
+@@ -43,20 +41,13 @@ dist: clean
@rm -rf dvtm-${VERSION}
  
  install: dvtm
 -  @echo stripping executable
--  @strip -s dvtm
-   @echo installing executable file to ${DESTDIR}${PREFIX}/bin
-   @mkdir -p ${DESTDIR}${PREFIX}/bin
-   @cp -f dvtm ${DESTDIR}${PREFIX}/bin
+-  @${STRIP} dvtm
+-  @echo installing executable file to ${DESTDIR}${PREFIX}/bin
+-  @mkdir -p ${DESTDIR}${PREFIX}/bin
+-  @cp -f dvtm ${DESTDIR}${PREFIX}/bin
+-  @chmod 755 ${DESTDIR}${PREFIX}/bin/dvtm
+-  @cp -f dvtm-status ${DESTDIR}${PREFIX}/bin
+-  @chmod 755 ${DESTDIR}${PREFIX}/bin/dvtm-status
+-  @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
+-  @mkdir -p ${DESTDIR}${MANPREFIX}/man1
+-  @sed "s/VERSION/${VERSION}/g" < dvtm.1 > 
${DESTDIR}${MANPREFIX}/man1/dvtm.1
+-  @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dvtm.1
+-  @echo installing terminfo description
+-  @TERMINFO=${TERMINFO} tic -s dvtm.info
++  ${BSD_INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/bin
++  ${BSD_INSTALL_PROGRAM} dvtm ${DESTDIR}${PREFIX}/bin
++  ${BSD_INSTALL_PROGRAM} dvtm-status ${DESTDIR}${PREFIX}/bin
++  ${BSD_INSTALL_MAN_DIR} ${DESTDIR}${MANPREFIX}/man1
++  sed -i "s/VERSION/${VERSION}/g" dvtm.1
++  ${BSD_INSTALL_MAN} dvtm.1 ${DESTDIR}${MANPREFIX}/man1
++  tic -s -o ${DESTDIR}${PREFIX}/share/terminfo dvtm.info
+ 
+ uninstall:
+   @echo removing executable file from ${DESTDIR}${PREFIX}/bin
Index: patches/patch-config_mk
===
RCS file: /cvs/ports/misc/dvtm/patches/patch-config_mk,v
retrieving revision 1.7
diff -u -p -r1.7 patch-config_mk
--- patches/patch-config_mk 24 Nov 2010 13:09:11 -  1.7
+++ patches/patch-config_mk 26 Aug 2015 20:32:23 -
@@ -1,32 +1,20 @@
 $OpenBSD: patch-config_mk,v 1.7 2010/11/24 13:09:11 jasper Exp $
 config.mk.orig Fri Oct  8 18:06:05 2010
-+++ config.mk  Wed Nov 24 09:28:42 2010
-@@ -3,15 +3,15 @@ VERSION = 0.6
- 
+--- config.mk.orig Thu Feb 19 11:51:23 2015
 config.mk  Wed Aug 26 16:02:52 2015
+@@ -4,14 +4,14 @@ VERSION = 0.14
  # Customize below to fit your system
  
--PREFIX = /usr/local
+ PREFIX ?= /usr/local
 -MANPREFIX = ${PREFIX}/share/man
-+#PREFIX = /usr/local
 +MANPREFIX = ${PREFIX}/man
+ # specify your systems terminf

Re: Checking config.log after "make config"

2015-08-26 Thread Christian Weisgerber
On 2015-08-25, Alexandre H  wrote:

> At the end of "make configure" adding a grep to check if there is one 
> "ld returned 1 exit status" in config.log.
> If yes "make build" shouldn't be launched and the port should be marked 
> as broken.

Congratulations, you have just disabled most ports that use a GNU
configure script.

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



Re: Fix: games/xinvaders

2015-08-26 Thread Christian Weisgerber
On 2015-08-26, Joerg Jung  wrote:

>> This moves games/xinvaders to a slightly newer release (1993 -> 2000)
>> and fixes the LP64 issue in the application resource handling.  The
>> fix is, uh, inspired by xcdplayer but uses a #define hack to keep
>> the patching down.
>> 
>> I've dropped pjanzen@ as maintainer since his e-mail address is gone.
>> 
>> We could enable scorefile support (say, /var/games/xinvaders.score)
>> and install xinvaders as setgid games.  Do we want that?
>
> Yes, please.

Now with scorefile.

Index: Makefile
===
RCS file: /cvs/ports/games/xinvaders/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- Makefile8 Dec 2014 21:35:32 -   1.30
+++ Makefile26 Aug 2015 18:11:15 -
@@ -1,35 +1,24 @@
 # $OpenBSD: Makefile,v 1.30 2014/12/08 21:35:32 naddy Exp $
 
-NOT_FOR_ARCHS= ${LP64_ARCHS}
-
 COMMENT=   shoot them nasty little bugs
 
-DISTNAME=   xinvaders
-DIST_SUBDIR=   xinvaders
-PKGNAME=   xinvaders-2.0
-REVISION = 2
+DISTNAME=  xinvaders-2.1.1
 CATEGORIES=games
 
-MAINTAINER=Paul Janzen 
-
 PERMIT_PACKAGE_CDROM=  no fee
 PERMIT_PACKAGE_FTP=Yes
 
-WANTLIB=   ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xt c pthread-stubs xcb
-
-MASTER_SITES=  ftp://ftp.uu.net/usenet/comp.sources.x/volume19/xinvaders/ \
-   
ftp://unix.hensa.ac.uk/archive/usenet/comp.sources.x/volume19/xinvaders/
-DISTFILES= part01.Z part02.Z part03.Z
-
-EXTRACT_CASES= *.Z) ${GZIP_CMD} -dc ${FULLDISTDIR}/$$archive | 
${_PERL_FIX_SHAR} | /bin/sh;;
+WANTLIB=   X11 Xaw Xmu Xt c
 
-CONFIGURE_STYLE=   imake
+MASTER_SITES=  ${MASTER_SITE_SUNSITE:=games/arcade/invaders/}
 
-WRKDIST=   ${WRKDIR}
+MODULES=   devel/gettext
 
-pre-patch:
-   @cd $(WRKSRC) ; mv xinvaders.ma xinvaders.man
+CONFIGURE_STYLE=gnu
+CONFIGURE_ARGS=--enable-scorefile=/var/games/xinvaders.scores
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+   LDFLAGS="-L${LOCALBASE}/lib -lintl -liconv"
 
-NO_TEST=   Yes
+FAKE_FLAGS=SCOREFILE=${PREFIX}/share/examples/xinvaders/xinvaders.scores
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/games/xinvaders/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo18 Jan 2015 03:14:04 -  1.4
+++ distinfo26 Aug 2015 18:11:15 -
@@ -1,6 +1,2 @@
-SHA256 (xinvaders/part01.Z) = wtlmG+Dk3nMGLOITk0t/96J2YVVbN4yNyRvyAKiK2do=
-SHA256 (xinvaders/part02.Z) = QeTLQNorOQyz7ekvAkJBgvnaRXjMpAMJdQCEgfxQIIo=
-SHA256 (xinvaders/part03.Z) = jt+pRAwpo67H29Glk4oo3SEo8SLT1AOELHPXEp4jnro=
-SIZE (xinvaders/part01.Z) = 15161
-SIZE (xinvaders/part02.Z) = 24538
-SIZE (xinvaders/part03.Z) = 17263
+SHA256 (xinvaders-2.1.1.tar.gz) = 2yCBidZmgFjwTF25tJ/no0J4J7xQUQzAm1PmxF7EFI0=
+SIZE (xinvaders-2.1.1.tar.gz) = 120631
Index: patches/patch-Imakefile
===
RCS file: patches/patch-Imakefile
diff -N patches/patch-Imakefile
--- patches/patch-Imakefile 26 Oct 2007 21:19:16 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-Imakefile,v 1.1 2007/10/26 21:19:16 ajacoutot Exp $
 Imakefile.orig Fri Oct 26 23:05:34 2007
-+++ Imakefile  Fri Oct 26 23:05:39 2007
-@@ -4,6 +4,7 @@ OBJS = spacers.o base.o widget.o main.o vaders.o shot.
- 
- SRCS = spacers.c base.c widget.c main.c vaders.c shot.c score.c
- 
--INCLUDES = -I$(TOP) -I$(TOP)/X11
-+INCLUDES = -I$(TOP)
- 
- ComplexProgramTarget(xinvaders)
-+MANSUFFIX=6
Index: patches/patch-Makefile_in
===
RCS file: patches/patch-Makefile_in
diff -N patches/patch-Makefile_in
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-Makefile_in   26 Aug 2015 18:11:15 -
@@ -0,0 +1,21 @@
+$OpenBSD$
+--- Makefile.in.orig   Mon Sep 18 07:53:30 2000
 Makefile.inWed Aug 26 17:23:14 2015
+@@ -91,7 +91,7 @@ AUTOMAKE_OPTIONS = foreign
+ SUBDIRS = intl po
+ EXTRA_DIST = debian Vaders xinvaders.6 icon.xpm xinvaders.lsm
+ 
+-execgamesdir = $(prefix)/games
++execgamesdir = $(bindir)
+ execgames_PROGRAMS = xinvaders
+ 
+ xinvaders_SOURCES = base.c main.c score.c shot.c spacers.c vaders.c widget.c 
me.h patchlevel.h vaders.h base1.bit base2.bit explode1.bit explode2.bit 
spacer1.bit spacer2.bit sperma1.bit sperma2.bit spermb1.bit spermb2.bit 
vader1a1.bit vader1a2.bit vader1b1.bit vader1b2.bit vader2a1.bit vader2a2.bit 
vader2b1.bit vader2b2.bit vader3a1.bit vader3a2.bit vader3b1.bit vader3b2.bit 
vexplod1.bit vexplod2.bit
+@@ -521,7 +521,7 @@ mostlyclean distclean maintainer-clean
+ 
+ 
+ install-data-local:
+-  mkdir -p $(shell dirname $(DESTDIR)$(SCOREFILE) )
++  mkdir -p `dirname $(DESTDIR)$(SCOREFILE)`
+   echo 0 > $(DESTDIR)$(SCOREFILE)
+   chgrp games $(DESTDIR)$(SCOREFILE)
+   chmod 0660 $(DESTDIR)$(SCOREFILE)
Index: patches/patch-base_c

NEW: math/ggobi

2015-08-26 Thread Ingo Feinerer
Port for GGobi 2.1.11:

---8<--
http://www.ggobi.org/
GGobi is an open source visualization program for exploring
high-dimensional data. It provides highly dynamic and interactive
graphics such as tours, as well as familiar graphics such as the
scatterplot, barchart and parallel coordinates plots. Plots are
interactive and linked with brushing and identification.
---8<--

(For useRs: especially useful in combination with the math/R package rggobi.)

Tested on amd64.

Comments? OK?

Best regards,
Ingo


ggobi.tar.gz
Description: application/tar-gz


Re: update chicken-4.10.0

2015-08-26 Thread Juan Francisco Cantero Hurtado
Can you update the patch?

Your core/patches/patch-data-structures_scm is outdated.

On Wed, Aug 12, 2015 at 09:54:56PM +0300, Timo Myyrä wrote:
> Hi,
> 
> Here's an chicken update waiting for ports unlock.
> Lightly tested on my thinkpad.
> 
> Timo
> 
> Index: Makefile.inc
> ===
> RCS file: /cvs/ports/lang/chicken/Makefile.inc,v
> retrieving revision 1.4
> diff -u -u -p -r1.4 Makefile.inc
> --- Makefile.inc  4 Jul 2014 18:26:49 -   1.4
> +++ Makefile.inc  7 Aug 2015 19:38:47 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= practical and portable Scheme system
>  
> -V=   4.9.0.1
> +V=   4.10.0
>  DISTNAME=chicken-${V}
>  
>  MAINTAINER=  Timo Myyra 
> @@ -30,6 +30,6 @@ FAKE_FLAGS= PREFIX=${TRUEPREFIX}
>  # Based on param.h:MACHINE_STACK_GROWS_UP
>  pre-build:
>  .if ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "hppa64"
> - perl -pi -e 's/C_STACK_GROWS_DOWNWARD 1/C_STACK_GROWS_DOWNWARD 0/g' 
> "${WRKSRC}/Makefile.bsd"
> + sed -i 's/C_STACK_GROWS_DOWNWARD 1/C_STACK_GROWS_DOWNWARD 0/g' 
> "${WRKSRC}/Makefile.bsd"
>  .endif
>  
> Index: bootstrap/distinfo
> ===
> RCS file: /cvs/ports/lang/chicken/bootstrap/distinfo,v
> retrieving revision 1.2
> diff -u -u -p -r1.2 distinfo
> --- bootstrap/distinfo4 Jul 2014 18:26:49 -   1.2
> +++ bootstrap/distinfo7 Aug 2015 19:38:47 -
> @@ -1,2 +1,2 @@
> -SHA256 (chicken-4.9.0.1.tar.gz) = 
> BN98Q5w2/BZEa9+hhuenAlj5EdLYJrUhao5rHLKqKBU=
> -SIZE (chicken-4.9.0.1.tar.gz) = 4023371
> +SHA256 (chicken-4.10.0.tar.gz) = Dgf1q80RlhmGlQ2+qlpA20Ffihtl2v+cMA6bBbM0iZs=
> +SIZE (chicken-4.10.0.tar.gz) = 4020442
> Index: core/Makefile
> ===
> RCS file: /cvs/ports/lang/chicken/core/Makefile,v
> retrieving revision 1.5
> diff -u -u -p -r1.5 Makefile
> --- core/Makefile 16 Jun 2015 14:45:04 -  1.5
> +++ core/Makefile 7 Aug 2015 19:38:47 -
> @@ -2,9 +2,7 @@
>  
>  SHARED_ONLY= Yes
>  
> -REVISION=1
> -
> -SHARED_LIBS= chicken 3.0
> +SHARED_LIBS= chicken 4.0 # 7
>  
>  TEST_TARGET= check
>  TEST_DEPENDS=${BUILD_PKGPATH}
> Index: core/distinfo
> ===
> RCS file: /cvs/ports/lang/chicken/core/distinfo,v
> retrieving revision 1.2
> diff -u -u -p -r1.2 distinfo
> --- core/distinfo 4 Jul 2014 18:26:49 -   1.2
> +++ core/distinfo 7 Aug 2015 19:38:47 -
> @@ -1,2 +1,2 @@
> -SHA256 (chicken-4.9.0.1.tar.gz) = 
> BN98Q5w2/BZEa9+hhuenAlj5EdLYJrUhao5rHLKqKBU=
> -SIZE (chicken-4.9.0.1.tar.gz) = 4023371
> +SHA256 (chicken-4.10.0.tar.gz) = Dgf1q80RlhmGlQ2+qlpA20Ffihtl2v+cMA6bBbM0iZs=
> +SIZE (chicken-4.10.0.tar.gz) = 4020442
> Index: core/patches/patch-Makefile_bsd
> ===
> RCS file: /cvs/ports/lang/chicken/core/patches/patch-Makefile_bsd,v
> retrieving revision 1.2
> diff -u -u -p -r1.2 patch-Makefile_bsd
> --- core/patches/patch-Makefile_bsd   4 Jul 2014 18:26:49 -   1.2
> +++ core/patches/patch-Makefile_bsd   7 Aug 2015 19:38:47 -
> @@ -1,7 +1,7 @@
>  $OpenBSD: patch-Makefile_bsd,v 1.2 2014/07/04 18:26:49 juanfra Exp $
>  Makefile.bsd.origWed Jun 18 16:52:58 2014
> -+++ Makefile.bsd Wed Jun 18 16:53:35 2014
> -@@ -36,7 +36,7 @@ SRCDIR = ./
> +--- Makefile.bsd.origFri Jul 24 14:04:24 2015
>  Makefile.bsd Fri Jul 24 20:55:28 2015
> +@@ -31,7 +31,7 @@ SRCDIR ?= ./
>   ARCH ?= $(shell sh $(SRCDIR)/config-arch.sh)
>   
>   # options
> @@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_bsd,v 1.2 2014/
>   
>   ifdef DEBUGBUILD
>   C_COMPILER_OPTIMIZATION_OPTIONS ?= -g -Wall -Wno-unused
> -@@ -50,10 +50,9 @@ endif
> +@@ -45,10 +45,9 @@ endif
>   LINKER_LINK_SHARED_LIBRARY_OPTIONS = -shared
>   LINKER_LINK_SHARED_DLOADABLE_OPTIONS = -shared 
> -Wl,-R"$(RUNTIME_LINKER_PATH)" -Wl,-L.
>   LINKER_LINK_SHARED_PROGRAM_OPTIONS = -Wl,-R"$(RUNTIME_LINKER_PATH)"
> Index: core/patches/patch-data-structures_scm
> ===
> RCS file: core/patches/patch-data-structures_scm
> diff -N core/patches/patch-data-structures_scm
> --- core/patches/patch-data-structures_scm30 Jan 2015 14:30:30 -  
> 1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -
> @@ -1,37 +0,0 @@
> -$OpenBSD: patch-data-structures_scm,v 1.1 2015/01/30 14:30:30 jasper Exp $
> -
> -Security fix for CVE-2014-9651
> -http://lists.nongnu.org/archive/html/chicken-hackers/2014-12/msg0.html
> -
>  data-structures.scm.orig Sat Jun  7 15:18:27 2014
> -+++ data-structures.scm  Fri Jan 30 14:58:17 2015
> -@@ -303,15 +303,21 @@
> -   (define (traverse which where start test loc)
> - (##sys#check-string which loc)
> - (##sys#check-string where loc)
> --(let ([wherelen (##sys#size where)]
> --  [whichlen (##sys#size whic

Asking for updates of the ports audio/abcde audio/cdparanoia audio/cd-discid

2015-08-26 Thread nawi
Hello !

Is it possible, that someone could update the ports audio/abcde and the
deps. audio/cdparanoia and audio/cd-discid ?

I would do that self, if I had the required knownledge but I am not a
coder (only a user at the beginning).

Thanks for your work.

Regards,


Christoph




Re: Fix: x11/dbusmenu-qt PLIST

2015-08-26 Thread Stuart Henderson
On 2015/08/26 08:56, Rafael Sadowski wrote:
> On Wed Aug 26, 2015 at 08:49:56AM +0200, Landry Breuil wrote:
> > On Wed, Aug 26, 2015 at 07:21:04AM +0200, Rafael Sadowski wrote:
> > > Hi @ports,
> > > 
> > > dbusmenu fails on my new build system (fresh and clean system without
> > > any ports). Looks like doxygen generated other/new file names.
> > 
> > Known issue with doxygen-using ports: see tail of
> > devel/doxygen/pkg/DESCR-main for a potential fix.

There has to be something different involved in this, missing path
stripping would change hashes but wouldn't turn 2 files into 6.
Possibly an optional build dep...

TBH I'd rather just disable doxygen if it's proving to be a pain.

> ... or maybe the new version [0] will works deterministic and fixes this
> issue forever.
> 
> [0]: https://marc.info/?l=openbsd-ports&m=144023932811533&w=2

Did you test that with different WRKOBJDIR settings with a port which
sets DOXYGEN_ENCODE_PATH_STRIP (like devel/libmtp)?

Nobody is going to be able to test it on m88k or sh because you
now require a GCC version with limited arch support. That's odd though
because it seems to work with base gcc anyway?



Re: update chicken-4.10.0

2015-08-26 Thread Timo Myyrä
timo.my...@wickedbsd.net (Timo Myyrä) writes:

> Hi,
>
> Here's an chicken update waiting for ports unlock.
> Lightly tested on my thinkpad.
>
> Timo
>
> Index: Makefile.inc
> ===
> RCS file: /cvs/ports/lang/chicken/Makefile.inc,v
> retrieving revision 1.4
> diff -u -u -p -r1.4 Makefile.inc
> --- Makefile.inc  4 Jul 2014 18:26:49 -   1.4
> +++ Makefile.inc  7 Aug 2015 19:38:47 -
> @@ -2,7 +2,7 @@
>  
>  COMMENT= practical and portable Scheme system
>  
> -V=   4.9.0.1
> +V=   4.10.0
>  DISTNAME=chicken-${V}
>  
>  MAINTAINER=  Timo Myyra 
> @@ -30,6 +30,6 @@ FAKE_FLAGS= PREFIX=${TRUEPREFIX}
>  # Based on param.h:MACHINE_STACK_GROWS_UP
>  pre-build:
>  .if ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "hppa64"
> - perl -pi -e 's/C_STACK_GROWS_DOWNWARD 1/C_STACK_GROWS_DOWNWARD 0/g' 
> "${WRKSRC}/Makefile.bsd"
> + sed -i 's/C_STACK_GROWS_DOWNWARD 1/C_STACK_GROWS_DOWNWARD 0/g' 
> "${WRKSRC}/Makefile.bsd"
>  .endif
>  
> Index: bootstrap/distinfo
> ===
> RCS file: /cvs/ports/lang/chicken/bootstrap/distinfo,v
> retrieving revision 1.2
> diff -u -u -p -r1.2 distinfo
> --- bootstrap/distinfo4 Jul 2014 18:26:49 -   1.2
> +++ bootstrap/distinfo7 Aug 2015 19:38:47 -
> @@ -1,2 +1,2 @@
> -SHA256 (chicken-4.9.0.1.tar.gz) = 
> BN98Q5w2/BZEa9+hhuenAlj5EdLYJrUhao5rHLKqKBU=
> -SIZE (chicken-4.9.0.1.tar.gz) = 4023371
> +SHA256 (chicken-4.10.0.tar.gz) = Dgf1q80RlhmGlQ2+qlpA20Ffihtl2v+cMA6bBbM0iZs=
> +SIZE (chicken-4.10.0.tar.gz) = 4020442
> Index: core/Makefile
> ===
> RCS file: /cvs/ports/lang/chicken/core/Makefile,v
> retrieving revision 1.5
> diff -u -u -p -r1.5 Makefile
> --- core/Makefile 16 Jun 2015 14:45:04 -  1.5
> +++ core/Makefile 7 Aug 2015 19:38:47 -
> @@ -2,9 +2,7 @@
>  
>  SHARED_ONLY= Yes
>  
> -REVISION=1
> -
> -SHARED_LIBS= chicken 3.0
> +SHARED_LIBS= chicken 4.0 # 7
>  
>  TEST_TARGET= check
>  TEST_DEPENDS=${BUILD_PKGPATH}
> Index: core/distinfo
> ===
> RCS file: /cvs/ports/lang/chicken/core/distinfo,v
> retrieving revision 1.2
> diff -u -u -p -r1.2 distinfo
> --- core/distinfo 4 Jul 2014 18:26:49 -   1.2
> +++ core/distinfo 7 Aug 2015 19:38:47 -
> @@ -1,2 +1,2 @@
> -SHA256 (chicken-4.9.0.1.tar.gz) = 
> BN98Q5w2/BZEa9+hhuenAlj5EdLYJrUhao5rHLKqKBU=
> -SIZE (chicken-4.9.0.1.tar.gz) = 4023371
> +SHA256 (chicken-4.10.0.tar.gz) = Dgf1q80RlhmGlQ2+qlpA20Ffihtl2v+cMA6bBbM0iZs=
> +SIZE (chicken-4.10.0.tar.gz) = 4020442
> Index: core/patches/patch-Makefile_bsd
> ===
> RCS file: /cvs/ports/lang/chicken/core/patches/patch-Makefile_bsd,v
> retrieving revision 1.2
> diff -u -u -p -r1.2 patch-Makefile_bsd
> --- core/patches/patch-Makefile_bsd   4 Jul 2014 18:26:49 -   1.2
> +++ core/patches/patch-Makefile_bsd   7 Aug 2015 19:38:47 -
> @@ -1,7 +1,7 @@
>  $OpenBSD: patch-Makefile_bsd,v 1.2 2014/07/04 18:26:49 juanfra Exp $
>  Makefile.bsd.origWed Jun 18 16:52:58 2014
> -+++ Makefile.bsd Wed Jun 18 16:53:35 2014
> -@@ -36,7 +36,7 @@ SRCDIR = ./
> +--- Makefile.bsd.origFri Jul 24 14:04:24 2015
>  Makefile.bsd Fri Jul 24 20:55:28 2015
> +@@ -31,7 +31,7 @@ SRCDIR ?= ./
>   ARCH ?= $(shell sh $(SRCDIR)/config-arch.sh)
>   
>   # options
> @@ -10,7 +10,7 @@ $OpenBSD: patch-Makefile_bsd,v 1.2 2014/
>   
>   ifdef DEBUGBUILD
>   C_COMPILER_OPTIMIZATION_OPTIONS ?= -g -Wall -Wno-unused
> -@@ -50,10 +50,9 @@ endif
> +@@ -45,10 +45,9 @@ endif
>   LINKER_LINK_SHARED_LIBRARY_OPTIONS = -shared
>   LINKER_LINK_SHARED_DLOADABLE_OPTIONS = -shared 
> -Wl,-R"$(RUNTIME_LINKER_PATH)" -Wl,-L.
>   LINKER_LINK_SHARED_PROGRAM_OPTIONS = -Wl,-R"$(RUNTIME_LINKER_PATH)"
> Index: core/patches/patch-data-structures_scm
> ===
> RCS file: core/patches/patch-data-structures_scm
> diff -N core/patches/patch-data-structures_scm
> --- core/patches/patch-data-structures_scm30 Jan 2015 14:30:30 -  
> 1.1
> +++ /dev/null 1 Jan 1970 00:00:00 -
> @@ -1,37 +0,0 @@
> -$OpenBSD: patch-data-structures_scm,v 1.1 2015/01/30 14:30:30 jasper Exp $
> -
> -Security fix for CVE-2014-9651
> -http://lists.nongnu.org/archive/html/chicken-hackers/2014-12/msg0.html
> -
>  data-structures.scm.orig Sat Jun  7 15:18:27 2014
> -+++ data-structures.scm  Fri Jan 30 14:58:17 2015
> -@@ -303,15 +303,21 @@
> -   (define (traverse which where start test loc)
> - (##sys#check-string which loc)
> - (##sys#check-string where loc)
> --(let ([wherelen (##sys#size where)]
> --  [whichlen (##sys#size which)] )
> -+(let* ((wherelen (##sys#size where))
> -+   (whichlen (##sys#size which))
> -+ 

Re: Fix: x11/dbusmenu-qt PLIST

2015-08-26 Thread Landry Breuil
On Wed, Aug 26, 2015 at 08:56:08AM +0200, Rafael Sadowski wrote:
> On Wed Aug 26, 2015 at 08:49:56AM +0200, Landry Breuil wrote:
> > On Wed, Aug 26, 2015 at 07:21:04AM +0200, Rafael Sadowski wrote:
> > > Hi @ports,
> > > 
> > > dbusmenu fails on my new build system (fresh and clean system without
> > > any ports). Looks like doxygen generated other/new file names.
> > 
> > Known issue with doxygen-using ports: see tail of
> > devel/doxygen/pkg/DESCR-main for a potential fix.
> > 
> > Landry
> 
> ... or maybe the new version [0] will works deterministic and fixes this
> issue forever.
> 
> [0]: https://marc.info/?l=openbsd-ports&m=144023932811533&w=2

Well, unless you've ensured it was deterministic, i doubt it... and
since in that diff you remove the diff handling DOXYGEN_ENCODE_PATH_STRIP
env var things might be worse :)

Landry