pkgsrc-Bugs archive

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

pkg/38879: parallel/clusterit supports DESTDIR



>Number:         38879
>Category:       pkg
>Synopsis:       parallel/clusterit supports DESTDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 06 13:15:01 +0000 2008
>Originator:     Aleksej Saushev
>Release:        
>Organization:
>Environment:
FreeBSD 6.2-STABLE-200706 i386

>Description:
The package supports DESTDIR intrinsically, but the feature
isn't enabled in pkgsrc.

>How-To-Repeat:
Code inspection.
>Fix:
Apply the patch below (includes PLIST sorting):

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/parallel/clusterit/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile    27 Feb 2008 21:52:16 -0000      1.18
+++ Makefile    6 Jun 2008 12:48:25 -0000
@@ -9,6 +9,8 @@
 HOMEPAGE=              http://clusterit.sourceforge.net/
 COMMENT=               Clustering package for unix
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 GNU_CONFIGURE=         YES
 
 BUILDLINK_DEPMETHOD.libXt?=    build
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/parallel/clusterit/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- PLIST       27 Feb 2008 21:52:16 -0000      1.3
+++ PLIST       6 Jun 2008 12:48:25 -0000
@@ -1,31 +1,31 @@
-@comment $NetBSD: PLIST,v 1.3 2008/02/27 21:52:16 garbled Exp $
+@comment $NetBSD$
 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