The previous change had two errors: The pkg-plist wasn't correct
and USE_AUTOTOOLS+= libtool is still required. This fix was confirmed
in Redports.
Approved by: just-fix-it blanket
- Since xosd shlib version has changed, bump all ports which depend on it
- Stagify deskutils/xneur
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
- Move distfile location to GitHub
- Remove three uneeded patches accepted upstream
- Add one new patch for <functional> support
- Add new dependency on libechonest
From Changelog:
Version 1.2.3:
Bugfixes:
* Fix compilation with GCC 4.9.
* (Linux) Fix poor search performance with sqlite 3.8.
* (Ubuntu) Fix dependency issues on Ubuntu 14.04.
* (Windows) Upgrade to OpenSSL 1.0.1g to fix CVE-2014-0160.
Version 1.2.2:
Major features:
* (Android Remote) Add kittens support.
Bugfixes:
* Rename SkyDrive to OneDrive.
* Don't include the user's IP address in the log (from the network remote
settings dialog).
* (Debian) Fix a bug with HTTPS logins to all cloud storage providers.
* (Mac OS X) Fix a bug in the workaround for a weird font issue on 10.9.
* (Mac OS X) Fix rendering of source icons on retina displays.
* (Android Remote) Don't advertise songs that aren't available.
* (Android Remote) Fix playing songs with special characters in filenames.
Reviewed by: mat@
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit)
Please note that this is the bare minimum to make it work,
the port could use more love, e.g. remove unnecessary info
and man page processing, change patch to Makefile to not allow
overriding of DESTDIR etc., since all of these things won't
do what the user expects.
Reviewed by: bapt (mentor)
Approved by: bapt (mentor)
bit has been removed and instructions on how to configure
devfs.conf to allow access by non-root added to pkg-message.
This way the package can be built without root access, plus
avoiding setuid root executables are a good thing in general.
Reviewed by: bapt (mentor)
Approved by: bapt (mentor)
Maintainers for these ports have been notified on 5 separate occasions
over the course of several months about pending actions required.
We really appreciate the time and effort you put in to maintain
these ports.
If you are still interested in helping to maintain these ports just
reply to me or file a PR and I will happily assign the port to you
again.
Approved by: portmgr (implicit)
<janik@hikarihq.com>: host hikarihq.com[107.170.140.194] said: 454 4.7.1
<janik@hikarihq.com>: Relay access denied (in reply to RCPT TO command)
With hat: portmgr
Changes:
from ccaudio2 2.1.1 to ccaudio2 2.1.2
- fixed cmake shared library builds
- windows audio fixups
from ccaudio2 2.1.0 to ccaudio2 2.1.1
- fixed library naming in CMakeLists.txt
- updated spec files
- updated lib .so name
from ccaudio2 2.0.5 to ccaudio2 2.1.0
- modernized automake
- patches from Brandon Invergo for current ucommon
- various code cleanups
- Fix MASTER_SITE, general description and WWW line in pkg-descr
- Add LICENSE
- Add NLS (Native Language Support) option
Despite odd number (development release, see announce [1]), there's nothing
new. Still uses the old GStreamer API (0.10).
Likewise, GstMixerInterface (opaque structure for sound card in GStreamer) has
been removed in the new API (1.0).
[1] https://mail.xfce.org/pipermail/xfce-announce/2014-April/000321.html
Reviewed by: Ivan Klymenko
Obtained from: Xfce repo.