svn commit: r388045 - head/mail/sendmail

Bryan Drewery bdrewery at FreeBSD.org
Thu Jun 4 06:14:31 UTC 2015


On 6/4/2015 1:01 AM, John Marino wrote:
> On 5/31/2015 01:54, Baptiste Daroussin wrote:
>> Author: bapt
>> Date: Sat May 30 23:54:51 2015
>> New Revision: 388045
>> URL: https://svnweb.freebsd.org/changeset/ports/388045
>>
>> Log:
>>   Allow packaging as regular user
>>   
>>   Add USES=uidfix to get the definition of GID
>>   Overwrite via MAKE_ARGS the owner and groups enforced by upstream Makefile
>>   Ownership remains unchanged in the final package given the ownership is now set
>>   by plist
>>   Change modes when installing to allow stripping in post-install as a regular
>>   user
>>   Replace INSTALL_SCRIPT by INSTALL_LIB which takes care of stripping the binaries
>>   when installing
>>
>> Modified:
>>   head/mail/sendmail/Makefile
>>
> 
> This is failing on DragonFly now:

So fix it. This is FreeBSD.

> 
> if [ ! -d /wrkdirs/mail/sendmail/work/stage/usr/local/share/sendmail ];
> then mkdir -p
> /wrkdirs/mail/sendmail/work/stage/usr/local/share/sendmail; else :; fi
> install -c -o 0 -g  -m 444 helpfile
> /wrkdirs/mail/sendmail/work/stage/usr/local/share/sendmail/helpfile
> install: unknown group -m
> *** Error code 67
> 
> Stop.
> make[2]: stopped in
> /wrkdirs/mail/sendmail/work/sendmail-8.15.1/obj.DragonFly.4.1-DEVELOPMENT.x86_64/sendmail
> Making install in:
> /wrkdirs/mail/sendmail/work/sendmail-8.15.1/editmap
> Configuration: pfx=, os=DragonFly, rel=4.1-DEVELOPMENT, rbase=4,
> rroot=4.1-DEVELOPMENT, arch=x86_64, sfx=, variant=optimized
> Making in
> /wrkdirs/mail/sendmail/work/sendmail-8.15.1/obj.DragonFly.4.1-DEVELOPMENT.x86_64/editmap
> install -c -o 0 -g  -m 0755 editmap
> /wrkdirs/mail/sendmail/work/stage/usr/local/sbin
> install: unknown group -m
> *** Error code 67
> 
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150604/04764c15/attachment.sig>


More information about the svn-ports-all mailing list