- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the
proxy authentication that was broken for 2.1.1. Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me. Should
still work w/ compat shims for older USE_QT[,2] style. Some others
were also left alone for the same reason.
Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by: David Faure <faure@kde.org> (proxy auth patches)
Alex Zepeda <garbanzo@kde.org> (old patches removal)
protein sequence search programs
- FASTA3 updates only some of the elements of FASTA2, which is why I have
submitted ports of both versions (as biology/fasta and biology/fasta3)
PR: 24716
Submitted by: Johann Visagie <johann@egenetics.com>
- "EMBASSY" applications are third party tools which have been adapted to
function as part of EMBOSS, but which are not included with the base EMBOSS
distribution for licensing or other reasons. This new version of the
EMBOSS port now contains the three current EMBASSY applications as well,
and during installation the user is presented with a dialog(1) menu to
PR: 22818
Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER
- "EMBASSY" applications are third party tools which have been adapted to
function as part of EMBOSS, but which are not included with the base EMBOSS
distribution for licensing or other reasons. This new version of the
EMBOSS port now contains the three current EMBASSY applications as well,
and during installation the user is presented with a dialog(1) menu to
choose which of these should be isntalled.
PR: 22818
Submitted by: Johann Visagie <johann@egenetics.com> MAINTAINER
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As
before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.
Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.
I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.