[Glibc-bsd-commits] r5470 - in trunk/freebsd-buildutils/debian: . patches

rmh at alioth.debian.org rmh at alioth.debian.org
Sun May 4 22:16:14 UTC 2014


Author: rmh
Date: 2014-05-04 22:16:14 +0000 (Sun, 04 May 2014)
New Revision: 5470

Added:
   trunk/freebsd-buildutils/debian/patches/mk_eisa.diff
Modified:
   trunk/freebsd-buildutils/debian/changelog
   trunk/freebsd-buildutils/debian/patches/series
Log:
Add MK_EISA.

Modified: trunk/freebsd-buildutils/debian/changelog
===================================================================
--- trunk/freebsd-buildutils/debian/changelog	2014-05-04 13:09:52 UTC (rev 5469)
+++ trunk/freebsd-buildutils/debian/changelog	2014-05-04 22:16:14 UTC (rev 5470)
@@ -1,3 +1,9 @@
+freebsd-buildutils (10.0-4) unstable; urgency=low
+
+  * Add MK_EISA.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 04 May 2014 14:15:29 +0200
+
 freebsd-buildutils (10.0-3) unstable; urgency=low
 
   * kldxref_abort_on_error.diff: Treat EFAULT condition as fatal (see

Added: trunk/freebsd-buildutils/debian/patches/mk_eisa.diff
===================================================================
--- trunk/freebsd-buildutils/debian/patches/mk_eisa.diff	                        (rev 0)
+++ trunk/freebsd-buildutils/debian/patches/mk_eisa.diff	2014-05-04 22:16:14 UTC (rev 5470)
@@ -0,0 +1,10 @@
+--- a/src/share/mk/bsd.own.mk
++++ b/src/share/mk/bsd.own.mk
+@@ -365,6 +365,7 @@
+ __DEFAULT_NO_OPTIONS = \
+     BSD_GREP \
+     CLANG_EXTRAS \
++    EISA \
+     CTF \
+     DEBUG_FILES \
+     GPL_DTC \

Modified: trunk/freebsd-buildutils/debian/patches/series
===================================================================
--- trunk/freebsd-buildutils/debian/patches/series	2014-05-04 13:09:52 UTC (rev 5469)
+++ trunk/freebsd-buildutils/debian/patches/series	2014-05-04 22:16:14 UTC (rev 5470)
@@ -1,7 +1,8 @@
 # Patches from (or merged in) upstream
+mk_ncp.diff
+mk_eisa.diff
 
 # Patches that are in good shape for merging upstream
-mk_ncp.diff
 yacc_is_byacc.diff
 kldxref_abort_on_error.diff
 




More information about the Glibc-bsd-commits mailing list