Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2002 18:20:11 +0100 (IST)
From:      Nick Hilliard <nick-lists@netability.ie>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jedgar@FreeBSD.org
Subject:   ports/40813: Update from kdbg 1.2.4 to kdbg 1.2.5 with QT3/KDE 3
Message-ID:  <200207201720.g6KHKBDx047217@flapjack.netability.ie>

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

>Number:         40813
>Category:       ports
>Synopsis:       Update from kdbg 1.2.4 to kdbg 1.2.5 with QT3/KDE 3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 20 10:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hilliard
>Release:        FreeBSD 4.6-RELEASE-p2 i386
>Organization:
Network Ability Ltd.
>Environment:
System: FreeBSD flapjack.netability.ie FreeBSD 4.6-RELEASE-p2 #1: Sat Jul 13 22:31:25 IST 2002 nick@flapjack.netability.ie:/usr/src/sys/compile/FLAPJACK i386


>Description:

Here's an upgrade which brings kdbg from 1.2.4 to 1.2.5.  It's been modified
to be compatible with QT3/KDE3.  There's a patch included below.

It would probably be nice to give the user the option of using QT2/KDE2, but
I haven't implemented this in the Makefile.

>How-To-Repeat:

>Fix:

diff -ur kdbg/Makefile kdbg-1.2.5/Makefile
--- kdbg/Makefile	Mon Jan 21 21:59:50 2002
+++ kdbg-1.2.5/Makefile	Sat Jul 20 18:04:12 2002
@@ -6,15 +6,19 @@
 #
 
 PORTNAME=	kdbg
-PORTVERSION=	1.2.4
+PORTVERSION=	1.2.5
 CATEGORIES=	devel kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR= kdbg/
+USE_QT_VER=	3
+USE_KDELIBS_VER=3
 
 MAINTAINER=	jedgar@FreeBSD.org
 
-CONFIGURE_ARGS=	--with-kde-version=2
 GNU_CONFIGURE=	yes
-USE_KDEBASE_VER=2
+CONFIGURE_ENV=	LIBQTMT="-lqt-mt" \
+		CXXFLAGS=-pthread
+
+CONFIGURE_ARGS=	--with-kde-version=3
 
 .include <bsd.port.mk>
diff -ur kdbg/distinfo kdbg-1.2.5/distinfo
--- kdbg/distinfo	Mon Jan 21 21:59:50 2002
+++ kdbg-1.2.5/distinfo	Sat Jul 20 16:40:57 2002
@@ -1 +1 @@
-MD5 (kdbg-1.2.4.tar.gz) = 93f878196665e14db3c53f9a10471647
+MD5 (kdbg-1.2.5.tar.gz) = 5a472882b1fa28c2e82e51be9b364c62
Only in kdbg/files: patch-ab
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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