- Split boost port to separate components, with boost-all metaport
PR: ports/137054
Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
yet to hit the ports tree. However, some people have already started
using LyX-1.6.x on other systems and 1.5.7 is required for upward
compatibility with 1.6. So, here we are -- unfortunately, with teTeX
things like unusual paper-sizes are likely to come out wrong.
As soon as TeXLive is available, I'll upgrade the sibling-port print/lyx
from 1.4.x to 1.6.x directly.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
tests -- according to LyX developers, they are not currently using the
self-tests themselves. When this improves, the bitrot we were trying to
patch will be fixed by them...
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
present at build-time. Completely disable the bundled-in libtintl.
Handle libiconv correctly. Use all available CPUs during build.
Approved by: maintainer
PR: ports/118784
Submitted by: Koji Yokota, self
maintaining compatibility with Boost-1.33. Also, when compiling against
1.34, be sure to remove the `-fno-exceptions' flag, because the new
Boost throws in a few places...
Notified by: pav
As the maintainer, I prefer having this verbosity in build-logs, but had
no time to discuss the change properly due to travels/short "maintainer
timeout".
ghost (internal compiler error) on a particular file.
Work is ongoing to submit this to the GCC people, who will, no doubt,
berate us for using an old version of compiler, etc., etc., etc...
ISPELL. QT is on depending on whether or not it is installed already.
ASPELL defaults to on, ISPELL -- to off.
LIB_DEPEND on qt-mt instead of using USE_QT_VER (it can not be used with
OPTIONS anyway).
Take over maintainership for the time being.
Approved by: previous maintainer
----------------------------------------------------------------------
of which is probably that some library used by LyX is build with libtool 1.5
now, too.
- Bump PORTREVISION: we want working packages on the cluster, don't we?
Reported and fixed by: Koji Yokota <yokota@res.otaru-uc.ac.jp>
Approved by: thompsa
PR: ports/81148
Btw: Welcome to our happy little farm :-)
it contains xft-compatible versions of LaTeX fonts for use with
visual math symbol display in LyX.
Don't add the submitted new port x11-fonts/latex-xft-fonts because
the requested fonts are already part of texcm-ttf.
PR: ports/76919
Submitted by: Andrew Thompson (maintainer)
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl)
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.