Awaiting lock for firefox libtool, gtk+2, cups, glib2, avahi, gtk+

2013-05-27 Thread shaul
I am trying to build /www/mozilla-firefox it's the first port build for my
machine and each one of the ports gets stuck at

Awaiting lock /usr/obj/ports/locks/port-name.lock

This happens for /www/mozilla-firefox /devel/libtool /devel/gtk+ /print/cups
/devel/glib2 /devel/gtk+2 /net/avahi that it's awaiting lock. I try using
"make unlock" on each locking port and it says
export _LOCKS_HELD=""
I continue with "make configure" and get the awaiting lock again

in /etc/mk.conf I have

USE_SYSTRACE=Yes
SUDO=/usr/bin/sudo
WRKOBJDIR=/usr/obj/ports
DISTDIR=/usr/distfiles
PACKAGE_REPOSITORY=/usr/packages
PIPE=-pipe
MOTIF=lesstif
CLEANDEPENDS=yes
REFETCH=true
FORCE_UPDATE=Yes
BSDOBJDIR=/usr/obj
BSDSRCDIR=/usr/src
XSRCDIR=/usr/xenocara
XENOCARA_BUILD_DRI=yes

What changed between 5.2 and 5.3?




UPDATE: Aria2-1.17.1

2013-05-27 Thread Gonzalo L. R.
Hi,

Update for Aria2 to 1.17.1

* Add code to detect rst2html.py or rst2html
* Enable multicast loopback in BitTorrent local peer discovery
* Treat response is completed if EOF is received before streamFilter
  completes
* uitos: Fix off-by-one error bug
* Add missing check for sigaction

And other.

Comments? Ok?


Cheers.-

-- 
Sending from my iFart...
Index: Makefile
===
RCS file: /cvs/ports/www/aria2/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile23 Apr 2013 12:00:21 -  1.24
+++ Makefile27 May 2013 19:03:20 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.24 2013/04/23 12:00:21 gonzalo Exp $
 
 COMMENT =  lightweight multi-protocol & multi-source download 
utility
-DISTNAME = aria2-1.17.0
+DISTNAME = aria2-1.17.1
 CATEGORIES =   www
 HOMEPAGE = http://aria2.sourceforge.net/
 
Index: distinfo
===
RCS file: /cvs/ports/www/aria2/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo23 Apr 2013 12:00:21 -  1.17
+++ distinfo27 May 2013 19:03:20 -
@@ -1,2 +1,2 @@
-SHA256 (aria2-1.17.0.tar.gz) = 2Jp/iRPuZqYLWZplpIzsLVRdQWTOPajukyNzEHmdrG0=
-SIZE (aria2-1.17.0.tar.gz) = 3477859
+SHA256 (aria2-1.17.1.tar.gz) = xjWUPhmoorxccUheItKNidCyqrUEUQEdG7uT+jx7OkQ=
+SIZE (aria2-1.17.1.tar.gz) = 3536527
Index: pkg/PLIST
===
RCS file: /cvs/ports/www/aria2/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   21 Mar 2013 18:08:03 -  1.8
+++ pkg/PLIST   27 May 2013 19:03:20 -
@@ -9,7 +9,6 @@ man/ru/man1/
 @man man/ru/man1/aria2c.1
 share/doc/aria2/
 share/doc/aria2/README
-share/doc/aria2/README.html
 share/doc/aria2/README.rst
 share/doc/aria2/bash_completion/
 share/doc/aria2/bash_completion/README.txt


Re: FIX: audio/musique

2013-05-27 Thread Brian Callahan

On 5/27/2013 2:41 PM, David Coppa wrote:

On Mon, 27 May 2013, Brian Callahan wrote:


Hi ports --

Here's a patch for audio/musique. It ensures that MP3 and FLAC files
can be played, and displays icons outside a Desktop Environment.

MP3 dependency catch by dmitry.sensei(@gmail.com). FLAC dependency
and missing icons found by me; fix for the missing icons taken from
www/minitube.

Works for me on amd64.

OK?


Why is plugins-ugly needed?


MP3 support.


minitube only has plugins-good...


And minitube doesn't play mp3s, it watches YouTube videos. I took your 
minitube patch for the icon support only. Sorry if that was unclear.


To recap:
plugins-good: FLAC support
plugins-ugle: MP3 support
minitube patch: make sure icons always display

~Brian



Ciao,
David


Index: Makefile
===
RCS file: /cvs/ports/audio/musique/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- Makefile2 Apr 2013 16:16:47 -   1.2
+++ Makefile27 May 2013 16:09:35 -
@@ -3,7 +3,7 @@
  COMMENT = graphical music player focused on a clean ui
  DISTNAME =musique-1.2.1
  CATEGORIES =  audio
-REVISION = 0
+REVISION = 1

  HOMEPAGE =http://flavio.tordini.org/musique/

@@ -23,6 +23,8 @@ MODULES = x11/qt4
  LIB_DEPENDS = audio/taglib

  RUN_DEPENDS = devel/desktop-file-utils \
+   multimedia/gstreamer-0.10/plugins-good \
+   multimedia/gstreamer-0.10/plugins-ugly \
x11/gtk+2,-guic

  WRKDIST = ${WRKDIR}/musique
Index: patches/patch-src_utils_cpp
===
RCS file: patches/patch-src_utils_cpp
diff -N patches/patch-src_utils_cpp
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-src_utils_cpp 27 May 2013 16:09:35 -
@@ -0,0 +1,19 @@
+$OpenBSD$
+
+Use the gnome icon theme unconditionally: fixes a problem with
+musique GUI not having icons when executed outside of a Desktop
+Environment.
+
+This fix is identical to the one in www/minitube, which is by
+the same author.
+
+--- src/utils.cpp.orig Sun May 26 12:21:35 2013
 src/utils.cpp  Sun May 26 12:22:32 2013
+@@ -5,6 +5,7 @@
+
+ QIcon getIcon(const QString &name) {
+ #ifdef Q_WS_X11
++QIcon::setThemeName("gnome");
+ return QIcon::fromTheme(name);
+ #else
+ return Extra::getIcon(name);






Re: FIX: audio/musique

2013-05-27 Thread David Coppa
On Mon, 27 May 2013, Brian Callahan wrote:

> Hi ports --
> 
> Here's a patch for audio/musique. It ensures that MP3 and FLAC files
> can be played, and displays icons outside a Desktop Environment.
> 
> MP3 dependency catch by dmitry.sensei(@gmail.com). FLAC dependency
> and missing icons found by me; fix for the missing icons taken from
> www/minitube.
> 
> Works for me on amd64.
> 
> OK?

Why is plugins-ugly needed?
minitube only has plugins-good...

Ciao,
David

> Index: Makefile
> ===
> RCS file: /cvs/ports/audio/musique/Makefile,v
> retrieving revision 1.2
> diff -u -p -u -p -r1.2 Makefile
> --- Makefile  2 Apr 2013 16:16:47 -   1.2
> +++ Makefile  27 May 2013 16:09:35 -
> @@ -3,7 +3,7 @@
>  COMMENT =graphical music player focused on a clean ui
>  DISTNAME =   musique-1.2.1
>  CATEGORIES = audio
> -REVISION =   0
> +REVISION =   1
>  
>  HOMEPAGE =   http://flavio.tordini.org/musique/
>  
> @@ -23,6 +23,8 @@ MODULES =   x11/qt4
>  LIB_DEPENDS =audio/taglib
>  
>  RUN_DEPENDS =devel/desktop-file-utils \
> + multimedia/gstreamer-0.10/plugins-good \
> + multimedia/gstreamer-0.10/plugins-ugly \
>   x11/gtk+2,-guic
>  
>  WRKDIST =${WRKDIR}/musique
> Index: patches/patch-src_utils_cpp
> ===
> RCS file: patches/patch-src_utils_cpp
> diff -N patches/patch-src_utils_cpp
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ patches/patch-src_utils_cpp   27 May 2013 16:09:35 -
> @@ -0,0 +1,19 @@
> +$OpenBSD$
> +
> +Use the gnome icon theme unconditionally: fixes a problem with
> +musique GUI not having icons when executed outside of a Desktop
> +Environment.
> +
> +This fix is identical to the one in www/minitube, which is by
> +the same author.
> +
> +--- src/utils.cpp.orig   Sun May 26 12:21:35 2013
>  src/utils.cppSun May 26 12:22:32 2013
> +@@ -5,6 +5,7 @@
> + 
> + QIcon getIcon(const QString &name) {
> + #ifdef Q_WS_X11
> ++QIcon::setThemeName("gnome");
> + return QIcon::fromTheme(name);
> + #else
> + return Extra::getIcon(name);



Fixup path adjustment in Tcl/Tk ports, take 2

2013-05-27 Thread Vadim Zhukov
So here is a second try, after input from stu@. Differences from
previous version:

  * More compact and correct whitespace handling (with some ideas from
stu@'s diff);

  * Rewrite both tclsh and wish lines in both macros;

  * Use MODTCL_BIN also for rewritting "exec" lines in shell snippets;

  * Do not move _WISH_ADJ macro to x11/tk module (shrinks diff a lot).

Comments/okays?
--
  WBR,
Vadim Zhukov


Index: lang/tcl/tcl.port.mk
===
RCS file: /cvs/ports/lang/tcl/tcl.port.mk,v
retrieving revision 1.14
diff -u -p -r1.14 tcl.port.mk
--- lang/tcl/tcl.port.mk2 Feb 2013 11:15:33 -   1.14
+++ lang/tcl/tcl.port.mk27 May 2013 18:20:06 -
@@ -34,13 +34,12 @@ MODTCL_WANTLIB ?=   ${MODTCL_LIB}
 
 # Set 'tclsh' for executable scripts (in-place modification).
 MODTCL_TCLSH_ADJ = perl -pi \
-   -e '$$. == 1 && s!env (tclsh|wish).*$$!env 
tclsh${MODTCL_VERSION}!;' \
-   -e '$$. >= 3 && $$. <= 30 && s!exec 
(tclsh|wish).*$$!exec tclsh${MODTCL_VERSION} "\$$0" \$${1+"\$$@"}!;' \
-   -e 'close ARGV if eof;'
-
-# Set 'wish' for executable scripts (in-place modification).
-MODTCL_WISH_ADJ =  
${MODTCL_TCLSH_ADJ:S/tclsh${MODTCL_VERSION}/wish${MODTCL_VERSION}/}
+   -e '$$. == 1 && s!/\S*bin/(?:tcl|wi)sh\S*(\s.*)?$$!${MODTCL_BIN}$$1!;' \
+   -e '$$. == 1 && 
s!/\S*env\s+(?:tcl|wi)sh\S*(\s.*)?$$!${MODTCL_BIN}$$1!;' \
+   -e '$$. >= 3 && $$. <= 30 && s!exec (?:tcl|wi)sh.*$$!exec ${MODTCL_BIN} 
"\$$0" \$${1+"\$$@"}!;' \
+   -e 'close ARGV if eof;'
 
+MODTCL_WISH_ADJ =  ${MODTCL_TCLSH_ADJ:S/tclsh/wish/g}
 
 SUBST_VARS +=  MODTCL_VERSION MODTCL_BIN
 
Index: audio/xcd/Makefile
===
RCS file: /cvs/ports/audio/xcd/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- audio/xcd/Makefile  10 Mar 2013 22:55:06 -  1.28
+++ audio/xcd/Makefile  27 May 2013 18:20:06 -
@@ -2,7 +2,7 @@
 
 COMMENT =  Tcl/Tk CD player
 DISTNAME = xcd-1.7
-REVISION = 3
+REVISION = 4
 CATEGORIES =   audio
 MAINTAINER =   Stuart Cassoff 
 
Index: audio/snack/Makefile
===
RCS file: /cvs/ports/audio/snack/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- audio/snack/Makefile10 Mar 2013 22:55:05 -  1.10
+++ audio/snack/Makefile27 May 2013 18:20:06 -
@@ -9,7 +9,7 @@ PKGNAME-main =  snack-${MODPY_EGG_VERSIO
 PKGNAME-python = py-snack-${MODPY_EGG_VERSION}
 CATEGORIES =   audio
 
-REVISION-main = 3
+REVISION-main = 4
 REVISION-python =1
 
 HOMEPAGE = http://www.speech.kth.se/snack
Index: devel/tclcl/Makefile
===
RCS file: /cvs/ports/devel/tclcl/Makefile,v
retrieving revision 1.28
diff -u -p -r1.28 Makefile
--- devel/tclcl/Makefile11 Mar 2013 10:50:31 -  1.28
+++ devel/tclcl/Makefile27 May 2013 18:20:06 -
@@ -7,6 +7,7 @@ DISTNAME=   tclcl-src-$V
 PKGNAME=   tclcl-$V
 CATEGORIES=devel
 MAINTAINER =   Stuart Cassoff 
+REVISION = 0
 
 HOMEPAGE=  http://otcl-tclcl.sourceforge.net/tclcl/
 
Index: devel/tcllib/Makefile
===
RCS file: /cvs/ports/devel/tcllib/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- devel/tcllib/Makefile   11 Mar 2013 10:50:31 -  1.17
+++ devel/tcllib/Makefile   27 May 2013 18:20:06 -
@@ -6,6 +6,7 @@ DISTNAME =  tcllib-1.14
 CATEGORIES =   devel lang/tcl
 HOMEPAGE = http://sourceforge.net/projects/tcllib/
 MAINTAINER =   Stuart Cassoff 
+REVISION = 0
 
 # BSD style
 PERMIT_PACKAGE_CDROM = Yes
Index: devel/tkcvs/Makefile
===
RCS file: /cvs/ports/devel/tkcvs/Makefile,v
retrieving revision 1.30
diff -u -p -r1.30 Makefile
--- devel/tkcvs/Makefile11 Mar 2013 10:50:31 -  1.30
+++ devel/tkcvs/Makefile27 May 2013 18:20:06 -
@@ -2,7 +2,7 @@
 
 COMMENT=   graphical frontend to CVS
 DISTNAME=  tkcvs-6.0
-REVISION = 3
+REVISION = 4
 CATEGORIES=devel
 
 MAINTAINER=Todd T. Fries 
Index: devel/tkdiff/Makefile
===
RCS file: /cvs/ports/devel/tkdiff/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- devel/tkdiff/Makefile   11 Mar 2013 10:50:31 -  1.13
+++ devel/tkdiff/Makefile   27 May 2013 18:20:06 -
@@ -4,6 +4,7 @@ COMMENT=graphical front-end to the diff
 
 DISTNAME=  tkdiff-4.2
 CATEGORIES=devel sysutils
+REVISION=  0
 
 HOMEPAGE=  http://tkdiff.sourceforge.net/
 
Index: devel/tklib/Makefile
===
RCS file: /cvs/ports/devel/tklib/Makefile,v
retrievi

Re: make fetch bug?

2013-05-27 Thread Markus Lude
On Mon, May 27, 2013 at 03:27:46PM +0100, Stuart Henderson wrote:
> On 2013/05/27 07:43, Kirill Bychkov wrote:
> > Hi. I suppose this is a result of adding -C flag to FETCH_CMD.
> > 
> > ===>  Checking files for py-0.9.6p4
> > >> Fetch http://b.pypi.python.org/packages/source/k/kid/kid-0.9.6.tar.gz
> > kid-0.9.6.tar.gz 100%
> > |**|
> >   262 KB00:00
> > >> Size does not match for /usr/ports/distfiles/kid-0.9.6.tar.gz.part
at least the filename looks wrong here -^

> This ^^^ is a result of the upstream distfile being re-rolled. (No changes
> within the file itself, it looks like it has just been recompressed).
> 
> > >> Fetch http://c.pypi.python.org/packages/source/k/kid/kid-0.9.6.tar.gz
> > ftp: File is already fully retrieved.
> 
> ...and this knock-on effect is because adding -C to FETCH_CMD means that
> it tries to continue fetching the existing file.
> 
> If we're going to attempt fetching from additional MASTER_SITES when
> we fail distinfo checks, we should probably rm the partial file first..

Regards,
Markus



FIX: audio/musique

2013-05-27 Thread Brian Callahan

Hi ports --

Here's a patch for audio/musique. It ensures that MP3 and FLAC files can 
be played, and displays icons outside a Desktop Environment.


MP3 dependency catch by dmitry.sensei(@gmail.com). FLAC dependency and 
missing icons found by me; fix for the missing icons taken from 
www/minitube.


Works for me on amd64.

OK?

~Brian

Index: Makefile
===
RCS file: /cvs/ports/audio/musique/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- Makefile	2 Apr 2013 16:16:47 -	1.2
+++ Makefile	27 May 2013 16:09:35 -
@@ -3,7 +3,7 @@
 COMMENT =	graphical music player focused on a clean ui
 DISTNAME =	musique-1.2.1
 CATEGORIES =	audio
-REVISION =	0
+REVISION =	1
 
 HOMEPAGE =	http://flavio.tordini.org/musique/
 
@@ -23,6 +23,8 @@ MODULES =	x11/qt4
 LIB_DEPENDS =	audio/taglib
 
 RUN_DEPENDS =	devel/desktop-file-utils \
+		multimedia/gstreamer-0.10/plugins-good \
+		multimedia/gstreamer-0.10/plugins-ugly \
 		x11/gtk+2,-guic
 
 WRKDIST =	${WRKDIR}/musique
Index: patches/patch-src_utils_cpp
===
RCS file: patches/patch-src_utils_cpp
diff -N patches/patch-src_utils_cpp
--- /dev/null	1 Jan 1970 00:00:00 -
+++ patches/patch-src_utils_cpp	27 May 2013 16:09:35 -
@@ -0,0 +1,19 @@
+$OpenBSD$
+
+Use the gnome icon theme unconditionally: fixes a problem with
+musique GUI not having icons when executed outside of a Desktop
+Environment.
+
+This fix is identical to the one in www/minitube, which is by
+the same author.
+
+--- src/utils.cpp.orig	Sun May 26 12:21:35 2013
 src/utils.cpp	Sun May 26 12:22:32 2013
+@@ -5,6 +5,7 @@
+ 
+ QIcon getIcon(const QString &name) {
+ #ifdef Q_WS_X11
++QIcon::setThemeName("gnome");
+ return QIcon::fromTheme(name);
+ #else
+ return Extra::getIcon(name);


Re: make fetch bug?

2013-05-27 Thread Stuart Henderson
On 2013/05/27 07:43, Kirill Bychkov wrote:
> Hi. I suppose this is a result of adding -C flag to FETCH_CMD.
> 
> ===>  Checking files for py-0.9.6p4
> >> Fetch http://b.pypi.python.org/packages/source/k/kid/kid-0.9.6.tar.gz
> kid-0.9.6.tar.gz 100%
> |**|
>   262 KB00:00
> >> Size does not match for /usr/ports/distfiles/kid-0.9.6.tar.gz.part

This ^^^ is a result of the upstream distfile being re-rolled. (No changes
within the file itself, it looks like it has just been recompressed).

> >> Fetch http://c.pypi.python.org/packages/source/k/kid/kid-0.9.6.tar.gz
> ftp: File is already fully retrieved.

...and this knock-on effect is because adding -C to FETCH_CMD means that
it tries to continue fetching the existing file.

If we're going to attempt fetching from additional MASTER_SITES when
we fail distinfo checks, we should probably rm the partial file first..



Re: update: mail/mlmmj

2013-05-27 Thread MERIGHI Marcus
after 
1) installing todays snapshot [1], 
2) running pkg_upd -u [2] and,  
3) sending/receiving some messages,
everything seems fine. 

I remember having to apply the whitespace patch on this openSMTPd
machine, not needed anymore. 

Bye, Marcus

[1]
OpenBSD 5.3-current (GENERIC) #159: Sun May 26 10:28:53 MDT 2013
dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC

[2]
Update candidates: mlmmj-1.2.17.1 -> mlmmj-1.2.17.1 (ok)
parsing mlmmj-1.2.17.1
Adding mlmmj-1.2.17.1->1.2.17.1
Looking for changes in shared libraries
No libraries to keep
mlmmj-1.2.17.1 (extracting)
mlmmj-1.2.17.1 (deleting)
mlmmj-1.2.17.1 (installing)
Adding mlmmj-1.2.17.1->1.2.17.1

mcmer-open...@tor.at (MERIGHI Marcus), 2013.05.17 (Fri) 20:37 (CEST):
> o...@demirmen.com (Okan Demirmen), 2013.05.17 (Fri) 16:43 (CEST):
> > any mlmmj users around?
> 
> sorry, yes; will test asap but that means next week.
> 
> bye, marcus
> 
> > On Sun, Apr 28, 2013 at 8:53 PM, Okan Demirmen  wrote:
> > > mlmmj users,
> > >
> > > update to 1.2.18.0.
> > >
> > > changes include:
> > > - both patches incorporated upstream, so removed locally,
> > > - upstream pulled the .sh from shell scripts, but i commented out
> > >   the symlinks since our version never had .sh files
> > > - upstream fixed the spelling, so s/ecieve/receive/
> > > - slightly more updated DESCR and more READMEs from distribution
> > >
> > > comments, ok's?
> > >
> > > any mlmmj users want to give this a spin?
> > >
> > > fyi, maintainer timeout so far
> > >
> > > cheers,
> > > okan
> > >
> > > Index: Makefile
> > > ===
> > > RCS file: /home/open/cvs/ports/mail/mlmmj/Makefile,v
> > > retrieving revision 1.13
> > > diff -u -p -r1.13 Makefile
> > > --- Makefile11 Mar 2013 11:23:51 -  1.13
> > > +++ Makefile4 Apr 2013 20:49:04 -
> > > @@ -2,7 +2,7 @@
> > >
> > >  COMMENT=   mailing list manager
> > >
> > > -DISTNAME=  mlmmj-1.2.17.1
> > > +DISTNAME=  mlmmj-1.2.18.0
> > >  CATEGORIES=mail
> > >
> > >  HOMEPAGE=  http://mlmmj.org/
> > > @@ -16,19 +16,14 @@ WANTLIB=c
> > >  MASTER_SITES=  http://mlmmj.org/releases/
> > >
> > >  CONFIGURE_STYLE=gnu
> > > -CONFIGURE_ARGS+=--enable-recieve-strip=yes
> > > +CONFIGURE_ARGS+=--enable-receive-strip=yes
> > >
> > > -DOCS=  README.access README.exim4 README.security README.sendmail 
> > > TUNABLES
> > > +DOCS=  README* TUNABLES
> > >
> > >  post-install:
> > > ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mlmmj
> > > cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/mlmmj
> > > -   cd ${WRKSRC} && ${INSTALL_DATA} contrib/recievestrip/README \
> > > -   ${PREFIX}/share/doc/mlmmj/README.recieve-strip
> > > -   mv ${PREFIX}/bin/mlmmj-make-ml.sh ${PREFIX}/bin/mlmmj-make-ml
> > > -   mv ${PREFIX}/man/man1/mlmmj-make-ml.sh.1 \
> > > -   ${PREFIX}/man/man1/mlmmj-make-ml.1
> > > -   sed -e 's/mlmmj-make-ml\.sh/mlmmj-make-ml/g' ${WRKSRC}/README > \
> > > -   ${PREFIX}/share/doc/mlmmj/README
> > > +   cd ${WRKSRC} && ${INSTALL_DATA} contrib/receivestrip/README \
> > > +   ${PREFIX}/share/doc/mlmmj/README.receive-strip
> > >
> > >  .include 
> > > Index: distinfo
> > > ===
> > > RCS file: /home/open/cvs/ports/mail/mlmmj/distinfo,v
> > > retrieving revision 1.8
> > > diff -u -p -r1.8 distinfo
> > > --- distinfo24 Jan 2012 02:20:35 -  1.8
> > > +++ distinfo4 Apr 2013 20:09:48 -
> > > @@ -1,5 +1,2 @@
> > > -MD5 (mlmmj-1.2.17.1.tar.gz) = xwXYvzAD32gQyXdc6G568A==
> > > -RMD160 (mlmmj-1.2.17.1.tar.gz) = Br2Kgtzlw/jyFCCkZuhE93HAiG8=
> > > -SHA1 (mlmmj-1.2.17.1.tar.gz) = 8WuHCYkb5Fdw34rIbsYsiQpYsp0=
> > > -SHA256 (mlmmj-1.2.17.1.tar.gz) = 
> > > gJzGMknruGdOvOLpWYA+PA9HPASVfQvEYa+jpqEF3lc=
> > > -SIZE (mlmmj-1.2.17.1.tar.gz) = 253458
> > > +SHA256 (mlmmj-1.2.18.0.tar.gz) = 
> > > ycH7ZK9xB7KJKnn2pIdZ875X0eh5r/qnGdQOjHCrZHQ=
> > > +SIZE (mlmmj-1.2.18.0.tar.gz) = 293017
> > > Index: patches/patch-README_sendmail
> > > ===
> > > RCS file: patches/patch-README_sendmail
> > > diff -N patches/patch-README_sendmail
> > > --- patches/patch-README_sendmail   19 Jun 2008 20:41:12 -  
> > > 1.1
> > > +++ /dev/null   1 Jan 1970 00:00:00 -
> > > @@ -1,15 +0,0 @@
> > > -$OpenBSD: patch-README_sendmail,v 1.1 2008/06/19 20:41:12 simon Exp $
> > >  README.sendmail.orig   Thu Jun 19 07:35:27 2008
> > > -+++ README.sendmailThu Jun 19 07:48:08 2008
> > > -@@ -1,3 +1,11 @@
> > > -+mlmmj needs the Return-Path: header in mail messages as it otherwise
> > > -+would refuse to operate correctly.
> > > -+The prog delivery agent puts the Return-Path: header into the mail by
> > > -+adding `P' to the delivery agent F= flags like this:
> > > -+
> > > -+define(`LOCAL_SHELL_FLAGS', `eu9P')dnl
> > > -+
> >

Re: UPDATE: devel/git

2013-05-27 Thread David Coppa
On Sat, 25 May 2013, Benoit Lecocq wrote:

> Hi,
> 
> This diff updates git to the latest release 1.8.3.
> 
> Comments ? OK ?

for f in test-results/t*-*.counts; do \
echo "$f"; \
done | '/bin/sh' ./aggregate-results.sh
fixed   1
success 9711
failed  0
broken  74
total   10014
gmake[3]: Leaving directory `/usr/ports/pobj/git-1.8.3/git-1.8.3/t'

OK dcoppa@

> Cheers,
> benoit

Ciao,
David



Re: UPDATE: devel/git

2013-05-27 Thread David Coppa
On Wed, 30 Jan 2013, Benoit Lecocq wrote:

> Hi,
> 
> This diff updates git to the latest release 1.8.1.2.
> Tested on amd64, bugfix release.
> 
> Comments ? OK ?

for f in test-results/t*-*.counts; do \
echo "$f"; \
done | '/bin/sh' ./aggregate-results.sh
fixed   1
success 9711
failed  0
broken  74
total   10014
gmake[3]: Leaving directory `/usr/ports/pobj/git-1.8.3/git-1.8.3/t'

OK dcoppa@

Ciao,
David



Update: net/weechat 0.4.1

2013-05-27 Thread Simon Kuhnle
Hi,

this is an update for weechat 0.4.1

Changelog:
http://dev.weechat.org/post/2013/05/20/Version-0.4.1

Works for me on amd64/sparc64.
Patch for missing include is reported upstream.

Where should the icon file go?

Regards
Simon

Index: Makefile
===
RCS file: /cvs/ports/net/weechat/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile11 Mar 2013 11:35:58 -  1.11
+++ Makefile27 May 2013 07:05:44 -
@@ -6,7 +6,7 @@
 COMMENT-ruby=  Ruby bindings for weechat
 COMMENT-tcl=   Tcl bindings for weechat
 
-V= 0.4.0
+V= 0.4.1
 DISTNAME=  weechat-${V}
 
 PKGNAME-main=  weechat-${V}
Index: distinfo
===
RCS file: /cvs/ports/net/weechat/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo25 Jan 2013 08:42:08 -  1.3
+++ distinfo27 May 2013 07:05:44 -
@@ -1,2 +1,2 @@
-SHA256 (weechat-0.4.0.tar.gz) = rKWtFUdlPL5bZy/8QUF6KlHEHBMreOxanWqtUJWdXZ4=
-SIZE (weechat-0.4.0.tar.gz) = 2527783
+SHA256 (weechat-0.4.1.tar.gz) = PBEKE5erHx4qfPgLiQDiwC6gH4DksJ73lUcGkW4FVj8=
+SIZE (weechat-0.4.1.tar.gz) = 2567828
Index: patches/patch-src_core_wee-config_c
===
RCS file: /cvs/ports/net/weechat/patches/patch-src_core_wee-config_c,v
retrieving revision 1.2
diff -u -r1.2 patch-src_core_wee-config_c
--- patches/patch-src_core_wee-config_c 25 Jan 2013 08:42:08 -  1.2
+++ patches/patch-src_core_wee-config_c 27 May 2013 07:05:44 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-src_core_wee-config_c,v 1.2 2013/01/25 08:42:08 jasper Exp $
 src/core/wee-config.c.orig Sun Jan 20 09:21:06 2013
-+++ src/core/wee-config.c  Fri Jan 25 09:39:57 2013
-@@ -2822,7 +2822,7 @@ config_weechat_init_options ()
+--- src/core/wee-config.c.orig Mon May 20 10:06:14 2013
 src/core/wee-config.c  Sat May 25 21:55:06 2013
+@@ -2961,7 +2961,7 @@ config_weechat_init_options ()
  "gnutls_ca_file", "string",
  N_("file containing the certificate authorities (\"%h\" will be "
 "replaced by WeeChat home, \"~/.weechat\" by default)"),
Index: patches/patch-src_plugins_xfer_xfer-dcc_c
===
RCS file: patches/patch-src_plugins_xfer_xfer-dcc_c
diff -N patches/patch-src_plugins_xfer_xfer-dcc_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-src_plugins_xfer_xfer-dcc_c   27 May 2013 07:05:44 -
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- src/plugins/xfer/xfer-dcc.c.orig   Sun May 26 10:42:17 2013
 src/plugins/xfer/xfer-dcc.cSun May 26 10:42:48 2013
+@@ -21,6 +21,7 @@
+ 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
Index: pkg/PLIST-main
===
RCS file: /cvs/ports/net/weechat/pkg/PLIST-main,v
retrieving revision 1.2
diff -u -r1.2 PLIST-main
--- pkg/PLIST-main  19 Dec 2012 10:54:51 -  1.2
+++ pkg/PLIST-main  27 May 2013 07:05:44 -
@@ -25,6 +25,11 @@
 share/doc/weechat/weechat_scripting.en.txt
 share/doc/weechat/weechat_tester.en.txt
 share/doc/weechat/weechat_user.en.txt
+share/icons/
+share/icons/hicolor/
+share/icons/hicolor/32x32/
+share/icons/hicolor/32x32/apps/
+share/icons/hicolor/32x32/apps/weechat.png
 share/locale/cs/LC_MESSAGES/weechat.mo
 share/locale/de/LC_MESSAGES/weechat.mo
 share/locale/es/LC_MESSAGES/weechat.mo