pkgsrc-Bugs archive

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

Re: pkg/49080 (parralel/openmpi seems to miss some files in PLIST)



The following reply was made to PR pkg/49080; it has been noted by GNATS.

From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: asau%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost, pkgsrc-bugs%netbsd.org@localhost,
	thomas.orgis%uni-hamburg.de@localhost
Subject: Re: pkg/49080 (parralel/openmpi seems to miss some files in PLIST)
Date: Wed, 14 Jan 2015 08:43:46 +0100

 On Wed, Jan 14, 2015 at 02:40:01AM +0000, OBATA Akio wrote:
 >  Following change will resolve the issue globally:
 >  
 >  Index: plist.mk
 >  ===================================================================
 >  RCS file: /cvsroot/pkgsrc/mk/plist/plist.mk,v
 >  retrieving revision 1.48
 >  diff -u -r1.48 plist.mk
 >  --- plist.mk    30 Dec 2014 15:13:20 -0000      1.48
 >  +++ plist.mk    14 Jan 2015 02:32:32 -0000
 >  @@ -89,7 +89,7 @@
 >    .  endif
 >    .endif
 >  
 >  -PLIST_SRC?=            ${PLIST_SRC_DFLT}
 >  +PLIST_SRC+=            ${PLIST_SRC_DFLT}
 >  
 >    # This is the path to the generated PLIST file.
 >    PLIST=         ${WRKDIR}/.PLIST
 >  
 >  
 
 This part is wrong. It is explicitly meant to make it possible to
 override the default.
 
 >  Following change will resolve the issue in the package:
 >  
 >  Index: options.mk
 >  ===================================================================
 >  RCS file: /cvsroot/pkgsrc/parallel/openmpi/options.mk,v
 >  retrieving revision 1.7
 >  diff -u -r1.7 options.mk
 >  --- options.mk  22 May 2014 13:24:49 -0000      1.7
 >  +++ options.mk  14 Jan 2015 02:35:55 -0000
 >  @@ -35,4 +35,4 @@
 >    CONFIGURE_ARGS+=       --without-sge
 >    .endif
 >  
 >  -PLIST_SRC+=            PLIST
 >  +PLIST_SRC+=            ${PLIST_SRC_DFLT}
 
 This part looks better.
 
 Joerg
 


Home | Main Index | Thread Index | Old Index