diff options
author | drochner <drochner@pkgsrc.org> | 2007-02-01 12:15:38 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-02-01 12:15:38 +0000 |
commit | 3ab0974f897cc19fe1c606b6603f3609f713382b (patch) | |
tree | 3d9df64d0a553e86bc75bdf605726116c6b4beb9 /graphics/gnuplot-nox11 | |
parent | ecc3f8fa4e3eacdde2689eba2ecfd63fe609616a (diff) | |
download | pkgsrc-3ab0974f897cc19fe1c606b6603f3609f713382b.tar.gz |
-don't use usleep() for the "pause" command, this does only work
for sleep times less than a second (see SUSv3)
fixes PR pkg/35533 by Matyas Janos
-share patches between gnuplot{,-nox11}
-bump PKGREVISION
Diffstat (limited to 'graphics/gnuplot-nox11')
-rw-r--r-- | graphics/gnuplot-nox11/Makefile | 4 | ||||
-rw-r--r-- | graphics/gnuplot-nox11/distinfo | 5 |
2 files changed, 2 insertions, 7 deletions
diff --git a/graphics/gnuplot-nox11/Makefile b/graphics/gnuplot-nox11/Makefile index 8b4413b42f0..443a7e0e033 100644 --- a/graphics/gnuplot-nox11/Makefile +++ b/graphics/gnuplot-nox11/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:32 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2007/02/01 12:15:39 drochner Exp $ # PKGNAME= ${DISTNAME:C/-/-nox11-/} -PKGREVISION= 5 +PKGREVISION= 6 SVR4_PKGNAME= gplot CONFLICTS+= gnuplot-[0-9]* diff --git a/graphics/gnuplot-nox11/distinfo b/graphics/gnuplot-nox11/distinfo deleted file mode 100644 index fc8c649500e..00000000000 --- a/graphics/gnuplot-nox11/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 08:45:06 agc Exp $ - -SHA1 (gnuplot-4.0.0.tar.gz) = a862bc311724c263aa1ef1c646291d73dc37c978 -RMD160 (gnuplot-4.0.0.tar.gz) = 7b1fc84c161c132c776269b6e9a49abd29251a18 -Size (gnuplot-4.0.0.tar.gz) = 2160918 bytes |