Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2007 19:00:10 GMT
From:      Kay Lehmann <kay_lehmann@web.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/113750: update science/kst to 1.4.0
Message-ID:  <200709301900.l8UJ0Ajd097882@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/113750; it has been noted by GNATS.

From: Kay Lehmann <kay_lehmann@web.de>
To: Stefan Walter <stefan@freebsd.org>
Cc: Max Brazhnikov <makc@issp.ac.ru>, 
 GNATS <FreeBSD-gnats-submit@FreeBSD.org>
Subject: Re: ports/113750: update science/kst to 1.4.0
Date: Sun, 30 Sep 2007 20:55:38 +0200

 This is a multi-part message in MIME format.
 --------------050605080505040300030105
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 So after testing the different options, I think we should commit it, but 
 we need to mark it broken with cdf-support enabled. I did not get it to 
 work right now and it needs some more work to do. But updating the port 
 would be nice, since the new version is not that new any more. Attached 
 is a patch against the official Makefile, which includes the 
 Broken-statement.
 
 Greetings,
 Kay
 
 --------------050605080505040300030105
 Content-Type: text/plain;
  name="patch-Makefile"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-Makefile"
 
 --- Makefile.orig	2007-06-29 07:46:43.000000000 +0200
 +++ Makefile	2007-09-30 20:52:46.000000000 +0200
 @@ -5,8 +5,7 @@
  # $FreeBSD: ports/science/kst/Makefile,v 1.19 2007/06/29 05:46:43 ijliao Exp $
  
  PORTNAME=	kst
 -PORTVERSION=	1.3.1
 -PORTREVISION=	3
 +PORTVERSION=	1.4.0
  CATEGORIES=	science kde
  MASTER_SITES=	${MASTER_SITE_KDE} \
  		http://omega.astro.utoronto.ca/${PORTNAME}/
 @@ -32,14 +31,6 @@
  
  .include <bsd.port.pre.mk>
  
 -.if ${OSVERSION} < 500000
 -BROKEN=	does not build
 -.endif
 -
 -.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
 -LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
 -.endif
 -
  .if defined(WITH_NETCDF)
  LIB_DEPENDS+=	netcdf.4:${PORTSDIR}/science/netcdf
  PLIST_SUB+=	NETCDF=""
 @@ -49,6 +40,7 @@
  .endif
  
  .if defined(WITH_CDF)
 +BROKEN=		"Incomplete pkg-plist with CDF-Support enabled"
  LIB_DEPENDS+=	cdf.0:${PORTSDIR}/science/cdf
  PLIST_SUB+=	CDF=""
  .else
 
 --------------050605080505040300030105--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709301900.l8UJ0Ajd097882>