* [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-usbin: freebsd-usbin-9.0.ebuild ChangeLog
@ 2012-01-16 16:37 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-01-16 16:37 UTC (permalink / raw
To: gentoo-commits
aballier 12/01/16 16:37:08
Modified: ChangeLog
Added: freebsd-usbin-9.0.ebuild
Log:
bump to 9.0
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.74 sys-freebsd/freebsd-usbin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 9 Dec 2011 13:24:25 -0000 1.73
+++ ChangeLog 16 Jan 2012 16:37:08 -0000 1.74
@@ -1,6 +1,11 @@
# ChangeLog for sys-freebsd/freebsd-usbin
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog,v 1.73 2011/12/09 13:24:25 aballier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog,v 1.74 2012/01/16 16:37:08 aballier Exp $
+
+*freebsd-usbin-9.0 (16 Jan 2012)
+
+ 16 Jan 2012; Alexis Ballier <aballier@gentoo.org> +freebsd-usbin-9.0.ebuild:
+ bump to 9.0
*freebsd-usbin-9.0_rc3 (09 Dec 2011)
1.1 sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild?rev=1.1&content-type=text/plain
Index: freebsd-usbin-9.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild,v 1.1 2012/01/16 16:37:08 aballier Exp $
EAPI=2
inherit bsdmk freebsd flag-o-matic eutils
DESCRIPTION="FreeBSD /usr/sbin tools"
SLOT="0"
KEYWORDS="~sparc-fbsd ~x86-fbsd"
SRC_URI="mirror://gentoo/${P}.tar.bz2
mirror://gentoo/${CONTRIB}.tar.bz2
mirror://gentoo/${UBIN}.tar.bz2
mirror://gentoo/${LIB}.tar.bz2
mirror://gentoo/${SBIN}.tar.bz2
mirror://gentoo/${ETC}.tar.bz2
mirror://gentoo/${GNU}.tar.bz2
nis? ( mirror://gentoo/${LIBEXEC}.tar.bz2 )
build? ( mirror://gentoo/${SYS}.tar.bz2
mirror://gentoo/${INCLUDE}.tar.bz2 )"
RDEPEND="=sys-freebsd/freebsd-lib-${RV}*[usb?,bluetooth?,netware?]
=sys-freebsd/freebsd-libexec-${RV}*
=sys-freebsd/freebsd-contrib-${RV}*
acpi? ( sys-power/iasl )
build? ( sys-apps/baselayout )
ssl? ( dev-libs/openssl )
>=app-arch/libarchive-3
sys-apps/tcp-wrappers
dev-util/dialog
dev-libs/libelf
net-libs/libpcap"
DEPEND="${RDEPEND}
=sys-freebsd/freebsd-mk-defs-${RV}*
=sys-freebsd/freebsd-ubin-${RV}*
!build? ( =sys-freebsd/freebsd-sources-${RV}* )
sys-apps/texinfo
sys-devel/flex"
S="${WORKDIR}/usr.sbin"
IUSE="acpi atm audit bluetooth floppy ipv6 isdn minimal netware nis pam ssl usb build"
pkg_setup() {
# Release crunch is something like minimal. It seems to remove everything
# which is not needed to work.
use minimal && mymakeopts="${mymakeopts} RELEASE_CRUNCH= "
use acpi || mymakeopts="${mymakeopts} WITHOUT_ACPI= "
use atm || mymakeopts="${mymakeopts} WITHOUT_ATM= "
use audit || mymakeopts="${mymakeopts} WITHOUT_AUDIT= "
use bluetooth || mymakeopts="${mymakeopts} WITHOUT_BLUETOOTH= "
use ipv6 || mymakeopts="${mymakeopts} WITHOUT_INET6= WITHOUT_INET6_SUPPORT= "
use isdn || mymakeopts="${mymakeopts} WITHOUT_I4B= "
use netware || mymakeopts="${mymakeopts} WITHOUT_IPX= WITHOUT_IPX_SUPPORT= WITHOUT_NCP= "
use nis || mymakeopts="${mymakeopts} WITHOUT_NIS= "
use pam || mymakeopts="${mymakeopts} WITHOUT_PAM_SUPPORT= "
use ssl || mymakeopts="${mymakeopts} WITHOUT_OPENSSL= "
use usb || mymakeopts="${mymakeopts} WITHOUT_USB= "
use floppy || mymakeopts="${mymakeopts} WITHOUT_FLOPPY= "
mymakeopts="${mymakeopts} WITHOUT_BIND_NAMED= WITHOUT_BIND_DNSSEC= WITHOUT_PF= WITHOUT_LPR= WITHOUT_SENDMAIL= WITHOUT_AUTHPF= WITHOUT_MAILWRAPPER= "
append-flags $(test-flags -fno-strict-aliasing)
}
PATCHES=(
"${FILESDIR}/${PN}-adduser.patch"
"${FILESDIR}/${PN}-9.0-newsyslog.patch"
)
REMOVE_SUBDIRS="
named named-checkzone named-checkconf rndc rndc-confgen
dnssec-keygen dnssec-signzone
tcpdchk tcpdmatch
sendmail praliases editmap mailstats makemap
sysinstall cron mailwrapper ntp bsnmpd
tcpdump ndp inetd
wpa/wpa_supplicant wpa/hostapd wpa/hostapd_cli wpa/wpa_cli wpa/wpa_passphrase
zic amd
pkg_install freebsd-update"
src_prepare() {
if ! use build; then
ln -s "/usr/src/sys-${RV}" "${WORKDIR}/sys"
ln -s "/usr/include" "${WORKDIR}/include"
else
dummy_mk mount_smbfs
fi
# Don't install mtree format manpage
# it's installed by libarchive.
sed -e "s: mtree.5::g" -i "${S}"/mtree/Makefile
}
src_install() {
# By creating these directories we avoid having to do a
# more complex hack
dodir /usr/share/doc
dodir /sbin
dodir /usr/libexec
dodir /usr/bin
# FILESDIR is used by some makefiles which will install files
# in the wrong place, just put it in the doc directory.
mkinstall DOCDIR=/usr/share/doc/${PF} || die "Install failed"
# Most of these now come from openrc.
for util in nfs rpc.statd rpc.lockd; do
newinitd "${FILESDIR}/"${util}.initd ${util} || die
if [[ -e "${FILESDIR}"/${util}.confd ]]; then \
newconfd "${FILESDIR}"/${util}.confd ${util} || die
fi
done
for class in daily monthly weekly; do
cat - > "${T}/periodic.${class}" <<EOS
#!/bin/sh
/usr/sbin/periodic ${class}
EOS
exeinto /etc/cron.${class}
newexe "${T}/periodic.${class}" periodic
done
# Install the pw.conf file to let pw use Gentoo's skel location
insinto /etc
doins "${FILESDIR}/pw.conf" || die
cd "${WORKDIR}/etc"
doins apmd.conf syslog.conf newsyslog.conf nscd.conf || die
insinto /etc/ppp
doins ppp/ppp.conf || die
if use isdn; then
insinto /etc/isdn
doins isdn/* || die
rm -f "${D}"/etc/isdn/Makefile
fi
if use bluetooth; then
insinto /etc/bluetooth
doins bluetooth/* || die
rm -f "${D}"/etc/bluetooth/Makefile
fi
# Install the periodic stuff (needs probably to be ported in a more
# gentooish way)
cd "${WORKDIR}/etc/periodic"
doperiodic daily daily/*.accounting
doperiodic monthly monthly/*.accounting
}
pkg_postinst() {
# We need to run pwd_mkdb if key files are not present
# If they are, then there is no need to run pwd_mkdb
if [[ ! -e "${ROOT}etc/passwd" || ! -e "${ROOT}etc/pwd.db" || ! -e "${ROOT}etc/spwd.db" ]] ; then
if [[ -e "${ROOT}etc/master.passwd" ]] ; then
einfo "Generating passwd files from ${ROOT}etc/master.passwd"
"${ROOT}"usr/sbin/pwd_mkdb -p -d "${ROOT}etc" "${ROOT}etc/master.passwd"
else
eerror "${ROOT}etc/master.passwd does not exist!"
eerror "You will no be able to log into your system!"
fi
fi
for logfile in messages security auth.log maillog lpd-errs xferlog cron \
debug.log slip.log ppp.log; do
[[ -f "${ROOT}/var/log/${logfile}" ]] || touch "${ROOT}/var/log/${logfile}"
done
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-usbin: freebsd-usbin-9.0.ebuild ChangeLog
@ 2012-04-23 16:04 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-23 16:04 UTC (permalink / raw
To: gentoo-commits
aballier 12/04/23 16:04:45
Modified: freebsd-usbin-9.0.ebuild ChangeLog
Log:
depend on new enough libedit
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.2 sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild?r1=1.1&r2=1.2
Index: freebsd-usbin-9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freebsd-usbin-9.0.ebuild 16 Jan 2012 16:37:08 -0000 1.1
+++ freebsd-usbin-9.0.ebuild 23 Apr 2012 16:04:45 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild,v 1.1 2012/01/16 16:37:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild,v 1.2 2012/04/23 16:04:45 aballier Exp $
EAPI=2
@@ -31,6 +31,7 @@
sys-apps/tcp-wrappers
dev-util/dialog
dev-libs/libelf
+ >=dev-libs/libedit-20120311.3.0-r1
net-libs/libpcap"
DEPEND="${RDEPEND}
=sys-freebsd/freebsd-mk-defs-${RV}*
1.76 sys-freebsd/freebsd-usbin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog?r1=1.75&r2=1.76
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog 30 Mar 2012 15:50:21 -0000 1.75
+++ ChangeLog 23 Apr 2012 16:04:45 -0000 1.76
@@ -1,6 +1,9 @@
# ChangeLog for sys-freebsd/freebsd-usbin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog,v 1.75 2012/03/30 15:50:21 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog,v 1.76 2012/04/23 16:04:45 aballier Exp $
+
+ 23 Apr 2012; Alexis Ballier <aballier@gentoo.org> freebsd-usbin-9.0.ebuild:
+ depend on new enough libedit
30 Mar 2012; Alexis Ballier <aballier@gentoo.org>
-freebsd-usbin-9.0_rc1.ebuild, -freebsd-usbin-9.0_rc2.ebuild,
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-usbin: freebsd-usbin-9.0.ebuild ChangeLog
@ 2012-04-26 14:33 Alexis Ballier (aballier)
0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2012-04-26 14:33 UTC (permalink / raw
To: gentoo-commits
aballier 12/04/26 14:33:25
Modified: freebsd-usbin-9.0.ebuild ChangeLog
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.3 sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild?r1=1.2&r2=1.3
Index: freebsd-usbin-9.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- freebsd-usbin-9.0.ebuild 23 Apr 2012 16:04:45 -0000 1.2
+++ freebsd-usbin-9.0.ebuild 26 Apr 2012 14:33:24 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild,v 1.2 2012/04/23 16:04:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/freebsd-usbin-9.0.ebuild,v 1.3 2012/04/26 14:33:24 aballier Exp $
EAPI=2
@@ -8,7 +8,7 @@
DESCRIPTION="FreeBSD /usr/sbin tools"
SLOT="0"
-KEYWORDS="~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
SRC_URI="mirror://gentoo/${P}.tar.bz2
mirror://gentoo/${CONTRIB}.tar.bz2
1.77 sys-freebsd/freebsd-usbin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog?r1=1.76&r2=1.77
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog 23 Apr 2012 16:04:45 -0000 1.76
+++ ChangeLog 26 Apr 2012 14:33:25 -0000 1.77
@@ -1,6 +1,9 @@
# ChangeLog for sys-freebsd/freebsd-usbin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog,v 1.76 2012/04/23 16:04:45 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-usbin/ChangeLog,v 1.77 2012/04/26 14:33:25 aballier Exp $
+
+ 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> freebsd-usbin-9.0.ebuild:
+ keyword ~amd64-fbsd
23 Apr 2012; Alexis Ballier <aballier@gentoo.org> freebsd-usbin-9.0.ebuild:
depend on new enough libedit
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-26 14:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23 16:04 [gentoo-commits] gentoo-x86 commit in sys-freebsd/freebsd-usbin: freebsd-usbin-9.0.ebuild ChangeLog Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2012-04-26 14:33 Alexis Ballier (aballier)
2012-01-16 16:37 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