Update dependent packages with more recent releases.
Remove old and bit-rotted ones.
Switch to using clang 3.3 and libobjc2 1.7 by default, so modern Objective-C features work out of the box and remove a lot of configurable options for sub-optimal (and, often, unsupported / deprecated upstream) configurations.
Take maintainership of GNUstep-related ports.
Several of the ports left in have scary warnings which mean that they are likely broken in lots of cases. Future commits will fix them.
Approved by: bapt
resulting from integration of upstream ocaml-curses
- Get rid of indefinite article in COMMENT, convert USE_GMAKE
- Convert pkg-plist into PLIST_FILES and PORTDOCS
- Add missing DOCS to OPTIONS_DEFINE, utilize new options helper
- Fix minor formatting glitch and adjust WWW line in port description
Reported by: marino
Approved by: miwi, bapt (portmgr, implicit)
PR: ports/179485
Submitted by: cs
Approved by: maintainer (version update)
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)
- Remove indefinite article from COMMENT (per PH section 5.6)
- Drop conditional knobs assignments: the port is not anyone's master
- Relax Tcl/Tk version requirement by properly supporting 86+
- Define LICENSE while here (GPLv2), bump PORTREVISION
- Update to 0.39
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Pass maintainership to submitter
PR: ports/181114
Submitted by: Danilo Egêa Gondolfo <danilogondolfo gmail.com>
ChangeLog:
- xml: wetter.com: fixes (thanks to Evi1M4chine).
Weather icons from weather provider should be
preferred over system icons!
- xml: [in,espanol,uk].weather.com: UV index fixed
While here, did the following cleanups:
* Trim makefile header
* Fixed WWW indent on pkg-descr
* Removed library version specification
* converted USE_GMAKE to USES+=gmake
Approved by: bapt/culot (mentors, implicit)
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
- 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
Send2Trash is a small package that sends files to the Trash (or Recycle Bin)
natively and on all platforms.
WWW: http://hg.hardcoded.net/send2trash/
PR: ports/179604
Submitted by: nemysis <nemysis@gmx.ch>
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.
by disabling the grey welcome screen
- Use new Makefile header format
- Use dos2unix
PR: ports/180127 [1]
Submitted by: Walter Hurry <walterhurry@gmail.com> [1]
- while here:
- fix option check in sysutils/cfengine34
- move devel/libvirt-glib to use glib20 in favor of gio-fam-backend (suggested by kwm@)
- restore ABI version in net-mgmt/collectd5
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.
- Update to 3.2.1 [1]
- Fix build with clang
- Use space instead of tab for WWW
- USES pkgconfig
Changes: http://glx-dock.org/bg_topic.php?t=6836
PR: ports/180031
Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer) [1]
- Update to 3.2.1 [1]
- Remove ABI version from lib depends [1]
- USES pkgconfig
- Fix build with clang
- Use space instead of tab for WWW
Changes: http://glx-dock.org/bg_topic.php?t=6836
PR: ports/180032
Submitted by: Ivan Klymenko <fidaj@ukr.net> (maintainer) [1]
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
quite some time.
- Switch all remaining consumers to depend on www/libxul
- Mark ports that don't work with the new libxul BROKEN
- Mark some old ports DEPRECATED with a reasonable timeout
Approved by: portmgr (miwi)
* msynctool development has ceased.
* The upstream project has renamed to OpenSync
* Copy msynctool-devel instead of msynctool due to it being much more
up-to-date and because development has stopped on the former
project.
- Unbreak
- Update to 0.39
- Pass maintainership to submitter
PR: ports/179053
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
an zeising, kwm, miwi, bapt, eadler production:
Xorg 7.7
Starring:
xserver 1.12.4 (new xorg only)
Mesa 8.0.4, including libGL, libGLU and dri (new xorg only)
libX11 1.5.0
libxcb 1.9
libdrm 2.4.42 (new xorg only)
freeglut 2.8.1
Also starring:
Updates to drivers and other libraries and utilities
Additional notes:
Change pkgconf to be a build dependency.
Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use
this.
Trim makefile headers.
Take maintanership of x11/xcb-proto, ok'd by ashish.
If you are running WITH_NEW_XORG=, you need to rebuild all installed
drivers, see UPDATING for more information.
Various fixes to make ports compile.
PR: ports/177942
Exp-run by: miwi
Approved by: portmgr (miwi)
Thanks to all who helped testing!
The `wind_calm.svgz' file was omitted previously from the port's pkg-plist.
While here enable MAKE_JOBS_SAFE as it works.
Approved by: eadler,bdrewery (mentors, implicit)
superseded by recently introduced USES= shared-mime-info later.
- Remove no longer needed exec/unexec from plist and post-install calls for
update-mime-database
- Trim Makefile header while I'm here
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk.
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.
We just ignore the error and continue, as we used to.
Reported by: jaset
Approved by: portmgr (bapt)
taskjuggler is now a Rubygem, and the install is hugely simplified as reflected
in the Makefile.
Default Ruby version switch cannot come soon enough-- Ruby 1.9 required!
PR: ports/177046
- Add description for GSTREAMER, because it depends of new API (1.0)
- Convert to USES= pathfix
- Merge 'post-patch' target with configure patch (when NLS is unset)