Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2011 19:40:34 -0500 (CDT)
From:      Stephen Montgomery-Smith <stephen@missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/157482: correction to port math/octave-forge-optim
Message-ID:  <201106010040.p510eYEf048731@wilberforce.math.missouri.edu>
Resent-Message-ID: <201106010050.p510o9rG061524@freefall.freebsd.org>

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

>Number:         157482
>Category:       ports
>Synopsis:       correction to port math/octave-forge-optim
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 01 00:50:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD wilberforce 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat May 28 10:38:33 CDT 2011 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	
The port math/octave-forge-optim is missing a dependency.
>How-To-Repeat:
	
>Fix:

	

diff -ur /usr/ports/math/octave-forge-optim/Makefile octave-forge-optim/Makefile
--- /usr/ports/math/octave-forge-optim/Makefile	2011-05-31 03:57:47.000000000 +0000
+++ octave-forge-optim/Makefile	2011-06-01 00:29:01.000000000 +0000
@@ -15,6 +15,7 @@
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
 RUN_DEPENDS+=	${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous
+RUN_DEPENDS+=	${TARBALLS_DIR}/struct.tar.gz:${PORTSDIR}/math/octave-forge-struct
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/Mk/bsd.octave.mk"

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



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