From nobody@FreeBSD.org  Mon Jan 22 12:34:13 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 0187837B69B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 22 Jan 2001 12:34:13 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f0MKYCw87576;
	Mon, 22 Jan 2001 12:34:12 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200101222034.f0MKYCw87576@freefall.freebsd.org>
Date: Mon, 22 Jan 2001 12:34:12 -0800 (PST)
From: tkato@prontomail.ne.jp
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: net/kmud to 0.5
X-Send-Pr-Version: www-1.0

>Number:         24554
>Category:       ports
>Synopsis:       Update port: net/kmud to 0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 22 12:40:02 PST 2001
>Closed-Date:    Tue Jan 30 06:14:37 PST 2001
>Last-Modified:  Tue Jan 30 06:14:45 PST 2001
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.5

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/net/kmud/Makefile net/kmud/Makefile
--- /usr/ports/net/kmud/Makefile	Tue Jan  9 22:07:34 2001
+++ net/kmud/Makefile	Thu Jan 18 06:18:06 2001
@@ -6,18 +6,27 @@
 #
 
 PORTNAME=	kmud
-PORTVERSION=	0.4.1
-PORTREVISION=	1
+PORTVERSION=	0.5
 CATEGORIES=	net
-MASTER_SITES=	ftp://ftp.kmud.de/pub/kmud/
+MASTER_SITES=	${MASTER_SITE_SUNSITE} \
+		ftp://ftp.kmud.de/pub/kmud/
+MASTER_SITE_SUBDIR=	games/muds
 
 MAINTAINER=	ports@FreeBSD.org
 
 LIB_DEPENDS=	kdecore.3:${PORTSDIR}/x11/kdelibs11
 BUILD_DEPENDS=	gettext:${PORTSDIR}/devel/gettext
+RUN_DEPENDS=	kdehelp:${PORTSDIR}/x11/kdebase11
 
-GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_QT=		yes
+USE_LIBTOOL=	yes
+CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
+		LIBS="-L${LOCALBASE}/lib" \
+		QTDIR="${X11BASE}"
+CONFIGURE_ARGS=	--with-qt-includes=${X11BASE}/include/X11/qt \
+		--with-qt-libraries=${X11BASE}/lib
+
+pre-patch:
+	@${PERL} -pi -e "s|-ldl ||g" ${WRKSRC}/kmud/Makefile.in
 
 .include <bsd.port.mk>
diff -urN /usr/ports/net/kmud/distinfo net/kmud/distinfo
--- /usr/ports/net/kmud/distinfo	Sat May 20 04:45:40 2000
+++ net/kmud/distinfo	Thu Jan 18 04:15:09 2001
@@ -1 +1 @@
-MD5 (kmud-0.4.1.tar.gz) = 91c5e6125ca57debc823dfaeb549d97e
+MD5 (kmud-0.5.tar.gz) = 9073d50272a3fe0ce04cb321607cfc62
diff -urN /usr/ports/net/kmud/files/patch-aa net/kmud/files/patch-aa
--- /usr/ports/net/kmud/files/patch-aa	Thu Jan  1 09:00:00 1970
+++ net/kmud/files/patch-aa	Thu Jan 18 05:20:34 2001
@@ -0,0 +1,20 @@
+--- kmud/cpluginmanager.cpp.orig	Sun Nov  5 07:55:13 2000
++++ kmud/cpluginmanager.cpp	Thu Jan 18 05:20:32 2001
+@@ -109,7 +109,7 @@
+ 	int i;
+ 	void* handle=NULL;
+ 	KmudPlugin* (*create_function)(void);
+-	char* error;
++	const char* error;
+ 	bool b;
+ 
+ 	// search plugin
+@@ -229,7 +229,7 @@
+ 	PluginInfo* info;
+ 	int i;
+ 	bool b;
+-	char* error;
++	const char* error;
+ 	QString name;
+ 
+ 	// search plugin
diff -urN /usr/ports/net/kmud/pkg-plist net/kmud/pkg-plist
--- /usr/ports/net/kmud/pkg-plist	Fri Jan  5 19:29:03 2001
+++ net/kmud/pkg-plist	Thu Jan 18 06:11:35 2001
@@ -1,9 +1,28 @@
 bin/kmud
 share/applnk/Games/kmud.kdelnk
+share/apps/kmud/toolbar/kmud_aliases.xpm
+share/apps/kmud/toolbar/kmud_connectionwizard.xpm
+share/apps/kmud/toolbar/kmud_create.xpm
+share/apps/kmud/toolbar/kmud_disconnect.xpm
+share/apps/kmud/toolbar/kmud_eraser.xpm
+share/apps/kmud/toolbar/kmud_follow.xpm
+share/apps/kmud/toolbar/kmud_grid.xpm
+share/apps/kmud/toolbar/kmud_log.xpm
+share/apps/kmud/toolbar/kmud_lvldown.xpm
+share/apps/kmud/toolbar/kmud_lvlup.xpm
+share/apps/kmud/toolbar/kmud_mapper.xpm
+share/apps/kmud/toolbar/kmud_null.xpm
+share/apps/kmud/toolbar/kmud_path.xpm
+share/apps/kmud/toolbar/kmud_pointer.xpm
+share/apps/kmud/toolbar/kmud_quickconnect.xpm
+share/apps/kmud/toolbar/kmud_room.xpm
+share/apps/kmud/toolbar/kmud_text.xpm
+share/apps/kmud/toolbar/kmud_triggers.xpm
 share/doc/HTML/de/kmud/index-1.html
 share/doc/HTML/de/kmud/index-2.html
 share/doc/HTML/de/kmud/index-3.html
 share/doc/HTML/de/kmud/index-4.html
+share/doc/HTML/de/kmud/index-5.html
 share/doc/HTML/de/kmud/index.html
 share/doc/HTML/de/kmud/logotp3.gif
 share/doc/HTML/de/kmud/logotp3.png
@@ -11,9 +30,18 @@
 share/doc/HTML/en/kmud/index-2.html
 share/doc/HTML/en/kmud/index-3.html
 share/doc/HTML/en/kmud/index-4.html
+share/doc/HTML/en/kmud/index-5.html
 share/doc/HTML/en/kmud/index.html
 share/doc/HTML/en/kmud/logotp3.gif
 share/doc/HTML/en/kmud/logotp3.png
+share/doc/HTML/fr/kmud/index-1.html
+share/doc/HTML/fr/kmud/index-2.html
+share/doc/HTML/fr/kmud/index-3.html
+share/doc/HTML/fr/kmud/index-4.html
+share/doc/HTML/fr/kmud/index-5.html
+share/doc/HTML/fr/kmud/index.html
+share/doc/HTML/fr/kmud/logotp3.gif
+share/doc/HTML/fr/kmud/logotp3.png
 share/doc/HTML/ru/kmud/index-1.html
 share/doc/HTML/ru/kmud/index-2.html
 share/doc/HTML/ru/kmud/index-3.html
@@ -30,16 +58,10 @@
 share/doc/HTML/sv/kmud/logotp3.png
 share/icons/kmud.xpm
 share/icons/mini/kmud.xpm
-share/icons/mini/kmud_aliases.xpm
-share/icons/mini/kmud_connectionwizard.xpm
-share/icons/mini/kmud_disconnect.xpm
-share/icons/mini/kmud_logoff.xpm
-share/icons/mini/kmud_logon.xpm
-share/icons/mini/kmud_null.xpm
-share/icons/mini/kmud_quickconnect.xpm
-share/icons/mini/kmud_triggers.xpm
 share/locale/de/LC_MESSAGES/kmud.mo
+share/locale/es/LC_MESSAGES/kmud.mo
 share/locale/fr/LC_MESSAGES/kmud.mo
+share/locale/pt_BR/LC_MESSAGES/kmud.mo
 share/locale/ru/LC_MESSAGES/kmud.mo
 share/locale/sv/LC_MESSAGES/kmud.mo
 @unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
@@ -47,5 +69,8 @@
 @unexec rmdir %D/share/locale 2>/dev/null || true
 @dirrm share/doc/HTML/sv/kmud
 @dirrm share/doc/HTML/ru/kmud
+@dirrm share/doc/HTML/fr/kmud
 @dirrm share/doc/HTML/en/kmud
 @dirrm share/doc/HTML/de/kmud
+@dirrm share/apps/kmud/toolbar
+@dirrm share/apps/kmud


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sf 
State-Changed-When: Tue Jan 30 06:14:37 PST 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=24554 
>Unformatted:
