- Replace NO_LATEST_LINK with PKGNAMESUFFIX to accomodate pkg.
- Update to 3.3.1.2013.09.07 which brings experimental support for
STMicroelectronics STM8.
- License of runtime libraries changed to GPLv2 + linking exception.
Some headers and libraries for Microchip PIC devices are generated
from MPLAB include files and have the additional restriction that
they may only be used with authentic Microchip devices. These
headers and libraries have been moved into separate directories.
You can add these directories to the compiler's search path with the
--use-non-free command line option.
- Improvements to register allocation.
- Various bug fixes. [1]
Remove the explicit passing of CPPFLAGS to CONFIGURE_ENV which is no
longer necessary. [2]
Submitted by: tijl (maintainer) [1]
PR: 155762 [1], 153625 [2]
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
* a couple Makefile/pkg-plist changes
* only pull in dependencies when actually necessary depending on
chosen options
PR: ports/79801
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
ANSI-C compiler that targets the Intel 8051, Maxim 80DS390 and the Zilog
Z80 based MCUs.
PR: ports/66262
Submitted by: Tijl Coosemans <tijl@ulyssis.org>