From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 13 16:40:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E696616A4F8 for ; Tue, 13 Jul 2004 16:40:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD88C43D5D for ; Tue, 13 Jul 2004 16:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6DGeIxi018428 for ; Tue, 13 Jul 2004 16:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6DGeI6F018427; Tue, 13 Jul 2004 16:40:18 GMT (envelope-from gnats) Resent-Date: Tue, 13 Jul 2004 16:40:18 GMT Resent-Message-Id: <200407131640.i6DGeI6F018427@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, KATO Tsuguru Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D60416A4CE for ; Tue, 13 Jul 2004 16:32:03 +0000 (GMT) Received: from hfep01.dion.ne.jp (hfep01.dion.ne.jp [203.181.105.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6BD143D1D for ; Tue, 13 Jul 2004 16:32:01 +0000 (GMT) (envelope-from tkato432@yahoo.com) Received: from localhost ([218.222.54.22]) by hfep01.dion.ne.jp with SMTP id <20040713163157004.MFHM@hfep01.dion.ne.jp> for ; Wed, 14 Jul 2004 01:31:57 +0900 Message-Id: <20040714013028.0645e7a5.tkato432@yahoo.com> Date: Wed, 14 Jul 2004 01:30:28 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69000: Update port: deskutils/tuxcards to 1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 16:40:19 -0000 >Number: 69000 >Category: ports >Synopsis: Update port: deskutils/tuxcards to 1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 13 16:40:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: >Environment: >Description: - Update to version 1.2 New file: files/patch-src::information::CInformationElementHistory.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/tuxcards/Makefile deskutils/tuxcards/Makefile --- /usr/ports/deskutils/tuxcards/Makefile Fri Feb 27 18:56:03 2004 +++ deskutils/tuxcards/Makefile Tue Jul 13 22:32:42 2004 @@ -6,9 +6,10 @@ # PORTNAME= tuxcards -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= deskutils -MASTER_SITES= http://www.tifskom.de/tux/${PORTVERSION}/ +MASTER_SITES= http://www.tifskom.de/tux/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Tool for managing notes within a hierarchical tree @@ -16,26 +17,22 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_QT_VER= 3 -USE_REINPLACE= yes MAKE_ENV= QTDIR="${QT_PREFIX}" -post-patch: - @${REINPLACE_CMD} -e 's|warn_on|warn_on thread|g' ${WRKSRC}/tuxcards.pro - .include # Add this condititonal while people might still have old versions # of qmake, living in X11BASE, installed. This should go away eventually. .if exists(${X11BASE}/share/qt/mkspecs/freebsd-g++) -do-configure: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ - -spec ${X11BASE}/share/qt/mkspecs/freebsd-g++ tuxcards.pro +QMAKESPEC= ${X11BASE}/share/qt/mkspecs/freebsd-g++ .else +QMAKESPEC= ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ +.endif + do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \ - -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ tuxcards.pro -.endif + -spec ${QMAKESPEC} tuxcards.pro do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin diff -urN /usr/ports/deskutils/tuxcards/distinfo deskutils/tuxcards/distinfo --- /usr/ports/deskutils/tuxcards/distinfo Thu Jan 29 20:21:00 2004 +++ deskutils/tuxcards/distinfo Mon Jul 12 23:21:06 2004 @@ -1,2 +1,2 @@ -MD5 (tuxcards-1.1.tar.gz) = 711da6fdabacd4c5f3a2491ca29fef36 -SIZE (tuxcards-1.1.tar.gz) = 233649 +MD5 (tuxcards-1.2.tar.gz) = ee85e2e5c23425fd031c62a5e2f6f248 +SIZE (tuxcards-1.2.tar.gz) = 203129 diff -urN /usr/ports/deskutils/tuxcards/files/patch-src::information::CInformationElementHistory.cpp deskutils/tuxcards/files/patch-src::information::CInformationElementHistory.cpp --- /usr/ports/deskutils/tuxcards/files/patch-src::information::CInformationElementHistory.cpp Thu Jan 1 09:00:00 1970 +++ deskutils/tuxcards/files/patch-src::information::CInformationElementHistory.cpp Tue Jul 13 22:33:38 2004 @@ -0,0 +1,11 @@ +--- src/information/CInformationElementHistory.cpp.orig Fri Dec 5 07:22:09 2003 ++++ src/information/CInformationElementHistory.cpp Tue Jul 13 22:32:26 2004 +@@ -156,7 +156,7 @@ + + CInformationElement* pIE = mList.at(i); + std::cout<getDescription() : "NULLPTR"; ++ sDesc = (NULLPTR != pIE) ? pIE->getDescription() : QString("NULLPTR"); + std::cout<Release-Note: >Audit-Trail: >Unformatted: