mgorny      15/03/08 14:01:56

  Added:                freebsd-usbin-10.0-bsdxml2expat.patch iscsid.initd
                        nfsuserd.initd nfsuserd.confd
  Log:
  Add FreeBSD 10.1 ebuilds, 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/46 by nigoro.
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.1                  
sys-freebsd/freebsd-usbin/files/freebsd-usbin-10.0-bsdxml2expat.patch

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

Index: freebsd-usbin-10.0-bsdxml2expat.patch
===================================================================
diff -Nur work.orig/usr.sbin/ctladm/ctladm.c work/usr.sbin/ctladm/ctladm.c
--- work.orig/usr.sbin/ctladm/ctladm.c  2012-07-12 13:25:58.000000000 +0900
+++ work/usr.sbin/ctladm/ctladm.c       2012-07-16 05:37:14.000000000 +0900
@@ -60,7 +60,7 @@
 #include <errno.h>
 #include <err.h>
 #include <ctype.h>
-#include <bsdxml.h>
+#include <expat.h>
 #include <cam/scsi/scsi_all.h>
 #include <cam/scsi/scsi_message.h>
 #include <cam/ctl/ctl.h>
diff -Nur work.orig/usr.sbin/ctld/kernel.c work/usr.sbin/ctld/kernel.c
--- work.orig/usr.sbin/ctld/kernel.c    2013-09-20 21:55:45.000000000 +0900
+++ work/usr.sbin/ctld/kernel.c 2013-09-20 22:01:17.000000000 +0900
@@ -45,7 +45,7 @@
 #include <sys/sbuf.h>
 #include <sys/capability.h>
 #include <assert.h>
-#include <bsdxml.h>
+#include <expat.h>
 #include <ctype.h>
 #include <errno.h>
 #include <fcntl.h>



1.1                  sys-freebsd/freebsd-usbin/files/iscsid.initd

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

Index: iscsid.initd
===================================================================
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

depend() {
        need net
}

start() {
        ebegin "Starting iscsid"
        start-stop-daemon --start --quiet --exec \
                /usr/sbin/iscsid -- $iscsidopts
        eend $? "Error starting iscsid"
}

stop() {
        ebegin "Stopping iscsid"
        start-stop-daemon --stop --quiet --exec /usr/sbin/iscsid
        eend $? "Error stopping iscsid"
}



1.1                  sys-freebsd/freebsd-usbin/files/nfsuserd.initd

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

Index: nfsuserd.initd
===================================================================
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

depend() {
        need net nfs
}

start() {
        ebegin "Starting nfsuserd"
        start-stop-daemon --start --quiet --exec \
                /usr/sbin/nfsuserd -- $nfsuserdopts
        eend $? "Error starting nfsuserd"
}

stop() {
        ebegin "Stopping nfsuserd"
        start-stop-daemon --stop --quiet --exec /usr/sbin/nfsuserd
        eend $? "Error stopping nfsuserd"
}



1.1                  sys-freebsd/freebsd-usbin/files/nfsuserd.confd

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

Index: nfsuserd.confd
===================================================================
# Config file for /etc/init.d/nfsuserd
# Options for nfsuserd (see man nfsuserd)
# Example: set domain example.com:
#nfsuserdopts="-domain example.com"





Reply via email to