[Glibc-bsd-commits] r3941 - in trunk/kfreebsd-10/debian: . patches

Robert Millan rmh at alioth.debian.org
Sat Dec 10 21:39:26 UTC 2011


Author: rmh
Date: 2011-12-10 21:39:26 +0000 (Sat, 10 Dec 2011)
New Revision: 3941

Removed:
   trunk/kfreebsd-10/debian/patches/008_verioned_freebsd_macro.diff
Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/patches/004_xargs.diff
   trunk/kfreebsd-10/debian/patches/901_disable_optimization_2.diff
   trunk/kfreebsd-10/debian/patches/902_version.diff
   trunk/kfreebsd-10/debian/patches/903_disable_non-free_drivers.diff
   trunk/kfreebsd-10/debian/patches/917_disable_kgssapi.diff
   trunk/kfreebsd-10/debian/patches/920_linux_cflags.diff
   trunk/kfreebsd-10/debian/patches/950_no_stack_protector.diff
   trunk/kfreebsd-10/debian/patches/951_disable_mk_magic.diff
   trunk/kfreebsd-10/debian/patches/999_firmware.diff
   trunk/kfreebsd-10/debian/patches/series
Log:
New upstream snapshot

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/changelog	2011-12-10 21:39:26 UTC (rev 3941)
@@ -1,12 +1,15 @@
-kfreebsd-10 (10.0~svn227875-2) UNRELEASED; urgency=low
+kfreebsd-10 (10.0~svn228392-1) experimental; urgency=low
 
+  * New upstream snapshot.
+
+  [ Robert Millan ]
   * Use major number for kfreebsd.gz in kernel-image, so that it can be
     installed alongside other kfreebsd versions.
   * 108_teken_utf8_table.diff: Fix sockets over nullfs.
   * Fix dh_clean call in udeb target.
   * Build udebs for xen flavour on i386.
 
- -- Robert Millan <rmh at debian.org>  Sun, 04 Dec 2011 15:39:19 +0100
+ -- Robert Millan <rmh at debian.org>  Sat, 10 Dec 2011 18:22:08 +0100
 
 kfreebsd-10 (10.0~svn227875-1) experimental; urgency=low
 

Modified: trunk/kfreebsd-10/debian/patches/004_xargs.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/004_xargs.diff	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/patches/004_xargs.diff	2011-12-10 21:39:26 UTC (rev 3941)
@@ -6,7 +6,7 @@
 
 --- a/sys/conf/kmod.mk
 +++ b/sys/conf/kmod.mk
-@@ -217,7 +217,7 @@
+@@ -214,7 +214,7 @@
  	grep -v '^#' < ${EXPORT_SYMS} > export_syms
  .endif
  	awk -f ${SYSDIR}/conf/kmod_syms.awk ${.TARGET} \
@@ -17,7 +17,7 @@
  .if !defined(DEBUG_FLAGS) && ${__KLD_SHARED} == no
 --- a/sys/contrib/dev/acpica/acpica_prep.sh
 +++ b/sys/contrib/dev/acpica/acpica_prep.sh
-@@ -60,10 +60,10 @@
+@@ -58,10 +58,10 @@
  # copy files
  echo copying full dirs
  for i in ${fulldirs}; do

Deleted: trunk/kfreebsd-10/debian/patches/008_verioned_freebsd_macro.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/008_verioned_freebsd_macro.diff	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/patches/008_verioned_freebsd_macro.diff	2011-12-10 21:39:26 UTC (rev 3941)
@@ -1,26 +0,0 @@
---- a/sys/contrib/ipfilter/netinet/ip_compat.h
-+++ b/sys/contrib/ipfilter/netinet/ip_compat.h
-@@ -985,10 +985,10 @@
- typedef struct mbuf mb_t;
- # endif /* _KERNEL */
- 
--# if __FreeBSD__ < 3
-+# if __FreeBSD_version < 300000
- #  include <machine/spl.h>
- # else
--#  if __FreeBSD__ == 3
-+#  if __FreeBSD_version < 400000
- #   if defined(IPFILTER_LKM) && !defined(ACTUALLY_LKM_NOT_KERNEL)
- #    define	ACTUALLY_LKM_NOT_KERNEL
- #   endif
---- a/sys/contrib/ipfilter/netinet/ip_proxy.c
-+++ b/sys/contrib/ipfilter/netinet/ip_proxy.c
-@@ -63,7 +63,7 @@
- # include <sys/stream.h>
- # include <sys/kmem.h>
- #endif
--#if __FreeBSD__ > 2
-+#if __FreeBSD_version >= 300000
- # include <sys/queue.h>
- #endif
- #include <net/if.h>

Modified: trunk/kfreebsd-10/debian/patches/901_disable_optimization_2.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/901_disable_optimization_2.diff	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/patches/901_disable_optimization_2.diff	2011-12-10 21:39:26 UTC (rev 3941)
@@ -17,7 +17,7 @@
  .endif
 --- a/sys/conf/kmod.mk
 +++ b/sys/conf/kmod.mk
-@@ -91,6 +91,9 @@
+@@ -86,6 +86,9 @@
  .if !empty(CFLAGS:M-O[23s]) && empty(CFLAGS:M-fno-strict-aliasing)
  CFLAGS+=	-fno-strict-aliasing
  .endif

Modified: trunk/kfreebsd-10/debian/patches/902_version.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/902_version.diff	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/patches/902_version.diff	2011-12-10 21:39:26 UTC (rev 3941)
@@ -1,6 +1,6 @@
 --- a/sys/conf/newvers.sh
 +++ b/sys/conf/newvers.sh
-@@ -132,7 +132,7 @@
+@@ -131,7 +131,7 @@
  cat << EOF > vers.c
  $COPYRIGHT
  #define SCCSSTR "@(#)${VERSION} #${v}${svn}${git}: ${t}"

Modified: trunk/kfreebsd-10/debian/patches/903_disable_non-free_drivers.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/903_disable_non-free_drivers.diff	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/patches/903_disable_non-free_drivers.diff	2011-12-10 21:39:26 UTC (rev 3941)
@@ -64,7 +64,7 @@
  device		mly		# Mylex AcceleRAID/eXtremeRAID
 --- a/sys/modules/Makefile
 +++ b/sys/modules/Makefile
-@@ -109,8 +109,6 @@
+@@ -108,8 +108,6 @@
  	hifn \
  	hme \
  	${_hptiop} \
@@ -73,7 +73,7 @@
  	hwpmc \
  	${_i2c} \
  	${_ibcs2} \
-@@ -230,7 +228,6 @@
+@@ -229,7 +227,6 @@
  	ntfs \
  	ntfs_iconv \
  	nullfs \
@@ -81,7 +81,7 @@
  	${_nvram} \
  	${_nwfs} \
  	${_nxge} \
-@@ -509,8 +506,6 @@
+@@ -507,8 +504,6 @@
  _dpt=		dpt
  _ex=		ex
  _hptiop=	hptiop
@@ -90,7 +90,7 @@
  _ichwd=		ichwd
  _ida=		ida
  _iir=		iir
-@@ -526,7 +521,6 @@
+@@ -524,7 +519,6 @@
  _ixgbe=		ixgbe
  _mly=		mly
  _nfe=		nfe
@@ -98,7 +98,7 @@
  _nvram=		nvram
  _nxge=		nxge
  _tpm=		tpm
-@@ -583,8 +577,6 @@
+@@ -581,8 +575,6 @@
  _exca=		exca
  _ext2fs=	ext2fs
  _hptiop=	hptiop
@@ -107,7 +107,7 @@
  _i2c=		i2c
  _ichwd=		ichwd
  _ida=		ida
-@@ -615,7 +607,6 @@
+@@ -613,7 +605,6 @@
  .endif
  _ndis=		ndis
  _nfe=		nfe

Modified: trunk/kfreebsd-10/debian/patches/917_disable_kgssapi.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/917_disable_kgssapi.diff	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/patches/917_disable_kgssapi.diff	2011-12-10 21:39:26 UTC (rev 3941)
@@ -1,6 +1,6 @@
 --- a/sys/modules/Makefile
 +++ b/sys/modules/Makefile
-@@ -154,8 +154,6 @@
+@@ -153,8 +153,6 @@
  	jme \
  	joy \
  	kbdmux \

Modified: trunk/kfreebsd-10/debian/patches/920_linux_cflags.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/920_linux_cflags.diff	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/patches/920_linux_cflags.diff	2011-12-10 21:39:26 UTC (rev 3941)
@@ -16,7 +16,7 @@
  
 --- a/sys/conf/kmod.mk
 +++ b/sys/conf/kmod.mk
-@@ -99,6 +99,8 @@
+@@ -94,6 +94,8 @@
  CFLAGS+=	-D_KERNEL
  CFLAGS+=	-DKLD_MODULE
  

Modified: trunk/kfreebsd-10/debian/patches/950_no_stack_protector.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/950_no_stack_protector.diff	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/patches/950_no_stack_protector.diff	2011-12-10 21:39:26 UTC (rev 3941)
@@ -19,7 +19,7 @@
  CFLAGS+=	-fstack-protector
 --- a/sys/conf/kmod.mk
 +++ b/sys/conf/kmod.mk
-@@ -146,6 +146,9 @@
+@@ -141,6 +141,9 @@
  CTFFLAGS+=	-g
  .endif
  

Modified: trunk/kfreebsd-10/debian/patches/951_disable_mk_magic.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/951_disable_mk_magic.diff	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/patches/951_disable_mk_magic.diff	2011-12-10 21:39:26 UTC (rev 3941)
@@ -3,7 +3,7 @@
 
 --- a/sys/modules/Makefile
 +++ b/sys/modules/Makefile
-@@ -363,12 +363,11 @@
+@@ -362,12 +362,11 @@
  .endif
  .endif
  
@@ -18,7 +18,7 @@
  _if_carp=	if_carp
  .endif
  
-@@ -376,7 +375,7 @@
+@@ -375,7 +374,7 @@
  _ipfilter=	ipfilter
  .endif
  
@@ -27,7 +27,7 @@
  _ipfw=		ipfw
  .endif
  
-@@ -384,11 +383,10 @@
+@@ -383,11 +382,10 @@
  _netgraph=	netgraph
  .endif
  
@@ -41,7 +41,7 @@
  _pfsync=	pfsync
  .endif
  .endif
-@@ -444,7 +442,7 @@
+@@ -442,7 +440,7 @@
  _linsysfs=	linsysfs
  _linux=		linux
  _mse=		mse
@@ -50,7 +50,7 @@
  _mlx4=		mlx4
  _mlx4ib=	mlx4ib
  _mlxen=		mlxen
-@@ -597,7 +595,7 @@
+@@ -595,7 +593,7 @@
  _linsysfs=	linsysfs
  _linux=		linux
  _mly=		mly
@@ -125,3 +125,25 @@
  opt_inet.h:
  	echo "#define INET 1" > ${.TARGET}
  .endif
+--- a/sys/conf/kern.post.mk
++++ b/sys/conf/kern.post.mk
+@@ -94,7 +94,7 @@
+ 	@rm -f ${.TARGET}
+ 	@echo linking ${.TARGET}
+ 	${SYSTEM_LD}
+-.if ${MK_CTF} != "no"
++.if 0
+ 	${CTFMERGE} ${CTFFLAGS} -o ${.TARGET} ${SYSTEM_OBJS} vers.o
+ .endif
+ .if !defined(DEBUG)
+--- a/sys/conf/kern.pre.mk
++++ b/sys/conf/kern.pre.mk
+@@ -128,7 +128,7 @@
+ NORMAL_M= ${AWK} -f $S/tools/makeobjops.awk ${.IMPSRC} -c ; \
+ 	  ${CC} -c ${CFLAGS} ${WERROR} ${PROF} ${.PREFIX}.c
+ 
+-.if ${MK_CTF} != "no"
++.if 0
+ NORMAL_CTFCONVERT=	${CTFCONVERT} ${CTFFLAGS} ${.TARGET}
+ .elif ${MAKE_VERSION} >= 5201111300
+ NORMAL_CTFCONVERT=

Modified: trunk/kfreebsd-10/debian/patches/999_firmware.diff
===================================================================
--- trunk/kfreebsd-10/debian/patches/999_firmware.diff	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/patches/999_firmware.diff	2011-12-10 21:39:26 UTC (rev 3941)
@@ -3,7 +3,7 @@
 
 --- a/sys/conf/files
 +++ b/sys/conf/files
-@@ -488,10 +488,6 @@
+@@ -491,10 +491,6 @@
  dev/advansys/advansys.c		optional adv
  dev/advansys/advlib.c		optional adv
  dev/advansys/advmcode.c		optional adv
@@ -14,7 +14,7 @@
  dev/ae/if_ae.c			optional ae pci
  dev/age/if_age.c		optional age pci
  dev/agp/agp.c			optional agp pci
-@@ -850,7 +846,6 @@
+@@ -855,7 +851,6 @@
  dev/ath/ath_dfs/null/dfs_null.c	optional	ath \
  	compile-with "${NORMAL_C} -I$S/dev/ath"
  # 
@@ -22,7 +22,7 @@
  dev/bfe/if_bfe.c		optional bfe
  dev/bge/if_bge.c		optional bge
  dev/bktr/bktr_audio.c		optional bktr pci
-@@ -888,34 +883,6 @@
+@@ -893,34 +888,6 @@
  dev/cs/if_cs.c			optional cs
  dev/cs/if_cs_isa.c		optional cs isa
  dev/cs/if_cs_pccard.c		optional cs pccard
@@ -57,7 +57,7 @@
  dev/cxgbe/t4_main.c		optional cxgbe pci \
  	compile-with "${NORMAL_C} -I$S/dev/cxgbe"
  dev/cxgbe/t4_sge.c		optional cxgbe pci \
-@@ -934,13 +901,6 @@
+@@ -939,13 +906,6 @@
  dev/dcons/dcons_crom.c		optional dcons_crom
  dev/dcons/dcons_os.c		optional dcons
  dev/de/if_de.c			optional de pci
@@ -71,7 +71,7 @@
  dev/digi/digi.c			optional digi
  dev/digi/digi_isa.c		optional digi isa
  dev/digi/digi_pci.c		optional digi pci
-@@ -976,26 +936,6 @@
+@@ -981,26 +941,6 @@
  dev/drm/mach64_drv.c		optional mach64drm
  dev/drm/mach64_irq.c		optional mach64drm
  dev/drm/mach64_state.c		optional mach64drm
@@ -98,7 +98,7 @@
  dev/drm/savage_bci.c		optional savagedrm
  dev/drm/savage_drv.c		optional savagedrm
  dev/drm/savage_state.c		optional savagedrm
-@@ -1092,8 +1032,6 @@
+@@ -1097,8 +1037,6 @@
  dev/firewire/sbp_targ.c		optional sbp_targ
  dev/flash/at45d.c		optional at45d
  dev/flash/mx25l.c		optional mx25l
@@ -107,7 +107,7 @@
  dev/gem/if_gem.c		optional gem
  dev/gem/if_gem_pci.c		optional gem pci
  dev/gem/if_gem_sbus.c		optional gem sbus
-@@ -1150,49 +1088,6 @@
+@@ -1155,49 +1093,6 @@
  dev/ips/ips_disk.c		optional ips
  dev/ips/ips_ioctl.c		optional ips
  dev/ips/ips_pci.c		optional ips pci
@@ -157,7 +157,7 @@
  dev/iscsi/initiator/iscsi.c	optional iscsi_initiator scbus
  dev/iscsi/initiator/iscsi_subr.c	optional iscsi_initiator scbus
  dev/iscsi/initiator/isc_cam.c	optional iscsi_initiator scbus
-@@ -1205,163 +1100,6 @@
+@@ -1210,163 +1105,6 @@
  dev/isp/isp_pci.c		optional isp pci
  dev/isp/isp_sbus.c		optional isp sbus
  dev/isp/isp_target.c		optional isp
@@ -321,7 +321,7 @@
  dev/ixgb/if_ixgb.c		optional ixgb
  dev/ixgb/ixgb_ee.c		optional ixgb
  dev/ixgb/ixgb_hw.c		optional ixgb
-@@ -1471,33 +1209,6 @@
+@@ -1476,33 +1214,6 @@
  dev/mvs/mvs.c			optional mvs
  dev/mvs/mvs_if.m		optional mvs
  dev/mvs/mvs_pci.c		optional mvs pci
@@ -355,7 +355,7 @@
  dev/mxge/if_mxge.c		optional mxge pci
  dev/mxge/mxge_lro.c		optional mxge pci
  dev/mxge/mxge_eth_z8e.c		optional mxge pci
-@@ -1588,65 +1299,6 @@
+@@ -1593,65 +1304,6 @@
  dev/puc/puc_pci.c		optional puc pci
  dev/puc/pucdata.c		optional puc pci
  dev/quicc/quicc_core.c		optional quicc
@@ -421,17 +421,11 @@
  dev/random/harvest.c		standard
  dev/random/hash.c		optional random
  dev/random/probe.c		optional random
-@@ -1671,7 +1323,6 @@
+@@ -1676,14 +1328,7 @@
  dev/scd/scd.c			optional scd isa
  dev/scd/scd_isa.c		optional scd isa
  dev/sdhci/sdhci.c		optional sdhci pci
 -dev/sf/if_sf.c			optional sf pci
- dev/sfxge/common/efx_bootcfg.c	optional sfxge inet pci
- dev/sfxge/common/efx_ev.c	optional sfxge inet pci
- dev/sfxge/common/efx_filter.c	optional sfxge inet pci
-@@ -1704,12 +1355,6 @@
- dev/sfxge/sfxge_rx.c		optional sfxge inet pci
- dev/sfxge/sfxge_tx.c		optional sfxge inet pci
  dev/sge/if_sge.c		optional sge pci
 -dev/si/si.c			optional si
 -dev/si/si2_z280.c		optional si
@@ -442,7 +436,7 @@
  dev/siba/siba_bwn.c		optional siba_bwn pci
  dev/siba/siba_core.c		optional siba_bwn pci
  dev/siis/siis.c			optional siis pci
-@@ -1720,9 +1365,6 @@
+@@ -1694,9 +1339,6 @@
  dev/smbus/smbus.c		optional smbus
  dev/smbus/smbus_if.m		optional smbus
  dev/smc/if_smc.c		optional smc
@@ -452,7 +446,7 @@
  dev/snp/snp.c			optional snp
  dev/sound/clone.c		optional sound
  dev/sound/unit.c		optional sound
-@@ -1738,10 +1380,6 @@
+@@ -1712,10 +1354,6 @@
  dev/sound/pci/atiixp.c		optional snd_atiixp pci
  dev/sound/pci/cmi.c		optional snd_cmi pci
  dev/sound/pci/cs4281.c		optional snd_cs4281 pci
@@ -463,7 +457,7 @@
  dev/sound/pci/emu10k1.c		optional snd_emu10k1 pci \
  	dependency "emu10k1-alsa%diked.h" \
  	warning "kernel contains GPL contaminated emu10k1 headers"
-@@ -1764,8 +1402,6 @@
+@@ -1738,8 +1376,6 @@
  dev/sound/pci/fm801.c		optional snd_fm801 pci
  dev/sound/pci/ich.c		optional snd_ich pci
  dev/sound/pci/maestro.c		optional snd_maestro pci
@@ -472,7 +466,7 @@
  dev/sound/pci/neomagic.c	optional snd_neomagic pci
  dev/sound/pci/solo.c		optional snd_solo pci
  dev/sound/pci/spicds.c		optional snd_spicds pci
-@@ -1845,7 +1481,6 @@
+@@ -1819,7 +1455,6 @@
  dev/syscons/warp/warp_saver.c	optional warp_saver
  dev/tdfx/tdfx_linux.c		optional tdfx_linux tdfx compat_linux
  dev/tdfx/tdfx_pci.c		optional tdfx pci
@@ -480,7 +474,7 @@
  dev/tl/if_tl.c			optional tl pci
  dev/trm/trm.c			optional trm
  dev/twa/tw_cl_init.c		optional twa \
-@@ -1868,7 +1503,6 @@
+@@ -1842,7 +1477,6 @@
  dev/tws/tws_services.c		optional tws
  dev/tws/tws_user.c		optional tws
  dev/tx/if_tx.c			optional tx
@@ -488,7 +482,7 @@
  dev/uart/uart_bus_acpi.c	optional uart acpi
  #dev/uart/uart_bus_cbus.c	optional uart cbus
  dev/uart/uart_bus_ebus.c	optional uart ebus
-@@ -1948,19 +1582,17 @@
+@@ -1922,19 +1556,17 @@
  dev/usb/net/if_cdce.c		optional cdce
  dev/usb/net/if_cue.c		optional cue
  dev/usb/net/if_ipheth.c		optional ipheth
@@ -509,7 +503,7 @@
  dev/usb/wlan/if_run.c		optional run
  runfw.c				optional runfw							\
  	compile-with	"${AWK} -f $S/tools/fw_stub.awk runfw:runfw -mrunfw -c${.TARGET}"	\
-@@ -1976,11 +1608,9 @@
+@@ -1950,11 +1582,9 @@
  	compile-with	"uudecode -o ${.TARGET} $S/contrib/dev/run/rt2870.fw.uu"		\
  	no-obj no-implicit-rule									\
  	clean		"runfw"
@@ -555,7 +549,7 @@
  	tdfx \
 --- a/sys/modules/Makefile
 +++ b/sys/modules/Makefile
-@@ -37,7 +37,6 @@
+@@ -36,7 +36,6 @@
  	ath \
  	ath_pci \
  	${_auxio} \
@@ -563,7 +557,7 @@
  	bfe \
  	bge \
  	${_bxe} \
-@@ -56,7 +55,6 @@
+@@ -55,7 +54,6 @@
  	cc \
  	cd9660 \
  	cd9660_iconv \
@@ -571,7 +565,7 @@
  	${_ciss} \
  	${_cm} \
  	${_cmx} \
-@@ -64,14 +62,11 @@
+@@ -63,14 +61,11 @@
  	coda5 \
  	${_coff} \
  	${_coretemp} \
@@ -586,7 +580,7 @@
  	cxgbe \
  	${_cyclic} \
  	dc \
-@@ -94,13 +89,11 @@
+@@ -93,13 +88,11 @@
  	${_ex} \
  	${_exca} \
  	${_ext2fs} \
@@ -600,7 +594,7 @@
  	gem \
  	geom \
  	${_glxiic} \
-@@ -141,14 +134,10 @@
+@@ -140,14 +133,10 @@
  	ip_mroute_mod \
  	${_ips} \
  	${_ipw} \
@@ -615,7 +609,7 @@
  	${_ixgb} \
  	${_ixgbe} \
  	jme \
-@@ -203,7 +192,6 @@
+@@ -202,7 +191,6 @@
  	${_mthca} \
  	mvs \
  	mwl \
@@ -623,7 +617,7 @@
  	mxge \
  	my \
  	${_ncp} \
-@@ -252,14 +240,12 @@
+@@ -251,14 +239,12 @@
  	puc \
  	${_qlxgb} \
  	ral \
@@ -638,7 +632,7 @@
  	${_s3} \
  	${_safe} \
  	${_sbni} \
-@@ -269,7 +255,6 @@
+@@ -268,7 +254,6 @@
  	sdhci \
  	sem \
  	send \
@@ -646,7 +640,7 @@
  	${_sfxge} \
  	sge \
  	siba_bwn \
-@@ -278,7 +263,6 @@
+@@ -277,7 +262,6 @@
  	sis \
  	sk \
  	${_smbfs} \
@@ -654,7 +648,7 @@
  	${_snc} \
  	snp \
  	${_sound} \
-@@ -293,7 +277,6 @@
+@@ -292,7 +276,6 @@
  	${_sym} \
  	${_syscons} \
  	sysvipc \
@@ -662,7 +656,7 @@
  	tl \
  	tmpfs \
  	${_tpm} \
-@@ -302,7 +285,6 @@
+@@ -301,7 +284,6 @@
  	twe \
  	tws \
  	tx \
@@ -670,7 +664,7 @@
  	uart \
  	ubsec \
  	udf \
-@@ -331,7 +313,6 @@
+@@ -330,7 +312,6 @@
  	wlan_wep \
  	wlan_xauth \
  	${_wpi} \
@@ -678,7 +672,7 @@
  	${_x86bios} \
  	${_xe} \
  	xfs \
-@@ -407,9 +388,7 @@
+@@ -405,9 +386,7 @@
  _bxe=		bxe
  _cardbus=	cardbus
  _cbb=		cbb
@@ -688,7 +682,7 @@
  _cpuctl=	cpuctl
  _cpufreq=	cpufreq
  _cs=		cs
-@@ -508,11 +487,8 @@
+@@ -506,11 +485,8 @@
  _ipmi=		ipmi
  _ips=		ips
  _ipw=		ipw
@@ -700,7 +694,7 @@
  _ixgb=		ixgb
  _ixgbe=		ixgbe
  _mly=		mly
-@@ -521,7 +497,6 @@
+@@ -519,7 +495,6 @@
  _nxge=		nxge
  _tpm=		tpm
  _wpi=		wpi
@@ -708,7 +702,7 @@
  .if ${MK_CRYPT} != "no" || defined(ALL_MODULES)
  _padlock=	padlock
  .endif
-@@ -583,11 +558,8 @@
+@@ -581,11 +556,8 @@
  _ipmi=		ipmi
  _ips=		ips
  _ipw=		ipw
@@ -720,7 +714,7 @@
  _ixgb=		ixgb
  _ixgbe=		ixgbe
  _lindev=	lindev
-@@ -631,7 +603,6 @@
+@@ -629,7 +601,6 @@
  _x86bios=	x86bios
  _wi=		wi
  _wpi=		wpi

Modified: trunk/kfreebsd-10/debian/patches/series
===================================================================
--- trunk/kfreebsd-10/debian/patches/series	2011-12-10 20:24:50 UTC (rev 3940)
+++ trunk/kfreebsd-10/debian/patches/series	2011-12-10 21:39:26 UTC (rev 3941)
@@ -4,7 +4,6 @@
 004_xargs.diff
 006_mips_i8259_alloc.diff
 #007_clone_signals.diff
-008_verioned_freebsd_macro.diff
 #009_disable_duped_modules.diff
 101_nullfs_vsock.diff
 107_mount_update.diff




More information about the Glibc-bsd-commits mailing list