Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jun 1999 09:41:04 -0700 (PDT)
From:      knu@and.or.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/12208: shuJIT port: Build fails on FreeBSD 3.x
Message-ID:  <19990614164104.5FF59150C7@hub.freebsd.org>

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

>Number:         12208
>Category:       ports
>Synopsis:       shuJIT port: Build fails on FreeBSD 3.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 14 09:50:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Akinori MUSHA aka knu
>Release:        FreeBSD 3.2-19990610-STABLE
>Organization:
and.or.jp
>Environment:
FreeBSD archon.my.domain 3.2-STABLE FreeBSD 3.2-STABLE #1: Thu Jun 10 18:36:20 JST 1999     root@archon.my.domain:/usr/src/sys/compile/ARCHON  i386
>Description:
On FreeBSD 3.x (${OSVERSION} < 400002), BUILD_DEPENDS is overridden incorrectly.
>How-To-Repeat:
Just try making it on a system on which ruby and/or gdbm haven't installed:

# cd /usr/ports/lang/shujit
# make

>Fix:
Apply this patch:

*** Makefile.orig       Thu Jun 10 23:56:44 1999
--- Makefile    Tue Jun 15 01:05:31 1999
***************
*** 19,25 ****
  
  .include <bsd.port.pre.mk>
  .if ${OSVERSION} < 400002
! BUILD_DEPENDS=        ${PREFIX}/bin/egcc:${PORTSDIR}/lang/egcs
  .endif
  
  WRKSRC=               ${WRKDIR}/shujit
--- 19,25 ----
  
  .include <bsd.port.pre.mk>
  .if ${OSVERSION} < 400002
! BUILD_DEPENDS+=       ${PREFIX}/bin/egcc:${PORTSDIR}/lang/egcs
  .endif
  
  WRKSRC=               ${WRKDIR}/shujit


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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