pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ovmf



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Oct 23 14:42:45 UTC 2017

Modified Files:
        pkgsrc/sysutils/ovmf: Makefile PLIST

Log Message:
ovmf: fix package, appease pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/ovmf/Makefile \
    pkgsrc/sysutils/ovmf/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ovmf/Makefile
diff -u pkgsrc/sysutils/ovmf/Makefile:1.1 pkgsrc/sysutils/ovmf/Makefile:1.2
--- pkgsrc/sysutils/ovmf/Makefile:1.1   Mon Oct 23 14:21:57 2017
+++ pkgsrc/sysutils/ovmf/Makefile       Mon Oct 23 14:42:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/10/23 14:21:57 maya Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/23 14:42:45 maya Exp $
 
 GITHUB_PROJECT=        edk2
 PKGNAME=       OVMF-0.0.2017624
@@ -15,26 +15,26 @@ LICENSE=    modified-bsd
 
 WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
 
-USETOOLS+=     gmake bash
+USE_TOOLS+=    gmake bash
 USE_LANGUAGES= c c++
 
 PYTHON_VERSIONS_ACCEPTED=      27
-SUBST_CLASSES+=                python
-SUBST_STAGE.python=    pre-configure
-SUBST_MESSAGE.python=  Fix python binary
-SUBST_FILES.python=    BaseTools/Tests/GNUmakefile
-SUBST_FILES.python+=   BaseTools/BinWrappers/PosixLike/*
-SUBST_SED.python=      -e 's,python2,${PYTHONBIN},g'
+SUBST_CLASSES+=                        python
+SUBST_STAGE.python=            pre-configure
+SUBST_MESSAGE.python=          Fix python binary
+SUBST_FILES.python=            BaseTools/Tests/GNUmakefile
+SUBST_FILES.python+=           BaseTools/BinWrappers/PosixLike/*
+SUBST_SED.python=              -e 's,python2,${PYTHONBIN},g'
 
 PKGSRC_USE_SSP=                no
 
 do-build:
        cd ${WRKSRC}/OvmfPkg && \
-       export MAKE=gmake && \
-       ${MAKE_BUILD_ENV} ./build.sh
+       ${SETENV} ${MAKE_ENV} ./build.sh
 
+INSTALLATION_DIRS+=    share
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/Build/Ovmf*/*/FV/OVMF.fd ${DESTDIR}${PREFIX}/share
+       ${INSTALL_PROGRAM} ${WRKSRC}/Build/Ovmf*/*/FV/OVMF.fd ${DESTDIR}${PREFIX}/share/OVMF.fd
 
 BUILD_DEPENDS+=        nasm-[0-9]*:../../devel/nasm
 
Index: pkgsrc/sysutils/ovmf/PLIST
diff -u pkgsrc/sysutils/ovmf/PLIST:1.1 pkgsrc/sysutils/ovmf/PLIST:1.2
--- pkgsrc/sysutils/ovmf/PLIST:1.1      Mon Oct 23 14:21:57 2017
+++ pkgsrc/sysutils/ovmf/PLIST  Mon Oct 23 14:42:45 2017
@@ -1,2 +1,2 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/23 14:21:57 maya Exp $
-share
+@comment $NetBSD: PLIST,v 1.2 2017/10/23 14:42:45 maya Exp $
+share/OVMF.fd



Home | Main Index | Thread Index | Old Index