gtk+extra-0.99.14 changed some gtk_plot_* function names, so we have
to update to 0.6.3. Other changes (from the ChangeLog file): Bugfixes everywhere, mainly reported by Rob Lahaye<lahaye@postech.edu> Edit dialog for datasets. First version of the Preferences dialog Enhancements in the layer control Fixes and enhancements in gtkextra 2nd version of the preferences dialog Enhancements in Python and Worksheets Complete overview and report of bugs and possible enhancements. Emergency rescue in case of a crash Autosave First version of the Bonobo interfase for embedding Scigraphica
This commit is contained in:
parent
d777f21a11
commit
a09fea41b1
3 changed files with 7 additions and 21 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2001/03/10 12:41:46 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2001/04/28 14:34:12 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= sg-0.6.2
|
||||
PKGNAME= scigraphica-0.6.2
|
||||
DISTNAME= sg-0.6.3
|
||||
PKGNAME= scigraphica-0.6.3
|
||||
CATEGORIES= graphics math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scigraphica/}
|
||||
|
||||
|
@ -11,7 +11,7 @@ HOMEPAGE= http://scigraphica.sourceforge.net/
|
|||
COMMENT= data analysis and technical graphics
|
||||
|
||||
DEPENDS+= gtk+-*:../../x11/gtk
|
||||
DEPENDS+= gtk+extra>=0.99.12:../../x11/gtk+extra
|
||||
DEPENDS+= gtk+extra>=0.99.14:../../x11/gtk+extra
|
||||
DEPENDS+= imlib-*:../../graphics/imlib
|
||||
DEPENDS+= libxml-*:../../textproc/libxml
|
||||
DEPENDS+= python-*:../../lang/python
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2001/04/21 09:54:27 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2001/04/28 14:34:12 drochner Exp $
|
||||
|
||||
SHA1 (sg-0.6.2.tar.gz) = 7df31041b31e3ef79708013e8d3ca111a6a01d4b
|
||||
Size (sg-0.6.2.tar.gz) = 569167 bytes
|
||||
SHA1 (patch-aa) = 789e42a52d67514e8687490bcc7f2d423ce0d972
|
||||
SHA1 (sg-0.6.3.tar.gz) = 59e376cbde03487de5be81bbf89a2b04c29a061f
|
||||
Size (sg-0.6.3.tar.gz) = 592835 bytes
|
||||
SHA1 (patch-ab) = 99b38611c7afc8ebab2f60fc2a12285b96442563
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.2 2001/03/10 12:41:46 drochner Exp $
|
||||
|
||||
--- configure.orig Wed Feb 7 23:44:46 2001
|
||||
+++ configure Fri Mar 9 17:25:17 2001
|
||||
@@ -3547,7 +3547,7 @@
|
||||
if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
|
||||
PY_LIBS="python$PY_VERSION"
|
||||
PY_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
|
||||
- array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -printf %h`
|
||||
+ array_loc=$PY_PREFIX/include/python$PY_VERSION/Numeric
|
||||
|
||||
echo arrayobject.h location: $array_loc
|
||||
PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
|
Loading…
Reference in a new issue