UPDATE: textproc/libxml

2006-03-12 Thread steven mestdagh
here is an update for libxml, which includes numerous bugfixes.
a bulk build on i386 with this introduced no breakage. please test,
including 'make regress'. gcc2 platform reports appreciated.

thanks,
steven

Index: Makefile
===
RCS file: /cvs/ports/textproc/libxml/Makefile,v
retrieving revision 1.94
diff -u -r1.94 Makefile
--- Makefile3 Feb 2006 14:14:36 -   1.94
+++ Makefile10 Mar 2006 21:03:33 -
@@ -2,10 +2,10 @@
 
 COMMENT=   "XML parsing library"
 
-VERSION=   2.6.16
+VERSION=   2.6.23
 DISTNAME=  libxml2-${VERSION}
-PKGNAME=   libxml-${VERSION}p8
-SHARED_LIBS=   xml29.0
+PKGNAME=   libxml-${VERSION}
+SHARED_LIBS=   xml29.1
 CATEGORIES=textproc
 MASTER_SITES=  ftp://xmlsoft.org/ \
${MASTER_SITE_GNOME:=sources/libxml2/2.6/}
@@ -32,12 +32,18 @@
 CONFIGURE_ARGS+=   --without-python
 CONFIGURE_ARGS+=   --without-threads
 
+REGRESS_DEPENDS=   ::devel/gmake
+
 post-configure:
sed -e 's,@PREFIX@,${PREFIX},' <${FILESDIR}/rebuild >${WRKBUILD}/rebuild
 
 post-install:
${INSTALL_SCRIPT_DIR} ${PREFIX}/share/libxml2
${INSTALL_SCRIPT} ${WRKBUILD}/rebuild ${PREFIX}/share/libxml2/
+
+do-regress:
+   @cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} ${GMAKE} \
+   ${REGRESS_FLAGS} -f ${MAKE_FILE} ${REGRESS_TARGET}
 
 # XXX let's cheat
 #post-configure:
Index: distinfo
===
RCS file: /cvs/ports/textproc/libxml/distinfo,v
retrieving revision 1.34
diff -u -r1.34 distinfo
--- distinfo5 Jan 2005 17:34:22 -   1.34
+++ distinfo10 Mar 2006 21:03:33 -
@@ -1,4 +1,4 @@
-MD5 (libxml2-2.6.16.tar.gz) = 7b28b412498625b51d86e58e30fbdd31
-RMD160 (libxml2-2.6.16.tar.gz) = 4c3d0f3520c2b54327f25528095ad1efb6ac4032
-SHA1 (libxml2-2.6.16.tar.gz) = 3c293f5b621325d23a0463114753bf43515d447d
-SIZE (libxml2-2.6.16.tar.gz) = 4008551
+MD5 (libxml2-2.6.23.tar.gz) = 0f37385e3ad73cc94db43d6873f4fc3b
+RMD160 (libxml2-2.6.23.tar.gz) = 9fc1640354d5d56b251e40ec06addb494349ac0c
+SHA1 (libxml2-2.6.23.tar.gz) = e0e58856532c49bd16447922ec802c7ac99d497d
+SIZE (libxml2-2.6.23.tar.gz) = 4513068
Index: patches/patch-Makefile.in
===
RCS file: /cvs/ports/textproc/libxml/patches/patch-Makefile.in,v
retrieving revision 1.14
diff -u -r1.14 patch-Makefile.in
--- patches/patch-Makefile.in   17 Nov 2003 05:25:13 -  1.14
+++ patches/patch-Makefile.in   10 Mar 2006 21:03:33 -
@@ -1,15 +1,24 @@
 Makefile.in.orig   Tue Nov  4 10:27:20 2003
-+++ Makefile.inThu Nov  6 13:25:17 2003
-@@ -307,7 +307,7 @@
- # Instll the tests program sources as examples 
+--- Makefile.in.orig   Thu Jan  5 16:39:09 2006
 Makefile.inSun Mar  5 12:00:07 2006
+@@ -524,7 +524,7 @@ testModule_DEPENDENCIES = $(DEPS)
+ testModule_LDADD = $(LDADDS)
+ noinst_LTLIBRARIES = testdso.la
+ testdso_la_SOURCES = testdso.c
+-testdso_la_LDFLAGS = -module -rpath $(libdir)
++testdso_la_LDFLAGS = -module -avoid-version -rpath $(libdir)
+ testapi_SOURCES = testapi.c
+ testapi_LDFLAGS = 
+ testapi_DEPENDENCIES = $(DEPS)
+@@ -553,7 +553,7 @@ pkgconfig_DATA = libxml-2.0.pc
+ # Install the tests program sources as examples 
  #
  BASE_DIR = $(datadir)/doc
 -DOC_MODULE = libxml2-$(VERSION)
 +DOC_MODULE = libxml2
  EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples
- subdir = .
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -1573,6 +1573,7 @@
+ all: config.h
+   $(MAKE) $(AM_MAKEFLAGS) all-recursive
+@@ -1909,6 +1909,7 @@ SVGtests : xmllint$(EXEEXT)
  grep "MORY ALLO" .memdump  | grep -v "MEMORY ALLOCATED : 0";\
  else \
  echo Testing $$name ; \
Index: patches/patch-catalog_c
===
RCS file: /cvs/ports/textproc/libxml/patches/patch-catalog_c,v
retrieving revision 1.2
diff -u -r1.2 patch-catalog_c
--- patches/patch-catalog_c 26 Aug 2003 16:33:11 -  1.2
+++ patches/patch-catalog_c 10 Mar 2006 21:03:33 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-catalog_c,v 1.2 2003/08/26 16:33:11 marcm Exp $
 catalog.c.orig 2003-08-04 11:41:42.0 -0700
-+++ catalog.c  2003-08-19 20:44:38.0 -0700
+--- catalog.c.orig Fri Apr  1 15:15:01 2005
 catalog.c  Sun Mar  5 11:28:46 2006
 @@ -62,10 +62,10 @@
  #define XML_URN_PUBID "urn:publicid:"
  #define XML_CATAL_BREAK ((xmlChar *) -1)
@@ -13,4 +13,4 @@
 +#define XML_SGML_DEFAULT_CATALOG "file:///var/db/sgmlcatalog"
  #endif
  
- static int xmlExpandCatalog(xmlCatalogPtr catal, const char *filename);
+ #if defined(_WIN32) && defined(_MSC_VER)
Index: patches/patch-xmlcatalog_c
===
RCS file: /cvs/ports/textproc/libxml/patches/patch-xmlcatalog_c,v
retrieving

editors/jove: man page paths fix

2006-03-12 Thread Antti Nykänen
Hi,

The attached patch makes the paths in the jove manual pages look more
valid. For example:

   JOVE  first  reads  the  system-wide  initialization  file
   (/usr/ports/editors/jove/w-jove-4.16p0/fake-
   i386/usr/local/share/jove/jove.rc)

changes to:

   JOVE  first  reads  the  system-wide  initialization  file
   (/usr/local/share/jove/jove.rc)

-- 
Antti Nykänen | [EMAIL PROTECTED] | http://aon.iki.fi/
diff -ruN /usr/ports/editors/jove/patches/patch-aa jove/patches/patch-aa
--- /usr/ports/editors/jove/patches/patch-aaSun Mar 12 18:56:42 2006
+++ jove/patches/patch-aa   Mon Mar 13 08:52:39 2006
@@ -1,5 +1,5 @@
 Makefile.orig  Tue Mar 19 05:44:33 1996
-+++ Makefile   Mon Mar 12 17:25:02 2001
+--- Makefile.orig  Tue Mar 19 06:44:33 1996
 Makefile   Mon Mar 13 08:51:30 2006
 @@ -27,16 +27,16 @@
  # LIBDIR and SHAREDIR.  All others must already exist.
  
@@ -97,25 +97,33 @@
  
  $(LIBDIR)::
test -d $(LIBDIR) || mkdir $(LIBDIR)
-@@ -375,9 +379,8 @@ $(JOVEM): doc/jove.nr
+@@ -373,11 +377,10 @@ $(TEACHJOVE): teachjove
+ 
+ $(JOVEM): doc/jove.nr
@sed -e 's;;$(TMPDIR);' \
--e 's;;$(LIBDIR);' \
--e 's;;$(SHAREDIR);' \
+-   -e 's;;$(LIBDIR);' \
+-   -e 's;;$(SHAREDIR);' \
 -   -e 's;;$(DFLTSHELL);' doc/jove.nr > /tmp/jove.nr
 -  $(TINSTALL) /tmp/jove.nr $(JOVEM)
 -  rm /tmp/jove.nr
++   -e 's;;${LOCALBASE}/libexec/jove;' \
++   -e 's;;${LOCALBASE}/share/jove;' \
 +   -e 's;;$(DFLTSHELL);' doc/jove.nr > jove.$(MANEXT)
 +  $(TINSTALL) jove.$(MANEXT) $(JOVEM)
  
  # doc/jove.doc is the formatted manpage (only needed by DOS)
  # Building it should be like building $(JOVEM) except that we
-@@ -391,18 +394,16 @@ $(TEACHJOVEM): doc/teachjove.nr
+@@ -389,20 +392,18 @@ doc/jove.doc: doc/jove.nr
+ 
+ $(TEACHJOVEM): doc/teachjove.nr
@sed -e 's;;$(TMPDIR);' \
--e 's;;$(LIBDIR);' \
--e 's;;$(SHAREDIR);' \
+-   -e 's;;$(LIBDIR);' \
+-   -e 's;;$(SHAREDIR);' \
 -   -e 's;;$(DFLTSHELL);' doc/teachjove.nr > /tmp/teachjove.nr
 -  $(TINSTALL) /tmp/teachjove.nr $(TEACHJOVEM)
 -  rm /tmp/teachjove.nr
++   -e 's;;${LOCALBASE}/libexec/jove;' \
++   -e 's;;${LOCALBASE}/share/jove;' \
 +   -e 's;;$(DFLTSHELL);' doc/teachjove.nr > teachjove.$(MANEXT)
 +  $(TINSTALL) teachjove.$(MANEXT) $(TEACHJOVEM)
  


Re: RT 3.4.5 - perl updates

2006-03-12 Thread Nikolay Sturm
* Deanna Phillips [2006-03-13]:
> Now I figure I'd better stop, because this might be a huge waste of
> time if the updates and additions, or the port itself, aren't even
> wanted, or if I'm doing it all wrong.
 
I am interested in RT myself, so I am very lucky, that I didn't play
with it earlier. :-) I'll take care of your submissions.

Nikolay

-- 
OpenPGP: 0x2036A3A7 - 64E4 7D77 F5C0 EA47 A901  51EF 6E54 6E4F 2036 A3A7
"The XFS you see in the kernel is not SGI-XFS but the X Font Server."
some user on misc@openbsd.org



Re: RT 3.4.5 - perl updates

2006-03-12 Thread steven mestdagh
Deanna Phillips [2006-03-13, 03:04:51]:
> Hi,
> 
> "RT is an industrial-grade ticketing system. It lets a group of people
> intelligently and efficiently manage requests submitted by a community
> of users. RT is used by systems administrators, customer support
> staffs, NOCs, developers and even marketing departments at over a
> thousand sites around the world."
> 
> http://www.bestpractical.com/rt/
> 
> I'm new to porting, but since I need to install the RT for a job, I
> figured I'd give it a try, as a learning experience.  This package
> would depend upon a *ton* of perl modules, many of which are already
> in the ports tree, but I've needed to add 5, remove 1 and update 9.
> 
> Now I figure I'd better stop, because this might be a huge waste of
> time if the updates and additions, or the port itself, aren't even
> wanted, or if I'm doing it all wrong.
> 
> Anyway, here's what I have so far.  Please let me know whether or not
> I'm wasting my time.
> 
> All the files are located here - 
> 
> http://deanna.freeshell.org/openbsd
> 
> Additions:
> 
> p5-HTTP-Server-Simple
> p5-HTTP-Server-Simple-Mason
> p5-Hook-LexWrap
> p5-Text-WikiFormat
> p5-Test-Simple
> 
> Removal: devel/p5-Test-Builder-Tester
> 
> ,
> | http://search.cpan.org/src/MSCHWERN/Test-Simple-0.62/Changes
> | 
> | 0.62  Sat Oct  8 01:25:03 PDT 2005
> | * Absorbed Test::Builder::Tester.
> `
> 
> This removal would break dependencies on 5 perl ports; in the
> same URL directory listing are patches to fix that:
> 
> p5-Test-Class.diff
> p5-Test-LongString.diff
> p5-Test-Memory-Cycle.diff
> p5-Test-Pod.diff
> p5-Test-Pod-Coverage.diff
> 
> Updates:
> 
> p5-Apache-Test.diff (1.21 -> 1.28)
> p5-Devel-Symdump.diff (2.03 -> 2.06)
> p5-Regexp-Common.diff (2.118 -> 2.120)
> p5-YAML.diff (0.36 -> 0.58)
> 
> Disclaimer: I don't even like perl.  I just don't want to hear
> snide remarks from co-workers that freebsd has an RT port. ;)
> 
> Sorry if I should have attached all this, or put it in individual
> messages.

Do you want to maintain all these new ports? Please fill in the
MAINTAINER variable. (maybe also the ports you updated, ask the current
maintainers about it). If you are making changes to packages (like
dependencies), bump PKGNAME, i.e. add p0, or p0 becomes p1, etc.

steven

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm



RT 3.4.5 - perl updates

2006-03-12 Thread Deanna Phillips
Hi,

"RT is an industrial-grade ticketing system. It lets a group of people
intelligently and efficiently manage requests submitted by a community
of users. RT is used by systems administrators, customer support
staffs, NOCs, developers and even marketing departments at over a
thousand sites around the world."

http://www.bestpractical.com/rt/

I'm new to porting, but since I need to install the RT for a job, I
figured I'd give it a try, as a learning experience.  This package
would depend upon a *ton* of perl modules, many of which are already
in the ports tree, but I've needed to add 5, remove 1 and update 9.

Now I figure I'd better stop, because this might be a huge waste of
time if the updates and additions, or the port itself, aren't even
wanted, or if I'm doing it all wrong.

Anyway, here's what I have so far.  Please let me know whether or not
I'm wasting my time.

All the files are located here - 

http://deanna.freeshell.org/openbsd

Additions:

p5-HTTP-Server-Simple
p5-HTTP-Server-Simple-Mason
p5-Hook-LexWrap
p5-Text-WikiFormat
p5-Test-Simple

Removal: devel/p5-Test-Builder-Tester

,
| http://search.cpan.org/src/MSCHWERN/Test-Simple-0.62/Changes
| 
| 0.62  Sat Oct  8 01:25:03 PDT 2005
| * Absorbed Test::Builder::Tester.
`

This removal would break dependencies on 5 perl ports; in the
same URL directory listing are patches to fix that:

p5-Test-Class.diff
p5-Test-LongString.diff
p5-Test-Memory-Cycle.diff
p5-Test-Pod.diff
p5-Test-Pod-Coverage.diff

Updates:

p5-Apache-Test.diff (1.21 -> 1.28)
p5-Devel-Symdump.diff (2.03 -> 2.06)
p5-Regexp-Common.diff (2.118 -> 2.120)
p5-YAML.diff (0.36 -> 0.58)

Disclaimer: I don't even like perl.  I just don't want to hear
snide remarks from co-workers that freebsd has an RT port. ;)

Sorry if I should have attached all this, or put it in individual
messages.

-- 
deanna



Re: Problem with msttcorefonts

2006-03-12 Thread Martin Toft

Martin Toft wrote:

Hi everybody

I get the following error when trying to "make" the msttcorefonts port
on OpenBSD 3.8:

"Size does not match for /usr/ports/distfiles/msttcorefonts-1.2/andale32.exe"

I have attached a text file showing the whole make output. Is this a
bug in the port or do I need to do anything special to get it to work?


Don't bother responding to my original mail -- I've found an answer. 
It's a problem with the SourceForge mirror. Thanks, Richard Toohey :)


Check out these two pages for more information:
http://marc.theaimsgroup.com/?l=openbsd-ports&m=114183509414214&w=2
http://marc.theaimsgroup.com/?l=openbsd-ports&m=113888751818662&w=2


--
Med venlig hilsen / Best regards,
Martin Toft
Address: Herningvej 7, -69, 9220 Aalborg Oest, Denmark
Mail: [EMAIL PROTECTED], [EMAIL PROTECTED]
Student at Department of Computer Science, Aalborg University
Systems administrator at C. W. Obel Kollegiet, Aalborg




Re: UPDATE: net/irssi-0.8.10

2006-03-12 Thread Tobias Ulmer
On Sun, Mar 12, 2006 at 10:46:07PM +0100, viq wrote:
> Ok, here's another patch, before I start playing with what Antti Harri 
> posted. 
> I should start making a changelog ;) So: included MODGNU_CONFIG_GUESS_DIRS 
> instead of copying config.* files, added installation of sample irssi.conf. 
> Still getting those grep errors on configure though.
> 
> -- 
> viq
>

It seems to work fine on 3.9 GENERIC#617 i386, but i didn't try to do
anything fancy.

Attached is a patch that makes the grep/sed errors go away.

Tobias
--- configure.orig  Mon Mar 13 02:34:15 2006
+++ configure   Mon Mar 13 02:36:04 2006
@@ -25364,14 +25364,14 @@
 int modfunc(){return (int)floor(1.2);}
 EOF
 
-./libtool --mode=compile $CC $CFLAGS -c conftest.c 2> /dev/null > /dev/null
+/usr/local/bin/libtool --tag=CXX --mode=compile $CC $CFLAGS -c conftest.c 
>/dev/null
 if test ! -s conftest.lo; then
   { { echo "$as_me:$LINENO: error: error compiling test module" >&5
 echo "$as_me: error: error compiling test module" >&2;}
{ (exit 1); exit 1; }; }
 fi
 
-./libtool --mode=link $CC $CFLAGS $LDFLAGS -rpath /usr/lib conftest.lo -lm -o 
libconftest.la > /dev/null
+/usr/local/bin/libtool --tag=CXX --mode=link $CC $CFLAGS $LDFLAGS -rpath 
/usr/lib conftest.lo -lm -o libconftest.la >/dev/null
 if test ! -s .libs/libconftest.a; then
   { { echo "$as_me:$LINENO: error: error, can't even find .a library" >&5
 echo "$as_me: error: error, can't even find .a library" >&2;}


Problem with msttcorefonts

2006-03-12 Thread Martin Toft
Hi everybody

I get the following error when trying to "make" the msttcorefonts port
on OpenBSD 3.8:

"Size does not match for /usr/ports/distfiles/msttcorefonts-1.2/andale32.exe"

I have attached a text file showing the whole make output. Is this a
bug in the port or do I need to do anything special to get it to work?

--
Med venlig hilsen / Best regards,
Martin Toft
Address: Herningvej 7, -69, 9220 Aalborg Oest, Denmark
Mail: [EMAIL PROTECTED], [EMAIL PROTECTED]
Student at Department of Computer Science, Aalborg University
Systems administrator at C. W. Obel Kollegiet, Aalborg

bash-3.00# make
===>  msttcorefonts-1.2 depends on: cabextract-* - found
===>  Checking files for msttcorefonts-1.2
>> andale32.exe doesn't seem to exist on this system.
>> Attempting to fetch /usr/ports/distfiles/msttcorefonts-1.2/andale32.exe from 
>> http://ovh.dl.sourceforge.net/sourceforge/corefonts/.
>> Size does not match for /usr/ports/distfiles/msttcorefonts-1.2/andale32.exe
/bin/sh: test: 3: unexpected operator/operand
*** Error code 2

Stop in /usr/ports/x11/msttcorefonts (line 1990 of 
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/x11/msttcorefonts (line 1444 of 
/usr/ports/infrastructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/x11/msttcorefonts (line 1633 of 
/usr/ports/infrastructure/mk/bsd.port.mk).


Re: UPDATE: net/irssi-0.8.10

2006-03-12 Thread viq
Ok, here's another patch, before I start playing with what Antti Harri posted. 
I should start making a changelog ;) So: included MODGNU_CONFIG_GUESS_DIRS 
instead of copying config.* files, added installation of sample irssi.conf. 
Still getting those grep errors on configure though.

-- 
viq



Ukonczyl zaoczne przedszkole, z wyroznieniem!
KIM JEST STEFAN?!? | http://www.stefan.pl/
? w-irssi-0.8.10
Index: Makefile
===
RCS file: /cvs/ports/net/irssi/Makefile,v
retrieving revision 1.25
diff -u -d -r1.25 Makefile
--- Makefile	16 Dec 2004 00:31:22 -	1.25
+++ Makefile	12 Mar 2006 21:40:58 -
@@ -5,7 +5,7 @@
 
 COMMENT=	"modular IRC client with many features (ipv6,socks,proxy)"
 
-DISTNAME=	irssi-0.8.9
+DISTNAME=	irssi-0.8.10
 CATEGORIES=	net
 
 MASTER_SITES=	${HOMEPAGE}/files/ \
@@ -28,13 +28,18 @@
 PERMIT_DISTFILES_FTP=	Yes
 WANTLIB=		c crypto m ncurses perl ssl util
 
-LIB_DEPENDS+=		glib.1.2,gmodule::devel/glib
+MODULES=devel/gettext
 
-CONFIGURE_STYLE=	gnu
+USE_LIBTOOL=Yes
+
+LIB_DEPENDS+=		glib-2.0.0.0,gmodule-2.0.0.0::devel/glib2
+BUILD_DEPENDS+=		:pkgconfig-*:devel/pkgconfig
 
+CONFIGURE_STYLE=	gnu
+MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}
 CONFIGURE_ARGS+=	--datadir=${PREFIX}/share/doc --enable-ipv6 \
-	--with-proxy --enable-perl=yes --with-included-gettext \
-	--with-perl-lib=${PREFIX}/libdata/perl5/site_perl --with-glib1
+	--with-proxy --enable-perl=yes --without-included-gettext \
+	--with-perl-lib=${PREFIX}/libdata/perl5/site_perl
 
 FLAVORS=	socks
 FLAVOR?=
@@ -44,7 +49,7 @@
 BUILD_DEPENDS+=		::security/dante
 .endif
 
-SAMPLE=		default.theme colorless.theme
+SAMPLE=		default.theme colorless.theme irssi.conf
 
 pre-configure:
 	@perl -pi -e 's,doc/irssi,irssi,g' ${WRKSRC}/docs/Makefile.in
Index: distinfo
===
RCS file: /cvs/ports/net/irssi/distinfo,v
retrieving revision 1.11
diff -u -d -r1.11 distinfo
--- distinfo	5 Jan 2005 17:14:46 -	1.11
+++ distinfo	12 Mar 2006 21:40:58 -
@@ -1,4 +1,4 @@
-MD5 (irssi-0.8.9.tar.gz) = 1df516a770656ff0bec0ab62f9096bf6
-RMD160 (irssi-0.8.9.tar.gz) = 71432741b8096b35bb9745f93170b24b8545d9d8
-SHA1 (irssi-0.8.9.tar.gz) = 786dac6b7ddaff65683e78c8ea7686fd4569cf9f
-SIZE (irssi-0.8.9.tar.gz) = 1153560
+MD5 (irssi-0.8.10.tar.gz) = ed29412e86e1d5fbb71d24ae02edd462
+RMD160 (irssi-0.8.10.tar.gz) = ec7995c2965c6aa3f67ccd76da2c9a5f9c0c7b87
+SHA1 (irssi-0.8.10.tar.gz) = edfde2b2e0a703f6aa3eee9140255a8e928a9d1a
+SIZE (irssi-0.8.10.tar.gz) = 1322825
Index: patches/patch-ltmain_sh
===
RCS file: patches/patch-ltmain_sh
diff -N patches/patch-ltmain_sh
--- patches/patch-ltmain_sh	14 Dec 2003 03:25:19 -	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-ltmain_sh,v 1.3 2003/12/14 03:25:19 margarida Exp $
 ltmain.sh.orig	2003-12-12 21:40:54.0 +
-+++ ltmain.sh	2003-12-12 21:41:48.0 +
-@@ -3056,7 +3056,7 @@ EOF
- 	fi
- 
- 	# Remove version info from name if versioning should be avoided
--	if test "$avoid_version" = yes && test "$need_version" = no; then
-+	if test "$avoid_version" = yes; then
- 	  major=
- 	  versuffix=
- 	  verstring=""
Index: patches/patch-src_fe-common_core_fe-common-core_c
===
RCS file: patches/patch-src_fe-common_core_fe-common-core_c
diff -N patches/patch-src_fe-common_core_fe-common-core_c
--- /dev/null	1 Jan 1970 00:00:00 -
+++ patches/patch-src_fe-common_core_fe-common-core_c	12 Mar 2006 21:40:58 -
@@ -0,0 +1,31 @@
+$OpenBSD$
+--- src/fe-common/core/fe-common-core.c.orig	Fri Feb  3 02:41:33 2006
 src/fe-common/core/fe-common-core.c	Fri Feb  3 02:47:45 2006
+@@ -25,8 +25,8 @@
+ #include "levels.h"
+ #include "settings.h"
+ #include "irssi-version.h"
+-#ifdef HAVE_NL_LANGINFO
+-#  include 
++#ifdef USE_LIBICONV
++#include 
+ #endif
+ 
+ #include "servers.h"
+@@ -174,10 +174,12 @@ void fe_common_core_init(void)
+ 
+ 	settings_add_bool("lookandfeel", "use_status_window", TRUE);
+ 	settings_add_bool("lookandfeel", "use_msgs_window", FALSE);
+-#if defined (HAVE_NL_LANGINFO) && defined(CODESET)
+-	settings_add_str("lookandfeel", "term_charset", 
+-			 *nl_langinfo(CODESET) != '\0' ? 
+-			 nl_langinfo(CODESET) : "ISO8859-1");
++
++#ifdef USE_LIBICONV
++	settings_add_str("lookandfeel", "term_charset",
++			 *locale_charset() != '\0' ?
++			 locale_charset() : "ISO8859-1");
++
+ #else
+ 	settings_add_str("lookandfeel", "term_charset", "ISO8859-1");
+ #endif
Index: patches/patch-src_fe_common_core_fe_settings_c
===
RCS file: patches/patch-src_fe_common_core_fe_settings_c
diff -N patches/patch-src_fe_common_core_fe_settings_c
--- patches/patch-src_fe_common_core_fe_settings_c	24 Jan 2005 21:17:46 -	1.2
+++ /de

Re: UPDATE: net/irssi-0.8.10

2006-03-12 Thread viq
On Sunday 12 March 2006 17:05, Antti Harri wrote:
> On Sun, 12 Mar 2006, viq wrote:
> > On Sunday 12 March 2006 00:55, steven mestdagh wrote:
> >> configure spits some warning about grep usage here.
> >
> > Yeah, I saw those too, no clue yet though as to why they happen and what
> > to do about it...
> >
> >> on startup i see
> >> (process:16536): GLib-CRITICAL **: g_strcasecmp: assertion `s2 != NULL'
> >> failed
> >
> > Argh, again? That was the main thing i was trying to get rid of, that's
> > why patch-src_fe-common_core_fe-common-core_c is there.
> > And strange, I wipe my ~/.irssi and start it, and don't get that error...
> > When you get that error, what does "/set term_charset" tell you?
>
> [some lines snipped]
>
> Hi,
>
> here's a patch that will correct both of those afair. I haven't
> been following to the thread actively lately, sorry for the noise
> if you have already solved these issues.

No, I don't know nearly enough to try fixing that besides what I had before. I 
see where you did this, I like it, it saves the old functions, and adds the 
fix for our problem. That is, the part I know that refers to the problem we 
were looking at, I hardly understand what the rest is doing :(

> Viq, you can use that patch as a base but I don't recommend using it "as
> is". I made it a while ago but I'm really too busy to help you guys
> more, sorry for that. I hope you get the update properly working and
> incorporated into OpenBSD! :-)

Yeah, thanks for the help :)

> http://openbsd.fi/~iku/files/irssi.patch
>
> HTH.
>
> --
> Antti Harri

-- 
viq


Ukonczyl zaoczne przedszkole, z wyroznieniem!
KIM JEST STEFAN?!? | http://www.stefan.pl/



Re: UPDATE: net/irssi-0.8.10

2006-03-12 Thread viq
On Sunday 12 March 2006 16:52, Christian Weisgerber wrote:
> steven mestdagh <[EMAIL PROTECTED]> wrote:
> > > > - is it possible to use config.guess/config.sub from
> > > > infrastructure/db?
> > >
> > > The patches bring those files exactly to the state of those in
> > > insfrastructure/db, at least according to diff. Or is there a better
> > > way to do it?
> >
> > copy the files into ${WRKSRC}?
>
> No, set MODGNU_CONFIG_GUESS_DIRS and the files will be automatically
> copied.

Ah, neat. No wonder I had problems finding example of a port doing that 
copying ;) But I found - syslog-ng.

Thanks for suggestion.

-- 
viq

---
Odkryl najwyzszy kraweznik w Polsce.
KIM JEST STEFAN?!? | http://www.stefan.pl/



Re: UPDATE: net/irssi-0.8.10

2006-03-12 Thread viq
On Sunday 12 March 2006 10:11, steven mestdagh wrote:
> viq [2006-03-12, 07:15:13]:
> > > configure spits some warning about grep usage here.
> >
> > Yeah, I saw those too, no clue yet though as to why they happen and what
> > to do about it...
> >
> > > maybe you want to install the irssi.conf file?
> >
> > Ah, yes, will have to look into that.
>
> install it under share/examples/irssi and then add a @sample line below
> in PLIST. there already are a few @sample lines there.

I think that is already done, will look into that now though, expect a new 
patch soon, incorporating also other suggestions.

As for that error, that's when "checking if we can link dynamic libraries with 
modules", that's between tests for GLIB2 and ncurses in config file. So most 
likely that would be grep in line 25381 - but I have no idea how to deal with 
that.

> > > on startup i see
> > > (process:16536): GLib-CRITICAL **: g_strcasecmp: assertion `s2 != NULL'
> > > failed
> >
> > Argh, again? That was the main thing i was trying to get rid of, that's
> > why patch-src_fe-common_core_fe-common-core_c is there.
> > And strange, I wipe my ~/.irssi and start it, and don't get that error...
> > When you get that error, what does "/set term_charset" tell you?
>
> I see, yes apparently I had an old .irssi directory, I removed it and
> the error is gone. term_charset was 646, now it is ISO8859-1.

Yes, that's what we were fighting with before. Though, hmm, if you have a 
config, I would assume you should have a correct charset in there... Strange.

> steven

-- 
viq

---
Wzial udzial w zawodach balonowych i... niezle wypadl!
KIM JEST STEFAN?!? | http://www.stefan.pl/



aide

2006-03-12 Thread Besnard.jeanyves
Bonjour

j'ai un problème au niveau du port pricipaux pour me connecter a messenger 
pourriez vous me dire ce que je dois faire pour réssoudre ce problème merci 
d'avance


Re: openldap-2.3.20

2006-03-12 Thread Bernd Ahlers
Hi Marc,

Marc Balmer [Sun, Mar 12, 2006 at 01:27:37PM +0100] wrote:
>- some people(*) were not happy with linking to cyrus-sasl
>  by default, I reverted that to the FLAVOR we had before
>
What's the problem with it? If you disable sasl by default, a lot of 
other ports will need fixes/adjustments. (You remember the day where 
you enabled sasl by default? ;) )

>- update to the latest version, see www.openldap.org for
>  changes
>
>- Marc Balmer
>
>(*) some people live in zurich and hamburg...

> ...
> MODGNU_SHARED_LIBS=   lber-2.3'' \
>   lber'' \
>   ldap-2.3'' \
> ...
>
I think we can remove the MODGNU_SHARED_LIBS stuff and some patches as 
well.

> ...
>-lib/liblber.a
>-lib/liblber.la
>-lib/libldap.a
>-lib/libldap.la
>-lib/libldap_r.a
>-lib/libldap_r.la
>[EMAIL PROTECTED] lib/liblber.a
>[EMAIL PROTECTED] lib/liblber.la
>[EMAIL PROTECTED] lib/libldap.a
>[EMAIL PROTECTED] lib/libldap.la
>[EMAIL PROTECTED] lib/libldap_r.a
>[EMAIL PROTECTED] lib/libldap_r.la
> ...
>
Why do you @comment these?

>--- databases/openldap/pkg/PLIST-serverSun Mar 12 13:21:23 2006
>+++ mystuff/ports/databases/openldap/pkg/PLIST-server  Sun Mar 12 13:04:44 2006
>@@ -1,5 +1,4 @@
>[EMAIL PROTECTED] $OpenBSD: PLIST-server,v 1.13 2006/02/28 16:27:53 bernd Exp $
>[EMAIL PROTECTED] openldap-client->=2.3.11,<=2.3.11p3
>
Why do you remove the @conflict entry? That's wrong. The conflict line is 
still needed.

>[EMAIL PROTECTED] $OpenBSD: PLIST-server,v 1.12 2005/11/12 18:12:06 mbalmer 
>Exp 
>...
>[EMAIL PROTECTED] man/man5/slapo-accesslog.5
>[EMAIL PROTECTED] man/man5/slapo-auditlog.5
>[EMAIL PROTECTED] man/man5/slapo-chain.5
>[EMAIL PROTECTED] man/man5/slapo-dynlist.5
>[EMAIL PROTECTED] man/man5/slapo-lastmod.5
>[EMAIL PROTECTED] man/man5/slapo-pcache.5
>[EMAIL PROTECTED] man/man5/slapo-ppolicy.5
>[EMAIL PROTECTED] man/man5/slapo-refint.5
>[EMAIL PROTECTED] man/man5/slapo-retcode.5
>[EMAIL PROTECTED] man/man5/slapo-rwm.5
>[EMAIL PROTECTED] man/man5/slapo-syncprov.5
>[EMAIL PROTECTED] man/man5/slapo-translucent.5
>[EMAIL PROTECTED] man/man5/slapo-unique.5
>[EMAIL PROTECTED] man/man5/slapo-valsort.5
>[EMAIL PROTECTED] man/man8/slapacl.8
> @man man/man8/slapadd.8
>[EMAIL PROTECTED] man/man8/slapauth.8
> @man man/man8/slapcat.8
> @man man/man8/slapd.8
> @man man/man8/slapdn.8
>@@ -31,7 +46,9 @@
> @man man/man8/slappasswd.8
> @man man/man8/slaptest.8
> @man man/man8/slurpd.8
>+sbin/slapacl
> sbin/slapadd
>+sbin/slapauth
> sbin/slapcat
> sbin/slapdn
> sbin/slapindex
>
If you move this stuff from the -client package to the -server package, 
the new -server package will conflict with older -client packages.

So you have to extend the @conflict line... (and not remove it ;) )

Bernd



Re: UPDATE: net/irssi-0.8.10

2006-03-12 Thread Antti Harri


On Sun, 12 Mar 2006, viq wrote:


On Sunday 12 March 2006 00:55, steven mestdagh wrote:



configure spits some warning about grep usage here.


Yeah, I saw those too, no clue yet though as to why they happen and what to do
about it...


on startup i see
(process:16536): GLib-CRITICAL **: g_strcasecmp: assertion `s2 != NULL'
failed


Argh, again? That was the main thing i was trying to get rid of, that's why
patch-src_fe-common_core_fe-common-core_c is there.
And strange, I wipe my ~/.irssi and start it, and don't get that error... When
you get that error, what does "/set term_charset" tell you?


[some lines snipped]

Hi,

here's a patch that will correct both of those afair. I haven't
been following to the thread actively lately, sorry for the noise
if you have already solved these issues.

Viq, you can use that patch as a base but I don't recommend using it "as 
is". I made it a while ago but I'm really too busy to help you guys
more, sorry for that. I hope you get the update properly working and 
incorporated into OpenBSD! :-)


http://openbsd.fi/~iku/files/irssi.patch

HTH.

--
Antti Harri



Re: UPDATE: net/irssi-0.8.10

2006-03-12 Thread Christian Weisgerber
steven mestdagh <[EMAIL PROTECTED]> wrote:

> > > - is it possible to use config.guess/config.sub from infrastructure/db?
> > 
> > The patches bring those files exactly to the state of those in 
> > insfrastructure/db, at least according to diff. Or is there a better way to 
> > do it?
> 
> copy the files into ${WRKSRC}?

No, set MODGNU_CONFIG_GUESS_DIRS and the files will be automatically
copied.

-- 
Christian "naddy" Weisgerber  [EMAIL PROTECTED]



Re: Freeradius port

2006-03-12 Thread Lasse Bach

Hi Tim

I was thinking, why isn't freeradius in the ports tree for OpenBSD 3.8?
Is it production ready?


Greetings
Lasse Bach


Tim Kornau wrote:


On Wed, 07 Dec 2005 at 15:16 -0500, Eder M. G. A. wrote:
 


Good day guys, i was searching a freeradius port but i can't find a port,
someone have a freeradius port?
Thanks in advance.
   



I have ported the new freeradius-1.1.0 to OpenBSD it's based on the
Port I did for freeradius-1.0.5. rlm_perl is not supported due to a
Perl Dynaloader issue i can't figure out how to fix ( any
suggestions welcome ). you can download the Port here:

http://www.openbsd.de/files/freeradius-1.1.0.tgz

Tim

 





Re: Update: games/freeciv

2006-03-12 Thread Rui Reis
On Sun, 12 Mar 2006 02:24:29 +0100
steven mestdagh <[EMAIL PROTECTED]> wrote:

> Rui Reis [2006-03-09, 11:23:24]:
> > Here's an update for freeciv 2.0.8, works for me on i386.
> > This is a bugfix release that fixes a number of security problems from
> > freeciv 2.0.7.
> > 
> > You can get the diff here:
> > http://openbsd-pt.com/ports/freeciv-2.0.8.diff
> 
> seems to be okay here (i386). any reason why you remove these
> directories from PLIST-share ?

hmm, they were removed by make update-plist.

I also got positive feedback on macppc.

Regards,
Rui Reis


> steven
> 
> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm



openldap-2.3.20

2006-03-12 Thread Marc Balmer

attached is an update to databases/openldap.

- some people(*) were not happy with linking to cyrus-sasl
  by default, I reverted that to the FLAVOR we had before

- update to the latest version, see www.openldap.org for
  changes

- Marc Balmer

(*) some people live in zurich and hamburg...
diff -urN -x CVS databases/openldap/Makefile 
mystuff/ports/databases/openldap/Makefile
--- databases/openldap/Makefile Sun Mar 12 13:21:22 2006
+++ mystuff/ports/databases/openldap/Makefile   Sun Mar 12 12:54:38 2006
@@ -1,17 +1,17 @@
-# $OpenBSD: Makefile,v 1.64 2006/02/28 16:27:52 bernd Exp $
+# $OpenBSD: Makefile,v 1.63 2006/02/08 04:54:48 david Exp $
 
 COMMENT=   "Open source LDAP software (client)"
 COMMENT-server="Open source LDAP software (server)"
 
-DISTNAME=  openldap-2.3.11
-FULLPKGNAME=   ${DISTNAME:S/-/-client-/}p4
-PKGNAME-server=${DISTNAME:S/-/-server-/}p4
-SHARED_LIBS=   lber-2.38.1 \
-   lber8.1 \
-   ldap-2.38.1 \
-   ldap8.1 \
-   ldap_r-2.3  8.1 \
-   ldap_r  8.1
+DISTNAME=  openldap-2.3.20
+FULLPKGNAME=   ${DISTNAME:S/-/-client-/}
+PKGNAME-server=${DISTNAME:S/-/-server-/}
+SHARED_LIBS=   lber-2.38.2 \
+   lber8.2 \
+   ldap-2.38.2 \
+   ldap8.2 \
+   ldap_r-2.3  8.2 \
+   ldap_r  8.2
 MODGNU_SHARED_LIBS=lber-2.3'' \
lber'' \
ldap-2.3'' \
@@ -55,9 +55,7 @@
--enable-cleartext \
--enable-crypt \
--enable-rewrite \
-   --enable-wrappers \
-   --with-cyrus-sasl \
-   --enable-spasswd
+   --enable-wrappers
 
 # slapd modules
 CONFIGURE_ARGS+=   \
@@ -75,18 +73,27 @@
 CONFIGURE_ARGS+=   \
--enable-slurpd
 
+# optional packages
+CONFIGURE_ARGS+=   \
+   --with-tls
+
 MODGNU_CONFIG_GUESS_DIRS=  ${WRKSRC} ${WRKSRC}/build
 
 REGRESS_TARGET=test
 
-FLAVORS=   bdb
+FLAVORS=   bdb sasl
 FLAVOR?=
 
 MULTI_PACKAGES=-server
 SUBPACKAGE?=
 
+.if ${FLAVOR:L:Msasl}
+CONFIGURE_ARGS+=   --with-cyrus-sasl --enable-spasswd
 LIB_DEPENDS+=  sasl2::security/cyrus-sasl2
 CPPFLAGS+= -I${LOCALBASE}/include/sasl
+.else
+CONFIGURE_ARGS+=   --without-cyrus-sasl --disable-spasswd
+.endif
 
 .if ${FLAVOR:L:Mbdb}
 CONFIGURE_ARGS+=   --enable-bdb --enable-hdb
diff -urN -x CVS databases/openldap/distinfo 
mystuff/ports/databases/openldap/distinfo
--- databases/openldap/distinfo Mon Nov  7 16:59:08 2005
+++ mystuff/ports/databases/openldap/distinfo   Fri Mar 10 14:43:19 2006
@@ -1,4 +1,4 @@
-MD5 (openldap-2.3.11.tgz) = fbde128a8421b8d2ea587a25057a281e
-RMD160 (openldap-2.3.11.tgz) = 4947c7f15b70dfd55ff30028228ec915064feba1
-SHA1 (openldap-2.3.11.tgz) = e7a4a5b2d50b8138ed835b7e9e722814f1877806
-SIZE (openldap-2.3.11.tgz) = 3657646
+MD5 (openldap-2.3.20.tgz) = 49d2c5b9378a7b57e1fb03948acb8e32
+RMD160 (openldap-2.3.20.tgz) = 89b54d32c93f91df245505ed37978384bc0e2098
+SHA1 (openldap-2.3.20.tgz) = 7645c34ef10388362895f3f42f859cbe60b71fdd
+SIZE (openldap-2.3.20.tgz) = 3732780
diff -urN -x CVS databases/openldap/patches/patch-build_version_var 
mystuff/ports/databases/openldap/patches/patch-build_version_var
--- databases/openldap/patches/patch-build_version_var  Mon Nov  7 16:59:08 2005
+++ mystuff/ports/databases/openldap/patches/patch-build_version_varSun Mar 
12 12:55:05 2006
@@ -1,13 +1,13 @@
 $OpenBSD: patch-build_version_var,v 1.1 2005/11/07 15:59:08 mbalmer Exp $
 build/version.var.orig Thu Oct 20 13:06:49 2005
-+++ build/version.var  Thu Oct 20 13:07:22 2005
+--- build/version.var.orig Sat Feb 18 06:50:32 2006
 build/version.var  Fri Mar 10 14:47:53 2006
 @@ -17,7 +17,7 @@ ol_major=2
  ol_minor=3
- ol_patch=11
- ol_api_inc=20311
--ol_api_current=1
--ol_api_revision=6
+ ol_patch=20
+ ol_api_inc=20320
+-ol_api_current=2
+-ol_api_revision=8
 +ol_api_current=8
-+ol_api_revision=1
- ol_api_age=1
- ol_release_date="2005/10/13"
++ol_api_revision=2
+ ol_api_age=2
+ ol_release_date="2006/02/18"
diff -urN -x CVS databases/openldap/patches/patch-configure 
mystuff/ports/databases/openldap/patches/patch-configure
--- databases/openldap/patches/patch-configure  Mon Nov  7 16:59:08 2005
+++ mystuff/ports/databases/openldap/patches/patch-configureFri Mar 10 
14:48:04 2006
@@ -1,7 +1,7 @@
 $OpenBSD: patch-configure,v 1.2 2005/11/07 15:59:08 mbalmer Exp $
 configure.orig Wed Oct  5 20:41:09 2005
-+++ configure  Tue Oct 18 14:30:27 2005
-@@ -9443,7 +9443,6 @@ openbsd*)
+--- configure.orig Mon Feb 13 20:18:21 2006
 config

UPDATE: news/tin

2006-03-12 Thread steven mestdagh
please test

Index: Makefile
===
RCS file: /cvs/ports/news/tin/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile2004/12/02 19:19:59 1.28
+++ Makefile2006/03/12 10:58:58
@@ -2,12 +2,11 @@
 
 COMMENT=   'threaded NNTP and spool based UseNet newsreader'
 
-DISTNAME=  tin-1.6.2
+DISTNAME=  tin-1.8.1
 CATEGORIES=news
 
 MASTER_SITES=  ftp://ftp.tin.org/pub/news/clients/tin/stable/ \
-   ftp://ftp.funet.fi/pub/unix/news/tin-unoff/stable/ \
-   ftp://ftp.akk.uni-karlsruhe.de/pub/news/clients/tin/stable/ \
+   ftp://ftp.funet.fi/pub/unix/news/tin-unoff/ \
ftp://ftp.cuhk.edu.hk/pub/packages/news/tin/stable/ \
ftp://ftp.sunet.se/pub/news/readers/tin/stable/
 
Index: distinfo
===
RCS file: /cvs/ports/news/tin/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo2005/01/05 17:21:52 1.6
+++ distinfo2006/03/12 10:58:58
@@ -1,4 +1,4 @@
-MD5 (tin-1.6.2.tar.gz) = 8f34747809b6fe5c135694fcbe2c8f46
-RMD160 (tin-1.6.2.tar.gz) = 651a6709f09346c2276866968d1efcafefb5080e
-SHA1 (tin-1.6.2.tar.gz) = f2113583c93105ca518fe4b56dc9d2825e6a15f5
-SIZE (tin-1.6.2.tar.gz) = 1548753
+MD5 (tin-1.8.1.tar.gz) = 684e04af94173e2cb620ba51a2230164
+RMD160 (tin-1.8.1.tar.gz) = 88e7cf683aa3da75900562a84fd87625c5f7fa10
+SHA1 (tin-1.8.1.tar.gz) = 2e0251630449921a0c3ae8290a76a33fbda397a2
+SIZE (tin-1.8.1.tar.gz) = 1994609
Index: patches/patch-src_Makefile_in
===
RCS file: /cvs/ports/news/tin/patches/patch-src_Makefile_in,v
retrieving revision 1.2
diff -u -r1.2 patch-src_Makefile_in
--- patches/patch-src_Makefile_in   2003/08/19 16:48:00 1.2
+++ patches/patch-src_Makefile_in   2006/03/12 10:58:58
@@ -1,6 +1,6 @@
-$OpenBSD: patch-src_Makefile_in,v 1.2 2003/08/19 16:48:00 fgsch Exp $
 src/Makefile.in.orig   2003-07-24 11:18:45.0 -0300
-+++ src/Makefile.in2003-08-19 13:47:24.0 -0300
+$OpenBSD$
+--- src/Makefile.in.orig   Sat Jul 16 21:49:36 2005
 src/Makefile.inSun Mar 12 11:41:18 2006
 @@ -36,6 +36,7 @@ VERSION = @VERSION@
  
  SHELL = /bin/sh
@@ -9,7 +9,7 @@
  exec_prefix   = @exec_prefix@
  top_srcdir= @top_srcdir@
  top_builddir  = ..
-@@ -69,6 +70,7 @@ LIBS = $(PCRE_LIBS) $(CANLIB) @LIBS@ @I
+@@ -78,6 +79,7 @@ LINK_LIBS= $(PCRE_LIBS) $(CANLIB) @LIBS
  # Where do you want the binary & manual page installed?
  DESTDIR   = @DESTDIR@
  INS_BINARY_DIR= @bindir@
@@ -17,7 +17,7 @@
  INS_MANUAL_DIR= @mandir@/man
  INS_SYSDEF_DIR= @TIN_DEFAULTS_DIR@
  INS_MANUAL_EXT= 1
-@@ -318,16 +320,15 @@ help:
+@@ -328,16 +330,15 @@ help :
  $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) \
  $(DESTDIR)$(INS_MANUAL_DIR)5 \
  $(DESTDIR)$(INS_BINARY_DIR) \
@@ -25,8 +25,8 @@
  $(DESTDIR)$(INS_SYSDEF_DIR) :
$(top_srcdir)/mkdirs.sh $@
  
--install_manpage: $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) 
$(DESTDIR)$(INS_MANUAL_DIR)5
-+install_manpage: $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) 
$(DESTDIR)$(INS_MANUAL_DIR)5 $(DESTDIR)$(INS_DATA_DIR)
+-install_manpage : $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) 
$(DESTDIR)$(INS_MANUAL_DIR)5
++install_manpage : $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) 
$(DESTDIR)$(INS_MANUAL_DIR)5 $(DESTDIR)$(INS_DATA_DIR)
@$(ECHO) "Installing $(PROJECT) manual pages to 
$(DESTDIR)$(INS_MANUAL_DIR) ..."
@$(INSTALL) -m 444 $(DOCDIR)/tin.1 
$(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/$(PROJECT).$(INS_MANUAL_EXT)
@( $(CD) $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) && $(RM) -f 
r$(PROJECT).$(INS_MANUAL_EXT) && $(LN) $(PROJECT).$(INS_MANUAL_EXT) 
r$(PROJECT).$(INS_MANUAL_EXT) )
@@ -34,27 +34,40 @@
 -  @-if test ! -f $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 ; then $(INSTALL) -m 
444 $(DOCDIR)/mbox.5 $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 ; else $(ECHO) "  ... 
skipping $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 - file already exists" ; fi
 -  @-if test ! -f $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 ; then $(INSTALL) -m 
444 $(DOCDIR)/mmdf.5 $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 ; else $(ECHO) "  ... 
skipping $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 - file already exists" ; fi
  
- uninstall_manpage:
+ uninstall_manpage :
@$(ECHO) "Uninstalling $(PROJECT) manual page in 
$(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) ..."
-@@ -349,14 +350,14 @@ uninstall_sysdefs:
+@@ -359,16 +360,16 @@ uninstall_sysdefs :
@-$(RM) -f $(DESTDIR)$(INS_SYSDEF_DIR)/tin.defaults
@-$(RM) -f $(DESTDIR)$(INS_SYSDEF_DIR)/mime.types
  
--install_helpers: $(DESTDIR)$(INS_BINARY_DIR) 
$(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)
-+install_helpers: $(DESTDIR)$(INS_DATA_DIR)
+-install_helpers : $(DESTDIR)$(INS_BINARY_DIR) 
$(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)
++install_helpers : $(DESTDIR)$(INS

Re: UPDATE: net/irssi-0.8.10

2006-03-12 Thread steven mestdagh
viq [2006-03-12, 07:15:13]:
> > configure spits some warning about grep usage here.
> 
> Yeah, I saw those too, no clue yet though as to why they happen and what to 
> do 
> about it... 
> 
> > maybe you want to install the irssi.conf file?
> 
> Ah, yes, will have to look into that.

install it under share/examples/irssi and then add a @sample line below
in PLIST. there already are a few @sample lines there.

> > on startup i see
> > (process:16536): GLib-CRITICAL **: g_strcasecmp: assertion `s2 != NULL'
> > failed
> 
> Argh, again? That was the main thing i was trying to get rid of, that's why 
> patch-src_fe-common_core_fe-common-core_c is there.
> And strange, I wipe my ~/.irssi and start it, and don't get that error...
> When you get that error, what does "/set term_charset" tell you?

I see, yes apparently I had an old .irssi directory, I removed it and
the error is gone. term_charset was 646, now it is ISO8859-1.

steven

Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm