ports/113750: update science/kst to 1.4.0
Kay Lehmann
kay_lehmann at web.de
Wed Oct 3 16:10:07 UTC 2007
The following reply was made to PR ports/113750; it has been noted by GNATS.
From: Kay Lehmann <kay_lehmann at web.de>
To: Max Brazhnikov <makc at issp.ac.ru>
Cc: Stefan Walter <stefan at freebsd.org>,
GNATS <FreeBSD-gnats-submit at 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--
More information about the freebsd-ports-bugs
mailing list