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
This commit is contained in:
parent
089f45c166
commit
74d7e71c13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496258
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue