ports/67747: Upgrade of port print/kaspaliste, and bugfix
Jaap Boender
jboender at win.tue.nl
Wed Jun 9 11:10:33 UTC 2004
>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 at 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 at 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 <bsd.port.pre.mk>
-
-.if ( ${OSVERSION} >= 502102 )
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
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 <assert.h>
#include "table.h"
- #include <iostream.h>
+ #include <iostream>
+#include <unistd.h>
#define Inherited KaspaBase
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list