ports/52693: Update irc/konversation (maintainer): 0.11 -> 0.12

Kirill Ponomarew ponomarew at oberon.net
Mon May 26 13:50:06 UTC 2003


>Number:         52693
>Category:       ports
>Synopsis:       Update irc/konversation (maintainer): 0.11 -> 0.12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 26 06:50:03 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:

* Multi-server sessions in one window are now handled
* The /notify, /oper, and /ban commands were added
* The history no longer gets cleared on cursor up/down
* Hostmask was added to nick list
* Tabs no longer pop up to the front while the user is typing
* Russian translation was added

>How-To-Repeat:
>Fix:
diff -ruN konversation.orig/Makefile konversation/Makefile
--- konversation.orig/Makefile	Fri May 16 13:23:12 2003
+++ konversation/Makefile	Mon May 26 15:00:22 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	konversation
-PORTVERSION=	0.11
+PORTVERSION=	0.12
 CATEGORIES=	irc kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -16,7 +16,11 @@
 
 USE_KDELIBS_VER=3
 GNU_CONFIGURE=	yes
+USE_REINPLACE=	yes
 
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
+post-patch:
+	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
+		${WRKSRC}/configure
 
 .include <bsd.port.mk>
diff -ruN konversation.orig/distinfo konversation/distinfo
--- konversation.orig/distinfo	Fri May 16 10:26:35 2003
+++ konversation/distinfo	Mon May 26 14:53:27 2003
@@ -1 +1 @@
-MD5 (konversation-0.11.tar.gz) = 7e6428de9c88de624cfcd5ca29dc92ce
+MD5 (konversation-0.12.tar.gz) = 53ceb276f6ed54046f6809c20c521d95
diff -ruN konversation.orig/pkg-plist konversation/pkg-plist
--- konversation.orig/pkg-plist	Fri May 16 10:47:36 2003
+++ konversation/pkg-plist	Mon May 26 15:37:42 2003
@@ -10,16 +10,9 @@
 share/apps/konversation/images/led_yellow_off.png
 share/apps/konversation/images/led_yellow_on.png
 share/apps/konversation/konversationui.rc
-share/icons/locolor/16x16/apps/konversation.png
-share/icons/locolor/32x32/apps/konversation.png
 share/locale/de/LC_MESSAGES/konversation.mo
+share/locale/ru/LC_MESSAGES/konversation.mo
 share/locale/sv/LC_MESSAGES/konversation.mo
- at unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
- at unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
- at unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
- at unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
- at unexec rmdir %D/share/icons/locolor 2>/dev/null || true
- at unexec rmdir %D/share/icons 2>/dev/null || true
 @dirrm share/apps/konversation/images
 @dirrm share/apps/konversation
 @unexec rmdir %D/share/apps 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list