summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-emulation/dosemu: quote $(tc-*) callsDavid Seifert2022-03-201-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-emulation/dosemu: update SRC_URISam James2021-10-011-1/+1
| | | | | | | | slyfox@ has retired and I've archived the distfiles in my devspace. Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/dosemu: eutils--Sam James2021-04-161-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-emulation/dosemu: lookup tool-prefixed nmSergei Trofimovich2020-12-311-0/+1
| | | | | | | | | While at it allow user's NM. Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/762778 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/dosemu: set default CPPSergei Trofimovich2020-12-311-2/+5
| | | | | | | | | On autoconf-2.69 CPP detection was missing. Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/762748 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* app-emulation/dosemu: fail in pkg_pretend() on clangSergei Trofimovich2020-06-241-0/+6
| | | | | | | | | | | | dosemu needs 16-bit code assembly support from assembler. gcc/gas provides it, llvm/clang does not. Fail at pkg_pretend() for now. Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/729240 Package-Manager: Portage-2.3.102, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 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