From owner-freebsd-ports Sat Jul 20 10:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39B5D37B400 for ; Sat, 20 Jul 2002 10:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82FC943E58 for ; Sat, 20 Jul 2002 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6KHU2JU076589 for ; Sat, 20 Jul 2002 10:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6KHU202076588; Sat, 20 Jul 2002 10:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9922137B400; Sat, 20 Jul 2002 10:21:11 -0700 (PDT) Received: from flapjack.homeip.net (r96-39.bas1.srl.dublin.eircom.net [159.134.96.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B0F43E58; Sat, 20 Jul 2002 10:21:10 -0700 (PDT) (envelope-from nick@flapjack.homeip.net) Received: from flapjack.netability.ie (localhost [127.0.0.1]) by flapjack.homeip.net (8.12.3/8.12.3) with ESMTP id g6KHKBCK046286; Sat, 20 Jul 2002 18:20:11 +0100 (IST) (envelope-from nick@flapjack.netability.ie) Received: (from nick@localhost) by flapjack.netability.ie (8.12.3/8.12.3/Submit) id g6KHKBDx047217; Sat, 20 Jul 2002 18:20:11 +0100 (IST) Message-Id: <200207201720.g6KHKBDx047217@flapjack.netability.ie> Date: Sat, 20 Jul 2002 18:20:11 +0100 (IST) From: Nick Hilliard Reply-To: Nick Hilliard To: FreeBSD-gnats-submit@FreeBSD.org Cc: jedgar@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/40813: Update from kdbg 1.2.4 to kdbg 1.2.5 with QT3/KDE 3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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