Only changed giflib -> libungif in kdegraphics.
They realy do NOT want libgif, and do NOT use libgif anywhere.
Some ports are checking its existence in configure, but they
are nonsense at all!!
Hope this will realy fix the problem and I add USE_XLIB.
What's the problem:
configure script checks if $PATH/X exists and if so define XBINDIR as $PATH.
In kdebase's package, XBINDIR is hardly embedded in kdm and it doesn't
work. In last modification, I added $X11BASE/bin to $PATH in Makefile...
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
installed. Until this is fixed in the KDE sources, those files have
to be removed from the Makefiles that deal with them and from the
PLIST of this port ...
This port requireat least s version 1.41 of the Qt library.
There will be an error reported by configure, if only an earlier
version is found, but no automatic port dependency exists (i.e.
the x11-toolkits/qt141 port has to be manually built and installed).
There may still be a problem with a missing -lXext in the kdesupport
port. This will be taken care of during the next few days, if the
problem still exists ...
Submitted by: "Andrew J. Korty" <ajk@physics.purdue.edu>
Forwarded by: Stefan Esser <se@mi.uni-koeln.de>
BTW, this port installs some files missing in PLIST depending on
what program is installed on the system.
Are there any hacks for this?
# I deleted @dirrm's which are included in kdelibs.
installs the version of the port that uses shared library number 9 and the
LIBRARY_VERSION set to the default. Normally this is against our policy
(bumping the version number for minor things), however due to the major
problems caused with the upgrade, Satoshi and I decided that this was best.
Approved by: asami