[Glibc-bsd-commits] r5298 - trunk/kfreebsd-11/debian

rmh at alioth.debian.org rmh at alioth.debian.org
Thu Jan 2 22:25:13 UTC 2014


Author: rmh
Date: 2014-01-02 22:25:13 +0000 (Thu, 02 Jan 2014)
New Revision: 5298

Modified:
   trunk/kfreebsd-11/debian/changelog
   trunk/kfreebsd-11/debian/control.in
   trunk/kfreebsd-11/debian/rules
Log:
Switch to bmake to follow upstream.

Modified: trunk/kfreebsd-11/debian/changelog
===================================================================
--- trunk/kfreebsd-11/debian/changelog	2014-01-02 22:22:03 UTC (rev 5297)
+++ trunk/kfreebsd-11/debian/changelog	2014-01-02 22:25:13 UTC (rev 5298)
@@ -2,8 +2,9 @@
 
   * Only assert linker.hints presence on kfreebsd-any.
   * Correctly setup BSD version of MAKEFLAGS to support parallel builds.
+  * Switch to bmake to follow upstream.
 
- -- Robert Millan <rmh at debian.org>  Fri, 27 Dec 2013 14:23:10 +0100
+ -- Robert Millan <rmh at debian.org>  Thu, 02 Jan 2014 23:25:01 +0100
 
 kfreebsd-11 (11.0~svn259528-2) experimental; urgency=low
 

Modified: trunk/kfreebsd-11/debian/control.in
===================================================================
--- trunk/kfreebsd-11/debian/control.in	2014-01-02 22:22:03 UTC (rev 5297)
+++ trunk/kfreebsd-11/debian/control.in	2014-01-02 22:25:13 UTC (rev 5298)
@@ -7,7 +7,8 @@
 Vcs-Svn: svn://anonscm.debian.org/glibc-bsd/trunk/kfreebsd-@major@/
 Build-Depends: debhelper (>= 5.0.0), bzip2, sharutils, flex-old | flex,
  freebsd-buildutils (>= 10.0~svn259404-3),
- freebsd-glue (>= 0.1.5),
+ freebsd-glue (>= 0.2.8~),
+ bmake (>= 20131001-1~),
  byacc,
  @cc_pkg@, libdb-dev,
  libsbuf-dev (>= 9.0+ds1-2),

Modified: trunk/kfreebsd-11/debian/rules
===================================================================
--- trunk/kfreebsd-11/debian/rules	2014-01-02 22:22:03 UTC (rev 5297)
+++ trunk/kfreebsd-11/debian/rules	2014-01-02 22:25:13 UTC (rev 5298)
@@ -52,7 +52,7 @@
 
 MAKE		:= \
 		MAKEFLAGS=$(BSD_MAKEFLAGS) \
-		make \
+		bmake \
 		MACHINE_ARCH=$(kfreebsd_cpu) \
 		-DWITHOUT_SOURCELESS
 




More information about the Glibc-bsd-commits mailing list