Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 2009 21:58:21 -0600
From:      Paul Schmehl <pschmehl_lists@tx.rr.com>
To:        Freebsd Ports <freebsd-ports@freebsd.org>
Subject:   Need help with a port
Message-ID:  <C75E8A856EACF493AC12BE4B@Macintosh-2.local>

next in thread | raw e-mail | index | archive | help
I'm the port maintainer for security/barnyard2.  I submitted a port 
upgrade a while ago, but the committer asked me to make a change before he 
would approve it.  I'm not sure what to do.

The source code, when it's extracted, sets the perms on install-sh to 
r--r--r.  This causes an error during the build.  The way I tried to 
resolve the issue was by adding this to the Makefile:

+pre-install:
+        ${CHMOD} 744 ${WRKSRC}/install-sh
+

The committer said that was the wrong way to do it, that I should edit the 
configure file.  But the configure file doesn't do anything to the 
install-sh file at all.

Is there some other way to resolve this problem?  I'd like to get this 
update completed and approved.

This is the PR:

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/140393

Paul Schmehl, If it isn't already
obvious, my opinions are my own
and not those of my employer.
******************************************
WARNING: Check the headers before replying




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