mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.6.1.
This commit is contained in:
parent
8e6c76e4d8
commit
ee3f4618c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35710
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= scigraphica
|
||||
PORTVERSION= 0.6
|
||||
PORTVERSION= 0.6.1
|
||||
CATEGORIES= math gnome
|
||||
MASTER_SITES= http://scigraphica.sourceforge.net/src/ \
|
||||
http://magnet.fsu.edu/~feiguin/scigraphica/src/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (sg-0.6.tar.gz) = 50381773f94c05074195c485d32c7a65
|
||||
MD5 (sg-0.6.1.tar.gz) = af1dec0dc6d2b1ec935eec76cf1ef020
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Thu Aug 31 11:01:27 2000
|
||||
+++ configure Thu Aug 31 11:15:04 2000
|
||||
@@ -3549,8 +3549,8 @@
|
||||
--- configure.orig Wed Dec 6 11:11:12 2000
|
||||
+++ configure Wed Dec 6 11:12:53 2000
|
||||
@@ -3546,8 +3546,8 @@
|
||||
PY_VERSION=`python -c 'import sys ; print sys.version[0:3]'`
|
||||
if test -f $PY_PREFIX/include/python$PY_VERSION/Python.h; then
|
||||
PY_LIBS="python$PY_VERSION"
|
||||
@ -8,6 +8,6 @@
|
||||
- array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -printf %h`
|
||||
+ PY_LIB_LOC="-pthread -L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config"
|
||||
+ array_loc=`find $PY_PREFIX/include/python$PY_VERSION/ -name arrayobject.h -print | sed 's|/a.*\.h||'`
|
||||
echo arrayobject.h location: $array_loc
|
||||
PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
|
||||
if test -n $array_loc; then
|
||||
if test -z $array_loc; then
|
||||
if test -n $PYTHONPATH; then
|
||||
array_loc=$PYTHONPATH
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- pixmaps/Makefile.in 2000/08/31 08:24:09 1.1
|
||||
+++ pixmaps/Makefile.in 2000/08/31 08:24:43
|
||||
@@ -114,7 +114,7 @@
|
||||
EXTRA_DIST = $(PIXMAPS)
|
||||
--- pixmaps/Makefile.in.orig Wed Dec 6 11:14:51 2000
|
||||
+++ pixmaps/Makefile.in Wed Dec 6 11:15:36 2000
|
||||
@@ -116,7 +116,7 @@
|
||||
EXTRA_DIST = $(ICONPIXMAP) $(PIXMAPS)
|
||||
|
||||
|
||||
-Pixmapdir = $(datadir)/pixmaps
|
||||
+Pixmapdir = $(datadir)/pixmaps/sg
|
||||
-Pixmapdir = $(datadir)/pixmaps/
|
||||
+Pixmapdir = $(datadir)/pixmaps/sg/
|
||||
|
||||
Pixmap_DATA = $(PIXMAPS)
|
||||
Pixmap_DATA = $(PIXMAPS) $(ICONPIXMAP)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
|
10
math/scigraphica/files/patch-ag
Normal file
10
math/scigraphica/files/patch-ag
Normal file
@ -0,0 +1,10 @@
|
||||
--- sg.desktop 2000/12/06 09:45:07 1.1
|
||||
+++ sg.desktop 2000/12/06 09:45:20
|
||||
@@ -2,6 +2,6 @@
|
||||
Name=SciGraphica
|
||||
Comment=Data Plotting and Visualization
|
||||
Exec=sga
|
||||
-Icon=sg_icon.xpm
|
||||
+Icon=sg/sg_icon.xpm
|
||||
Terminal=0
|
||||
Type=Application
|
@ -81,6 +81,7 @@ share/gnome/pixmaps/sg/point.xpm
|
||||
share/gnome/pixmaps/sg/pointers.xpm
|
||||
share/gnome/pixmaps/sg/polar_small.xpm
|
||||
share/gnome/pixmaps/sg/print.xpm
|
||||
share/gnome/pixmaps/sg/reload.xpm
|
||||
share/gnome/pixmaps/sg/reset.xpm
|
||||
share/gnome/pixmaps/sg/right.xpm
|
||||
share/gnome/pixmaps/sg/rotate_x.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user