From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 9 11:10:32 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 C0F8A16A4D1 for ; Wed, 9 Jun 2004 11:10:32 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A585C43D55 for ; Wed, 9 Jun 2004 11:10:32 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i59BAJ2A094810 for ; Wed, 9 Jun 2004 11:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i59BAJYa094809; Wed, 9 Jun 2004 11:10:19 GMT (envelope-from gnats) Resent-Date: Wed, 9 Jun 2004 11:10:19 GMT Resent-Message-Id: <200406091110.i59BAJYa094809@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, Jaap Boender Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F07E316A4CE for ; Wed, 9 Jun 2004 11:09:02 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id D227B43D1F for ; Wed, 9 Jun 2004 11:09:02 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i59B8gOK065522 for ; Wed, 9 Jun 2004 11:08:42 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i59B8gl7065521; Wed, 9 Jun 2004 11:08:42 GMT (envelope-from nobody) Message-Id: <200406091108.i59B8gl7065521@www.freebsd.org> Date: Wed, 9 Jun 2004 11:08:42 GMT From: Jaap Boender To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/67747: Upgrade of port print/kaspaliste, and bugfix 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: Wed, 09 Jun 2004 11:10:33 -0000 >Number: 67747 >Category: ports >Synopsis: Upgrade of port print/kaspaliste, and bugfix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 09 11:10:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Jaap Boender >Release: 5.2-CURRENT >Organization: Technische Universiteit Eindhoven >Environment: FreeBSD marion-dufresne.win.tue.nl 5.2-CURRENT FreeBSD 5.2-CURRENT #9: Fri May 28 21:26:29 CEST 2004 root@marion-dufresne.win.tue.nl:/usr/obj/usr/src/sys/MARION-DUFRESNE i386 >Description: Upgrade of port to version 0.96, getting distfile from sourceforge, and it should compile under both FreeBSD 4 and 5 now (I've tested 5, but have no easy access to a 4-STABLE box). Patch included below. >How-To-Repeat: >Fix: diff -ruN kaspaliste/Makefile kaspaliste-new/Makefile --- kaspaliste/Makefile Tue May 25 11:19:42 2004 +++ kaspaliste-new/Makefile Wed Jun 9 12:57:31 2004 @@ -6,10 +6,10 @@ # PORTNAME= kaspaliste -PORTVERSION= 0.94 -PORTREVISION= 2 +PORTVERSION= 0.96 CATEGORIES= print kde -MASTER_SITES= http://kaspaliste.sourceforge.net/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= kaspaliste MAINTAINER= jaapb@kerguelen.org COMMENT= Bibliography tool for KDE/Postgres/BibTeX @@ -17,7 +17,6 @@ LIB_DEPENDS= \ pq.3:${PORTSDIR}/databases/postgresql7 -USE_BZIP2= yes USE_KDEBASE_VER= 3 GNU_CONFIGURE= yes USE_GMAKE= yes @@ -26,10 +25,4 @@ --with-pg-includes=${LOCALBASE}/include \ --with-pg-libs=${LOCALBASE}/lib -.include - -.if ( ${OSVERSION} >= 502102 ) -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - -.include +.include diff -ruN kaspaliste/distinfo kaspaliste-new/distinfo --- kaspaliste/distinfo Wed Mar 31 05:10:45 2004 +++ kaspaliste-new/distinfo Wed Jun 9 11:19:03 2004 @@ -1,2 +1,2 @@ -MD5 (kaspaliste-0.94.tar.bz2) = f969e50c9731db2c2f07342062d5da84 -SIZE (kaspaliste-0.94.tar.bz2) = 1918364 +MD5 (kaspaliste-0.96.tar.gz) = 6256575740bb4bc5aa542f10e749bc01 +SIZE (kaspaliste-0.96.tar.gz) = 1923396 diff -ruN kaspaliste/files/patch-aa kaspaliste-new/files/patch-aa --- kaspaliste/files/patch-aa Tue Jan 6 19:50:39 2004 +++ kaspaliste-new/files/patch-aa Wed Jun 9 11:47:29 2004 @@ -1,9 +1,9 @@ ---- kaspaliste/klib/table.cpp.orig Tue Dec 16 12:32:24 2003 -+++ kaspaliste/klib/table.cpp Tue Dec 16 12:32:32 2003 +--- kaspaliste/klib/table.cpp.orig Sat Feb 7 10:54:32 2004 ++++ kaspaliste/klib/table.cpp Wed Jun 9 11:46:21 2004 @@ -18,6 +18,7 @@ #include #include "table.h" - #include + #include +#include #define Inherited KaspaBase >Release-Note: >Audit-Trail: >Unformatted: