svn commit: r388045 - head/mail/sendmail

John Marino freebsd.contact at marino.st
Thu Jun 4 06:02:04 UTC 2015


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:

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



More information about the svn-ports-head mailing list