Changes:
2012-06-06:
- Makefile.in (MAKE_VERSION): bump version to 20120606
Merge with NetBSD make, pick up
o compat.c: use kill(2) rather than raise(3).
- configure.in: look for sys/dev/filemon
- bsd.after-import.mk: add a .-include "Makefile.inc" to Makefile and pass
BOOTSTRAP_XTRAS to boot-strap.
2012-06-04:
- Makefile.in (MAKE_VERSION): bump version to 20120604
Merge with NetBSD make, pick up
o util.c and var.c share same var for tracking if environ has been
reallocated.
o util.c provide getenv with setenv.
- Add MAKE_LEVEL_SAFE as an alternate means of passing MAKE_LEVEL when the
shell actively strips .MAKE.* from the environment. We still refer to the
variable always as .MAKE.LEVEL
- util.c fix bug in findenv() was finding prefix of name.
- compat.c: re-raising SIGINT etc after running .INTERRUPT results in more
reliable termination of all activity on many platforms.
2012-06-02:
- Makefile.in (MAKE_VERSION): bump version to 20120602
Merge with NetBSD make, pick up
o for.c: handle quoted items in .for list
2012-05-30:
- Makefile.in (MAKE_VERSION): bump version to 20120530
Merge with NetBSD make, pick up
o compat.c: ignore empty command.
2012-05-24:
- Makefile.in (MAKE_VERSION): bump version to 20120524
- FILES: add bsd.after-import.mk:
A simple means of integrating bmake into a BSD build system.
PR: ports/169081
Submitted by: trociny (maintainer)
uic3 was crashing when building ports which call it (such as
kdenetwork4 when building the SMS Kopete plugin) if qt4-porting was
not present, as uic3 needs q3porting.xml (provided by qt4-porting) to
work.
automatically determining its encoding. It uses the HTML5 encoding
sniffing algorithm specified in section 8.2.2.1 of the draft standard.
WWW: http://search.cpan.org/dist/IO-HTML/
This new port is needed to update textproc/p5-HTML-HTML5-Parser.
The Qt QML Viewer is a tool for loading QML documents that makes it easy to
quickly develop and debug QML applications. It invokes the QML runtime to load
QML documents and also includes additional features useful for the development
of QML-based applications.
WWW: http://qt-project.org/doc/qt-4.8/qmlviewer.html
2012-06-07 devel/libtool-fixed: libtool has been fixed, no more need of this version
2012-05-23 devel/p5-Devel-ObjectTracker: removed from CPAN
2012-05-10 devel/rubygem-vmc: BROKEN for more than 6 month
2012-06-01 games/antrix: no more public distfiles, abandoned upstream
2012-05-10 games/sfbol: BROKEN for more than 6 month
2012-06-01 java/eclipseme: depends on java/sun-wtk
2012-05-10 mail/lmtpd: BROKEN for more than 6 month
Talking to fluffy@ on IRC, I found out the hard way that my commit
0ba35fd5a81df57fb0f943c3dddd35d43ebc3383 has not been included in Qt
4.8.2, so things were pretty much borked when one tried to use
non-base gcc.
Instead of changing the behavior of g++-base.conf and setting
QMAKE_{CC,CXX} in "leaf" mkspecs, my upstream commit simply sets these
values after including g++-base.conf where needed (ie. in the
freebsd-g++46 mkspec, where we use gcc46 and g++46).
Bump PORTREVISION once again, sorry for the hassle.