Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
# $NetBSD: Makefile,v 1.23 2013/06/06 12:54:43 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2014/03/26 06:57:06 asau Exp $
|
||||
|
||||
DISTNAME= fityk-0.9.7
|
||||
PKGREVISION= 14
|
||||
PKGREVISION= 16
|
||||
CATEGORIES= math
|
||||
#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fityk/}
|
||||
MASTER_SITES= https://cloud.github.com/downloads/wojdyr/fityk/
|
||||
FETCH_USING= curl
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://fityk.sourceforge.net/
|
||||
HOMEPAGE= http://fityk.nieto.pl/
|
||||
COMMENT= Peak fitting software
|
||||
LICENSE= gnu-lgpl-v2
|
||||
|
||||
@@ -19,8 +18,10 @@ GNU_CONFIGURE= yes
|
||||
# XXX: xyconvert requires wxWidgets >= 2.9
|
||||
CONFIGURE_ARGS+= --disable-xyconvert
|
||||
|
||||
CFLAGS.FreeBSD+= -D_WITH_GETLINE
|
||||
|
||||
.include "../../devel/boost-headers/buildlink3.mk"
|
||||
.include "../../devel/readline/buildlink3.mk"
|
||||
.include "../../mk/readline.buildlink3.mk"
|
||||
.include "../../math/xylib/buildlink3.mk"
|
||||
.include "../../x11/wxGTK28/buildlink3.mk"
|
||||
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
$NetBSD: distinfo,v 1.4 2013/04/30 22:25:39 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.5 2014/02/24 12:35:10 wiedi Exp $
|
||||
|
||||
SHA1 (fityk-0.9.7.tar.bz2) = bb4d11b529c6c87c68c6f7359075915caf95a996
|
||||
RMD160 (fityk-0.9.7.tar.bz2) = bd403037157b32ec7c7c6972f17116e403d099bc
|
||||
Size (fityk-0.9.7.tar.bz2) = 1146628 bytes
|
||||
SHA1 (patch-aa) = c923919db013ca9ddb8370617bf0b4b0aaa31922
|
||||
SHA1 (patch-src_GAfit.cpp) = 6543899d3861853d0738bbb5ced2cc9f59fda6db
|
||||
SHA1 (patch-src_common.h) = 1ab3f9d0c72c1f4bb0740a22ccc7960fb18b4c90
|
||||
SHA1 (patch-src_eparser.cpp) = 6120b71f1bcafc1efc5b774426955084739a42c0
|
||||
SHA1 (patch-src_wxgui_ceria.cpp) = d3d07180b20b563c67d1bb7316d38ef64ff91a8a
|
||||
|
||||
15
math/fityk/patches/patch-src_common.h
Normal file
15
math/fityk/patches/patch-src_common.h
Normal file
@@ -0,0 +1,15 @@
|
||||
$NetBSD: patch-src_common.h,v 1.1 2014/02/24 12:35:10 wiedi Exp $
|
||||
|
||||
needs ieeefp.h for finite()
|
||||
--- src/common.h.orig 2011-01-09 18:43:38.000000000 +0000
|
||||
+++ src/common.h
|
||||
@@ -19,6 +19,9 @@
|
||||
#include <math.h>
|
||||
#include <assert.h>
|
||||
#include <float.h> // DBL_MAX
|
||||
+#if defined(__sun)
|
||||
+#include <ieeefp.h>
|
||||
+#endif
|
||||
|
||||
#include "fityk.h" //ExecuteError
|
||||
using fityk::ExecuteError;
|
||||
Reference in New Issue
Block a user