Evan Miller

Results 26 issues of Evan Miller

The `Tumble` option is already gathered from CUPS, but was not being sent to the printer. (`Tumble` = true corresponds to short-edge duplexing, and `Tumble` = false means long-edge duplexing.)...

As part of a retro computing project, I'm successfully using this driver to print to a Brother HL-L2300D from an ancient G3 iMac running OS X 10.4 Tiger. Because the...

With this pull request, new pull requests will automatically compile and run the test suite on Ubuntu and macOS. (I suggest merging this before other pull requests so that they...

Getting closer but the following error appears with GCC 11 / Mac OS X 10.6: ``` (2/26) BUILDING cmake v0.1.38 > bin/mrustc rustc-1.39.0-src/vendor/cmake/src/lib.rs -o output-1.39.0/libcmake-0_1_38.rlib --crate-name cmake --crate-type rlib -C...

I-ccompiler

The MacPorts build bots are all green except on OS X 10.7: ``` (0/8) BUILDING cfg_if from cfg-if v0.1.10 > /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_mrustc/mrustc/work/mrustc-15a5cb1f066bd148bd2959c63adb649e7a06e5ce/bin/mrustc rustc-1.54.0-src/vendor/cfg-if-0.1.10/src/lib.rs -o output-1.54.0/libcfg_if-0_1_10.rlib --crate-name cfg_if --crate-type rlib -C emit-depfile=output-1.54.0/libcfg_if-0_1_10.rlib.d...

Currently little-endian machines can only write little-endian files, and big-endian machines can write only big-endian files. Support for cross-endian writes will let us bring cross-endian reads under test coverage.

enhancement
SAS
SPSS
Stata

#### Description Building on ppc32 fails with an error that requires assembly programming to fix. Disable it. ###### Type(s) - [x] bugfix - [ ] enhancement - [ ] security...

type: bugfix
maintainer: open

`-arch ppc` is not a valid option to pass prior to GCC 7. As a consequence, configuring any port using GCC 4.7 - 6 on PPC results in a failed...

Address https://github.com/macports/macports-ports/pull/11625 with a modest proposal to add a new `ppc7400` architecture. The idea is that this Altivec-enabled architecture will be preferred on G4/G5 machines but fall back to regular...