Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.
This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.
That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.
Approved by: portmgr (bdrewery)
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)
Approved by: lth@ (maintainer)
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
and remove where is no need in this anymore.
- trim Makefile header
- pass maintainership to @perl
Information: wiki@ PortsLongtermTargets
Approved by: bapt@ (portmgr@)
testquagzipfile.cpp: In member function 'void TestQuaGzipFile::read()':
testquagzipfile.cpp:11: error: 'gzFile_s' was not declared in this scope
testquagzipfile.cpp:11: error: expected primary-expression before '=' token
testquagzipfile.cpp:12: error: expected primary-expression before ',' token
testquagzipfile.cpp:13: error: expected primary-expression before ')' token
testquagzipfile.cpp: In member function 'void TestQuaGzipFile::write()':
testquagzipfile.cpp:35: error: 'gzFile_s' was not declared in this scope
testquagzipfile.cpp:35: error: expected primary-expression before '=' token
testquagzipfile.cpp:38: error: expected primary-expression before ',' token
testquagzipfile.cpp:39: error: expected primary-expression before ')' token
Reported by: pkg-fallout
- Update devel/gettext to 0.18.3
- Fix known-broken (from exp-runs) ports
- Clean up a lot of cruft in the devel/gettext port itself,
based on work from tijl@
PR: 178883
Submitted by: ade
Sponsored by: Wadsworth 6X
storage systems to their max. It's often faster than file copy because the
destination is smaller than the source.
WWW: http://www.quicklz.com/
PR: ports/180225
Submitted by: Alex Samorukov <samm@os2.kiev.ua>
- Move MANx records to a separate makefile
- switch to xz compressed tarball
- Convert to USES, remove needless pkgconfig dependency
PR: based on ports/180454 [1]
Submitted by: Oleg Ginzburg <olevole at olevole.ru>
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two
KDE updates in just a few days, but the work on 4.10.5 was very light
compared to 4.10.4 so it was ready much faster.
The release announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.5.php
The biggest news for us on FreeBSD is that the Ruby bindings should work
with Ruby 1.9 now.
I will probably add a note to UPDATING later about this, but as avilla@
pointed out, the clang support we mentioned that was improved in 4.10.4
requires a rebuild of the ports that depend on kdelibs4. Most of them are
covered by this update, but those which are not part of the Software
Compilation need to be rebuilt manually to make sure the previous issues
(proper symbol visibility being the most annoying of them) are solved.
With commits from avilla@, makc@, rakuco@ and Schaich Alonso.
The upstream announcement can be found in [1].
[1] http://www.kde.org/announcements/announce-4.10.4.php
clang support should be more stable now, with clang being recognized by
kdelibs4 and being passed the correct flags to build other ports.
Additionally, all ports being committed have been verified to build with
-CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for
providing it).
Work on the newly-released 4.10.5 will begin shortly.
- Remove hardcoded GFLAGS
- Convert Makefile headers to new style
- Use single space after WWW in pkg-descr
PR: ports/179937 with
improvements from Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by: maintainer (gslin)