Re: Sysjail. Anyone porting?

2007-08-01 Thread Antoine Jacoutot

On Thu, 2 Aug 2007, Edd Barrett wrote:

Is anyone working on a sysjail port?

I recently read about it on undeadly. Sounds useful.


"The current version has not been rigorously examined, although there 
are no known outstanding issues. If you plan on running sysjail in a 
production environment, keep a close eye on its status."


I would wait...


--
Antoine



Re: asterisk 1.4

2007-08-01 Thread Brad
On Wed, 1 Aug 2007 22:23:11 -0700
"J.C. Roberts" <[EMAIL PROTECTED]> wrote:

> On Thursday 26 July 2007, Brad wrote:
> > --- Makefile.orig   Wed Jul 25 19:26:54 2007
> > +++ MakefileThu Jul 26 03:01:32 2007
> > @@ -7,7 +7,6 @@ V=  1.4.9
> >  DISTNAME=  asterisk-${V}
> >  FULLPKGNAME-main=  ${DISTNAME}
> >  
> > -
> >  CATEGORIES=telephony
> >  
> >  HOMEPAGE=  http://www.asterisk.org/
> > @@ -33,8 +32,8 @@ USE_LIBTOOL=  Yes
> >  
> >  CONFIGURE_STYLE=   gnu
> >  
> > -CONFIGURE_ENV+=CPPFLAGS="${CPPFLAGS}
> > -I${PREFIX}/include" \ -   LDFLAGS="${LDFLAGS}
> > -L${PREFIX}/local"
> > +CONFIGURE_ENV+=CPPFLAGS="${CPPFLAGS}
> > -I${LOCALBASE}/include" \
> > +   LDFLAGS="-L${LOCALBASE}/local"
> 
> 
> Wouldn't the last line above (LDFLAGS="-L${LOCALBASE}/local) result in 
> (after expansion) to "/usr/local/local" ?
> 
> jcr

Yes. That should be ${LOCALBASE}/lib.



Re: UPDATE: silc-client 1.1

2007-08-01 Thread Brad
On Fri, 27 Jul 2007 14:52:03 +0200
Simon Kuhnle <[EMAIL PROTECTED]> wrote:

> On Wed, Jul 04, 2007 at 12:41:20PM -0400, Brad wrote:
> > On Mon, 18 Jun 2007 20:07:43 -0400
> > Brad <[EMAIL PROTECTED]> wrote:
> > 
> > > Here is an update to silc-client 1.1
> > > 
> > > http://www.silcnet.org/general/news/?item=client_20070604_1
> > 
> > Here is an update to silc-client 1.1.2
> 
> There was a problem with silc-client displaying
> GLib-CRITICAL **: g_strcasecmp: assertion `s2 != NULL' failed
> 
> This was fixed in irssi some time ago with the patches
> patch-src_fe-common_core_fe-common-core_c
> patch-src_fe-common_core_fe-recode_c
> 
> So I just ripped this patches from there and now it works.
> 
> The new patch is available at
> http://blarzwurst.de/openbsd/silc-client.diff

This looks good to me and does indeed resolve the
issue.

> Thanks viq for pointing me at the patches!



Re: asterisk 1.4

2007-08-01 Thread J.C. Roberts
On Thursday 26 July 2007, Brad wrote:
> --- Makefile.orig   Wed Jul 25 19:26:54 2007
> +++ MakefileThu Jul 26 03:01:32 2007
> @@ -7,7 +7,6 @@ V=  1.4.9
>  DISTNAME=  asterisk-${V}
>  FULLPKGNAME-main=  ${DISTNAME}
>  
> -
>  CATEGORIES=telephony
>  
>  HOMEPAGE=  http://www.asterisk.org/
> @@ -33,8 +32,8 @@ USE_LIBTOOL=  Yes
>  
>  CONFIGURE_STYLE=   gnu
>  
> -CONFIGURE_ENV+=CPPFLAGS="${CPPFLAGS}
> -I${PREFIX}/include" \ -   LDFLAGS="${LDFLAGS}
> -L${PREFIX}/local"
> +CONFIGURE_ENV+=CPPFLAGS="${CPPFLAGS}
> -I${LOCALBASE}/include" \
> +   LDFLAGS="-L${LOCALBASE}/local"


Wouldn't the last line above (LDFLAGS="-L${LOCALBASE}/local) result in 
(after expansion) to "/usr/local/local" ?

jcr


UPDATE: devel/vte (0.16.8)

2007-08-01 Thread Lawrence Teo
This diff updates VTE to 0.16.8.

http://labs.calyptix.com/openbsd-ports/vte-0.16.8.diff

ChangeLogs at:

http://ftp.gnome.org/pub/gnome/sources/vte/0.16/vte-0.16.7.changes
(several bug fixes)

http://ftp.gnome.org/pub/gnome/sources/vte/0.16/vte-0.16.8.changes
(documentation fix)

Works for me on i386. Please test!

Thanks,
Lawrence


Index: Makefile
===
RCS file: /cvs/ports/devel/vte/Makefile,v
retrieving revision 1.24
diff -u -p -r1.24 Makefile
--- Makefile26 Jun 2007 17:21:46 -  1.24
+++ Makefile2 Aug 2007 04:04:32 -
@@ -2,10 +2,10 @@
 
 COMMENT=   "terminal emulation library"
 
-DISTNAME=  vte-0.16.6
+DISTNAME=  vte-0.16.8
 PKGNAME=   ${DISTNAME}
 CATEGORIES=devel
-SHARED_LIBS +=  vte  11.9# .11.10
+SHARED_LIBS +=  vte  11.10# .11.12
 
 HOMEPAGE=  http://www.gnome.org/
 
Index: distinfo
===
RCS file: /cvs/ports/devel/vte/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo26 Jun 2007 17:21:46 -  1.11
+++ distinfo2 Aug 2007 04:04:32 -
@@ -1,5 +1,5 @@
-MD5 (vte-0.16.6.tar.bz2) = ExF0mGq1Gbkd/NbPIlQcuw==
-RMD160 (vte-0.16.6.tar.bz2) = E7EzxgBbMbESL4iR+J6ufovf91A=
-SHA1 (vte-0.16.6.tar.bz2) = lKj7zGsK4GbO/IHEphxe2wL0Glg=
-SHA256 (vte-0.16.6.tar.bz2) = SDLlOrbM2xx67ieLfc4Ms2ApcsICpcDhcmqmYOCOShA=
-SIZE (vte-0.16.6.tar.bz2) = 1103546
+MD5 (vte-0.16.8.tar.bz2) = ZTRN4wI8QcjdorNaQVv5aQ==
+RMD160 (vte-0.16.8.tar.bz2) = 3GpblVltAsXlXsu54eWLxkoC6ag=
+SHA1 (vte-0.16.8.tar.bz2) = YA2xqicJSq9WJBoeL48Edvl//UA=
+SHA256 (vte-0.16.8.tar.bz2) = HcBq1CJMGAYbAA3gQ1uBt8JJIV2kFj7ey2Ko1GCQCY8=
+SIZE (vte-0.16.8.tar.bz2) = 1112410
Index: pkg/PLIST
===
RCS file: /cvs/ports/devel/vte/pkg/PLIST,v
retrieving revision 1.11
diff -u -p -r1.11 PLIST
--- pkg/PLIST   31 May 2007 13:34:28 -  1.11
+++ pkg/PLIST   2 Aug 2007 04:04:32 -
@@ -172,6 +172,9 @@ share/locale/ru/LC_MESSAGES/vte.mo
 share/locale/rw/
 share/locale/rw/LC_MESSAGES/
 share/locale/rw/LC_MESSAGES/vte.mo
+share/locale/si/
+share/locale/si/LC_MESSAGES/
+share/locale/si/LC_MESSAGES/vte.mo
 share/locale/sk/LC_MESSAGES/vte.mo
 share/locale/sl/LC_MESSAGES/vte.mo
 share/locale/sq/



Re: OpenMotif 2.3.0

2007-08-01 Thread Markus Lude
On Thu, Aug 02, 2007 at 04:40:47AM +0300, Alexander Pavlyutin wrote:
> Problem with make new version of OpenMotif in current. Log in attache.

Did you remove the openmotif package when you build the new version?

This is necessary as noted by mbalmer@ in   

  http://marc.info/?l=openbsd-ports&m=118474243116314&w=2   

Regards,
Markus  



Re: TeXLive Modular

2007-08-01 Thread Emilio Perea
On Wed, Aug 01, 2007 at 11:25:36PM +0100, Edd Barrett wrote:
> Sorry guys, I don't have time to split it down further. Plus the whole
> point of TeXLive is that it is ridiculously comprehensive.

I wasn't complaining, just pointing out that it's probably too big for a
Zaurus.  I'm sure we all appreciate your hard work on this project!



OpenMotif 2.3.0

2007-08-01 Thread Alexander Pavlyutin
Problem with make new version of OpenMotif in current. Log in attache.


openmotif-2.3.0.log
Description: Binary data


Sysjail. Anyone porting?

2007-08-01 Thread Edd Barrett
Hi,

Is anyone working on a sysjail port?

I recently read about it on undeadly. Sounds useful.

http://sysjail.bsd.lv/

If no-one else is, I wouldn't mind having a go.

-- 
Best Regards

Edd

---
http://students.dec.bournemouth.ac.uk/ebarrett



Re: TeXLive Modular

2007-08-01 Thread Edd Barrett
On 01/08/07, Emilio Perea <[EMAIL PROTECTED]> wrote:
> Big.  This is what I got:
>
>10664524 Aug  1 16:57 texlive_base-2007.tgz
>   265570680 Aug  1 16:57 texlive_texmf-docs-2007.tgz
>   135153377 Aug  1 16:57 texlive_texmf-full-2007.tgz
>   129715539 Aug  1 16:57 texlive_texmf-minimal-2007.tgz

Sorry guys, I don't have time to split it down further. Plus the whole
point of TeXLive is that it is ridiculously comprehensive.

Someone has been working on MiKTeX for UNIX (it is for windows at the
moment) and that will download styles and macros as they are needed,
however I am not going to get involved.

Can you get an SD / CF / whatever the zaurus takes, large enough for texlive?


-- 
Best Regards

Edd

---
http://students.dec.bournemouth.ac.uk/ebarrett



Re: UPDATE: Dovecot 1.0.3

2007-08-01 Thread Ingo Schwarze
Hi Brad,

Brad wrote on Wed, Aug 01, 2007 at 03:09:59PM -0400:

> Here is an update to Dovecot 1.0.3.
> Please test this out.

Builds, installs, deinstalls and runs fine on i386 / 4.2-beta.
Tested with mutt and Thunderbird clients.
Now running in production on usta.de / studis.de.
Of course, i shall report any regressions.

Thanks for your terrific job on dovecot
and probably on other ports i'm using less,
  Ingo

--
Ingo Schwarze <[EMAIL PROTECTED]>
Serverbetrieb usta.de / studis.de



Re: TeXLive Modular

2007-08-01 Thread Emilio Perea
On Wed, Aug 01, 2007 at 09:55:24PM +0100, Fred Crowson wrote:
> Just a quick question how big is texmf-minimal?
> 
> I ask as it was successfully building on a Zaurus until I ran out of 
> space :~(

Big.  This is what I got:

   10664524 Aug  1 16:57 texlive_base-2007.tgz
  265570680 Aug  1 16:57 texlive_texmf-docs-2007.tgz
  135153377 Aug  1 16:57 texlive_texmf-full-2007.tgz
  129715539 Aug  1 16:57 texlive_texmf-minimal-2007.tgz



Re: TeXLive Modular

2007-08-01 Thread Fred Crowson

Edd Barrett wrote:

Hi all,

On 17/07/07, Jasper Lievisse Adriaanse <[EMAIL PROTECTED]> wrote:

going to import this in a few. hold on ;)


TeXLive is committed :)

Big thanks to all that helped! I will now be testing all ports
depending upon teTeX with the new teXLive build. Until this is
complete the build is not linked, so no pkg's yet.


Hi Edd,

Just a quick question how big is texmf-minimal?

I ask as it was successfully building on a Zaurus until I ran out of 
space :~(


Thanks

Fred
--
http://www.crowsons.com/puters/x41.htm



UPDATE: Dovecot 1.0.3

2007-08-01 Thread Brad
Here is an update to Dovecot 1.0.3.

Please test this out.


Index: Makefile
===
RCS file: /cvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.81
diff -u -p -r1.81 Makefile
--- Makefile16 Jul 2007 07:09:59 -  1.81
+++ Makefile1 Aug 2007 19:03:40 -
@@ -5,19 +5,20 @@ SHARED_ONLY=  Yes
 COMMENT-server= "compact IMAP/POP3 server"
 COMMENT-sieve= "sieve mail filtering for Dovecot"
 
-V_DOVECOT= 1.0.2
-V_SIEVE=   1.0.1
+V_DOVECOT= 1.0.3
+V_SIEVE=   1.0.2
 
 PKGNAME=   dovecot-${V_DOVECOT}
 PKGNAME-server=dovecot-${V_DOVECOT}
-PKGNAME-sieve= dovecot-sieve-${V_SIEVE}p2
+PKGNAME-sieve= dovecot-sieve-${V_SIEVE}
 
 DISTNAME=  dovecot-${V_DOVECOT}
 CATEGORIES=mail
-MASTER_SITES=  ${HOMEPAGE}releases/
+MASTER_SITES=  ${HOMEPAGE}releases/1.0/
+MASTER_SITES0= ${HOMEPAGE}releases/
 
 DISTFILES= dovecot-${V_DOVECOT}.tar.gz \
-   sieve/dovecot-sieve-${V_SIEVE}.tar.gz
+   sieve/dovecot-sieve-${V_SIEVE}.tar.gz:0
 
 HOMEPAGE=  http://www.dovecot.org/
 
Index: distinfo
===
RCS file: /cvs/ports/mail/dovecot/distinfo,v
retrieving revision 1.47
diff -u -p -r1.47 distinfo
--- distinfo16 Jul 2007 07:09:59 -  1.47
+++ distinfo1 Aug 2007 19:03:54 -
@@ -1,10 +1,10 @@
-MD5 (dovecot-1.0.2.tar.gz) = dp8N0nUOfeUh3jOWmZoJ5Q==
-MD5 (sieve/dovecot-sieve-1.0.1.tar.gz) = sHDSF3AJu1Vc1+JccQBH1Q==
-RMD160 (dovecot-1.0.2.tar.gz) = BjMiXlENHdcjBv8AAD8GXeJeCcU=
-RMD160 (sieve/dovecot-sieve-1.0.1.tar.gz) = m0oqO+UrbfzTFk2CpxObirGoIPk=
-SHA1 (dovecot-1.0.2.tar.gz) = AuN58SkBynwDhcGcJogFgn5o4Ow=
-SHA1 (sieve/dovecot-sieve-1.0.1.tar.gz) = JtCuBVDBsmQbfLNpreEyxz+5Ni4=
-SHA256 (dovecot-1.0.2.tar.gz) = 0zNQdsEE6qCN0BoC25REN5CZiHCkM9pXIKjcebg8agM=
-SHA256 (sieve/dovecot-sieve-1.0.1.tar.gz) = 
WfFsI6c7Nv+XOoOItgHML2QI4KauT4gsStuDDnLzrGY=
-SIZE (dovecot-1.0.2.tar.gz) = 1768818
-SIZE (sieve/dovecot-sieve-1.0.1.tar.gz) = 444126
+MD5 (dovecot-1.0.3.tar.gz) = 1d7cc3c4964789554553e7e4ea3f82b4
+MD5 (sieve/dovecot-sieve-1.0.2.tar.gz) = 508926fc9ff8e0f6e13506e237d4916b
+RMD160 (dovecot-1.0.3.tar.gz) = fa3d832799a16212eb9e80b21e60aa6b8c8bfd3d
+RMD160 (sieve/dovecot-sieve-1.0.2.tar.gz) = 
8bed283ae672aafa61271f154f1f58d200bd4f5f
+SHA1 (dovecot-1.0.3.tar.gz) = 85a609b6fe979e76b84850d9ba6355f942360490
+SHA1 (sieve/dovecot-sieve-1.0.2.tar.gz) = 
70b423eae6e47bc38f81faa36503228c1a8a5550
+SHA256 (dovecot-1.0.3.tar.gz) = 
5f361980448d0d2411bd9ad950ac8aafb95f39cb7c2bc7652df5f624f7d26391
+SHA256 (sieve/dovecot-sieve-1.0.2.tar.gz) = 
9042eaf6d1237577a67ab3aa233953d640f62a296c5ffaaaed75ff25b657642a
+SIZE (dovecot-1.0.3.tar.gz) = 1773226
+SIZE (sieve/dovecot-sieve-1.0.2.tar.gz) = 451753
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/mail/dovecot/patches/patch-Makefile_in,v
retrieving revision 1.15
diff -u -p -r1.15 patch-Makefile_in
--- patches/patch-Makefile_in   19 Jun 2007 19:18:49 -  1.15
+++ patches/patch-Makefile_in   1 Aug 2007 19:04:35 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-Makefile_in,v 1.15 2007/06/19 19:18:49 jakob Exp $
 Makefile.in.orig   Thu Jun 14 14:02:19 2007
-+++ Makefile.inTue Jun 19 21:03:10 2007
-@@ -651,7 +651,7 @@ install-data: install-data-recursive
+--- Makefile.in.orig   Mon Jul 23 01:24:13 2007
 Makefile.inWed Aug  1 15:04:28 2007
+@@ -652,7 +652,7 @@ install-data: install-data-recursive
  uninstall: uninstall-recursive
  
  install-am: all-am
Index: patches/patch-configure
===
RCS file: /cvs/ports/mail/dovecot/patches/patch-configure,v
retrieving revision 1.5
diff -u -p -r1.5 patch-configure
--- patches/patch-configure 16 Jul 2007 07:09:59 -  1.5
+++ patches/patch-configure 1 Aug 2007 19:04:34 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.5 2007/07/16 07:09:59 jakob Exp $
 configure.orig Thu Jul 12 03:33:51 2007
-+++ configure  Sun Jul 15 09:42:59 2007
-@@ -20146,6 +20146,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+--- configure.orig Mon Jul 23 01:24:07 2007
 configure  Wed Aug  1 15:04:28 2007
+@@ -20406,6 +20406,7 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  
  
  



UPDATE: Squid 2.6.STABE14

2007-08-01 Thread Brad
Here is an update to Squid 2.6.STABLE14.

Please test this out.


Index: Makefile
===
RCS file: /cvs/ports/www/squid/Makefile,v
retrieving revision 1.87
diff -u -p -r1.87 Makefile
--- Makefile20 May 2007 00:52:32 -  1.87
+++ Makefile1 Aug 2007 04:38:16 -
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.87 2007/05/20 00:52:32 todd Exp $
 
-COMMENT=   "WWW and FTP proxy cache and accelerator"
+COMMENT=   WWW and FTP proxy cache and accelerator
 
-DISTNAME=  squid-2.6.STABLE13
+DISTNAME=  squid-2.6.STABLE14
 CATEGORIES=www
 MASTER_SITES=  ${HOMEPAGE}Versions/v2/2.6/
 DIST_SUBDIR=   squid
Index: distinfo
===
RCS file: /cvs/ports/www/squid/distinfo,v
retrieving revision 1.44
diff -u -p -r1.44 distinfo
--- distinfo20 May 2007 00:52:32 -  1.44
+++ distinfo18 Jul 2007 02:54:03 -
@@ -1,5 +1,5 @@
-MD5 (squid/squid-2.6.STABLE13.tar.gz) = 8VIiTD7bwKy7hVZcGUIzKw==
-RMD160 (squid/squid-2.6.STABLE13.tar.gz) = agGhBILtHOlxWuiZBWKUchA705Q=
-SHA1 (squid/squid-2.6.STABLE13.tar.gz) = bleDySgyWzZSpaf/tbFnMY1ZN/E=
-SHA256 (squid/squid-2.6.STABLE13.tar.gz) = 
HDImXsFa98+ijewS81bJq8scOOz5feJjZ0u2FzLUB2s=
-SIZE (squid/squid-2.6.STABLE13.tar.gz) = 1627479
+MD5 (squid/squid-2.6.STABLE14.tar.gz) = On4CsI6XlEGU0folG5YsRQ==
+RMD160 (squid/squid-2.6.STABLE14.tar.gz) = U+/rTbjxGP4zaXBZnql/ljI09iA=
+SHA1 (squid/squid-2.6.STABLE14.tar.gz) = hg/GytoKkfk7heclNnIZ84FcuG4=
+SHA256 (squid/squid-2.6.STABLE14.tar.gz) = 
wulGXKPPd++w1iWpsrwf/tUrm2dMHYTVDd82uaJIdLA=
+SIZE (squid/squid-2.6.STABLE14.tar.gz) = 1694713
Index: patches/patch-configure_in
===
RCS file: /cvs/ports/www/squid/patches/patch-configure_in,v
retrieving revision 1.24
diff -u -p -r1.24 patch-configure_in
--- patches/patch-configure_in  20 May 2007 00:52:32 -  1.24
+++ patches/patch-configure_in  18 Jul 2007 02:54:24 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure_in,v 1.24 2007/05/20 00:52:32 todd Exp $
 configure.in.orig  Thu May 10 19:59:36 2007
-+++ configure.in   Sat May 12 23:44:43 2007
-@@ -2231,18 +2231,6 @@ dnl during compile.
+--- configure.in.orig  Sun Jul 15 10:21:59 2007
 configure.in   Tue Jul 17 22:54:15 2007
+@@ -2247,18 +2247,6 @@ dnl during compile.
;;
  esac
  
Index: patches/patch-errors_Makefile_in
===
RCS file: /cvs/ports/www/squid/patches/patch-errors_Makefile_in,v
retrieving revision 1.9
diff -u -p -r1.9 patch-errors_Makefile_in
--- patches/patch-errors_Makefile_in13 Nov 2006 02:11:39 -  1.9
+++ patches/patch-errors_Makefile_in18 Jul 2007 02:54:24 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-errors_Makefile_in,v 1.9 2006/11/13 02:11:39 brad Exp $
 errors/Makefile.in.origSun Oct 29 21:21:13 2006
-+++ errors/Makefile.in Sat Nov  4 15:50:31 2006
-@@ -229,7 +229,7 @@ sbindir = @sbindir@
+--- errors/Makefile.in.origFri Jun 22 20:14:40 2007
 errors/Makefile.in Tue Jul 17 22:54:15 2007
+@@ -231,7 +231,7 @@ sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
  sysconfdir = @sysconfdir@
  target_alias = @target_alias@
Index: patches/patch-helpers_basic_auth_MSNT_Makefile_in
===
RCS file: 
/cvs/ports/www/squid/patches/patch-helpers_basic_auth_MSNT_Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-helpers_basic_auth_MSNT_Makefile_in
--- patches/patch-helpers_basic_auth_MSNT_Makefile_in   13 Nov 2006 02:11:39 
-  1.3
+++ patches/patch-helpers_basic_auth_MSNT_Makefile_in   18 Jul 2007 02:54:24 
-
@@ -1,7 +1,7 @@
 $OpenBSD: patch-helpers_basic_auth_MSNT_Makefile_in,v 1.3 2006/11/13 02:11:39 
brad Exp $
 helpers/basic_auth/MSNT/Makefile.in.orig   Sun Oct 29 21:21:17 2006
-+++ helpers/basic_auth/MSNT/Makefile.inSat Nov  4 15:50:31 2006
-@@ -263,7 +263,7 @@ prefix = @prefix@
+--- helpers/basic_auth/MSNT/Makefile.in.orig   Fri Jun 22 20:14:44 2007
 helpers/basic_auth/MSNT/Makefile.inTue Jul 17 22:54:15 2007
+@@ -265,7 +265,7 @@ prefix = @prefix@
  program_transform_name = @program_transform_name@
  sbindir = @sbindir@
  sharedstatedir = @sharedstatedir@
Index: patches/patch-icons_Makefile_in
===
RCS file: /cvs/ports/www/squid/patches/patch-icons_Makefile_in,v
retrieving revision 1.9
diff -u -p -r1.9 patch-icons_Makefile_in
--- patches/patch-icons_Makefile_in 13 Nov 2006 02:11:39 -  1.9
+++ patches/patch-icons_Makefile_in 18 Jul 2007 02:54:24 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-icons_Makefile_in,v 1.9 2006/11/13 02:11:39 brad Exp $
 icons/Makefile.in.orig Sun Oct 29 21:21:32 2006
-+++ icons/Makefile.in  Sat Nov  4 15:50:31 2006
-@@ -266,7 +266,7 @@ ICON2 = anthony-bomb.gif \
+--- icons/Makefile.in.orig

Re: unbreak several Haskell ports for amd64

2007-08-01 Thread Matthias Kilian
On Wed, Aug 01, 2007 at 03:53:36PM +0200, steven mestdagh wrote:
> > this should fix breakage for amd64 on the following ports:
> > 
> > devel/alex
> > devel/haddock
> > devel/happy
> > devel/hs-newbinary
> > security/hs-crypto
> > 
> > I also replaced WRKSRC by WRKBUILD where appropriate, so that
> > SEPARATE_BUILD *may* be used in a (very far) future. Currently,
> > SEPARATE_BUILD doesn't work at all with Haskell ports using Cabal
> > (i.e.  that Setup.{,l}hs stuff).
> > 
> > No pkgbump required, since on i386 nothing changed, and on amd64
> > the ports didn't build yet.
> 
> But they built before ghc was updated... so maybe it's safe to bump in any
> case.

IIRC all of them have been updated to new versions together with
the GHC update. I'll check this, and should any one still have the
same version as before the GHC update, I'll bump it.

> > I'd really appreciate any tests on amd64 (does it build? regress
> > output where regress isn't a noop? any packaging problems?). Some
> > porters where interested but don't have enough time to test this.
> 
> They build fine with these changes. No regressions in happy and hs-crypto,
> the others have NO_REGRESS.

Thanks for running the builds!

> However, something must be wrong with the runhaskell program?

Yes, unfortunately it's broken for the same reason ghci is broken:
GHC comes with it's own linker that (for ghci and runhaskell) tries
to load object files at runtime. This doesn't currently work on
amd64.

I'm not absolutely sure, but the problem may be this: On Linux, the
GHC linker uses a special (non-portable) flag, MAP_32BIT, to mmap(2)
to force mmap(2) to only return addresses in the lower address
space.

I don't (yet) know enough about the inner guts of GHC to fix this.

Please note that at least ghci didn't work at all before the update,
not even on i386.

Ciao,
Kili



update: mail/fdm (again) 1.3c

2007-08-01 Thread Nicholas Marriott
Hi,

Update to bug fix release 1.3c. This fixes a few bugs that turned up after the
last release and a couple of possible issues I spotted while fixing them. Also
incorporate some changes to the port pointed out by a couple of people.

Changes at:

http://sf.net/project/shownotes.php?group_id=174568&release_id=528628

Works for me on i386, sparc, sparc64.

Please test, etc.

-- Nicholas.

Index: Makefile
===
RCS file: /cvs/ports/mail/fdm/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile7 Apr 2007 04:38:44 -   1.3
+++ Makefile1 Aug 2007 17:19:03 -
@@ -1,8 +1,8 @@
 # $OpenBSD: Makefile,v 1.3 2007/04/07 04:38:44 steven Exp $
 
-COMMENT=   "fetch, filter and deliver mail"
+COMMENT=   fetch, filter and deliver mail
 
-DISTNAME=  fdm-1.1
+DISTNAME=  fdm-1.3c
 CATEGORIES=mail
 
 HOMEPAGE=   http://fdm.sourceforge.net/
@@ -18,9 +18,14 @@ WANTLIB= c crypto ssl z
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fdm/}
 
+LIB_DEPENDS+=  tdb::databases/tdb
+MAKE_FLAGS+=   -DDB
+
+FAKE_FLAGS=PREFIX=${PREFIX}
+
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/fdm
-   ${INSTALL_DATA} ${WRKSRC}/fdm-sanitize ${PREFIX}/share/fdm
+   ${INSTALL_SCRIPT} ${WRKSRC}/fdm-sanitize ${PREFIX}/share/fdm
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fdm
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/fdm
${INSTALL_DATA} ${WRKSRC}/MANUAL ${PREFIX}/share/doc/fdm
Index: distinfo
===
RCS file: /cvs/ports/mail/fdm/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo7 Apr 2007 04:38:44 -   1.4
+++ distinfo1 Aug 2007 17:19:03 -
@@ -1,5 +1,5 @@
-MD5 (fdm-1.1.tar.gz) = e9L2k9pkpmq3DgAx09rJnw==
-RMD160 (fdm-1.1.tar.gz) = eKz6Ml2YIE5buECQ3psSZq775pY=
-SHA1 (fdm-1.1.tar.gz) = REYkKQCqTWYK8ys6mmFbx52nPYw=
-SHA256 (fdm-1.1.tar.gz) = OQjZqrYptukniddwzhGWPfKf+qDMkt1bE7KYN2Ew6Zk=
-SIZE (fdm-1.1.tar.gz) = 141981
+MD5 (fdm-1.3c.tar.gz) = Nt+HN5EvFcufaVv7CpgyVQ==
+RMD160 (fdm-1.3c.tar.gz) = YxQ187zVMxCKWtjjTKOYl7fyVYw=
+SHA1 (fdm-1.3c.tar.gz) = wYNyYhL56i09yb9jePsQKp5sCSA=
+SHA256 (fdm-1.3c.tar.gz) = dbj53U9IqUmNJ6KzxY7iS6Yp+GFbAaVgjniWGrtPsok=
+SIZE (fdm-1.3c.tar.gz) = 160993
Index: pkg/PLIST
===
RCS file: /cvs/ports/mail/fdm/pkg/PLIST,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST
--- pkg/PLIST   7 Apr 2007 04:38:44 -   1.3
+++ pkg/PLIST   1 Aug 2007 17:19:03 -
@@ -7,6 +7,7 @@ share/doc/fdm/MANUAL
 share/doc/fdm/README
 share/examples/fdm/
 share/examples/fdm/f-terbeck.conf
+share/examples/fdm/g-lando.conf
 share/examples/fdm/n-marriott.conf
 share/examples/fdm/t-ulmer.conf
 share/examples/fdm/w-maier.conf



Re: UPDATE: devel/gettext 0.16.1

2007-08-01 Thread Kurt Miller
On Wednesday 01 August 2007 12:12:15 pm Christian Weisgerber wrote:
> If anybody remembers what the "static const struct" -> "static struct"
> patches were for, let me know.

IIRC, gcc on alpha was generating relocations in read only
segments and causing ld.so to segfault. I'm not sure if
this is still needed for alpha or not. I think subversion
also had this issue on alpha too.

-Kurt



Re: TeXLIve dependency tests

2007-08-01 Thread Edd Barrett
Hi,

On 01/08/07, Laurence Tratt <[EMAIL PROTECTED]> wrote:
> That makes 2 TeX using OpenBSD people at least at Bournemouth then.

This shocks me! Most members of staff here either dont use nix or are
into solaris.

Also looking at your web-site, I realise that I have not seen you
around campus. Are you new?

> Unfortunately I can't offer you root access to an amd64 box at the moment
> (that might change one day), but if it's of any help, I can offer to test
> your port on such a machine once you're happy with it on i386 and sparc64.

I would love some help with the i386 and sparc64 (and eventually
amd64) testing, as there are only so many hours in a day. Do you have
a sparc64 box? If not I might be able to get one set up on the uni
network.

Drop me a private email and we can have a chat.

-- 
Best Regards

Edd

---
http://students.dec.bournemouth.ac.uk/ebarrett



Re: unbreak several Haskell ports for amd64

2007-08-01 Thread steven mestdagh
Matthias Kilian [2007-08-01, 00:47:47]:
> Hi,
> 
> this should fix breakage for amd64 on the following ports:
> 
> devel/alex
> devel/haddock
> devel/happy
> devel/hs-newbinary
> security/hs-crypto
> 
> I also replaced WRKSRC by WRKBUILD where appropriate, so that
> SEPARATE_BUILD *may* be used in a (very far) future. Currently,
> SEPARATE_BUILD doesn't work at all with Haskell ports using Cabal
> (i.e.  that Setup.{,l}hs stuff).
> 
> No pkgbump required, since on i386 nothing changed, and on amd64
> the ports didn't build yet.

But they built before ghc was updated... so maybe it's safe to bump in any
case.

> I'd really appreciate any tests on amd64 (does it build? regress
> output where regress isn't a noop? any packaging problems?). Some
> porters where interested but don't have enough time to test this.

They build fine with these changes. No regressions in happy and hs-crypto,
the others have NO_REGRESS.

However, something must be wrong with the runhaskell program?


> 
> If you start to test some of this ports, please drop a short note
> here, so we don't waste too much CPU cycles.
> 
> TIA
> 
> Ciao,
>   Kili
> 
> Index: devel/alex/Makefile
> ===
> RCS file: /cvs/ports/devel/alex/Makefile,v
> retrieving revision 1.8
> diff -u -p -r1.8 Makefile
> --- devel/alex/Makefile   21 Jul 2007 17:19:49 -  1.8
> +++ devel/alex/Makefile   28 Jul 2007 15:37:05 -
> @@ -30,6 +30,7 @@ LIB_DEPENDS=gmp::devel/gmp
>  
>  SETUP_CONF_ARGS= configure -g --prefix=${PREFIX}
>  SETUP_CONF_ENV=  HOME=${PORTHOME} ${CONFIGURE_ENV}
> +SETUP_PROG=  ${WRKSRC}/Setup
>  SUBST_VARS=  V
>  
>  NO_REGRESS=  Yes
> @@ -42,21 +43,20 @@ AUTOCONF_DIR= ${WRKSRC}/doc
>  WRKCONF= ${AUTOCONF_DIR}
>  
>  post-configure:
> - @cd ${WRKSRC} && exec ${SETENV} ${SETUP_CONF_ENV} \
> - runhaskell Setup.lhs ${SETUP_CONF_ARGS}
> + @cd ${WRKSRC} && ghc --make -o ${SETUP_PROG} Setup.lhs
> + @cd ${WRKBUILD} && exec ${SETENV} ${SETUP_CONF_ENV} \
> + ${SETUP_PROG} ${SETUP_CONF_ARGS}
>  
>  do-build:
> - @cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} \
> - runhaskell Setup.lhs build
> - @cd ${WRKSRC}/doc && exec ${SETENV} ${MAKE_ENV} \
> - ${MAKE_PROGRAM} html
> + @cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} ${SETUP_PROG} build
> + @cd ${WRKBUILD}/doc && exec ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} html
>  
>  do-install:
>   @cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} \
> - runhaskell Setup.lhs copy --destdir=${DESTDIR}
> + ${SETUP_PROG} copy --destdir=${DESTDIR}
>  
>  post-install:
>   ${INSTALL_DATA_DIR} ${PREFIX}/share/doc
> - cd ${WRKSRC}/doc && umask 022 && pax -rw alex ${PREFIX}/share/doc
> + cd ${WRKBUILD}/doc && umask 022 && pax -rw alex ${PREFIX}/share/doc
>  
>  .include 
> Index: devel/haddock/Makefile
> ===
> RCS file: /cvs/ports/devel/haddock/Makefile,v
> retrieving revision 1.9
> diff -u -p -r1.9 Makefile
> --- devel/haddock/Makefile21 Jul 2007 17:20:20 -  1.9
> +++ devel/haddock/Makefile28 Jul 2007 15:37:05 -
> @@ -31,6 +31,7 @@ LIB_DEPENDS=gmp::devel/gmp
>  
>  SETUP_CONF_ARGS= configure -g --prefix=${PREFIX}
>  SETUP_CONF_ENV=  HOME=${PORTHOME} ${CONFIGURE_ENV}
> +SETUP_PROG=  ${WRKSRC}/Setup
>  SUBST_VARS=  V
>  
>  NO_REGRESS=  Yes
> @@ -43,21 +44,20 @@ AUTOCONF_DIR= ${WRKSRC}/doc
>  WRKCONF= ${AUTOCONF_DIR}
>  
>  post-configure:
> - @cd ${WRKSRC} && exec ${SETENV} ${SETUP_CONF_ENV} \
> - runhaskell Setup.lhs ${SETUP_CONF_ARGS}
> + @cd ${WRKSRC} && ghc --make -o ${SETUP_PROG} Setup.lhs
> + @cd ${WRKBUILD} && exec ${SETENV} ${SETUP_CONF_ENV} \
> + ${SETUP_PROG} ${SETUP_CONF_ARGS}
>  
>  do-build:
> - @cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} \
> - runhaskell Setup.lhs build
> - @cd ${WRKSRC}/doc && exec ${SETENV} ${MAKE_ENV} \
> - ${MAKE_PROGRAM} html
> + @cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} ${SETUP_PROG} build
> + @cd ${WRKBUILD}/doc && exec ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} html
>  
>  do-install:
>   @cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} \
> - runhaskell Setup.lhs copy --destdir=${DESTDIR}
> + ${SETUP_PROG} copy --destdir=${DESTDIR}
>  
>  post-install:
>   ${INSTALL_DATA_DIR} ${PREFIX}/share/doc
> - cd ${WRKSRC}/doc && umask 022 && pax -rw haddock ${PREFIX}/share/doc
> + cd ${WRKBUILD}/doc && umask 022 && pax -rw haddock ${PREFIX}/share/doc
>  
>  .include 
> Index: devel/happy/Makefile
> ===
> RCS file: /cvs/ports/devel/happy/Makefile,v
> retrieving revision 1.10
> diff -u -p -r1.10 Makefile
> --- devel/happ

Re: UPDATE: Pidgin 2.0.2 (and silc-toolkit 1.1)

2007-08-01 Thread Mike Erdely
On Tue, Jul 31, 2007 at 07:20:58PM +0200, steven mestdagh wrote:
> and here's an update to pidgin 2.1.0. please give this a try.

Works for me with AIM and GTalk on i386.

-ME



Re: NEW: audio/cmus

2007-08-01 Thread Simon Kuhnle
On Tue, Jul 31, 2007 at 06:47:20PM +0200, Tim van der Molen wrote:
> On Tue, 24 Jul 2007 23:57:30 +0200, Tim van der Molen wrote:
> > cmus is a small ncurses-based music player. It supports various output
> > methods by output plugins. It has got completely configurable key
> > bindings and it can be controlled from the outside via cmus-remote(1).
> 
> cmus 2.2.0 was released a few days ago, so here is an updated port.
> 
> Tested on amd64 and i386. Please test and comment.

Tested on i386. Works for me without problems so far.
-- 
simon



Re: graphics/evince vs textproc/gpdf

2007-08-01 Thread Edd Barrett
On 01/08/07, Mikolaj Kucharski <[EMAIL PROTECTED]> wrote:
> On Fri, Jul 27, 2007 at 02:14:02AM -0400, Daniel Dickman wrote:
> > Any reason to keep textproc/gpdf? It seems that graphics/evince is the
> > successor to gpdf.
>
> I don't see a reason for keeping it.

The only good thing about gpdf is that it does not require a TeX
distribution for kpathsea support. This is because it does not support
DVI's like evince does.

But in all honesty there are far better pdf viewers that do not need
kpathsea (xpdf for example).

Many people hate xpdf though. Personally I think it is the best one we have.


-- 
Best Regards

Edd

---
http://students.dec.bournemouth.ac.uk/ebarrett



Re: UPDATE: devel/p5-Locale-Maketext-Lexicon (0.47 => 0.64)

2007-08-01 Thread Simon Bertrang
On Wed, Aug 01, 2007 at 11:28:57AM +0400, Vlad Glagolev wrote:
> (resent to maintainer)
> 

>From my perl update session here's nearly the same diff except it adjust
the license comment too.  Tested on amd64 and i386 including all
dependencies without any regressions.

Regards,
Simon

P.S.: Two huge packs of updates will be sent to their maintainers soon...
P.P.S.: ChangeLog:
  [Changes for 0.64 - 2007-05-28]
* Locale::Maketext::Extract: Extraction wasn't able to deal with escaped
  quotes within single- and double-quoted strings.  (Bump version to 
0.22.)
  [Changes for 0.63 - 2007-02-07]
* Locale::Maketext::Lexicon used to generated mysteriouse error "next 
at ..."
  instead of skipping the locale, when the requested .po file does not 
exist.
  [Changes for 0.62 - 2006-06-15]   
 
* For the longest time, direct import of Locale::Maketext::Lexicon
  from within localization classes (such as MyApp::I18N::zh_tw) was
  untested and broken.  It now works the way described in the SYNOPSIS
  section of the Locale::Maketext::Lexicon documentation.
  [Changes for 0.61 - 2006-04-27]
* LICENSING CHANGE: This compilation and all individual files in it
  are now under the permissive "MIT" license.  See the COPYRIGHT
  section in README for the new terms.
* Repair Perl 5.005 compatibility in the build system.
  [Changes for 0.60 - 2006-04-13] 
* Locale::Maketext::Extract: Bump version to 0.20.
  No functionality changes to Locale::Maketext::Lexicon; all changes
  in this release are to Locale::Maketext::Extract.
* The ->compile call now moves ->entries into ->compiled_entries,
  instead of mutating them in-place.  This allows repeated cycles
  of ->extract/->compile calls before the final ->write_po.
* Consequently, in the ->read_po/->write_po API, the "$verbatim" flag
  is now ignored.
* ->read_po no longer fails on empty PO files.
* The return values of ->msgids/->msgstr are now always in gettext
  style and never in maketext style.
* In xgettext.pl, the -u flag (specifies the style of the source
  programs as gettext instead of the default maketext) now has nothing
  to do with output escaping.  This closes another long-standing
  bug of "vanishing backslashes" when the same .po file is written
  once with -u and once without.
* The --unescaped flag to "xgettext.pl" is deprecated and renamed
  to the more appropriate "--use-gettext-style".
* Locale::Maketext::Extract::Run now accepts single-letter directory
  names instead of erroneously stripping them out.
  [Changes for 0.58 - 2006-04-13]
* Locale::Maketext::Extract: Direct calls to ->write_po now
  escapes the msg strings by default (reverting to <=0.54
  behaviour), but calls via xgettext.pl (and ::Extract::Run)
  now always specify the "verbatim" flag to ->write_po, so
  users of extraction tools are still free from double escaping.
* Locale::Maketext::Extract: Allow the "# loc" marker at the
  end of a statement:
say "foo"; # loc
  previously it only worked on closing brackets and commas.
* Locale::Maketext::Lexicon: The "gettext" style no longer parses
  "%0" as a variable.  Also allows spaces between function arguments:
%quant(%1, %2)
  [Changes for 0.57 - 2006-04-11]
* Locale::Maketext::Locale: The "_style => 'gettext'" option was
  broken for function forms such as "%quant(%1)", as well as
  adjacent variables such as "%1%2%3".
  [Changes for 0.56 - 2006-04-02]
* Locale::Maketext::Lexicon: Specifying the new "_auto => 1" option
  now turns on _AUTO fallback handling for all language handles.
* Locale::Maketext::Lexicon: Specifying the new "_style => 'gettext'"
  option makes "%1" and "%quant(%1)" to be used for interpolation,
  instead of "[_1]" and "[quant,_1]".
  [Changes for 0.55 - 2006-03-22]
* Locale::Maketext::Extract: Fix a long-standing bug that caused
  double-escaping of backslashes and double quotes in loc strings.
  [Changes for 0.54 - 2006-03-14]
* When importing into an already defined lexicon and merging with its
  entries, we need to clear the Locale::Maketext cache, otherwise
  _AUTO entries generated by the old lexicon will linger around.
  [Changes for 0.53 - 2005-12-05]
* Make xgettext.pl work with poEdit by not trying to read from empty
  .po files.  Patch from Brian Cassidy.
  [Changes for 0.52 - 2005-12-04]
* Christian Hansen pointed out 0.51's fix was bass ackwards.
  [Changes for 0.51 - 2005-12-03]
* Locale::Makete

Re: graphics/evince vs textproc/gpdf

2007-08-01 Thread Mikolaj Kucharski
On Fri, Jul 27, 2007 at 02:14:02AM -0400, Daniel Dickman wrote:
> Any reason to keep textproc/gpdf? It seems that graphics/evince is the
> successor to gpdf.

I don't see a reason for keeping it.

-- 
best regards
q#



UPDATE: devel/p5-Locale-Maketext-Lexicon (0.47 => 0.64)

2007-08-01 Thread Vlad Glagolev
(resent to maintainer)

-- 
Cheerz,
Vlad / Stelz



p5-Locale-Maketext-Lexicon-update--0.64.diff
Description: Binary data