ports/148234: pkg_install fails for some octave-forge-* ports

Stephen Montgomery-Smith stephen at missouri.edu
Tue Jun 29 17:00:21 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list