Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jan 2000 00:59:31 -0800 (PST)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        fenner@FreeBSD.org (Bill - distfile - Fenner)
Cc:        ports@FreeBSD.org
Subject:   geomview
Message-ID:  <200001020859.AAA03293@silvia.hip.berkeley.edu>

next in thread | raw e-mail | index | archive | help
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




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