Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jun 2010 11:57:46 -0500 (CDT)
From:      Stephen Montgomery-Smith <stephen@missouri.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/148234: pkg_install fails for some octave-forge-* ports
Message-ID:  <201006291657.o5TGvjA7035350@wilberforce.math.missouri.edu>
Resent-Message-ID: <201006291700.o5TH0Kca062045@freefall.freebsd.org>

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

>Number:         148234
>Category:       ports
>Synopsis:       pkg_install fails for some octave-forge-* ports
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 29 17:00:20 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Montgomery-Smith
>Release:        FreeBSD 7.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD wilberforce 7.3-STABLE FreeBSD 7.3-STABLE #0: Fri May 28 18:26:27 CDT 2010 stephen@wilberforce:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
The more recent octave-forge-* ports don't pkg_install from their packages.  This seems to be a problem that the octave forge packagng process is expecting gnu-make.
	
>How-To-Repeat:
	
>Fix:

	

25a26
> RUN_DEPENDS+=	gmake:${PORTSDIR}/devel/gmake
42c43
< 	@${ECHO_CMD} "@exec octave -H -q --no-site-file --eval \"pkg('install','${LOCALBASE}/share/octave/tarballs/${DISTNAME}.tar.gz')\" > /dev/null" >> ${TMPPLIST}
---
> 	@${ECHO_CMD} "@exec env MAKE=gmake octave -H -q --no-site-file --eval \"pkg('install','${LOCALBASE}/share/octave/tarballs/${DISTNAME}.tar.gz')\" > /dev/null" >> ${TMPPLIST}

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



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