Date: Tue, 19 Mar 2019 11:53:47 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496258 - head/emulators/qemu-sbruno Message-ID: <201903191153.x2JBrlU0078630@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Tue Mar 19 11:53:47 2019 New Revision: 496258 URL: https://svnweb.freebsd.org/changeset/ports/496258 Log: emulators/qemu-sbruno: - Add a "-O argv0" argument to qemu-bsd-user for use in execve() calls: Prior to this commit, the value of argv[0] was discarded as it was overwritten by the path to the program being executed. This commit uses the new -0 option to retain that information; in particular, this unbreaks mailwrapper+sendmail, which makes use of this to know which of multiple functions should be performed. Submitted by: cperciva Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Tue Mar 19 10:55:18 2019 (r496257) +++ head/emulators/qemu-sbruno/Makefile Tue Mar 19 11:53:47 2019 (r496258) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.11.50.g20181011 +PORTVERSION= 2.11.50.g20190318 CATEGORIES= emulators PKGNAMESUFFIX?= -sbruno DIST_SUBDIR= qemu/${PORTVERSION} @@ -12,7 +12,7 @@ COMMENT?= QEMU CPU Emulator - github bsd-user branch LICENSE= GPLv2 USE_GITHUB= yes -GH_TUPLE= seanbruno:qemu-bsd-user:4ef7d07 \ +GH_TUPLE= seanbruno:qemu-bsd-user:454adc1 \ qemu:keycodemapdb:10739aa:keycodemapdb/ui/keycodemapdb HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2.7,build Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Tue Mar 19 10:55:18 2019 (r496257) +++ head/emulators/qemu-sbruno/distinfo Tue Mar 19 11:53:47 2019 (r496258) @@ -1,5 +1,5 @@ -TIMESTAMP = 1541953082 -SHA256 (qemu/2.11.50.g20181011/seanbruno-qemu-bsd-user-2.11.50.g20181011-4ef7d07_GH0.tar.gz) = 9f2a2f508d0d26ac33eac5acfc464466031ce6abc3028578507f5bccf96bade6 -SIZE (qemu/2.11.50.g20181011/seanbruno-qemu-bsd-user-2.11.50.g20181011-4ef7d07_GH0.tar.gz) = 15502461 -SHA256 (qemu/2.11.50.g20181011/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a -SIZE (qemu/2.11.50.g20181011/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895 +TIMESTAMP = 1552952474 +SHA256 (qemu/2.11.50.g20190318/seanbruno-qemu-bsd-user-2.11.50.g20190318-454adc1_GH0.tar.gz) = 00ec698d29f3bfb59734f207b0c324b597be01df7a13365fce31c386758c6830 +SIZE (qemu/2.11.50.g20190318/seanbruno-qemu-bsd-user-2.11.50.g20190318-454adc1_GH0.tar.gz) = 15504760 +SHA256 (qemu/2.11.50.g20190318/qemu-keycodemapdb-10739aa_GH0.tar.gz) = ae43fb1e2b07b78be88a7882306b6e71383eb77472a35d7d78fed21e345d134a +SIZE (qemu/2.11.50.g20190318/qemu-keycodemapdb-10739aa_GH0.tar.gz) = 47895
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903191153.x2JBrlU0078630>