Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2007 16:10:07 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:  <200710031610.l93GA714067122@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: Max Brazhnikov <makc@issp.ac.ru>
Cc: Stefan Walter <stefan@freebsd.org>, 
 GNATS <FreeBSD-gnats-submit@freebsd.org>
Subject: Re: ports/113750: update science/kst to 1.4.0
Date: Wed, 03 Oct 2007 18:04:04 +0200

 This is a multi-part message in MIME format.
 --------------000902060105090005000601
 Content-Type: text/plain; charset=KOI8-R; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Thanks again to Max. Attached is a patch which solves the problems with 
 pkg-plist and it works quite well (at least for me). So I think the 
 update could be commited without marking anything broken.
 
 Greets,
 Kay
 
 --------------000902060105090005000601
 Content-Type: text/plain;
  name="Makefile.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="Makefile.diff"
 
 --- /usr/ports/science/kst/Makefile	2007-06-29 09:46:43.000000000 +0400
 +++ Makefile	2007-10-03 00:01:09.000000000 +0400
 @@ -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,8 @@
  .endif
  
  .if defined(WITH_CDF)
 +CONFIGURE_ARGS+=LDFLAGS="-lm"
 +MAKE_ARGS+=	AUTOMAKE="${TRUE}"
  LIB_DEPENDS+=	cdf.0:${PORTSDIR}/science/cdf
  PLIST_SUB+=	CDF=""
  .else
 
 --------------000902060105090005000601--



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