From owner-freebsd-ports Thu Nov 16 12:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D81B337B4C5 for ; Thu, 16 Nov 2000 12:50:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA46838; Thu, 16 Nov 2000 12:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 16 Nov 2000 12:50:02 -0800 (PST) Message-Id: <200011162050.MAA46838@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jimmy Olgeni Subject: Re: ports/22853: NEW PORT: graphics/blender Reply-To: Jimmy Olgeni Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22853; it has been noted by GNATS. From: Jimmy Olgeni To: Ade Lovett 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