Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jan 2002 08:24:36 -0500
From:      David <ddavid_3@yahoo.com>
To:        ports@freebsd.org
Subject:   Porting Problem
Message-ID:  <20020124132317.1FFD444AA97@spitfire.velocet.net>

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

Hello,

I'm in the process of porting a program:
http://www.bibletime.de . So far i have it all compilling ok but am having a 
problem with the install.

--Snippet of install.log

gmake[6]: Entering directory 
`/Build/ports-build/Build/ports/misc/bibletime/work/bibletime-1.0.2/bibletime/docs/cs/HTML'
gmake[6]: Nothing to be done for `install-exec-am'.
mkdir -p /usr/local/share/doc/HTML/cs/bibletime;
chmod a+r+X -R /usr/local/share/doc/HTML/cs;
chmod: -R: No such file or directory
gmake[6]: *** [install-data-local] Error 1
gmake[6]: Leaving directory 
`/Build/ports-build/Build/ports/misc/bibletime/work/bibletime-1.0.2/bibletime/docs/cs/HTML'
gmake[5]: *** [install-am] Error 2

After greping the files in the docs directory above, all Makefile.am, 
Makefile.in and a gen_am.sh file's/file contains the "chmod a+r+X -R" as 
above, which i believe should be "chmod -R a+r+X" from some other examples in 
the ports.

Now my question :)

Under the docs dir there are multiple language dir's with all the Makefile*'s 
above containing that chmod command, i know using "@${PERL} -pi -e 's#chmod 
a+r+X -R#chmod -R a+r+X#g' ${WRKSRC}/bibletime/docs/(what ever file)
would change the command too get it working, but is it possible to get it too 
recurse in that docs dir and change "all" the Makefile*'s, or, if not could 
someone suggest another way of changing all the files at once from the port 
Makefile?

Here is a "grep.log" of the files affected:
http://homepages.dsl.ca/~ddavid/grep.log

Also i have put up the port Makefile that i have so far if neccesary:
http://homepages.dsl.ca/~ddavid/Makefile

Thanks!

David


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?20020124132317.1FFD444AA97>