[Glibc-bsd-commits] r3950 - in trunk: kfreebsd-10/debian kfreebsd-10/debian/arch/i386 kfreebsd-8/debian kfreebsd-8/debian/arch/i386 kfreebsd-9/debian kfreebsd-9/debian/arch/i386

Robert Millan rmh at alioth.debian.org
Sun Dec 18 11:49:13 UTC 2011


Author: rmh
Date: 2011-12-18 11:49:13 +0000 (Sun, 18 Dec 2011)
New Revision: 3950

Removed:
   trunk/kfreebsd-10/debian/arch/i386/686-smp.config
   trunk/kfreebsd-10/debian/arch/i386/686-smp.defines
   trunk/kfreebsd-8/debian/arch/i386/686-smp.config
   trunk/kfreebsd-8/debian/arch/i386/686-smp.defines
   trunk/kfreebsd-9/debian/arch/i386/686-smp.config
   trunk/kfreebsd-9/debian/arch/i386/686-smp.defines
Modified:
   trunk/kfreebsd-10/debian/arch/i386/686.config
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/control.in
   trunk/kfreebsd-8/debian/arch/i386/686.config
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/control.in
   trunk/kfreebsd-9/debian/arch/i386/686.config
   trunk/kfreebsd-9/debian/changelog
   trunk/kfreebsd-9/debian/control.in
Log:
Enable SMP in -686 and turn -686-smp into a transitional package.

Deleted: trunk/kfreebsd-10/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/686-smp.config	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-10/debian/arch/i386/686-smp.config	2011-12-18 11:49:13 UTC (rev 3950)
@@ -1,27 +0,0 @@
-# Kernel for Debian GNU/kFreeBSD on an i686 SMP machine
-
-cpu		I686_CPU
-makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
-ident		Debian-i686-SMP
-
-options		SMP		# Symmetric MultiProcessor Kernel
-options		ALTQ_NOPCC	# Required for SMP build
-
-options		COMPAT_LINUX
-options		LINPROCFS
-options         LINSYSFS
-options		FDESCFS
-options		TMPFS
-options         QUOTA
-
-# UTF-8 console support
-options		VESA
-options		SC_PIXEL_MODE	# add support for the raster text mode
-options		TEKEN_UTF8	# UTF-8 output handling
-
-# Network options
-device		carp
-device		pf
-device		pfsync
-
-include		GENERIC

Deleted: trunk/kfreebsd-10/debian/arch/i386/686-smp.defines
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/686-smp.defines	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-10/debian/arch/i386/686-smp.defines	2011-12-18 11:49:13 UTC (rev 3950)
@@ -1 +0,0 @@
-Recommends: libc0.1-i686

Modified: trunk/kfreebsd-10/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-10/debian/arch/i386/686.config	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-10/debian/arch/i386/686.config	2011-12-18 11:49:13 UTC (rev 3950)
@@ -4,6 +4,9 @@
 makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 ident		Debian-i686
 
+options		SMP		# Symmetric MultiProcessor Kernel
+options		ALTQ_NOPCC	# Required for SMP build
+
 options		COMPAT_LINUX
 options		LINPROCFS
 options         LINSYSFS

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-10/debian/changelog	2011-12-18 11:49:13 UTC (rev 3950)
@@ -1,3 +1,9 @@
+kfreebsd-10 (10.0~svn228392-2) UNRELEASED; urgency=low
+
+  * Enable SMP in -686 and turn -686-smp into a transitional package.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 18 Dec 2011 12:48:44 +0100
+
 kfreebsd-10 (10.0~svn228392-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: trunk/kfreebsd-10/debian/control.in
===================================================================
--- trunk/kfreebsd-10/debian/control.in	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-10/debian/control.in	2011-12-18 11:49:13 UTC (rev 3950)
@@ -37,3 +37,28 @@
  apt-get install kfreebsd-headers-$(uname -r)
  .
  and it will be unpacked in /usr/src/kfreebsd-headers- at version@- at abiname@-(flavour)
+
+
+Package: kfreebsd-image- at version@- at abiname@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-image- at version@- at abiname@-686
+Description: kernel of FreeBSD @version@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.
+
+Package: kfreebsd-image- at major@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-image- at major@-686
+Description: kernel of FreeBSD @major@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.
+
+Package: kfreebsd-headers- at version@- at abiname@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-headers- at version@- at abiname@-686
+Description: header files for kernel of FreeBSD @version@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.
+
+Package: kfreebsd-headers- at major@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-headers- at version@- at abiname@-686
+Description: header files for kernel of FreeBSD @major@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.

Deleted: trunk/kfreebsd-8/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686-smp.config	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-8/debian/arch/i386/686-smp.config	2011-12-18 11:49:13 UTC (rev 3950)
@@ -1,28 +0,0 @@
-# Kernel for Debian GNU/kFreeBSD on an i686 SMP machine
-
-cpu		I686_CPU
-makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
-ident		Debian-i686-SMP
-
-options		SMP		# Symmetric MultiProcessor Kernel
-options		ALTQ_NOPCC	# Required for SMP build
-
-options		COMPAT_LINUX
-options		LINPROCFS
-options         LINSYSFS
-options		FDESCFS
-options		TMPFS
-options         QUOTA
-
-# UTF-8 console support
-options		VESA
-options		SC_PIXEL_MODE	# add support for the raster text mode
-options		TEKEN_UTF8	# UTF-8 output handling
-options		TEKEN_XTERM
-
-# Network options
-device		carp
-device		pf
-device		pfsync
-
-include		GENERIC

Deleted: trunk/kfreebsd-8/debian/arch/i386/686-smp.defines
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686-smp.defines	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-8/debian/arch/i386/686-smp.defines	2011-12-18 11:49:13 UTC (rev 3950)
@@ -1 +0,0 @@
-Recommends: libc0.1-i686

Modified: trunk/kfreebsd-8/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-8/debian/arch/i386/686.config	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-8/debian/arch/i386/686.config	2011-12-18 11:49:13 UTC (rev 3950)
@@ -4,6 +4,9 @@
 makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 ident		Debian-i686
 
+options		SMP		# Symmetric MultiProcessor Kernel
+options		ALTQ_NOPCC	# Required for SMP build
+
 options		COMPAT_LINUX
 options		LINPROCFS
 options         LINSYSFS

Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-8/debian/changelog	2011-12-18 11:49:13 UTC (rev 3950)
@@ -1,3 +1,9 @@
+kfreebsd-8 (8.3~svn228573-2) UNRELEASED; urgency=low
+
+  * Enable SMP in -686 and turn -686-smp into a transitional package.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 18 Dec 2011 12:48:56 +0100
+
 kfreebsd-8 (8.3~svn228573-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: trunk/kfreebsd-8/debian/control.in
===================================================================
--- trunk/kfreebsd-8/debian/control.in	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-8/debian/control.in	2011-12-18 11:49:13 UTC (rev 3950)
@@ -37,3 +37,28 @@
  apt-get install kfreebsd-headers-$(uname -r)
  .
  and it will be unpacked in /usr/src/kfreebsd-headers- at version@- at abiname@-(flavour)
+
+
+Package: kfreebsd-image- at version@- at abiname@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-image- at version@- at abiname@-686
+Description: kernel of FreeBSD @version@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.
+
+Package: kfreebsd-image- at major@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-image- at major@-686
+Description: kernel of FreeBSD @major@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.
+
+Package: kfreebsd-headers- at version@- at abiname@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-headers- at version@- at abiname@-686
+Description: header files for kernel of FreeBSD @version@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.
+
+Package: kfreebsd-headers- at major@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-headers- at version@- at abiname@-686
+Description: header files for kernel of FreeBSD @major@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.

Deleted: trunk/kfreebsd-9/debian/arch/i386/686-smp.config
===================================================================
--- trunk/kfreebsd-9/debian/arch/i386/686-smp.config	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-9/debian/arch/i386/686-smp.config	2011-12-18 11:49:13 UTC (rev 3950)
@@ -1,27 +0,0 @@
-# Kernel for Debian GNU/kFreeBSD on an i686 SMP machine
-
-cpu		I686_CPU
-makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
-ident		Debian-i686-SMP
-
-options		SMP		# Symmetric MultiProcessor Kernel
-options		ALTQ_NOPCC	# Required for SMP build
-
-options		COMPAT_LINUX
-options		LINPROCFS
-options         LINSYSFS
-options		FDESCFS
-options		TMPFS
-options         QUOTA
-
-# UTF-8 console support
-options		VESA
-options		SC_PIXEL_MODE	# add support for the raster text mode
-options		TEKEN_UTF8	# UTF-8 output handling
-
-# Network options
-device		carp
-device		pf
-device		pfsync
-
-include		GENERIC

Deleted: trunk/kfreebsd-9/debian/arch/i386/686-smp.defines
===================================================================
--- trunk/kfreebsd-9/debian/arch/i386/686-smp.defines	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-9/debian/arch/i386/686-smp.defines	2011-12-18 11:49:13 UTC (rev 3950)
@@ -1 +0,0 @@
-Recommends: libc0.1-i686

Modified: trunk/kfreebsd-9/debian/arch/i386/686.config
===================================================================
--- trunk/kfreebsd-9/debian/arch/i386/686.config	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-9/debian/arch/i386/686.config	2011-12-18 11:49:13 UTC (rev 3950)
@@ -4,6 +4,9 @@
 makeoptions	COPTFLAGS="-O2 -pipe -march=i686 -mtune=generic"
 ident		Debian-i686
 
+options		SMP		# Symmetric MultiProcessor Kernel
+options		ALTQ_NOPCC	# Required for SMP build
+
 options		COMPAT_LINUX
 options		LINPROCFS
 options         LINSYSFS

Modified: trunk/kfreebsd-9/debian/changelog
===================================================================
--- trunk/kfreebsd-9/debian/changelog	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-9/debian/changelog	2011-12-18 11:49:13 UTC (rev 3950)
@@ -1,3 +1,9 @@
+kfreebsd-9 (9.0~svn228246-2) UNRELEASED; urgency=low
+
+  * Enable SMP in -686 and turn -686-smp into a transitional package.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 18 Dec 2011 12:48:49 +0100
+
 kfreebsd-9 (9.0~svn228246-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: trunk/kfreebsd-9/debian/control.in
===================================================================
--- trunk/kfreebsd-9/debian/control.in	2011-12-17 11:14:56 UTC (rev 3949)
+++ trunk/kfreebsd-9/debian/control.in	2011-12-18 11:49:13 UTC (rev 3950)
@@ -37,3 +37,28 @@
  apt-get install kfreebsd-headers-$(uname -r)
  .
  and it will be unpacked in /usr/src/kfreebsd-headers- at version@- at abiname@-(flavour)
+
+
+Package: kfreebsd-image- at version@- at abiname@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-image- at version@- at abiname@-686
+Description: kernel of FreeBSD @version@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.
+
+Package: kfreebsd-image- at major@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-image- at major@-686
+Description: kernel of FreeBSD @major@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.
+
+Package: kfreebsd-headers- at version@- at abiname@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-headers- at version@- at abiname@-686
+Description: header files for kernel of FreeBSD @version@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.
+
+Package: kfreebsd-headers- at major@-686-smp
+Architecture: any-i386
+Depends: ${misc:Depends}, kfreebsd-headers- at version@- at abiname@-686
+Description: header files for kernel of FreeBSD @major@ (transitional package)
+ This is a dependency package to handle upgrades, it can be safely removed.




More information about the Glibc-bsd-commits mailing list