mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
The configuration system has changed from a 68K Macintosh application
that must be run within Mini vMac to a C program that can be compiled
and run on macOS. This lets us throw out all the code for running a
bootstrap copy of Mini vMac and shuttling data between the build machine
and the emulator, which makes the build much faster. It also means the
port can now be built without needing the Macintosh Plus ROM file.
This change was originally made in minivmac-devel 11 months ago; for
that change, see 6410c31b87.
15 lines
470 B
Diff
15 lines
470 B
Diff
Some configuration options have (temporarily?) disappeared, so patch in
|
|
the right values manually.
|
|
--- setup/CONFIGUR.i.orig 2018-07-14 11:35:23.000000000 -0500
|
|
+++ setup/CONFIGUR.i 2018-09-03 10:06:49.000000000 -0500
|
|
@@ -8,3 +8,9 @@
|
|
see CNFGDLFT.i and CNFGOPTS.i for things
|
|
that can go here.
|
|
*/
|
|
+
|
|
+#define UseCmndLine 1
|
|
+#define kMaintainerName "MacPorts"
|
|
+#define kStrHomePage "https://www.macports.org"
|
|
+#define cur_ide gbk_ide_xcd
|
|
+#define ide_vers @IDE_VERS@
|