public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-ubin/files: freebsd-ubin-9.1-ar-libarchive3.patch
@ 2013-01-27 22:39 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2013-01-27 22:39 UTC (permalink / raw
  To: gentoo-commits

aballier    13/01/27 22:39:33

  Added:                freebsd-ubin-9.1-ar-libarchive3.patch
  Log:
  Fix build of ar with newer libarchive, bug #448510 by Yuta SATOH
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.1                  sys-freebsd/freebsd-ubin/files/freebsd-ubin-9.1-ar-libarchive3.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-ubin/files/freebsd-ubin-9.1-ar-libarchive3.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-ubin/files/freebsd-ubin-9.1-ar-libarchive3.patch?rev=1.1&content-type=text/plain

Index: freebsd-ubin-9.1-ar-libarchive3.patch
===================================================================
diff -Nur usr.bin.orig/ar/ar.c usr.bin/ar/ar.c
--- usr.bin.orig/ar/ar.c	2012-01-03 12:23:45.000000000 +0900
+++ usr.bin/ar/ar.c	2012-12-25 20:50:29.000000000 +0900
@@ -386,13 +386,13 @@
 static void
 bsdar_version(void)
 {
-	(void)printf("BSD ar %s - %s\n", BSDAR_VERSION, archive_version());
+	(void)printf("BSD ar %s - %s\n", BSDAR_VERSION, archive_version_string());
 	exit(EX_OK);
 }
 
 static void
 ranlib_version(void)
 {
-	(void)printf("ranlib %s - %s\n", BSDAR_VERSION, archive_version());
+	(void)printf("ranlib %s - %s\n", BSDAR_VERSION, archive_version_string());
 	exit(EX_OK);
 }





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-27 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-27 22:39 [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-ubin/files: freebsd-ubin-9.1-ar-libarchive3.patch Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox