public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-usbin/files: freebsd-usbin-9.0-libarchive.patch freebsd-usbin-9.0-newsyslog.patch
@ 2011-11-07 12:42 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2011-11-07 12:42 UTC (permalink / raw
  To: gentoo-commits

aballier    11/11/07 12:42:54

  Added:                freebsd-usbin-9.0-libarchive.patch
                        freebsd-usbin-9.0-newsyslog.patch
  Log:
  bump to 9.0_rc1
  
  (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-freebsd/freebsd-usbin/files/freebsd-usbin-9.0-libarchive.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/files/freebsd-usbin-9.0-libarchive.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/files/freebsd-usbin-9.0-libarchive.patch?rev=1.1&content-type=text/plain

Index: freebsd-usbin-9.0-libarchive.patch
===================================================================
--- usr.sbin/bsdinstall/distextract/distextract.c.old	2011-11-02 20:28:08.000000000 +0000
+++ usr.sbin/bsdinstall/distextract/distextract.c	2011-11-02 20:28:57.000000000 +0000
@@ -32,6 +32,9 @@
 #include <limits.h>
 #include <archive.h>
 #include <dialog.h>
+#ifndef archive_read_free
+#define archive_read_free(x) archive_read_finish(x)
+#endif
 
 static int extract_files(int nfiles, const char **files);
 



1.1                  sys-freebsd/freebsd-usbin/files/freebsd-usbin-9.0-newsyslog.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/files/freebsd-usbin-9.0-newsyslog.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/files/freebsd-usbin-9.0-newsyslog.patch?rev=1.1&content-type=text/plain

Index: freebsd-usbin-9.0-newsyslog.patch
===================================================================
diff -uNr usr.sbin/newsyslog.old/pathnames.h usr.sbin/newsyslog/pathnames.h
--- usr.sbin/newsyslog.old/pathnames.h	2011-11-02 20:12:37.000000000 +0000
+++ usr.sbin/newsyslog/pathnames.h	2011-11-02 20:12:50.000000000 +0000
@@ -24,6 +24,6 @@
 
 #define	_PATH_CONF	"/etc/newsyslog.conf"
 #define	_PATH_SYSLOGPID	_PATH_VARRUN "syslog.pid"
-#define	_PATH_BZIP2	"/usr/bin/bzip2"
-#define	_PATH_GZIP	"/usr/bin/gzip"
+#define	_PATH_BZIP2	"/bin/bzip2"
+#define	_PATH_GZIP	"/bin/gzip"
 #define	_PATH_XZ	"/usr/bin/xz"






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

only message in thread, other threads:[~2011-11-07 12:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 12:42 [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-usbin/files: freebsd-usbin-9.0-libarchive.patch freebsd-usbin-9.0-newsyslog.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