- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
graphics. Additional upstream changes include:
- The conservative garbage collector (CGC) has been replaced with a
precise garbage collector (3m) in the standard build. For most
users, this change simply amounts to "better performance in space
and time". Use the port knob 'CGC' to build DrScheme with
the conservative garbage collector.
- Unit-based servlets are no longer supported in the web server.
Use module-based servlets, instead.
- A new `(lib "unit.ss")' library replaces the old one and provides
a simpler and more flexible syntax.
- The HtDP "world.ss" and "image.ss" teachpacks have been revised,
including support for the creation of animated GIFs and DrScheme's
teachpack GUI now works only with the HtDP languages. In other
languages, use `require' to access teachpacks.
- A new macro stepper that traces through macro expansion
step by step.
- A new "Lazy Scheme" language level.
- New support for prompts and composable continuations.
- Regexp support now includes the usual collection of
"Perl-compatible" features.
- Compiler improvements and bug fixes.
.zo file generation more deterministic. Package building
should work reliably now, so unbreak the port.
- Explicitly depend on -lXft.
- Change the build to always use the libjpeg and libpng
libraries bundled with the source package.
Upstream changes include:
- bug-fixes,
- improved 3m performance,
- HtDC libraries have been reorganized into four packages,
- improvements to the 'Debug' button, including persistent
breakpoints,
- expressiveness improvements and a 2x performance boost
for tight loops that do a lot of contract checking.
Major changes include:
- A new JIT compiler for mzscheme.
- The installed port uses a hier(7)-compatible directory
structure under ${PREFIX}.
- ProfessorJ includes a unit-testing mechanism.
- The default exception handler in mzscheme now shows
stack-trace information.
The port now offers a new option 'MMM' that builds DrScheme with
the experimental 3M garbage collector.
a foreign function interface, anti-aliased text, and many other
extensions and improvements.
- Add a port knob 'CAIRO' to conditionally allow compilation with
the Cairo graphics library.
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
compensate for the fact the master tarball does not have a version
number in its filename. This prevents older copies of the sources
being picked up during the "fetch" phase.