pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/qalculate-gtk -remove wrong wget dependency -- th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5615d0fd6f52
branches:  trunk
changeset: 393731:5615d0fd6f52
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon May 25 15:25:01 2009 +0000

description:
-remove wrong wget dependency -- this is dealt with by the "qalculate"
 base pkg
-replace hard gnuplot dependency by a MESSAGE as it is only needed
 if one really wants to plot a function
-register with desktop-file-utils
bump PKGREVISION

diffstat:

 math/qalculate-gtk/MESSAGE  |  7 +++++++
 math/qalculate-gtk/Makefile |  8 +++-----
 2 files changed, 10 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r d68e2be50fcb -r 5615d0fd6f52 math/qalculate-gtk/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/qalculate-gtk/MESSAGE        Mon May 25 15:25:01 2009 +0000
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2009/05/25 15:25:01 drochner Exp $
+
+For function plotting, gnuplot (pkgsrc/graphics/gnuplot) needs to
+be installed into $PATH.
+
+===========================================================================
diff -r d68e2be50fcb -r 5615d0fd6f52 math/qalculate-gtk/Makefile
--- a/math/qalculate-gtk/Makefile       Mon May 25 15:10:28 2009 +0000
+++ b/math/qalculate-gtk/Makefile       Mon May 25 15:25:01 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2009/03/08 15:56:46 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2009/05/25 15:25:01 drochner Exp $
 
 DISTNAME=      qalculate-gtk-0.9.6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=qalculate/}
 
@@ -11,9 +11,6 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      gnuplot>=3.7:../../graphics/gnuplot
-DEPENDS+=      wget>=1.8:../../net/wget
-
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            autoconf gmake intltool msgfmt pkg-config
@@ -26,4 +23,5 @@
 .include "../../devel/libgnomeui/buildlink3.mk"
 .include "../../math/qalculate/buildlink3.mk"
 .include "../../mk/omf-scrollkeeper.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index