diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-22 11:14:59 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-07-22 11:14:59 +0000 |
commit | 9bc7d8f90b9a1548d6e7f9b85ecdbdc7d56f4c52 (patch) | |
tree | b15added1ecc1d11aa939c926ff691174575b21b /sci-geosciences | |
parent | Version bump (diff) | |
download | gentoo-2-9bc7d8f90b9a1548d6e7f9b85ecdbdc7d56f4c52.tar.gz gentoo-2-9bc7d8f90b9a1548d6e7f9b85ecdbdc7d56f4c52.tar.bz2 gentoo-2-9bc7d8f90b9a1548d6e7f9b85ecdbdc7d56f4c52.zip |
old
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/grass/ChangeLog | 7 | ||||
-rw-r--r-- | sci-geosciences/grass/files/grass-6.3.0-gcc44.patch | 11 | ||||
-rw-r--r-- | sci-geosciences/grass/files/grass-6.3.0-html-nonviz.patch | 14 | ||||
-rw-r--r-- | sci-geosciences/grass/files/grass-6.3.0-o_creat.patch | 36 | ||||
-rw-r--r-- | sci-geosciences/grass/files/grass_icon.png | bin | 4470 -> 0 bytes | |||
-rw-r--r-- | sci-geosciences/grass/grass-6.3.0.ebuild | 294 |
6 files changed, 6 insertions, 356 deletions
diff --git a/sci-geosciences/grass/ChangeLog b/sci-geosciences/grass/ChangeLog index a8d6c1aa9c8e..a3d16099df23 100644 --- a/sci-geosciences/grass/ChangeLog +++ b/sci-geosciences/grass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-geosciences/grass # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.105 2011/07/19 19:47:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.106 2011/07/22 11:14:58 scarabeus Exp $ + + 22 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> -grass-6.3.0.ebuild, + -files/grass-6.3.0-gcc44.patch, -files/grass-6.3.0-html-nonviz.patch, + -files/grass-6.3.0-o_creat.patch, -files/grass_icon.png: + old 19 Jul 2011; Markus Meier <maekke@gentoo.org> grass-6.4.1.ebuild: x86 stable, bug #362987 diff --git a/sci-geosciences/grass/files/grass-6.3.0-gcc44.patch b/sci-geosciences/grass/files/grass-6.3.0-gcc44.patch deleted file mode 100644 index d90f074283cd..000000000000 --- a/sci-geosciences/grass/files/grass-6.3.0-gcc44.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nupr grass-6.3.0/imagery/i.atcorr/Output.h~ grass-6.3.0/imagery/i.atcorr/Output.h ---- grass-6.3.0/imagery/i.atcorr/Output.h~ 2009-04-29 20:49:42.000000000 +0000 -+++ grass-6.3.0/imagery/i.atcorr/Output.h 2009-04-29 20:49:50.000000000 +0000 -@@ -1,6 +1,7 @@ - #ifndef MY_OUTPUT_H - #define MY_OUTPUT_H - -+#include <cstdio> - #include <iostream> - #include <sstream> - #include <string> diff --git a/sci-geosciences/grass/files/grass-6.3.0-html-nonviz.patch b/sci-geosciences/grass/files/grass-6.3.0-html-nonviz.patch deleted file mode 100644 index 47c2633a657e..000000000000 --- a/sci-geosciences/grass/files/grass-6.3.0-html-nonviz.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- tools/build_html_index.sh.orig 2008-04-16 10:21:15.000000000 +0200 -+++ tools/build_html_index.sh 2008-04-16 10:23:52.000000000 +0200 -@@ -141 +141 @@ --cp -f grassdocs.css $HTMLDIR/nviz/ -+#cp -f grassdocs.css $HTMLDIR/nviz/ -@@ -145 +145 @@ --cp -f grass_logo.png $HTMLDIR/nviz/ -+#cp -f grass_logo.png $HTMLDIR/nviz/ -@@ -182 +182 @@ --echo "<tr><td> <a href=\"nviz.html\">nviz</a> </td><td>visualization suite</td></tr>" >> $FULLINDEX -+#echo "<tr><td> <a href=\"nviz.html\">nviz</a> </td><td>visualization suite</td></tr>" >> $FULLINDEX -@@ -262 +262 @@ --echo "<li><a href=\"nviz.html\">nviz</a> visualization and animation tool</li>" >> $FILENAME -+#echo "<li><a href=\"nviz.html\">nviz</a> visualization and animation tool</li>" >> $FILENAME diff --git a/sci-geosciences/grass/files/grass-6.3.0-o_creat.patch b/sci-geosciences/grass/files/grass-6.3.0-o_creat.patch deleted file mode 100644 index 32893044a4fc..000000000000 --- a/sci-geosciences/grass/files/grass-6.3.0-o_creat.patch +++ /dev/null @@ -1,36 +0,0 @@ -open with O_CREAT in second argument needs 3 arguments. -2009-03-05 Martin von Gagern -Reference: https://bugs.gentoo.org/261283 - -Index: grass-6.3.0/raster/r.drain/main.c -=================================================================== ---- grass-6.3.0.orig/raster/r.drain/main.c -+++ grass-6.3.0/raster/r.drain/main.c -@@ -296,8 +296,8 @@ int main(int argc, char **argv) - tempfile1 = G_tempfile(); - tempfile2 = G_tempfile(); - -- fe = open(tempfile1, O_RDWR | O_CREAT); -- fd = open(tempfile2, O_RDWR | O_CREAT); -+ fe = open(tempfile1, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); -+ fd = open(tempfile2, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); - - /* transfer the input map to a temp file */ - for (i = 0; i < nrows; i++) { -Index: grass-6.3.0/raster/r.fill.dir/main.c -=================================================================== ---- grass-6.3.0.orig/raster/r.fill.dir/main.c -+++ grass-6.3.0/raster/r.fill.dir/main.c -@@ -196,9 +196,9 @@ main(int argc, char **argv) - tempfile2 = G_tempfile(); - tempfile3 = G_tempfile(); - -- fe=open(tempfile1,O_RDWR|O_CREAT); /* elev */ -- fd=open(tempfile2,O_RDWR|O_CREAT); /* dirn */ -- fm=open(tempfile3,O_RDWR|O_CREAT); /* problems */ -+ fe=open(tempfile1,O_RDWR|O_CREAT, S_IRUSR|S_IWUSR); /* elev */ -+ fd=open(tempfile2,O_RDWR|O_CREAT, S_IRUSR|S_IWUSR); /* dirn */ -+ fm=open(tempfile3,O_RDWR|O_CREAT, S_IRUSR|S_IWUSR); /* problems */ - - G_message(_("Reading map...")); - for(i=0;i<nrows;i++) diff --git a/sci-geosciences/grass/files/grass_icon.png b/sci-geosciences/grass/files/grass_icon.png Binary files differdeleted file mode 100644 index f1a0ca3754bb..000000000000 --- a/sci-geosciences/grass/files/grass_icon.png +++ /dev/null diff --git a/sci-geosciences/grass/grass-6.3.0.ebuild b/sci-geosciences/grass/grass-6.3.0.ebuild deleted file mode 100644 index 34acfaba14f1..000000000000 --- a/sci-geosciences/grass/grass-6.3.0.ebuild +++ /dev/null @@ -1,294 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.3.0.ebuild,v 1.24 2011/04/12 17:39:42 arfrever Exp $ - -EAPI=3 - -inherit eutils fdo-mime python versionator wxwidgets - -MY_PV=$(get_version_component_range 1-2 ${PV}) -MY_PVM=$(delete_all_version_separators ${MY_PV}) -MY_PM=${PN}${MY_PVM} - -DESCRIPTION="A free GIS with raster and vector functionality, as well as 3D vizualization." -HOMEPAGE="http://grass.osgeo.org//" -SRC_URI="http://download.osgeo.org/grass/${MY_PM}/source/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="6" -KEYWORDS="amd64 ppc ~ppc64 x86" - -IUSE="ffmpeg fftw gmath jpeg motif mysql nls odbc opengl png \ -postgres python readline sqlite tiff truetype wxwidgets X" - -RESTRICT="strip" - -RDEPEND=">=sys-libs/zlib-1.1.4 - >=sys-libs/ncurses-5.3 - >=sys-libs/gdbm-1.8.0 - || ( - sys-apps/man - sys-apps/man-db ) - sci-libs/gdal - >=sci-libs/proj-4.4.7 - ffmpeg? ( virtual/ffmpeg ) - fftw? ( sci-libs/fftw ) - gmath? ( virtual/blas - virtual/lapack ) - jpeg? ( virtual/jpeg ) - mysql? ( dev-db/mysql ) - odbc? ( >=dev-db/unixODBC-2.0.6 ) - opengl? ( virtual/opengl ) - motif? ( >=x11-libs/openmotif-2.3:0 ) - png? ( >=media-libs/libpng-1.2.2 ) - postgres? ( || ( - >=dev-db/postgresql-base-8.0 - >=dev-db/postgresql-server-8.0 ) - ) - python? ( dev-lang/python ) - readline? ( sys-libs/readline ) - sqlite? ( dev-db/sqlite ) - tiff? ( >=media-libs/tiff-3.5.7 ) - truetype? ( >=media-libs/freetype-2.0 ) - wxwidgets? ( - >=dev-python/wxpython-2.8.1.1 - >=dev-lang/python-2.4 - ) - X? ( - x11-libs/libXmu - x11-libs/libXext - x11-libs/libXp - x11-libs/libX11 - x11-libs/libXt - x11-libs/libSM - x11-libs/libICE - x11-libs/libXpm - x11-libs/libXaw - >=dev-lang/tcl-8.4 - >=dev-lang/tk-8.4 - )" - -DEPEND="${RDEPEND} - >=sys-devel/flex-2.5.4a - >=sys-devel/bison-1.35 - wxwidgets? ( >=dev-lang/swig-1.3.31 ) - X? ( - x11-proto/xproto - x11-proto/xextproto - )" - -pkg_setup() { - local myblas - elog "" - elog "This version enables the experimental wxpython interface, which" - elog "you may want to try. If the legacy GUI seems a little wonky in" - elog "this version, just enable the wxwidgets USE flag and rebuild" - elog "grass to use it." - elog "" - if use gmath; then - for d in $(eselect lapack show); do myblas=${d}; done - if [[ -z "${myblas/reference/}" ]] && [[ -z "${myblas/atlas/}" ]]; then - ewarn "You need to set lapack to atlas or reference. Do:" - ewarn " eselect lapack set <impl>" - ewarn "where <impl> is atlas, threaded-atlas or reference" - die "setup failed" - fi - for d in $(eselect blas show); do myblas=${d}; done - if [[ -z "${myblas/reference/}" ]] && [[ -z "${myblas/atlas/}" ]]; then - ewarn "You need to set blas to atlas or reference. Do:" - ewarn " eselect blas set <impl>" - ewarn "where <impl> is atlas, threaded-atlas or reference" - die "setup failed" - fi - fi - - if use opengl && ! use X; then - ewarn "GRASS OpenGL support needs X (will also pull in Tcl/Tk)." - die "Please set the X useflag." - fi -} - -src_prepare() { - epatch rpm/fedora/grass-readline.patch - # fix the fortify_source and buffer issues (see bug #261283) - epatch "${FILESDIR}"/${P}-o_creat.patch - # and update for gcc 4.4 C++ changes (see bug #270916) - epatch "${FILESDIR}"/${P}-gcc44.patch - - sed -i -e "s:buff\[12:buff\[16:g" general/g.parser/main.c \ - || die "sed failed" - - if ! use opengl; then - epatch "${FILESDIR}"/${P}-html-nonviz.patch - fi - - # patch missing math functions (yes, this is still needed) - sed -i -e "s:\$(EXTRA_LIBS):\$(EXTRA_LIBS) \$(MATHLIB):g" include/Make/Shlib.make - echo "MATHLIB=-lm" >> include/Make/Rules.make -} - -src_configure() { - local myconf - addpredict /var/cache/fontconfig - - myconf="--prefix=/usr --with-cxx --enable-shared \ - --with-gdal=$(type -P gdal-config) --with-curses --with-proj \ - --with-includes=/usr/include --with-libs=/usr/$(get_libdir) \ - --with-proj-includes=/usr/include \ - --with-proj-libs=/usr/$(get_libdir) \ - --with-proj-share=/usr/share/proj \ - --without-glw" - - if use X; then - if has_version ">=dev-lang/tcl-8.5"; then - TCL_LIBDIR="/usr/$(get_libdir)/tcl8.5" - else - TCL_LIBDIR="/usr/$(get_libdir)/tcl8.4" - fi - myconf="${myconf} --with-tcltk --with-x \ - --with-tcltk-includes=/usr/include \ - --with-tcltk-libs=${TCL_LIBDIR}" - if use wxwidgets; then - WX_GTK_VER=2.8 - need-wxwidgets unicode - # The following lib should be there, based on the above and the - # wxpython dependency (in theory). I still need a good way to - # query for the location... - LIBGDI="$(python_get_sitedir)/wx-${WX_GTK_VER}-gtk2-unicode/wx/_gdi_.so" - myconf="${myconf} --with-python --with-wxwidgets=${WX_CONFIG}" - else - # USE=python must be enabled above if wxwidgets is enabled - myconf="${myconf} $(use_with python) --without-wxwidgets" - fi - else - myconf="${myconf} --without-tcltk --without-x" - fi - - if use opengl; then - myconf="${myconf} --with-opengl --with-opengl-libs=/usr/$(get_libdir)/opengl/xorg-x11/lib" - else - myconf="${myconf} --without-opengl" - fi - - # Should handle either older or latest without intervention; - # this won't work forever, but it should be okay for a while... - if use ffmpeg; then - myconf="${myconf} --with-ffmpeg \ - --with-ffmpeg-libs=/usr/$(get_libdir)" - myconf="${myconf} --with-ffmpeg-includes=/usr/include/libav*" - else - myconf="${myconf} --without-ffmpeg" - fi - - if use truetype; then - myconf="${myconf} --with-freetype \ - --with-freetype-includes=/usr/include/freetype2" - fi - - if use mysql; then - myconf="${myconf} --with-mysql --with-mysql-includes=/usr/include/mysql \ - --with-mysql-libs=/usr/$(get_libdir)/mysql" - else - myconf="${myconf} --without-mysql" - fi - - if use sqlite; then - myconf="${myconf} --with-sqlite --with-sqlite-includes=/usr/include \ - --with-sqlite-libs=/usr/$(get_libdir)" - else - myconf="${myconf} --without-sqlite" - fi - - econf ${myconf} --with-libs=/usr/$(get_libdir) \ - $(use_enable amd64 64bit) \ - $(use_with fftw) \ - $(use_with gmath blas) \ - $(use_with gmath lapack) \ - $(use_with jpeg) \ - $(use_with motif) \ - $(use_with nls) \ - $(use_with odbc) \ - $(use_with png) \ - $(use_with postgres) \ - $(use_with readline) \ - $(use_with tiff) \ - --enable-largefile -} - -src_compile() { - if use wxwidgets; then - # can't use die here since we need to hack the vdigit build - emake -j1 - ln -sf "${LIBGDI}" dist.${CHOST}/lib/libgdi.so \ - || die "making libgdi link failed" - cd gui/wxpython/vdigit - # now we're OK - make default -j1 || die "make vdigit failed!" - else - emake -j1 || die "make failed!" - fi -} - -src_install() { - elog "Grass Home is ${MY_PM}" - make install UNIX_BIN="${D}"usr/bin BINDIR="${D}"usr/bin \ - PREFIX="${D}"usr INST_DIR="${D}"usr/${MY_PM} \ - || die "make install failed!" - - if use wxwidgets; then - ln -sf "${LIBGDI}" "${D}"usr/${MY_PM}/lib/libgdi.so \ - || die "failed to find wx library" - fi - - # get rid of DESTDIR in script path - sed -i -e "s@${D}@/@" "${D}"usr/bin/${MY_PM} - - # Grass Extension Manager conflicts with ruby gems - mv "${D}"usr/bin/gem "${D}"usr/${MY_PM}/bin/ - - ebegin "Adding env.d and desktop entry for Grass6..." - generate_files - doenvd 99grass-6 - if use X; then - doicon "${FILESDIR}"/grass_icon.png - domenu ${MY_PM}-grass.desktop - fi - eend ${?} -} - -pkg_postinst() { - use X && fdo-mime_desktop_database_update - - elog "Note this version re-enables support for threads in Tcl and Tk." - elog "Enable the threads USE flag and rebuild to try it." -} - -pkg_postrm() { - use X && fdo-mime_desktop_database_update -} - -generate_files() { - local GUI="-gui" - use wxwidgets && GUI="-wxpython" - - cat <<-EOF > 99grass-6 - GRASS_LD_LIBRARY_PATH="/usr/${MY_PM}/lib" - LDPATH="/usr/${MY_PM}/lib" - MANPATH="/usr/${MY_PM}/man" - GRASS_HOME="/usr/${MY_PM}" - EOF - - cat <<-EOF > ${MY_PM}-grass.desktop - [Desktop Entry] - Encoding=UTF-8 - Version=1.0 - Name=Grass ${PV} - Type=Application - Comment=GRASS (Geographic Resources Analysis Support System), the original GIS. - Exec=${TERM} -T Grass -e /usr/bin/${MY_PM} ${GUI} - Path= - Icon=grass_icon.png - Categories=Science;Education; - Terminal=false - EOF -} |