[Glibc-bsd-commits] r5374 - trunk/freebsd-libs/debian

rmh at alioth.debian.org rmh at alioth.debian.org
Tue Jan 21 11:58:54 UTC 2014


Author: rmh
Date: 2014-01-21 11:58:54 +0000 (Tue, 21 Jan 2014)
New Revision: 5374

Modified:
   trunk/freebsd-libs/debian/changelog
   trunk/freebsd-libs/debian/control
   trunk/freebsd-libs/debian/rules
Log:
Switch to bmake to follow upstream.

Modified: trunk/freebsd-libs/debian/changelog
===================================================================
--- trunk/freebsd-libs/debian/changelog	2014-01-21 11:50:59 UTC (rev 5373)
+++ trunk/freebsd-libs/debian/changelog	2014-01-21 11:58:54 UTC (rev 5374)
@@ -2,6 +2,7 @@
 
   * Improve detection of FTBFS problems on foreign platforms by passing
     __FREEBSD_GLUE_USE_EMBEDDED_HEADERS flag to freebsd-glue.
+  * Switch to bmake to follow upstream.
 
  -- Robert Millan <rmh at debian.org>  Sat, 18 Jan 2014 01:18:08 +0100
 

Modified: trunk/freebsd-libs/debian/control
===================================================================
--- trunk/freebsd-libs/debian/control	2014-01-21 11:50:59 UTC (rev 5373)
+++ trunk/freebsd-libs/debian/control	2014-01-21 11:58:54 UTC (rev 5374)
@@ -4,7 +4,7 @@
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
 Uploaders: Aurelien Jarno <aurel32 at debian.org>, Robert Millan <rmh at debian.org>
 Build-Depends: debhelper (>= 7), pkg-config,
- freebsd-buildutils (>= 9.0-3~),
+ bmake (>= 20131001-4~),
  freebsd-mk (>= 10.0-2~),
  libbsd-dev (>= 0.3.0),
  libc0.1-dev (>= 2.13-31) [kfreebsd-any],

Modified: trunk/freebsd-libs/debian/rules
===================================================================
--- trunk/freebsd-libs/debian/rules	2014-01-21 11:50:59 UTC (rev 5373)
+++ trunk/freebsd-libs/debian/rules	2014-01-21 11:58:54 UTC (rev 5374)
@@ -49,7 +49,7 @@
 PMAKE_COMMON = \
 	MAKEFLAGS=$(BSD_MAKEFLAGS) \
 	NO_WERROR=1 NOGCCERROR=1 \
-        NOSHARED=NO NO_SHARED=NO NO_PROFILE=1 DESTDIR=$(DESTDIR) make
+        NOSHARED=NO NO_SHARED=NO NO_PROFILE=1 DESTDIR=$(DESTDIR) bmake
 PMAKE = \
 	CFLAGS="$(CFLAGS)" \
 	$(PMAKE_COMMON)




More information about the Glibc-bsd-commits mailing list