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)
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