Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jul 2001 00:44:48 -0500 (CDT)
From:      James McNaughton <jtm63@enteract.com>
To:        ports@FreeBSD.org
Subject:   oleo port won't make
Message-ID:  <200107190544.f6J5imN41180@jamestown.21stcentury.net>

next in thread | raw e-mail | index | archive | help
Howdy,

The oleo port failed using WITH_MOTIF=yes when checking
LIB_DEPENDS. It was looking for plot.3 from graphics/plotutils but
graphics/plotutils installs plot.4

I changed the Makefile and it seems to be working. At least it made it
past that particular sticking point. It's still building as I write
this.

Here's the diff:

*** Makefile	Thu Jul 19 00:22:28 2001
--- Makefile.old	Thu Jul 19 00:06:11 2001
***************
*** 22,28 ****
  CONFIGURE_ARGS=	--with-x --without-xlt --without-SciPlot
  
  .if defined(WITH_MOTIF)
! LIB_DEPENDS+=	plot.4:${PORTSDIR}/graphics/plotutils \
  		Xbae.8:${PORTSDIR}/x11-toolkits/xbae \
  		XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml
  USE_MOTIF=	yes
--- 22,28 ----
  CONFIGURE_ARGS=	--with-x --without-xlt --without-SciPlot
  
  .if defined(WITH_MOTIF)
! LIB_DEPENDS+=	plot.3:${PORTSDIR}/graphics/plotutils \
  		Xbae.8:${PORTSDIR}/x11-toolkits/xbae \
  		XmHTML.1:${PORTSDIR}/x11-toolkits/xmhtml
  USE_MOTIF=	yes

uname -a:
FreeBSD jamestown.21stcentury.net 4.3-RELEASE FreeBSD 4.3-RELEASE #3:
Thu Jul 5 21:01:58 CDT 2001
root@jamestown.21stcentury.net:/usr/src/sys/compile/JAMESTOWN_II i386

Have fun...

Jim

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107190544.f6J5imN41180>