* [gentoo-commits] gentoo-x86 commit in app-editors/mg/files: mg-20140220-freebsd.patch
@ 2014-03-03 21:49 Ulrich Mueller (ulm)
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-03-03 21:49 UTC (permalink / raw
To: gentoo-commits
ulm 14/03/03 21:49:00
Added: mg-20140220-freebsd.patch
Log:
Patch for FreeBSD, and don't depend on libbsd there. Re-add previously dropped ~amd64-fbsd and ~x86-fbsd keywords.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.1 app-editors/mg/files/mg-20140220-freebsd.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/files/mg-20140220-freebsd.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/files/mg-20140220-freebsd.patch?rev=1.1&content-type=text/plain
Index: mg-20140220-freebsd.patch
===================================================================
--- mg-20140220-orig/sysdef.h
+++ mg-20140220/sysdef.h
@@ -15,7 +15,7 @@
# define __USE_GNU
#endif
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(__FreeBSD__)
# define LOGIN_NAME_MAX _POSIX_LOGIN_NAME_MAX
#endif
--- mg-20140220-orig/tags.c
+++ mg-20140220/tags.c
@@ -16,8 +16,10 @@
#include <stdlib.h>
#include <string.h>
-#ifndef LIBBSD_OVERLAY
-#include <util.h>
+#if defined(LIBBSD_OVERLAY) || defined(__FreeBSD__)
+# include <libutil.h>
+#else
+# include <util.h>
#endif
#include "def.h"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/mg/files: mg-20140220-freebsd.patch
@ 2014-03-03 23:51 Ulrich Mueller (ulm)
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-03-03 23:51 UTC (permalink / raw
To: gentoo-commits
ulm 14/03/03 23:51:43
Modified: mg-20140220-freebsd.patch
Log:
Update patch, stdio.h needs to be included too.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.2 app-editors/mg/files/mg-20140220-freebsd.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/files/mg-20140220-freebsd.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/files/mg-20140220-freebsd.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/mg/files/mg-20140220-freebsd.patch?r1=1.1&r2=1.2
Index: mg-20140220-freebsd.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/mg/files/mg-20140220-freebsd.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mg-20140220-freebsd.patch 3 Mar 2014 21:49:00 -0000 1.1
+++ mg-20140220-freebsd.patch 3 Mar 2014 23:51:43 -0000 1.2
@@ -11,9 +11,11 @@
--- mg-20140220-orig/tags.c
+++ mg-20140220/tags.c
-@@ -16,8 +16,10 @@
+@@ -15,9 +15,12 @@
+ #include <err.h>
#include <stdlib.h>
#include <string.h>
++#include <stdio.h>
-#ifndef LIBBSD_OVERLAY
-#include <util.h>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-editors/mg/files: mg-20140220-freebsd.patch
@ 2014-03-13 6:28 Ulrich Mueller (ulm)
0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-03-13 6:28 UTC (permalink / raw
To: gentoo-commits
ulm 14/03/13 06:28:53
Removed: mg-20140220-freebsd.patch
Log:
Remove intermediate versions.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-03-13 6:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-13 6:28 [gentoo-commits] gentoo-x86 commit in app-editors/mg/files: mg-20140220-freebsd.patch Ulrich Mueller (ulm)
-- strict thread matches above, loose matches on Subject: below --
2014-03-03 23:51 Ulrich Mueller (ulm)
2014-03-03 21:49 Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox