Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 05:40:30 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36079: Overflow in build for README.html
Message-ID:  <200203190440.g2J4eUjM034013@home.dinoex.sub.org>

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

>Number:         36079
>Category:       ports
>Synopsis:       Overflow in build for README.html
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 18 20:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
privat
>Environment:
System: FreeBSD 4.5-STABLE i386

>Description:

	Allow to build motif depended packages

/etc/make.conf
NO_OPENMOTIF=yes
USE_LESSTIF=yes
	

>How-To-Repeat:

	build of some ports fails:
	augio/xmcd, graphics/mpg2play

>Fix:

	Support a knob like NO_OPENMOTIF

--- bsd.port.mk.orig	Sun Mar 17 00:37:02 2002
+++ bsd.port.mk	Tue Mar 19 05:35:23 2002
@@ -926,6 +926,9 @@
 .if !defined(NO_OPENMOTIF)
 LIB_DEPENDS+=		Xm.2:${PORTSDIR}/x11-toolkits/open-motif
 .endif
+.if defined(USE_LESSTIF)
+LIB_DEPENDS+=		Xm:${PORTSDIR}/x11-toolkits/lesstif
+.endif
 .endif
 
 .if defined(USE_FREETYPE)

>Release-Note:
>Audit-Trail:
>Unformatted:

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?200203190440.g2J4eUjM034013>