aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gauche-gl/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gauche-gl/pkg-descr')
0 files changed, 0 insertions, 0 deletions
bapt2013-08-011-6/+3 | * Fix build with clangbapt2013-08-011-6/+3 | * KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-275-708/+0 | | | | | | | | | | | | | | | | 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 * Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-1/+0 | * Update to 2.38.wxs2013-07-092-3/+3 | * Update the KDE Software Compilation to 4.10.5.rakuco2013-07-052-4/+4 | | | | | | | | | | | | | | | | | | | 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. * Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-032-4/+4 | | | | | | | | | | | | | | | 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. * Convert to USES=imakebapt2013-06-298-49/+19 | * New USES imake to handle the dependency on imake.bapt2013-06-286-18/+9 | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port * Add explicit dependency on iconv.zeising2013-06-271-0/+2 | | | | | | | Bump portrevision. PR: ports/175935 Submitted by: Pawel Pekala <pawel@FreeBSD.org> * Reset maintaner per Bruce Cran's request.zeising2013-06-271-6/+2 | | | | | | While here trim headers. Thank you for your support! * - Do not try to remove dirs. not created by the portmiwi2013-06-011-3/+0 | | | | Reported by: pkg (DEVELOPER_MODE)