- Add Option WITHOUT_DIVX, cause libdivx* do not build
- configure with "--enable-iconv"
- Fix overwriting of LIB_DEPENDS when WITHOUT_VORBIS was not defined
- Changed dependency so installed sdl12 is found.
PR: 34075
Submitted by: holger@eit.uni-kl.de
installed
o Unfortunaly, the port requires the latest divx{de,en}core libraries
which are only distributed for Linux. Therefore, there is no port
change, just a work around
than former, bump PORTEPOCH (will)
o Reorganize items inside Makefile to help with maintainance
o Both remove ONLY_FOR_ARCHS=i386 and add tweaks to hopefully
enable this port outside of i386
o This port no longers USE_AUTOMAKE (will)
o New defaults: build with libmad and with optimized cflags. Thus,
add both WITHOUT_MAD and WITHOUT_OPTIMIZED_CFLAGS options
Submitted by: will
Reviewed by: pat, Thomas E. Zander <riggs@rrr.de>,
MAINTAINER
- 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)
on this port can be also used by other ports -> graphics/win32-codecs.
Therefore, all codec related code will be removed,
Depend on that port from now on.
A positive side effect is that this port can now produce a package
since the RESTRICTED flag (related to the codecs) can be removed.
Update LEGAL, win32-codecs instead of avifile is now RESTRICTED.
PR: 25035
Reviewed by: sobomax
Approved by: maintainer
to revertion of shared library build/installation on the lame port
PORTVERSION=3.70, PORTREVISION=2.
I am reverting this for I won't be around to discuss this for the
time being. :)
2) Have this port use the port's system shared version of the lame
library instead of building its own static version. Add both some
detection code and necessary hooks to avifile's configure system
(defensive programming) using some patches
3) Add a simple stale port's tree defensive check. After the library
dependency phase, if one gets a lame library but no shared library
... bogus. The avifile depending on the new version of lame port
was added after the aforementioned. Warn the user about it. A
side effect (of LIB_DEPENDS) is that the new lame dependency is
always built even if there is an old version of lame installed.
4) PORTREVISION bump
Approved by: maintainer
2) Update codec distribution to version 001222
3) Add codec wmvds32.ax
4) Install avifile library (both shared and static) version .0
(distfile's numbering)
5) Have the binaries use the shared library
6) Add a libtool hack fix kindly provided by Maxim Sobolev
<sobomax@FreeBSD.org>
7) Add an adhoc fix to insure build of avifile utilities despite
possible misbehavior of the configure script
9) Update pkg-descr with more informative message
10) Update pkg-comment with more precise message
11) Update pkg-message with information about possible build
problems. This port requires qt with thread support.
PR: ports/23941
Submitted by: maintainer,
Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
While I am here, do some clean up:
1) Added RESTRICTED tag, for codec LEGAL status is unsure
2) Added ${PKGMESSAGE} regarding kernel USE_LDT
3) Upheld the "only under ${WRKDIR}" rule
Approved by: maintainer <holger@eit.uni-kl.de>
PR: 21663