diff options
author | drochner <drochner> | 2004-07-02 15:18:06 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-07-02 15:18:06 +0000 |
commit | 20ca73a489b1f48b4cb262aa8adb3e9ccf934da0 (patch) | |
tree | 876d6a3651b990d25b437c82892ec1ae5266999a /math | |
parent | aa42829115455f982de7e65337188ca73aa81cde (diff) | |
download | pkgsrc-20ca73a489b1f48b4cb262aa8adb3e9ccf934da0.tar.gz |
don't enable gnumeric support, and bump PKGREVISION
This only worked with gnumeric-1.0.x, and depends on gnome1 structures.
gnumeric is at 1.2.x now, uses gnome2 and comes with an own plotting
package.
Should fix PR pkg/26009 by MLH.
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/Makefile | 18 | ||||
-rw-r--r-- | math/guppi/PLIST | 7 |
2 files changed, 4 insertions, 21 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index 0c5de596f13..368b4e0497b 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2004/05/03 15:58:55 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2004/07/02 15:18:06 drochner Exp $ DISTNAME= Guppi-0.40.3 PKGNAME= ${DISTNAME:S/G/g/} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= math graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/Guppi/0.40/} EXTRACT_SUFX= .tar.bz2 @@ -11,19 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnome.org/guppi/ COMMENT= Plot program with integrated statistics capabilities -.if exists(/usr/include/wctype.h) -# -# "guppi" only accepts newer versions of the "gnumeric" package which -# cannot be build on all platforms. We only enable "gnumeric" support -# on platforms which can build the "gnumeric" 1.0.x packages. -# -DEPENDS+= gnumeric>=1.0.9:../../math/gnumeric -CONFIGURE_ARGS= --enable-gnumeric -PLIST_SUBST+= GNUMERIC= -.else +# works only with gnumeric-1.0.x (gnome1 based) CONFIGURE_ARGS= --disable-gnumeric -PLIST_SUBST+= GNUMERIC="@comment " -.endif USE_BUILDLINK3= YES USE_DIRS+= xdg-1.1 @@ -34,7 +23,6 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES .include "../../devel/bonobo/buildlink3.mk" -.include "../../devel/gal/buildlink3.mk" .include "../../devel/libglade/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../lang/guile14/buildlink3.mk" diff --git a/math/guppi/PLIST b/math/guppi/PLIST index b3f596c1459..5a0e33c0f6d 100644 --- a/math/guppi/PLIST +++ b/math/guppi/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2004/05/03 15:58:55 wiz Exp $ -${GNUMERIC}bin/guppi-gnumeric +@comment $NetBSD: PLIST,v 1.19 2004/07/02 15:18:06 drochner Exp $ include/gnome-1.0/libguppi/gnan.h include/gnome-1.0/libguppi/guppi-2d.h include/gnome-1.0/libguppi/guppi-alpha-template.h @@ -217,9 +216,6 @@ share/gnome/help/guppi/C/guppi.html share/gnome/help/guppi/C/ln14.html share/gnome/help/guppi/C/topic.dat share/guppi/glade/view-properties.glade -${GNUMERIC}share/guppi/glade/guppi-gnumeric-format-guru.glade -${GNUMERIC}share/guppi/scripts/guppi-gnumeric-plots.xml -${GNUMERIC}share/oaf/GNOME_Guppi_Gnumeric.oaf ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/Guppi.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/Guppi.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/Guppi.mo @@ -320,7 +316,6 @@ share/pixmaps/guppi/stock.xpm share/pixmaps/guppi/surface.xpm @exec ${MKDIR} %D/share/gnome/help/guppi/C/images @dirrm share/pixmaps/guppi -${GNUMERIC}@dirrm share/guppi/scripts @dirrm share/guppi/glade @dirrm share/guppi @dirrm share/gnome/help/guppi/C/images |