The system.se and loadpath.se files had the build path instead of
the install path. This patch corrects this issuse.
Also the loadpath.UNIX file was no longer applicable.
This isn't an issue for people using the Gobo geant build system,
but for pure SmartEiffel users the port didn't work.
PR: ports/57203
Submitted by: User & <berend@pobox.com>
Eiffel applications that still rely on loadpath to work correctly,
will not work with the port as installed. This patch fixes that
problem.
PR: ports/47988
Submitted by: User & <berend@nederware.nl>
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
- Version numbering is negative, so PORTEPOCH must be bumped each time
- Distfile now match version number
- Original patch had wrong checksum
- avoid PORTEPOCH in installation path
PR: 22773
Submitted by: maintainer