From nobody@FreeBSD.org  Mon Mar 19 15:14:59 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id AAFFF37B737
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 19 Mar 2001 15:14:59 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f2JNEwD14861;
	Mon, 19 Mar 2001 15:14:58 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200103192314.f2JNEwD14861@freefall.freebsd.org>
Date: Mon, 19 Mar 2001 15:14:58 -0800 (PST)
From: tkato@prontomail.ne.jp
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: math/oleo to 1.99.16
X-Send-Pr-Version: www-1.0

>Number:         25931
>Category:       ports
>Synopsis:       Update port: math/oleo to 1.99.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 19 15:20:01 PST 2001
>Closed-Date:    Tue Mar 20 05:03:58 PST 2001
>Last-Modified:  Tue Mar 20 05:04:11 PST 2001
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.99.16

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/math/oleo/Makefile math/oleo/Makefile
--- /usr/ports/math/oleo/Makefile	Thu Jan  4 14:02:36 2001
+++ math/oleo/Makefile	Tue Mar 20 07:16:51 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	oleo
-PORTVERSION=	1.99.14
+PORTVERSION=	1.99.16
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -14,23 +14,30 @@
 MAINTAINER=	ports@FreeBSD.org
 
 LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
-.if defined(WITH_MOTIF)
-LIB_DEPENDS+=	plot.3:${PORTSDIR}/graphics/plotutils \
-		Xbae.8:${PORTSDIR}/x11-toolkits/xbae
-.endif
 
-USE_XLIB=	yes
+USE_BISON=	yes
 USE_AUTOCONF=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
 		LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-CONFIGURE_ARGS=	--with-x --without-xlt \
-		--without-xmhtml --without-SciPlot
+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
 CONFIGURE_ARGS+=	--with-motif
 .else
+USE_XLIB=	yes
 CONFIGURE_ARGS+=	--without-motif
+.endif
+
+pre-everything:
+.if !defined(WITH_MOTIF)
+	@${ECHO_MSG}
+	@${ECHO_MSG} "If you want to compile with Motif support,"
+	@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_MOTIF=yes\""
+	@${ECHO_MSG}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/math/oleo/distinfo math/oleo/distinfo
--- /usr/ports/math/oleo/distinfo	Mon Dec  4 20:47:55 2000
+++ math/oleo/distinfo	Tue Mar 20 05:44:19 2001
@@ -1 +1 @@
-MD5 (oleo-1.99.14.tar.gz) = 85c0de81f7cbabab3c26b46ba0a75779
+MD5 (oleo-1.99.16.tar.gz) = d59801055b8ba6c6980ed1247a603f5f

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Tue Mar 20 05:03:58 PST 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25931 
>Unformatted:
