[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Windowmaker 0.51.2 vs giflib in current ports tree
- To: ports_(_at_)_openbsd_(_dot_)_org
- Subject: Windowmaker 0.51.2 vs giflib in current ports tree
- From: Kenneth R Westerback <krw_(_at_)_tcn_(_dot_)_net>
- Date: Fri, 26 Mar 1999 21:39:36 -0500
- Cc: jasoni_(_at_)_openbsd_(_dot_)_org
- Mail-followup-to: ports_(_at_)_openbsd_(_dot_)_org, jasoni_(_at_)_openbsd_(_dot_)_org
The windowmaker 0.51.2 port in the ports tree requires the library gif.3., but
the giflib port in the ports tree is currently at level 4.1.0. Thus when the
windowmaker port is made it downloads and compiles giflib.4 but won't work with
it.
With the following patch to windowmaker/Makefile I got mine working (or at
least compiling and running):
--- /usr/ports/x11/windowmaker/Makefile.orig Thu Mar 25 19:34:53 1999
+++ /usr/ports/x11/windowmaker/Makefile Fri Mar 26 21:26:19 1999
@@ -13,11 +13,11 @@
NEED_VERSION= 1.67
-LIB_DEPENDS= PropList\\.1\\.:${PORTSDIR}/devel/libproplist \
- jpeg\\.62\\.:${PORTSDIR}/graphics/jpeg \
- tiff\\.3\\.4:${PORTSDIR}/graphics/tiff34 \
- png\\.1\\.:${PORTSDIR}/graphics/png \
- gif\\.3\\.:${PORTSDIR}/graphics/giflib
+LIB_DEPENDS= PropList.1.:${PORTSDIR}/devel/libproplist \
+ jpeg.62.:${PORTSDIR}/graphics/jpeg \
+ tiff.3.4:${PORTSDIR}/graphics/tiff34 \
+ png.1.:${PORTSDIR}/graphics/png \
+ gif.4.:${PORTSDIR}/graphics/giflib
GNU_CONFIGURE= YES
CONFIGURE_ENV= CFLAGS="-I${PREFIX}/include" \
Note also I eliminated the now superfluous \\ sequences. These have not
been needed for quite some time and the NEED_VERSION line make sure
that someone doesn't try to make with a bsd.mk.* that still requires them.
Or so I believe ....
.... Ken
Visit your host, monkey.org