conditionalize this on OSVER because the patch is safe everywhere. No bump
because package doesn't change.
Submitted by: antoine (1.9, 2.0 and 2.1 based on)
This port can now be installed parallel to multimedia/plexmediaserver to
make it easier to compare behavior with the latest stable release.
The default data directory is now /usr/local/plexdata-plexpass so as not
to conflict with your existing Plex Media Server installation. When both are
installed at the same time it is up to the user to decide if they want
to attempt to make both versions share the same data directory. This can
be controlled by overriding the support path as documented in the
rc script.
(ODF). It provides generator implementation for the following libraries:
* libwpd (::WPXDocumentInterface): text documents
* libwpg (libwpg::WPGPaintInterface): vector drawings
* libetonyek (libetonyek::KEYPresentationInterface): presentations
As these APIs are used by multiple libraries, libodfgen can be used to
generate ODF from many sources.
WWW: http://libwpd.sourceforge.net/
definition of the former from Mk/bsd.gcc.mk and add the latter --
still set to 4.6 -- to Mk/bsd.default-versions.mk.
Include Mk/bsd.default-versions.mk from Mk/bsd.gcc.mk to tie the
two together.
This is a clone of the existing multimedia/plexmediaserver port.
All future "Plexpass" (read: bleeding edge) releases will land here on
this port. Subsequently, all future public/stable releases of Plex Media
Server will be committed to the existing multimedia/plexmediaserver
port.
Now that Plex has stabilized on FreeBSD and users are not waiting for a
laundry list of platform-specific bugfixes it is important that we offer
choice of both the recommended stable version as well as the bleeding edge.
- Remove CHECK_LEAKS option and associated perl command from post-patch.
It doesn't do anything on FreeBSD.
- Remove ICONV_TYPECAST option and associated patch. Whether iconv
requires a cast depends on the system. It isn't a user option. Just
let configure auto-detect this.
- Make the perl dependency conditional on the DOCS option.
- USES=libtool. This removes another perl command from post-patch.
- Replace remaining perl command in post-patch with REINPLACE_CMD.