- Drop .la files, no dependees require them
- Strip libraries
- Fix libdbi include path (fixes build for certain options combs like only MYSQL enabled)
editors/openoffice-4 on FreeBSD 10.0 and 11.0. The cause of the
breakage is that on systems with clang as the default compiler,
graphics/silgraphite is built with clang and linked to libc++.so.1,
while openoffice is built with gcc from ports and linked to libstdc++.
This combination causes the resulting executables to go boom.
Add a source makefile patch to unbreak the --with-system-jpeg option
and enable this option. The problem is that without this patch the
build tries to link to the openjdk version of libjpeg instead of
the version installed by graphics/jpeg.
The --with-system-mythes options also works, so enable it as well.
Adjust LIB_DEPENDS for these changes. Also make the graphics/png
dependency explicit.
Reroll the ext_sources tarball for these changes. Remove SVNREVISION
from its name and tweak how it is extracted to allow the same
ext_sources tarball to be used for multiple AOO releases.
Various Makefile tweaks to make upgrades easier and to reduce
differences between the Makefile for openoffice-4 and a forthcoming
update to openoffice-devel.
USE_PYTHON=yes is obsolete, so convert to USES=python.
Remove a bunch of @'s from the Makefile to make the build slightly
more verbose and make debugging a bit easier if something breaks
in our Makefile.
Remove trailing cruft from files/patch-sal (from pfg@).
Nuke files/patch-sal-inline (from pfg@).
PR: 192545
Approved by: office@ (bapt)
chef-server needs dep_selector which has been broken since March. Further,
upstream chef-server is now completely different and written in Erlang, and
this chef server in ruby will be deprecated upstream soon. Go ahead and get rid
of it now since it's been broken a while anyway.
Config::Merge - load a configuration directory tree containing
YAML, JSON, XML, Perl, INI or Config::General files
WWW: http://search.cpan.org/dist/Config-Merge/
PR: 192818
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Due to the hackery things these ports do to properly work under amd64, it
results in issues for pkg. This port - although it needs to build under
i386 - is not intended to be consumed under i386. The normal wine(-devel)?
ports should be consumed on an i386 system and these ports should be
consumed on an amd64 system. [1]
Reorder the library detection to pick up soft dependencies first, then the
linked to libraries. Prior to this change any libraries required by a soft
dependency wasn't bundled, for example libgnutls.so.28 did not have its
dependencies bundled. [2][3]
Requested by: bdrewery [1]
Reported by: Joseph Mingrone <jrm@ftfl.ca> [2]
Beeblebrox <zaphod@berentweb.com> [3]
There were a number of issues with the first version of sams2. The
pkg-plist still had a bad "make makeplist" variable ("24" was wrongly
converted to %%APACHE_VERSION%%). There was also a typo on a PLIST
substitution but this has been completely removed.
This port was converted to options, particularly the APACHE option was
added as a non-default option. If selected, it will require the
default version of Apache as a dependency and install sample apache
conf files. Previously the port would scan the whole system and install
conf files in different locations depending on what it found. Now the
conf file creation is carefully controlled.
Discussed with maintainer.
Handles rebuilding of Jekyll sites when a file changes
WWW: https://github.com/jekyll/jekyll-watch
PR: 192976
Submitted by: Michael Moll <kvedulv@kvedulv.de>
Liquid tag for displaying GitHub Gists in Jekyll sites.
WWW: https://github.com/jekyll/jekyll-gist
PR: 192974
Submitted by: Michael Moll <kvedulv@kvedulv.de>
A general classifier module to allow Bayesian and other types of
classifications.
WWW: https://github.com/jekyll/classifier-reborn
PR: 192973
Submitted by: Michael Moll <kvedulv@kvedulv.de>