Hello community,

here is the log from the commit of package bmake for openSUSE:Factory checked 
in at 2016-05-30 09:57:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bmake (Old)
 and      /work/SRC/openSUSE:Factory/.bmake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bmake"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bmake/bmake.changes      2016-05-25 
21:29:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bmake.new/bmake.changes 2016-05-30 
09:57:19.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 26 18:04:54 UTC 2016 - dap.darkn...@gmail.com
+
+- Added bmake-MAKE_VERSION.diff to fix MAKE_VERSION variable
+  that fixes mk-configure package configure error.
+
+-------------------------------------------------------------------

New:
----
  bmake-MAKE_VERSION.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bmake.spec ++++++
--- /var/tmp/diff_new_pack.FkINkb/_old  2016-05-30 09:57:21.000000000 +0200
+++ /var/tmp/diff_new_pack.FkINkb/_new  2016-05-30 09:57:21.000000000 +0200
@@ -25,7 +25,8 @@
 Url:            ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
 Source0:        
ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/bmake-%{version}.tar.gz
 Source1:        Linux.sys.mk
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-OPENSUSE to fix MAKE_VERSION variable & mk-configure package.
+Patch0:         bmake-MAKE_VERSION.diff
 
 %description
 bmake, the NetBSD make(1) tool, is a program designed to simplify the
@@ -39,6 +40,7 @@
 
 %prep
 %setup -q -n %{name}
+%patch0
 
 %build
 unset MAKEFLAGS

++++++ bmake-MAKE_VERSION.diff ++++++
--- make-bootstrap.sh.in        2016-05-03 21:41:15.000000000 +0300
+++ make-bootstrap.sh.in.orig   2016-05-03 21:42:46.000000000 +0300
@@ -13,7 +13,7 @@
 CC="@CC@"
 CFLAGS="@CFLAGS@ -I. -I${srcdir} @DEFS@ @CPPFLAGS@ -DMAKE_NATIVE ${XDEFS} 
-DBMAKE_PATH_MAX=@bmake_path_max@"
 
-MAKE_VERSION=`sed -n '/^MAKE_VERSION=/s,.*=[^0-9]*,,p' $srcdir/Makefile`
+MAKE_VERSION=`sed -n '/^_MAKE_VERSION=/s,.*=[^0-9]*,,p' $srcdir/Makefile`
 
 MDEFS="-DMAKE_VERSION=\"$MAKE_VERSION\" \
 -D@force_machine@MACHINE=\"@machine@\" -DMACHINE_ARCH=\"@machine_arch@\" \

Reply via email to