[Glibc-bsd-commits] r6020 - in trunk/freebsd-libs/debian: . patches

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Wed Apr 20 20:30:51 UTC 2016


Author: stevenc-guest
Date: 2016-04-20 20:30:51 +0000 (Wed, 20 Apr 2016)
New Revision: 6020

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/patches/makefiles.diff
Log:
Enable kinfo_getvmobject.c in libutil-freebsd


Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2016-04-20 19:32:35 UTC (rev 6019)
+++ trunk/freebsd-libs/debian/changelog	2016-04-20 20:30:51 UTC (rev 6020)
@@ -2,6 +2,7 @@
 
   * Use new preferred hostname for upstream SVN with HTTPS
     (svn.freebsd.org).
+  * Enable kinfo_getvmobject.c in libutil-freebsd 
 
  -- Steven Chamberlain <steven at pyro.eu.org>  Mon, 04 Apr 2016 12:35:30 +0100
 

Modified: trunk/freebsd-libs/debian/patches/makefiles.diff
===================================================================
--- trunk/freebsd-libs/debian/patches/makefiles.diff	2016-04-20 19:32:35 UTC (rev 6019)
+++ trunk/freebsd-libs/debian/patches/makefiles.diff	2016-04-20 20:30:51 UTC (rev 6020)
@@ -19,7 +19,7 @@
  MLINKS+= \
 --- a/lib/libutil/Makefile
 +++ b/lib/libutil/Makefile
-@@ -5,16 +5,11 @@
+@@ -5,16 +5,12 @@
  
  .include <bsd.own.mk>
  
@@ -35,10 +35,11 @@
 -	login_class.c login_crypt.c login_ok.c login_times.c login_tty.c \
 -	pidfile.c property.c pty.c pw_util.c quotafile.c realhostname.c \
 +	hexdump.c humanize_number.c \
++	kinfo_getvmobject.c \
  	stub.c trimdomain.c uucplock.c
  INCS=	libutil.h login_cap.h
  
-@@ -26,6 +21,14 @@
+@@ -26,6 +22,14 @@
  
  CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../libc/gen/
  




More information about the Glibc-bsd-commits mailing list