Re: svn commit: r333922 - head/lib/libmagic

2018-05-20 Thread Cy Schubert
In message 

Re: svn commit: r333922 - head/lib/libmagic

2018-05-20 Thread Eitan Adler
On 19 May 2018 at 22:59, Cy Schubert  wrote:
> Author: cy
> Date: Sun May 20 05:59:35 2018
> New Revision: 333922
> URL: https://svnweb.freebsd.org/changeset/base/333922
>
> Log:
>   Fix build post r333919.

Thanks! I had tested the build of file(1) but not libmagic as i had
separately installed it. Sorry the breakage.


-- 
Eitan Adler
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r333922 - head/lib/libmagic

2018-05-20 Thread Cy Schubert
Author: cy
Date: Sun May 20 05:59:35 2018
New Revision: 333922
URL: https://svnweb.freebsd.org/changeset/base/333922

Log:
  Fix build post r333919.
  
  This commit results in an aesthetically unpleasing long line
  which will be fixed next commit.

Modified:
  head/lib/libmagic/Makefile

Modified: head/lib/libmagic/Makefile
==
--- head/lib/libmagic/Makefile  Sun May 20 05:50:53 2018(r333921)
+++ head/lib/libmagic/Makefile  Sun May 20 05:59:35 2018(r333922)
@@ -13,9 +13,9 @@ LIBADD=   z
 .endif
 MAN=   libmagic.3 magic.5
 
-SRCS=  apprentice.c apptype.c ascmagic.c cdf.c cdf_time.c compress.c \
+SRCS=  apprentice.c apptype.c ascmagic.c buffer.c cdf.c cdf_time.c compress.c \
der.c encoding.c fsmagic.c funcs.c \
-   is_tar.c magic.c print.c readcdf.c readelf.c softmagic.c
+   is_tar.c magic.c print.c readcdf.c readelf.c seccomp.c softmagic.c
 INCS=  magic.h
 
 MAGICPATH?=/usr/share/misc
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"