pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/parallel/clusterit Requre curses library.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1198af71ab64
branches:  trunk
changeset: 543162:1198af71ab64
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Jun 07 11:15:59 2008 +0000

description:
Requre curses library.
Bump PKGREVISION.

While here, marked as DESTDIR ready, sort PLIST.
Patch from Aleksej Saushev in PR 38879.

diffstat:

 parallel/clusterit/Makefile |   7 +++++--
 parallel/clusterit/PLIST    |  30 +++++++++++++++---------------
 2 files changed, 20 insertions(+), 17 deletions(-)

diffs (77 lines):

diff -r 9294d2ce8492 -r 1198af71ab64 parallel/clusterit/Makefile
--- a/parallel/clusterit/Makefile       Sat Jun 07 04:09:10 2008 +0000
+++ b/parallel/clusterit/Makefile       Sat Jun 07 11:15:59 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2008/02/27 21:52:16 garbled Exp $
+# $NetBSD: Makefile,v 1.19 2008/06/07 11:15:59 obache Exp $
 
 DISTNAME=              clusterit-2.5
-#PKGREVISION=          1
+PKGREVISION=           1
 CATEGORIES=            parallel
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=clusterit/}
 
@@ -9,10 +9,13 @@
 HOMEPAGE=              http://clusterit.sourceforge.net/
 COMMENT=               Clustering package for unix
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE=         YES
 
 BUILDLINK_DEPMETHOD.libXt?=    build
 
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../x11/libXt/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9294d2ce8492 -r 1198af71ab64 parallel/clusterit/PLIST
--- a/parallel/clusterit/PLIST  Sat Jun 07 04:09:10 2008 +0000
+++ b/parallel/clusterit/PLIST  Sat Jun 07 11:15:59 2008 +0000
@@ -1,31 +1,31 @@
-@comment $NetBSD: PLIST,v 1.3 2008/02/27 21:52:16 garbled Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/06/07 11:15:59 obache Exp $
 bin/barrier
 bin/barrierd
-bin/rseq
-bin/run
+bin/clustersed
 bin/dsh
+bin/dshbak
 bin/dtop
+bin/dvt
+bin/jsd
+bin/jsh
 bin/pcp
 bin/pdf
 bin/prm
-bin/dshbak
-bin/dvt
+bin/rseq
+bin/run
 bin/rvt
-bin/clustersed
-bin/jsh
-bin/jsd
 man/man1/barrier.1
 man/man1/barrierd.1
-man/man1/rseq.1
-man/man1/run.1
+man/man1/clustersed.1
 man/man1/dsh.1
+man/man1/dshbak.1
 man/man1/dtop.1
+man/man1/dvt.1
+man/man1/jsd.1
+man/man1/jsh.1
 man/man1/pcp.1
 man/man1/pdf.1
 man/man1/prm.1
-man/man1/dshbak.1
-man/man1/dvt.1
+man/man1/rseq.1
+man/man1/run.1
 man/man1/rvt.1
-man/man1/clustersed.1
-man/man1/jsh.1
-man/man1/jsd.1



Home | Main Index | Thread Index | Old Index