From owner-freebsd-ports Sun Jan 2 1: 0: 1 2000 Delivered-To: freebsd-ports@freebsd.org Received: from m0.cs.berkeley.edu (m0.CS.Berkeley.EDU [128.32.45.176]) by hub.freebsd.org (Postfix) with ESMTP id DD14B14F81; Sun, 2 Jan 2000 00:59:43 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: from silvia.hip.berkeley.edu (sji-ca3-67.ix.netcom.com [209.109.233.67]) by m0.cs.berkeley.edu (8.9.3/8.9.3) with ESMTP id AAA46092; Sun, 2 Jan 2000 00:59:35 -0800 (PST) (envelope-from asami@cs.berkeley.edu) Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.3/8.6.9) id AAA03293; Sun, 2 Jan 2000 00:59:31 -0800 (PST) Date: Sun, 2 Jan 2000 00:59:31 -0800 (PST) Message-Id: <200001020859.AAA03293@silvia.hip.berkeley.edu> X-Authentication-Warning: silvia.hip.berkeley.edu: asami set sender to asami@cs.berkeley.edu using -f To: fenner@FreeBSD.org (Bill - distfile - Fenner) Cc: ports@FreeBSD.org Subject: geomview From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Bill, This command in graphics/geomview's Makefile: === post-extract: -${CHMOD} +x ${FILESDIR}/nroff === you can't do that. Please fix the part of the code that requires this (put "${SH}" in front if this is a shell script called from a Makefile, use install with correct permissions if this is to be installed, etc.) and take out the chmod command. Looking at the log, the reason why the build is failing on 4-current is the new gcc, by the way. Thanks, -PW To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message