[Glibc-bsd-commits] r2728 - in trunk/kfreebsd-7/debian: . patches

Aurelien Jarno aurel32 at alioth.debian.org
Fri Aug 21 13:49:26 UTC 2009


Author: aurel32
Date: 2009-08-21 13:49:26 +0000 (Fri, 21 Aug 2009)
New Revision: 2728

Modified:
   trunk/kfreebsd-7/debian/changelog
   trunk/kfreebsd-7/debian/patches/903_disable_non-free_drivers.diff
Log:
  * Really build the ZFS module.



Modified: trunk/kfreebsd-7/debian/changelog
===================================================================
--- trunk/kfreebsd-7/debian/changelog	2009-08-21 13:43:32 UTC (rev 2727)
+++ trunk/kfreebsd-7/debian/changelog	2009-08-21 13:49:26 UTC (rev 2728)
@@ -1,3 +1,9 @@
+kfreebsd-7 (7.2-6) UNRELEASED; urgency=low
+
+  * Really build the ZFS module.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Fri, 21 Aug 2009 15:49:07 +0200
+
 kfreebsd-7 (7.2-5) unstable; urgency=low
 
   * Build the ZFS module, and at a README.Debian explaining it may not

Modified: trunk/kfreebsd-7/debian/patches/903_disable_non-free_drivers.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/903_disable_non-free_drivers.diff	2009-08-21 13:43:32 UTC (rev 2727)
+++ trunk/kfreebsd-7/debian/patches/903_disable_non-free_drivers.diff	2009-08-21 13:49:26 UTC (rev 2728)
@@ -302,7 +302,7 @@
  	hwpmc \
  	${_i2c} \
  	${_ibcs2} \
-@@ -202,11 +199,8 @@
+@@ -202,10 +199,8 @@
  	ntfs_iconv \
  	${_nxge} \
  	nullfs \
@@ -310,21 +310,9 @@
  	${_nvram} \
  	${_nwfs} \
 -	${_oltr} \
--	${_opensolaris} \
+ 	${_opensolaris} \
  	${_padlock} \
  	patm \
- 	${_pccard} \
-@@ -423,10 +416,6 @@
- .if ${MK_NCP} != "no"
- _nwfs=		nwfs
- .endif
--_oltr=		oltr
--.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
--_opensolaris=	opensolaris
--.endif
- _pccard=	pccard
- _pcfclock=	pcfclock
- _pecoff=	pecoff
 @@ -468,8 +454,6 @@
  _dpt=		dpt
  _ex=		ex
@@ -351,29 +339,14 @@
  _i2c=		i2c
  _ichwd=		ichwd
  _ida=		ida
-@@ -551,12 +532,8 @@
+@@ -551,7 +532,6 @@
  _mly=		mly
  _ndis=		ndis
  _nfe=		nfe
 -_nve=		nve
  _nvram=		nvram
  _nxge=		nxge
--.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
--_opensolaris=	opensolaris
--.endif
- _pccard=	pccard
- _rdma=		rdma	
- _safe=		safe
-@@ -570,9 +547,6 @@
- _wi=		wi
- _wpi=		wpi
- _wpifw=		wpifw
--.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
--_zfs=		zfs
--.endif
- .endif
- 
- .if ${MACHINE_ARCH} == "ia64"
+ .if ${MK_CDDL} != "no" || defined(ALL_MODULES)
 Index: src/sys/amd64/conf/GENERIC
 ===================================================================
 --- src.orig/sys/amd64/conf/GENERIC




More information about the Glibc-bsd-commits mailing list