[Pkg-virtualbox-commits] [kbuild] 04/05: Drop patch for kfreebsd

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Fri Oct 20 13:48:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository kbuild.

commit 6785a56895209a7d8ddd5d75e6ce6ab65503cfbb
Author: Gianfranco Costamagna <locutusofborg at debian.org>
Date:   Fri Oct 20 15:47:43 2017 +0200

    Drop patch for kfreebsd
---
 debian/patches/01_gnukfreebsd.diff | 30 ------------------------------
 debian/patches/series              |  1 -
 2 files changed, 31 deletions(-)

diff --git a/debian/patches/01_gnukfreebsd.diff b/debian/patches/01_gnukfreebsd.diff
deleted file mode 100644
index 5e93623..0000000
--- a/debian/patches/01_gnukfreebsd.diff
+++ /dev/null
@@ -1,30 +0,0 @@
-Author: Julian Andres Klode <jak at debian.org>
-Description: Tweak support for GNU/kFreeBSD platforms to kbuild.
- It still has a few problems, like the missing fflagstostr() and strtofflags() functions,
- which have all been worked around for now.
-Bug-Debian: http://bugs.debian.org/540665
-
---- a/src/kmk/kmkbuiltin/install.c
-+++ b/src/kmk/kmkbuiltin/install.c
-@@ -209,7 +209,8 @@ kmk_builtin_install(int argc, char *argv
- 			dodir = 1;
- 			break;
- 		case 'f':
--#ifdef UF_IMMUTABLE
-+#if defined(UF_IMMUTABLE) && !defined(__GLIBC__)
-+			/** @todo: we need strtofflags() exported in e.g. libbsd */
- 			flags = optarg;
- 			if (strtofflags(&flags, &fset, NULL))
- 				return errx(EX_USAGE, "%s: invalid flag", flags);
---- a/src/kmk/kmkbuiltin/rm.c
-+++ b/src/kmk/kmkbuiltin/rm.c
-@@ -675,7 +675,8 @@ check(char *path, char *name, struct sta
-                     )
- 			return (1);
- 		bsd_strmode(sp->st_mode, modep);
--#ifdef SF_APPEND
-+#if defined(SF_APPEND) && !defined(__GLIBC__)
-+		/** @todo: we need fflagstostr() exported in e.g. libbsd */
- 		if ((flagsp = fflagstostr(sp->st_flags)) == NULL)
- 			exit(err(1, "fflagstostr"));
- 		(void)fprintf(stderr, "override %s%s%s/%s %s%sfor %s? ",
diff --git a/debian/patches/series b/debian/patches/series
index dca2272..58ebb3d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-01_gnukfreebsd.diff
 07_special-chars-build-path.diff
 09_read.c_record_files_SV_33034_Changes_fatal_to_error.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/kbuild.git



More information about the Pkg-virtualbox-commits mailing list