Re: perl: warning: Setting locale failed.

2005-08-04 Thread Marc Espie
On Wed, Aug 03, 2005 at 02:38:35PM -0700, Wolfgang S. Rupprecht wrote:
 
 What needs to be done to get perl on obsd to not gripe about
 LC_CTYPE=en_US.UTF-8 ?  I need the utf-8 setting for interoperability
 with some other OS's that I'm doing cross-development work with.
 
 $ any-perl-script
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LC_ALL = (unset),
 LC_CTYPE = en_US.UTF-8,
 LANG = (unset)
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).
 
 This is starting to be a real pain in the neck. I'm getting a few
 hundred of these warnings cluttering up some make logs under obsd.
 
 -wolfgang

Note that this ought to work in about six months time.

UTF8 support won't make OpenBSD 3.8, but I hope to commit it a little
bit after that.



Thunderbird - Sounds

2005-08-04 Thread Roy Morris

I just tried using the Thunderbird new mail sound using a
wav file. When mail comes in I get a screech and nothing
else. Anyone seen this? is it specific to Openbsd port or
Thunderbird in general?




Re: NEW: polipo-0.9.8

2005-08-04 Thread Jon Trembley
On Wed, Aug 03, 2005 at 08:21:18PM +0200, Bernd Ahlers wrote:
 I've some small fixes:
 
 - fmt -w 72 for pkg/DESCR
 - install sample files to /etc/polipo
 - different way to install the spool dir and the log file
   (pkg_delete -c does its job now)

Thanks to everyone for the testing, comments, and patches.  And thanks
to Matthias K. for the privsep patches, too.

I have updated the port fixing several of the problems:
 - reformatted pkg/DESCR
 - config files install to SYSCONFDIR
 - fixed newuser, cache and logfile install in PLIST
 - cleanup in the Makefile and in pkg/

Attached is a patch against the original port and the new port itself.

thanks,
jon
diff -Nur polipo.orig/Makefile polipo/Makefile
--- polipo.orig/MakefileThu Jan 27 22:02:05 2005
+++ polipo/Makefile Thu Aug  4 16:28:42 2005
@@ -18,15 +18,19 @@
 PERMIT_DISTFILES_FTP=  Yes
 
 WANTLIB=c
+NO_REGRESS= Yes
 
 LOG_DIR=/var
 SUBST_VARS= LOG_DIR
 
 FAKE_FLAGS= install_prefix=${WRKINST}
 
+post-extract:
+   @perl -pi -e s,\/usr\/local\/share\/polipo\/,${PREFIX}/share/polipo/, 
\
+   ${WRKSRC}/polipo.man
+
 post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/polipo
-   ${INSTALL_DATA} ${WRKBUILD}/*.sample ${PREFIX}/share/examples/polipo
-
+   ${INSTALL_DATA} ${WRKSRC}/*.sample ${PREFIX}/share/examples/polipo
 
 .include bsd.port.mk
diff -Nur polipo.orig/patches/patch-Makefile polipo/patches/patch-Makefile
--- polipo.orig/patches/patch-Makefile  Thu Jan 27 22:02:05 2005
+++ polipo/patches/patch-Makefile   Thu Aug  4 16:28:42 2005
@@ -7,7 +7,7 @@
  INFODIR = $(PREFIX)/info
 -LOCAL_ROOT = /usr/share/polipo/www
 -DISK_CACHE_ROOT = /var/cache/polipo
-+LOCAL_ROOT = ${PREFIX}/share/polipo/
++LOCAL_ROOT = ${PREFIX}/share/polipo
 +DISK_CACHE_ROOT = /var/spool/polipo
  
  # CDEBUGFLAGS = -O
diff -Nur polipo.orig/pkg/DESCR polipo/pkg/DESCR
--- polipo.orig/pkg/DESCR   Thu Jan 27 22:02:05 2005
+++ polipo/pkg/DESCRThu Aug  4 16:28:42 2005
@@ -1,4 +1,4 @@
-Polipo is a small and fast caching web proxy (a web cache, an HTTP proxy)
-designed to be used by one person or a small group of people. I like to 
-think that is similar in spirit to WWWOFFLE, but the implementation 
-techniques are more like the ones ones used by Squid. 
+Polipo is a small and fast caching web proxy (a web cache, an HTTP
+proxy) designed to be used by one person or a small group of people. I
+like to think that is similar in spirit to WWWOFFLE, but the
+implementation techniques are more like the ones ones used by Squid.
diff -Nur polipo.orig/pkg/MESSAGE polipo/pkg/MESSAGE
--- polipo.orig/pkg/MESSAGE Thu Jan 27 22:02:05 2005
+++ polipo/pkg/MESSAGE  Thu Aug  4 16:28:42 2005
@@ -2,14 +2,14 @@
 to that of the _polipo user and its login group.  The user and group
 of _polipo have been added by this package.
 
-Optional configuration files have been installed in 
-${PREFIX}/share/examples/polipo and should be placed in /etc/polipo/.
+Some sample configuration files have been installed in ${SYSCONFDIR}/polipo.
 
 Additionally, you may wish to start polipo at system start-up time
-via the /etc/rc.local script.
+via the ${SYSCONFDIR}/rc.local script.
 
 if [ X${polipo} == XYES -a -x ${PREFIX}/bin/polipo ]; then
 echo -n ' polipo'
 ${PREFIX}/bin/polipo daemonise=yes
 fi
 
+and adding polipo=YES to ${SYSCONFDIR}/rc.conf.local
diff -Nur polipo.orig/pkg/PLIST polipo/pkg/PLIST
--- polipo.orig/pkg/PLIST   Thu Jan 27 22:02:05 2005
+++ polipo/pkg/PLISTThu Aug  4 16:28:42 2005
@@ -5,8 +5,11 @@
 @info info/polipo.info
 @man man/man1/polipo.1
 share/examples/polipo/
[EMAIL PROTECTED] ${SYSCONFDIR}/polipo/
 share/examples/polipo/config.sample
[EMAIL PROTECTED] ${SYSCONFDIR}/polipo/config
 share/examples/polipo/forbidden.sample
[EMAIL PROTECTED] ${SYSCONFDIR}/polipo/forbidden
 share/polipo/
 share/polipo/doc/
 share/polipo/doc/Access-control.html
@@ -63,11 +66,20 @@
 share/polipo/doc/Stopping.html
 share/polipo/doc/The-web.html
 share/polipo/doc/Tuning-POST-and-PUT.html
+share/polipo/doc/Tuning-the-HTTP-parser.html
 share/polipo/doc/Tunnelling-connections.html
 share/polipo/doc/Variable-index.html
 share/polipo/doc/WWWOFFLE.html
 share/polipo/doc/Web-interface.html
 share/polipo/doc/index.html
 share/polipo/index.html
[EMAIL PROTECTED] install -o _polipo -g _polipo -m 600 /dev/null /var/log/polipo
[EMAIL PROTECTED] install -d -o _polipo -g _polipo -m 700 /var/spool/polipo
[EMAIL PROTECTED] 700
[EMAIL PROTECTED] _polipo
[EMAIL PROTECTED] _polipo
[EMAIL PROTECTED] /var/spool/polipo/
[EMAIL PROTECTED] 600
[EMAIL PROTECTED] /var/log/polipo
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED] rm -rf /var/spool/polipo/*
diff -Nur polipo.orig/pkg/UNMESSAGE polipo/pkg/UNMESSAGE
--- polipo.orig/pkg/UNMESSAGE   Thu Jan 27 22:02:05 2005
+++ polipo/pkg/UNMESSAGEWed Dec 31 21:00:00 1969
@@ -1,3 +0,0 @@
-
-You will need to remove the directory /var/spool/polipo and /etc/polipo 
-by hand to 

mp3 players (was: Re: CVS: cvs.openbsd.org: ports)

2005-08-04 Thread Christian Weisgerber
Robert Nagy [EMAIL PROTECTED] wrote:

 Add the arm to NOT_FOR_ARCHS because mpg123 is quiet unusable
 without an FPU. People should use mpg321 instead, or mplayer with the
 mad flavor.

Or madplay.  From the people who wrote libmad in the first place.
Not that it has any particular advantage, but it seems the natural
default choice and I just don't understand why people always ignore
it in favor of mpg321.

-- 
Christian naddy Weisgerber  [EMAIL PROTECTED]



Re: mp3 players (was: Re: CVS: cvs.openbsd.org: ports)

2005-08-04 Thread Robert Nagy

I think they choose the ones they know. That's why a lot of
people are still using mpg123, but everyone knows what is just
sucks. Not to mention that it had a lot of security vulns in
the past on the HOMEPAGE they say it is not even maintained
anymore so don't download the source code from them.

 Or madplay.  From the people who wrote libmad in the first place.
 Not that it has any particular advantage, but it seems the natural
 default choice and I just don't understand why people always ignore
 it in favor of mpg321.
 



PROMOZIONE 9-12 AGOSTO IN BORSA DI STUDIO COSTA AZZURRA

2005-08-04 Thread Nuove Tecniche Estate
LAST MINUTE 9-12 agosto, Occasione unica CERTIFICATA in Costa Azzurra. 
Abbiamo riaperto eccezionalmente le iscrizioni, a seguito dello spostamento 
di un gruppo organizzato, nella data 9-12 agosto.
A partire da 690 euro (pochissimi posti disponibili) con pernottamento 
incluso in Costa Azzurra e ATTESTATO finale.
L'occasione di imparare PNL3, Comunicazione Ipnotica, Rilascio Emozionale 
ed altre tecniche utili personalmente e professionalmente.
Un corso rilassante con molte tecniche con il dr. Paret.
Puoi vedere queste ed altre iniziative a:
http://www.pnl-nlp.org/courses/viewcourses.php?code=actual[EMAIL PROTECTED]
 
(Nota: se l'URL sopra si dovesse spezzare in due o non funzionare utilizza 
http://www.pnl-nlp.org/courses/actual.htm)

Oppure telefonaci al
347-8894323
oppure 
348-2213449 
 


Abbiamo piacere di inviare solo a persone realmente interessate. La nostra 
Lista fornisce materiale ed informazioni su Comunicazione, PNL, PN3, 
Presenza, Comunicazione Ipnotica e molti ebook gratuiti tramite il sito 
www.pnl-nlp.org/dn/ o gli altri siti correlati.
Scriviamo anche a chi ci ha inviato una mail e teniamo copia di tutte le 
mail ricevute. Questa lista contiene esclusivamente indirizzi 
corrispondenti a messaggi da noi ricevuti. 

Se vuoi cancellarti scrivi a [EMAIL PROTECTED] oppure 
utilizza il link sottostante.