From nobody@FreeBSD.org  Sun Jun  8 06:56:19 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id BFEBA106567C
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  8 Jun 2008 06:56:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B4D878FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  8 Jun 2008 06:56:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m586uJeB005831
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 8 Jun 2008 06:56:19 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m586uJNs005816;
	Sun, 8 Jun 2008 06:56:19 GMT
	(envelope-from nobody)
Message-Id: <200806080656.m586uJNs005816@www.freebsd.org>
Date: Sun, 8 Jun 2008 06:56:19 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: math/octave: fix dependencies 
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         124386
>Category:       ports
>Synopsis:       math/octave: fix dependencies
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    maho
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 08 07:00:08 UTC 2008
>Closed-Date:    Mon Jun 09 00:51:39 UTC 2008
>Last-Modified:  Mon Jun  9 01:00:04 UTC 2008
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Apr 17 12:14:46 MSD 2008     makc@luna.dio.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
ldd /usr/local/libexec/octave/3.0.0/oct/i386-portbld-freebsd7.0/__glpk__.oct shows missing library:
        libglpk.so.13 => not found (0x0)

>How-To-Repeat:

>Fix:
move math/glpk from build dependencies to lib

Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/math/octave/Makefile /home/makc/porting/ports/math/octave/Makefile
--- /usr/ports/math/octave/Makefile	2008-03-08 12:29:12.000000000 +0300
+++ /home/makc/porting/ports/math/octave/Makefile	2008-06-08 10:46:02.000000000 +0400
@@ -7,7 +7,7 @@
 
 PORTNAME=	octave
 PORTVERSION=	3.0.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 MASTER_SITES=	ftp://ftp.octave.org/pub/octave/ \
 		ftp://ftp.u-aizu.ac.jp/pub/SciEng/numanal/Octave/bleeding-edge/
@@ -17,12 +17,12 @@
 
 BUILD_DEPENDS+=	gnuplot:${PORTSDIR}/math/gnuplot \
 		${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \
-		${LOCALBASE}/lib/libglpk.a:${PORTSDIR}/math/glpk \
 		gsed:${PORTSDIR}/textproc/gsed \
 		dvips:${PORTSDIR}/print/dvipsk-tetex
 RUN_DEPENDS=	gnuplot:${PORTSDIR}/math/gnuplot \
 		gsed:${PORTSDIR}/textproc/gsed
 LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
+		glpk.13:${PORTSDIR}/math/glpk \
 		hdf5:${PORTSDIR}/science/hdf5 \
 		umfpack.1:${PORTSDIR}/math/suitesparse \
 		qhull:${PORTSDIR}/math/qhull


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->maho 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jun 8 07:00:16 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124386 
State-Changed-From-To: open->closed 
State-Changed-By: maho 
State-Changed-When: Mon Jun 9 00:51:24 UTC 2008 
State-Changed-Why:  
Fix has been committed. thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124386 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124386: commit references a PR
Date: Mon,  9 Jun 2008 00:51:11 +0000 (UTC)

 maho        2008-06-09 00:51:02 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/octave          Makefile 
   Log:
   Fix dependency and bump portrevision.
   
   PR:             124386
   Submitted by:   Max Brazhnikov
   
   Revision  Changes    Path
   1.74      +2 -2      ports/math/octave/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
