pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/x11/qt5-qtbase



> Module Name:  pkgsrc
> Committed By: ryoon
> Date:         Wed Jan 22 13:27:03 UTC 2020
> 
> Modified Files:
>       pkgsrc/x11/qt5-qtbase: Makefile.common
> 
> Log Message:
> qt5-qtbase: Add nonunix PLIST option for inverted unix option
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.35 -r1.36 pkgsrc/x11/qt5-qtbase/Makefile.common
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
> 
> Modified files:
> 
> Index: pkgsrc/x11/qt5-qtbase/Makefile.common
> diff -u pkgsrc/x11/qt5-qtbase/Makefile.common:1.35 pkgsrc/x11/qt5-qtbase/Makefile.common:1.36
> --- pkgsrc/x11/qt5-qtbase/Makefile.common:1.35        Tue Jan 21 20:25:37 2020
> +++ pkgsrc/x11/qt5-qtbase/Makefile.common     Wed Jan 22 13:27:03 2020
> @@ -1,4 +1,4 @@
> -# $NetBSD: Makefile.common,v 1.35 2020/01/21 20:25:37 adam Exp $
> +# $NetBSD: Makefile.common,v 1.36 2020/01/22 13:27:03 ryoon Exp $
> # used by x11/qt5-mysql/Makefile
> # used by x11/qt5-odbc/Makefile
> # used by x11/qt5-psql/Makefile
> @@ -53,9 +53,11 @@ BUILDLINK_TRANSFORM.SunOS+=        rm:-Wl,-rpat
> BUILDLINK_TRANSFORM.SunOS+=   rm:-Wl,-rpath-link,${WRKSRC}/lib
> 
> MAKE_ENV+=            QTPREFIX=${QTPREFIX:Q}
> -PLIST_VARS+=         unix
> +PLIST_VARS+=         nonunix unix
> .if ${OPSYS} != "Darwin"
> PLIST.unix=           yes
> +.else
> +PLIST.nonunix=               yes
> .endif

Darwin-only files should end in PLIST.Darwin. Let's don't poison regular PLISTs with ${PLIST.nonunix}. :)

Adam


Home | Main Index | Thread Index | Old Index