summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaka Kranjc2011-10-07 22:20:41 +0200
committerJaka Kranjc2011-10-07 22:21:07 +0200
commit18da230db6dc09e448eaa57788c30452cb067b3f (patch)
treec3a05736e88b87762f4f609cddb165f2ba50a15d
parentad7da059cb4c6e5d194c10a7d6ba22e34cde0bbc (diff)
grass: made it work && 6.4.1
yuck
-rwxr-xr-xscience/grass/DEPENDS13
-rwxr-xr-xscience/grass/DETAILS11
-rw-r--r--science/grass/HISTORY5
3 files changed, 15 insertions, 14 deletions
diff --git a/science/grass/DEPENDS b/science/grass/DEPENDS
index 643f290483..58185f67b1 100755
--- a/science/grass/DEPENDS
+++ b/science/grass/DEPENDS
@@ -1,4 +1,4 @@
-depends proj4 &&
+depends proj4 "--with-proj-share=$INSTALL_ROOT/usr/share/proj" &&
depends gdal "--with-gdal" &&
depends zlib &&
depends flex &&
@@ -7,6 +7,7 @@ depends ncurses "--with-curses" &&
depends readline "--with-readline" &&
depends libx11 "--with-x" &&
depends OPENGL "--with-opengl" &&
+depends libxmu &&
runtime_depends gdal-grass &&
optional_depends geos \
"" \
@@ -15,13 +16,13 @@ optional_depends geos \
optional_depends sqlite \
"--with-sqlite" \
"--without-sqlite" \
- "Fol SQLite database interface" &&
+ "Fol SQLite database interface (used by eg. QGIS)" &&
optional_depends postgresql \
"--with-postgres" \
"--without-postgres" \
"For PostgreSQL database interface" &&
optional_depends mysql \
- "--with-mysql" \
+ "--with-mysql --with-mysql-includes=$INSTALL_ROOT/usr/include/mysql" \
"--without-mysql" \
"For MySQL database interface" &&
optional_depends unixodbc \
@@ -32,7 +33,7 @@ optional_depends tk \
"--with-tcltk" \
"--without-tcltk" \
"To use the GRASS GUI menu system and the NVIZ visualization suite" &&
-optional_depends g++ \
+optional_depends -sub CXX gcc \
"--with-cxx" \
"--without-cxx" \
"Required for r.terraflow module" &&
@@ -52,7 +53,7 @@ optional_depends jpeg \
"--with-jpeg" \
"--without-jpeg" \
"For r.out.jpeg" &&
-optional_depends libtiff \
+optional_depends tiff \
"--with-tiff" \
"--without-tiff" \
"For r.out.tiff" &&
@@ -65,7 +66,7 @@ optional_depends r \
"" \
"For R statistical language interface" &&
optional_depends freetype2 \
- "--with-freetype" \
+ "--with-freetype --with-freetype-includes=$INSTALL_ROOT/usr/include/freetype2" \
"--without-freetype" \
"For TrueType font support and d.text.freetype" &&
optional_depends python \
diff --git a/science/grass/DETAILS b/science/grass/DETAILS
index ee584fc353..ea681303b7 100755
--- a/science/grass/DETAILS
+++ b/science/grass/DETAILS
@@ -1,18 +1,13 @@
SPELL=grass
- VERSION=6.4.0RC3
+ VERSION=6.4.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://${SPELL}.osgeo.org/${SPELL}64/source/${SOURCE}
- SOURCE_HASH=sha512:e2fce56acc0ff0145b15f661a94fa633b326088ecb91c3000d8268c8b021892971c6304c70b5996a4263dc1917bc9fad55dc9fa7773890524afd714bec7fc378
+ SOURCE_HASH=sha512:97a2a81dd5699307ea09745da3be44be7269cdc36b42dfafb29b7fd9dec9c1d31e648f713efc9c66cdcdcd98a85276bc06a7eaeec21c8ae3c155ec867d0159bf
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://grass.osgeo.org"
LICENSE[0]="GPL"
ENTERED=20091102
- KEYWORDS="Graphics, Editors, Scientific/Engineering, Geographical, 3D Rendering, Database, Software Development, Libraries, education, multimedia
-Stable
-Experimental, Major bugfixes
-Stable, Minor bugfixes
-Stable, Minor bugfixes
-Stable"
+ KEYWORDS="gis"
SHORT="Geographic Information System"
cat << EOF
GRASS (the Geographic Resources Analysis Support System) is a software raster-
diff --git a/science/grass/HISTORY b/science/grass/HISTORY
index be0caf5227..8739cf1b0b 100644
--- a/science/grass/HISTORY
+++ b/science/grass/HISTORY
@@ -1,3 +1,8 @@
+2011-10-07 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
+ * DETAILS: 6.4.1
+ * DEPENDS: fixed various dependencies
+ * INSTALL: added
+
2009-11-02 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* DEPENDS, DETAILS: spell created