Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2000 12:50:02 -0800 (PST)
From:      Jimmy Olgeni <olgeni@uli.it>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/22853: NEW PORT: graphics/blender
Message-ID:  <200011162050.MAA46838@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/22853; it has been noted by GNATS.

From: Jimmy Olgeni <olgeni@uli.it>
To: Ade Lovett <ade@FreeBSD.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/22853: NEW PORT: graphics/blender
Date: Thu, 16 Nov 2000 21:47:47 +0100 (CET)

 On Tue, 14 Nov 2000, Ade Lovett wrote:
 
 > Bleurgh.  binary-only.  Can't you persuade them to change that?
 
 Many others tried, without much success :-/
 
 > lying around), and possibly some OSVERSION hacking -- the binary indicates
 > that it's for 3.4 so it won't run on 3.0-a.out or 2.*, and may not run
 > on 5.* and above.
 
 # ldd /usr/X11R6/bin/blender
 /usr/X11R6/bin/blender:
 	libc_r.so.3 => /usr/lib/compat/libc_r.so.3 (0x28356000)
 
 2.* and 3.0-a.out are gone, but will libcompat take care of this in 5.* without
 OSVERSION checks?
 
 Anyway, ONLY_FOR_ARCHS is required, and NO_BUILD should be set (the empty
 do-build was silly).
 
 bye,
   Jimmy
 
 
 
 diff -ruN blender.1/Makefile blender/Makefile
 --- blender.1/Makefile	Wed Nov 15 01:04:57 2000
 +++ blender/Makefile	Thu Nov 16 20:41:16 2000
 @@ -14,11 +14,9 @@
  MAINTAINER=     olgeni@uli.it
  
  NO_CDROM=	"Commercial distribution prohibited"
 -
 +ONLY_FOR_ARCHS=	i386
  USE_X_PREFIX=	YES
 -
 -do-build:
 -	@echo "This is an install only port."
 +NO_BUILD=	YES
  
  do-install:
  	${INSTALL_PROGRAM} ${WRKSRC}/blender ${PREFIX}/bin
 
 
 
 
 
 


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?200011162050.MAA46838>