Author: luther Date: Thu Nov 9 09:45:37 2006 New Revision: 7723 Added: dists/trunk/linux-modules-extra-2.6/mol/ dists/trunk/linux-modules-extra-2.6/mol/copyright dists/trunk/linux-modules-extra-2.6/mol/defines dists/trunk/linux-modules-extra-2.6/mol/rules dists/trunk/linux-modules-extra-2.6/mol/rules.old Modified: dists/trunk/linux-modules-extra-2.6/debian/changelog dists/trunk/linux-modules-extra-2.6/debian/rules.defs Log: applied but disabled mol patch. Reverted the gencontrol.py changes from the patch, since it broke. Needs flavour support. Notice that the build breaks in unionfs, because of missing sioq.h.
Modified: dists/trunk/linux-modules-extra-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-modules-extra-2.6/debian/changelog (original) +++ dists/trunk/linux-modules-extra-2.6/debian/changelog Thu Nov 9 09:45:37 2006 @@ -1,3 +1,10 @@ +linux-modules-extra-2.6 (2.6.18-2) UNRELEASED; urgency=low + + * Add mol modules. ### DISABLED FOR NOW SINCE BROKEN ### + * Update to 2.6.18-2. + + -- Gaudenz Steinlin <[EMAIL PROTECTED]> Sat, 7 Oct 2006 18:05:43 +0200 + linux-modules-extra-2.6 (2.6.18-1) unstable; urgency=low * Update to 2.6.18. Modified: dists/trunk/linux-modules-extra-2.6/debian/rules.defs ============================================================================== --- dists/trunk/linux-modules-extra-2.6/debian/rules.defs (original) +++ dists/trunk/linux-modules-extra-2.6/debian/rules.defs Thu Nov 9 09:45:37 2006 @@ -1 +1 @@ -KERNELVERSION := 2.6.18-1 +KERNELVERSION := 2.6.18-2 Added: dists/trunk/linux-modules-extra-2.6/mol/copyright ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-extra-2.6/mol/copyright Thu Nov 9 09:45:37 2006 @@ -0,0 +1,25 @@ +This package was debianized by Jens Schmalzing [EMAIL PROTECTED] on +Thu, 19 Apr 2001 16:09:51 +0200. + +Officially released versions were downloaded from +ftp://ftp.nada.kth.se/home/f95-sry/Public/mac-on-linux/ . + +Snapshots of development versions were obtained from the anonymous +rsync tree at zorn.theophys.kth.se::mol, followed by `make libimport'. + +Meanwhile, both of the above-mentioned locations have moved, to +http://www.maconlinux.org/downloads/ and rsync.penguinppc.org::mol, +respectively. + +No activity on http://www.maconlinux.org/ since 2004. This package is now +built from "unofficial" sources downloaded from http://dev.gentoo.org/~josejx/ + +Copyright: + +(C) 1997-2004 Samuel Rydh <[EMAIL PROTECTED]> + +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public Licence version 2. + +See the file /usr/share/common-licenses/GPL-2 for more information. + Added: dists/trunk/linux-modules-extra-2.6/mol/defines ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-extra-2.6/mol/defines Thu Nov 9 09:45:37 2006 @@ -0,0 +1,12 @@ +[base] +arches: + powerpc +flavours: powerpc powerpc-smp powerpc-miboot +desc: Mac-on-Linux emulator +longdesc: + Mac-on-Linux is basically an emulator capable of running + MacOS on most Debian/PowerPC machines. However, several + things are not emulated -- in particular, the processor + runs natively, which makes Mac-on-Linux very fast. The + main drawback is the need for special support code in the + kernel. Added: dists/trunk/linux-modules-extra-2.6/mol/rules ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-extra-2.6/mol/rules Thu Nov 9 09:45:37 2006 @@ -0,0 +1,10 @@ +export BUILD_SHEEP=m + +$(BUILD_STAMP): + $(MAKE) -C $(HEADERS_DIR) M=$(CURDIR)/$(DIR)/kmod $(JOBS_ARG) + $(MAKE) -C $(HEADERS_DIR) M=$(CURDIR)/$(DIR)/netdriver $(JOBS_ARG) + touch $@ + +install: + $(MAKE) -C $(HEADERS_DIR) M=$(CURDIR)/$(DIR)/kmod modules_install INSTALL_MOD_PATH=$(PACKAGE_DIR) INSTALL_MOD_DIR=extra/$(MODULE) + $(MAKE) -C $(HEADERS_DIR) M=$(CURDIR)/$(DIR)/netdriver modules_install INSTALL_MOD_PATH=$(PACKAGE_DIR) INSTALL_MOD_DIR=extra/$(MODULE) Added: dists/trunk/linux-modules-extra-2.6/mol/rules.old ============================================================================== --- (empty file) +++ dists/trunk/linux-modules-extra-2.6/mol/rules.old Thu Nov 9 09:45:37 2006 @@ -0,0 +1,7 @@ + +$(BUILD_STAMP): + $(MAKE) -f $(DIR)/Makefile + touch $@ + +install: + $(MAKE) -f $(DIR)/Makefile install _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

