Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2012 00:50:29 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        thomas.sander@gmx.de
Subject:   ports/168313: [PATCH] devel/kdbg: update to 2.2.2
Message-ID:  <201205241850.q4OIoTrq047685@bofh.telnet.net.bd>
Resent-Message-ID: <201205241900.q4OJ0AVV071794@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         168313
>Category:       ports
>Synopsis:       [PATCH] devel/kdbg: update to 2.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 24 19:00:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD bofh.telnet.net.bd 9.0-STABLE FreeBSD 9.0-STABLE #0: Fri Mar  2 02:21:51 BDT
>Description:
- Update to 2.2.2
- Marked broken for 7.x as kdelibs 3.x is marked broken for 7.x
- Added Portscout variable to block reporting versions ment for kde 4

For committer's reference:
http://tb.s.ubze.ro//logs/9.0-FreeBSD-i386/kdbg-2.2.2.log
http://tb.s.ubze.ro//logs/9.0-FreeBSD-amd64/kdbg-2.2.2.log
http://tb.s.ubze.ro//logs/8.3-FreeBSD-i386/kdbg-2.2.2.log
http://tb.s.ubze.ro//logs/8.3-FreeBSD-amd64/kdbg-2.2.2.log

Port maintainer (thomas.sander@gmx.de) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- kdbg-2.2.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/kdbg/Makefile ./Makefile
--- /usr/ports/devel/kdbg/Makefile	2010-12-04 13:31:10.000000000 +0600
+++ ./Makefile	2012-05-25 00:47:50.237211456 +0600
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	kdbg
-PORTVERSION=	2.2.0
-PORTREVISION=	2
+PORTVERSION=	2.2.2
 CATEGORIES=	devel kde
 MASTER_SITES=	SF/${PORTNAME}/Source%20Code/${PORTVERSION}
 
@@ -19,6 +18,12 @@
 USE_AUTOTOOLS=	libtool
 USE_GMAKE=	yes
 INSTALLS_ICONS=	yes
-CONFIGURE_ARGS=	--with-kde-version=3
+PORTSCOUT=	ignore:1	# This is the last version supporting KDE 3.X
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+BROKEN=	does not build fully as kdelibs3 is broken on FreeBSD 7.X
+.endif
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/devel/kdbg/distinfo ./distinfo
--- /usr/ports/devel/kdbg/distinfo	2011-07-03 20:56:00.000000000 +0600
+++ ./distinfo	2012-05-25 00:29:43.860216894 +0600
@@ -1,2 +1,2 @@
-SHA256 (kdbg-2.2.0.tar.gz) = 2d7ca1f9f3fd5b679755df9c5010680024601b362175b335929a51f7b2a5fe9f
-SIZE (kdbg-2.2.0.tar.gz) = 886688
+SHA256 (kdbg-2.2.2.tar.gz) = a92b932cc4936c8593c907d3e8866585fb3b2d2a10d301d9ccc11d0e139ad061
+SIZE (kdbg-2.2.2.tar.gz) = 903766
--- kdbg-2.2.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205241850.q4OIoTrq047685>