[macports-ports] branch master updated (98ba74b -> 5080f4e)
Ryan Schmidt
ryandesign at macports.org
Sun Jul 8 22:37:44 UTC 2018
Ryan Schmidt (ryandesign) pushed a change to branch master
in repository macports-ports.
from 98ba74b todotxt: remove bash-completion dep+variant, fix config file
new f6eb5a8 minivmac*: Use a subport for each model
new c473816 minivmac*: Adjust whitespace
new c582d68 minivmac*: Combine configure phase
new fd44af6 minivmac*: Configure each variation separately
new 055dab1 minivmac*: Add screen size variants
new 0989c95 minivmac*: Add CPU speed variants
new eead3a9 minivmac-devel: Update to 36.00alpha-20180610
new 43c0535 minivmac*: Use the right SDK
new 7be942d minivmac*: Use the right deployment target
new 6815520 minivmac*: Use Cocoa instead of Carbon
new fc9708f minivmac*: Enable Retina display support
new c0fa046 minivmac*: Add 64-bit support
new 698a724 minivmac*: Use associative array instead of proc
new 432796d minivmac*: Absorb post-build into configure
new b576b86 minivmac-devel: Disable unnecessary functions
new dba909e minivmac*: Add min_extensions variant
new 33eae77 minivmac*: Simplify subport matching
new caa2135 minivmac-devel: Remove error file extraction code
new c6134e1 minivmac*: New mnvm_output_dir variable
new 5717522 minivmac*: Rename my_mnvm_dat variable to mnvm_data_dir
new 4fe9e23 minivmac*: Update URLs to use gryphel.org
new 6ef65ee minivmac*: Delete remnants from failed configuration
new 33e4756 minivmac*: New variable for combined configure args
new adcfc8e minivmac-devel: Display configure args if error occurs
new 6d7b159 minivmac*: Pass the Xcode version in configure args
new 5c0248d minivmac*: Add custom subport
new 5ef1bf3 minivmac*: Ensure universal variant exists
new 9384177 minivmac*: Don't require discrete GPU for bootstrap
new 2189d95 minivmac*: Update documentation
new 9cdfcf8 minivmac*: Add color depth variants
new c4d1622 minivmac*: Remove icon from bootstrap
new c18ff16 minivmac*: Adjust bootstrap post-destroot msg
new 4e92142 minivmac*: Keep empty mnvm_dat directory
new f0520ee minivmac*: Fix "-svd 0" on 10.6 and earlier
new 5080f4e minivmac*: Use 3.5.8_4 for bootstrap
The 35 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
emulators/minivmac-devel/Portfile | 963 +++++++++++++--------
.../files/AutomaticGraphicsSwitching.patch | 37 +
.../files/README-binary-patchfiles.md | 4 +-
emulators/minivmac-devel/files/README-custom.md | 34 +
emulators/minivmac-devel/files/Retina.patch | 11 +
emulators/minivmac-devel/files/attach.exp | 13 -
emulators/minivmac-devel/files/custom.conf.sample | 17 +
emulators/minivmac-devel/files/fix-svd-0.patch | 23 +
.../minivmac-devel/files/patch-src-MYOSGLUE.c.diff | 67 --
.../minivmac-devel/files/patch-src-MYOSGLUE.m.diff | 74 --
emulators/minivmac/Portfile | 912 ++++++++++++-------
.../files/AutomaticGraphicsSwitching.patch | 37 +
.../minivmac/files/README-binary-patchfiles.md | 4 +-
emulators/minivmac/files/README-custom.md | 38 +
emulators/minivmac/files/Retina.patch | 11 +
emulators/minivmac/files/SaveDialogDisable.patch | 113 +++
emulators/minivmac/files/custom.conf.sample | 17 +
emulators/minivmac/files/patch-src-MYOSGLUE.c.diff | 67 --
emulators/minivmac/files/patch-src-MYOSGLUE.m.diff | 74 --
19 files changed, 1539 insertions(+), 977 deletions(-)
create mode 100644 emulators/minivmac-devel/files/AutomaticGraphicsSwitching.patch
create mode 100644 emulators/minivmac-devel/files/README-custom.md
create mode 100644 emulators/minivmac-devel/files/Retina.patch
delete mode 100644 emulators/minivmac-devel/files/attach.exp
create mode 100644 emulators/minivmac-devel/files/custom.conf.sample
create mode 100644 emulators/minivmac-devel/files/fix-svd-0.patch
delete mode 100644 emulators/minivmac-devel/files/patch-src-MYOSGLUE.c.diff
delete mode 100644 emulators/minivmac-devel/files/patch-src-MYOSGLUE.m.diff
create mode 100644 emulators/minivmac/files/AutomaticGraphicsSwitching.patch
create mode 100644 emulators/minivmac/files/README-custom.md
create mode 100644 emulators/minivmac/files/Retina.patch
create mode 100644 emulators/minivmac/files/SaveDialogDisable.patch
create mode 100644 emulators/minivmac/files/custom.conf.sample
delete mode 100644 emulators/minivmac/files/patch-src-MYOSGLUE.c.diff
delete mode 100644 emulators/minivmac/files/patch-src-MYOSGLUE.m.diff
More information about the macports-changes
mailing list