Bug 67747 - Upgrade of port print/kaspaliste, and bugfix
Summary: Upgrade of port print/kaspaliste, and bugfix
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-09 12:10 UTC by Jaap Boender
Modified: 2004-06-13 15:06 UTC (History)
0 users

See Also:


Attachments
file.diff (967 bytes, patch)
2004-06-09 12:10 UTC, Jaap Boender
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jaap Boender 2004-06-09 12:10:19 UTC
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.

Fix: 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 <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>


#define Inherited KaspaBase--fwGLNMmh2QClHiBVohV85nqf3jib2f0dgF8HHMBgOikzr6BO
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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 @@
 #
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2004-06-13 15:03:35 UTC
State Changed
From-To: open->closed


Committed, thanks! 

Remarks: 
- I have removed config.cache, to make it respect CONFIGURE_ENV; 
- added create.tables.sql, since this port cannot be used without 
it, with a message about creating the database.