* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build
@ 2009-07-21 13:07 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2009-07-21 13:07 UTC (permalink / raw
To: gentoo-commits
aballier 09/07/21 13:07:44
Modified: packages.build
Log:
add openssl to packages.build because libarchive needs it
Revision Changes Path
1.2 profiles/default/bsd/fbsd/packages.build
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.1&r2=1.2
Index: packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- packages.build 19 Jan 2009 22:15:17 -0000 1.1
+++ packages.build 21 Jul 2009 13:07:44 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 2004-2009 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.1 2009/01/19 22:15:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.2 2009/07/21 13:07:44 aballier Exp $
# This file describes the packages needed to build a stage 1 based on this
# profile. Packages in this file are built in order.
@@ -9,6 +9,7 @@
# symlinks on systems that use them.
app-arch/bzip2
+dev-libs/openssl
app-arch/libarchive
app-shells/bash
net-misc/rsync
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build
@ 2011-04-03 11:29 Ulrich Mueller (ulm)
0 siblings, 0 replies; 11+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-03 11:29 UTC (permalink / raw
To: gentoo-commits
ulm 11/04/03 11:29:58
Modified: packages.build
Log:
Remove old-style virtual/gzip, bug 358829.
Revision Changes Path
1.3 profiles/default/bsd/fbsd/packages.build
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.2&r2=1.3
Index: packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- packages.build 21 Jul 2009 13:07:44 -0000 1.2
+++ packages.build 3 Apr 2011 11:29:58 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 2004-2009 Gentoo Foundation.
+# Copyright 1999-2011 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.2 2009/07/21 13:07:44 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.3 2011/04/03 11:29:58 ulm Exp $
# This file describes the packages needed to build a stage 1 based on this
# profile. Packages in this file are built in order.
@@ -9,6 +9,7 @@
# symlinks on systems that use them.
app-arch/bzip2
+app-arch/gzip
dev-libs/openssl
app-arch/libarchive
app-shells/bash
@@ -37,7 +38,6 @@
dev-lang/python
app-editors/nano
virtual/editor
-virtual/gzip
virtual/libc
virtual/os-headers
sys-freebsd/freebsd-lib
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build
@ 2011-09-18 5:59 Naohiro Aota (naota)
0 siblings, 0 replies; 11+ messages in thread
From: Naohiro Aota (naota) @ 2011-09-18 5:59 UTC (permalink / raw
To: gentoo-commits
naota 11/09/18 05:59:50
Modified: packages.build
Log:
Add findutils
Revision Changes Path
1.4 profiles/default/bsd/fbsd/packages.build
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.3&r2=1.4
Index: packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- packages.build 3 Apr 2011 11:29:58 -0000 1.3
+++ packages.build 18 Sep 2011 05:59:50 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.3 2011/04/03 11:29:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.4 2011/09/18 05:59:50 naota Exp $
# This file describes the packages needed to build a stage 1 based on this
# profile. Packages in this file are built in order.
@@ -47,3 +47,4 @@
sys-freebsd/freebsd-ubin
sys-freebsd/freebsd-usbin
sys-freebsd/freebsd-contrib
+sys-apps/findutils
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build
@ 2012-05-05 13:16 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-05 13:16 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/05 13:16:12
Modified: packages.build
Log:
add freebsd-mk-defs to stage1 for the same reason
Revision Changes Path
1.5 profiles/default/bsd/fbsd/packages.build
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.4&r2=1.5
Index: packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- packages.build 18 Sep 2011 05:59:50 -0000 1.4
+++ packages.build 5 May 2012 13:16:12 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation.
+# Copyright 1999-2012 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.4 2011/09/18 05:59:50 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.5 2012/05/05 13:16:12 aballier Exp $
# This file describes the packages needed to build a stage 1 based on this
# profile. Packages in this file are built in order.
@@ -40,6 +40,7 @@
virtual/editor
virtual/libc
virtual/os-headers
+sys-freebsd/freebsd-mk-defs
sys-freebsd/freebsd-lib
sys-freebsd/freebsd-libexec
sys-freebsd/freebsd-bin
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build
@ 2012-10-15 14:32 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-10-15 14:32 UTC (permalink / raw
To: gentoo-commits
aballier 12/10/15 14:32:17
Modified: packages.build
Log:
remove python and perl from packages.build, add autotools, like on linux
Revision Changes Path
1.6 profiles/default/bsd/fbsd/packages.build
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.5&r2=1.6
Index: packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- packages.build 5 May 2012 13:16:12 -0000 1.5
+++ packages.build 15 Oct 2012 14:32:17 -0000 1.6
@@ -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/profiles/default/bsd/fbsd/packages.build,v 1.5 2012/05/05 13:16:12 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.6 2012/10/15 14:32:17 aballier Exp $
# This file describes the packages needed to build a stage 1 based on this
# profile. Packages in this file are built in order.
@@ -15,6 +15,9 @@
app-shells/bash
net-misc/rsync
net-misc/wget
+sys-devel/autoconf
+sys-devel/automake
+sys-devel/libtool
sys-apps/openrc
sys-apps/baselayout
sys-apps/diffutils
@@ -34,8 +37,6 @@
sys-devel/gnuconfig
sys-devel/make
sys-devel/patch
-dev-lang/perl
-dev-lang/python
app-editors/nano
virtual/editor
virtual/libc
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build
@ 2012-10-15 14:34 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-10-15 14:34 UTC (permalink / raw
To: gentoo-commits
aballier 12/10/15 14:34:42
Modified: packages.build
Log:
move findutils up as on linux
Revision Changes Path
1.7 profiles/default/bsd/fbsd/packages.build
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.6&r2=1.7
Index: packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- packages.build 15 Oct 2012 14:32:17 -0000 1.6
+++ packages.build 15 Oct 2012 14:34:42 -0000 1.7
@@ -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/profiles/default/bsd/fbsd/packages.build,v 1.6 2012/10/15 14:32:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.7 2012/10/15 14:34:42 aballier Exp $
# This file describes the packages needed to build a stage 1 based on this
# profile. Packages in this file are built in order.
@@ -22,6 +22,7 @@
sys-apps/baselayout
sys-apps/diffutils
sys-apps/file
+sys-apps/findutils
sys-apps/gawk
sys-apps/grep
sys-apps/less
@@ -49,4 +50,3 @@
sys-freebsd/freebsd-ubin
sys-freebsd/freebsd-usbin
sys-freebsd/freebsd-contrib
-sys-apps/findutils
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build
@ 2012-10-15 14:37 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2012-10-15 14:37 UTC (permalink / raw
To: gentoo-commits
aballier 12/10/15 14:37:00
Modified: packages.build
Log:
remove portage and add virtual/package-manager
Revision Changes Path
1.8 profiles/default/bsd/fbsd/packages.build
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.7&r2=1.8
Index: packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- packages.build 15 Oct 2012 14:34:42 -0000 1.7
+++ packages.build 15 Oct 2012 14:37:00 -0000 1.8
@@ -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/profiles/default/bsd/fbsd/packages.build,v 1.7 2012/10/15 14:34:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.8 2012/10/15 14:37:00 aballier Exp $
# This file describes the packages needed to build a stage 1 based on this
# profile. Packages in this file are built in order.
@@ -26,7 +26,6 @@
sys-apps/gawk
sys-apps/grep
sys-apps/less
-sys-apps/portage
sys-apps/sed
sys-apps/texinfo
sys-devel/binutils
@@ -42,6 +41,7 @@
virtual/editor
virtual/libc
virtual/os-headers
+virtual/package-manager
sys-freebsd/freebsd-mk-defs
sys-freebsd/freebsd-lib
sys-freebsd/freebsd-libexec
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build
@ 2013-02-01 22:42 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2013-02-01 22:42 UTC (permalink / raw
To: gentoo-commits
aballier 13/02/01 22:42:14
Modified: packages.build
Log:
remove nano from packages.build, bug #443810 by Yuta SATOH
Revision Changes Path
1.9 profiles/default/bsd/fbsd/packages.build
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.8&r2=1.9
Index: packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- packages.build 15 Oct 2012 14:37:00 -0000 1.8
+++ packages.build 1 Feb 2013 22:42:14 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation.
+# Copyright 1999-2013 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.8 2012/10/15 14:37:00 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.9 2013/02/01 22:42:14 aballier Exp $
# This file describes the packages needed to build a stage 1 based on this
# profile. Packages in this file are built in order.
@@ -37,7 +37,6 @@
sys-devel/gnuconfig
sys-devel/make
sys-devel/patch
-app-editors/nano
virtual/editor
virtual/libc
virtual/os-headers
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build
@ 2013-05-25 20:32 Alexis Ballier (aballier)
0 siblings, 0 replies; 11+ messages in thread
From: Alexis Ballier (aballier) @ 2013-05-25 20:32 UTC (permalink / raw
To: gentoo-commits
aballier 13/05/25 20:32:33
Modified: packages.build
Log:
remove texinfo from packages.build: it is not needed anymore for building stages and causes problems when trying to put it in a stage1. bug #471192
Revision Changes Path
1.10 profiles/default/bsd/fbsd/packages.build
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.9&r2=1.10
Index: packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- packages.build 1 Feb 2013 22:42:14 -0000 1.9
+++ packages.build 25 May 2013 20:32:33 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.9 2013/02/01 22:42:14 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.10 2013/05/25 20:32:33 aballier Exp $
# This file describes the packages needed to build a stage 1 based on this
# profile. Packages in this file are built in order.
@@ -27,7 +27,6 @@
sys-apps/grep
sys-apps/less
sys-apps/sed
-sys-apps/texinfo
sys-devel/binutils
sys-devel/bison
sys-devel/flex
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build
@ 2014-06-03 2:11 Jorge Manuel B. S. Vicetto (jmbsvicetto)
0 siblings, 0 replies; 11+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2014-06-03 2:11 UTC (permalink / raw
To: gentoo-commits
jmbsvicetto 14/06/03 02:11:40
Modified: packages.build
Log:
Add sys-apps/which to the list of packages to build on stage1 - fixes bug 502084.
Revision Changes Path
1.11 profiles/default/bsd/fbsd/packages.build
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.10&r2=1.11
Index: packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- packages.build 25 May 2013 20:32:33 -0000 1.10
+++ packages.build 3 Jun 2014 02:11:40 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation.
+# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.10 2013/05/25 20:32:33 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.11 2014/06/03 02:11:40 jmbsvicetto Exp $
# This file describes the packages needed to build a stage 1 based on this
# profile. Packages in this file are built in order.
@@ -48,3 +48,4 @@
sys-freebsd/freebsd-ubin
sys-freebsd/freebsd-usbin
sys-freebsd/freebsd-contrib
+sys-apps/which
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build
@ 2014-08-03 0:54 Jorge Manuel B. S. Vicetto (jmbsvicetto)
0 siblings, 0 replies; 11+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2014-08-03 0:54 UTC (permalink / raw
To: gentoo-commits
jmbsvicetto 14/08/03 00:54:15
Modified: packages.build
Log:
Drop sys-apps/which from fbsd/packages.build - fixes bug 517152.
Revision Changes Path
1.12 profiles/default/bsd/fbsd/packages.build
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/default/bsd/fbsd/packages.build?r1=1.11&r2=1.12
Index: packages.build
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- packages.build 3 Jun 2014 02:11:40 -0000 1.11
+++ packages.build 3 Aug 2014 00:54:15 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.11 2014/06/03 02:11:40 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/packages.build,v 1.12 2014/08/03 00:54:15 jmbsvicetto Exp $
# This file describes the packages needed to build a stage 1 based on this
# profile. Packages in this file are built in order.
@@ -48,4 +48,3 @@
sys-freebsd/freebsd-ubin
sys-freebsd/freebsd-usbin
sys-freebsd/freebsd-contrib
-sys-apps/which
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-08-03 0:54 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 14:34 [gentoo-commits] gentoo-x86 commit in profiles/default/bsd/fbsd: packages.build Alexis Ballier (aballier)
-- strict thread matches above, loose matches on Subject: below --
2014-08-03 0:54 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2014-06-03 2:11 Jorge Manuel B. S. Vicetto (jmbsvicetto)
2013-05-25 20:32 Alexis Ballier (aballier)
2013-02-01 22:42 Alexis Ballier (aballier)
2012-10-15 14:37 Alexis Ballier (aballier)
2012-10-15 14:32 Alexis Ballier (aballier)
2012-05-05 13:16 Alexis Ballier (aballier)
2011-09-18 5:59 Naohiro Aota (naota)
2011-04-03 11:29 Ulrich Mueller (ulm)
2009-07-21 13:07 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