summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/dosemu: don't use 'as' to test assembler, bug #722176Sergei Trofimovich2020-05-221-1/+3
| | | | | | | | | | Instead of probing for 'as' use '$CC'. Build system uses '$CC' to compile '.S' files. Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/722176 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/dosemu: fix LTO build, bug #700126Sergei Trofimovich2019-11-151-0/+1
| | | | | | | Reported-by: Robert Gill Closes: https://bugs.gentoo.org/700126 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/dosemu: Fix dependencies. Drop "sndfile" USE flag. Use EAPI="7".Arfrever Frehtes Taifersar Arahesis2019-10-301-24/+27
| | | | | | Fixes: https://bugs.gentoo.org/697900 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* */*: Depend on >=x11-apps/mkfontscale-1.2.0 instead of x11-apps/mkfontdir.Arfrever Frehtes Taifersar Arahesis2019-10-161-1/+1
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* app-emulation/dosemu: [QA] Add missing DEPEND="app-arch/unzip"David Seifert2019-08-281-0/+1
| | | | | Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
* app-emulation/dosemu: fix SRC_URI to be a stable linkSergei Trofimovich2019-04-281-2/+4
| | | | | | | | | | sourceforge expires tarball links to arbitrary snapshots and generates unstable snapshots. Use a tarball copy instead. Reported-by: Plüss Roland Closes: https://bugs.gentoo.org/684410 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).Arfrever Frehtes Taifersar Arahesis2018-04-261-2/+2
|
* app-emulation/dosemu: unbreak misaligned .sys files, bug #631190Sergei Trofimovich2017-11-041-0/+103
In bug #618366 I've added -no-pie LDFLAGS propagation to 16-bit targets but did not notice dosemu has different varying base addresses for different .com files (and I've overlooked 0-based .sys rules). Specifying wrong base address caused incorrect jump offsets into the final binary. That caused crash and hangup of cdrom.sys driver. This change restores original base addresses. Reported-by: Tom Reported-by: Robert Gill Bug: https://bugs.gentoo.org/631190 Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --force