Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (bd3a43410546670fffd1efd06640aaa77338a31d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (bd3a43410546670fffd1efd06640aaa77338a31d)
  • Date: Thu, 24 Apr 2008 13:36:48 -0500

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

z-editors/openoffice-bin/DEPENDS | 1
z-editors/openoffice-bin/HISTORY | 19 ++++++++------
z-editors/openoffice2-bin/DEPENDS | 1
z-editors/openoffice2-bin/HISTORY | 3 ++
z-kernels/nvidia_driver/DEPENDS | 1
z-kernels/nvidia_driver/HISTORY | 40 +++++++++++++++++------------
z-kernels/nvidia_legacy/DEPENDS | 1
z-kernels/nvidia_legacy/HISTORY | 43 ++++++++++++++++++--------------
z-kernels/nvidia_legacy_96xx/DEPENDS | 1
z-kernels/nvidia_legacy_96xx/HISTORY | 47
++++++++++++++++++++---------------
10 files changed, 89 insertions(+), 68 deletions(-)

New commits:
commit bd3a43410546670fffd1efd06640aaa77338a31d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nvidia_driver: Cleanup history

commit 3ce0d6ed0f2a902dc3ec34957043c053026ccb24
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nvidia_legacy: Cleanup history

commit cb6c44e954b06686c79b06f97e4ea11c86c6ac12
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nvidia_legacy_96xx: Cleanup history

commit 0866acb1f6fd5cd0653cb9d164501d3b17c29d06
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nvidia_legacy_96xx: Removed dependency on mktemp (now provided by
coreutils)

commit 05ff562566e5aaa5e943d13d5088d84033bfc8d6
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nvidia_legacy: Removed dependency on mktemp (now provided by coreutils)

commit 61cbbe7e576f4e111feaaf5a085063593b0b17f1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

nvidia_driver: Removed dependency on mktemp (now provided by coreutils)

commit f0ce964922d5dd89dfa140c763525080cbc1b2b4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

openoffice2-bin: Removed dependency on mktemp (now provided by coreutils)

commit 208c2300bfb91e4897b5a534dd55886f289355cc
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

openoffice-bin: Cleanup HISTORY

commit df1cfb92507c2bcd60600adca446eea27b725a16
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

openoffice-bin: Removed dependency on mktemp (now provided by coreutils)

diff --git a/z-editors/openoffice-bin/DEPENDS
b/z-editors/openoffice-bin/DEPENDS
deleted file mode 100755
index dc24d7b..0000000
--- a/z-editors/openoffice-bin/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends mktemp
diff --git a/z-editors/openoffice-bin/HISTORY
b/z-editors/openoffice-bin/HISTORY
index c074860..797aa29 100644
--- a/z-editors/openoffice-bin/HISTORY
+++ b/z-editors/openoffice-bin/HISTORY
@@ -1,3 +1,6 @@
+2008-04-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Removed dependency on mktemp (now provided by coreutils)
+
2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT when linking #9163

@@ -87,21 +90,21 @@
* DETAILS: Download size warning

2002-07-13 Chris Brien <christopher_brien AT hotmail.com>
- * After spending weeks attempting to build OpenOffice, I
- decided to just go get the binary. This spell is heading
+ * After spending weeks attempting to build OpenOffice, I
+ decided to just go get the binary. This spell is heading
straight to z-rejected.

2002-05-01 Eric Sandall <sandalle AT yahoo.com>
- * Applied patches (except for gcc3 related) located at
- http://www.linux-debian.de/openoffice/, thanks to Yoav
+ * Applied patches (except for gcc3 related) located at
+ http://www.linux-debian.de/openoffice/, thanks to Yoav
Avitzour <avitzour AT princeton.edu> for pointing me here.

2002-03-06 Eric Sandall <sandalle AT yahoo.com>
- * DETAILS: Modified (finally figured this out ;) to have
- gpc as SOURCE2, rather than creating a whole other spell
+ * DETAILS: Modified (finally figured this out ;) to have
+ gpc as SOURCE2, rather than creating a whole other spell
for 2 header files that just need to be copied for OpenOffice.
- Found that if I have an "_" in my SOURCE (and probably any others),
- I must use the escape sequence "\" before it for it to read
+ Found that if I have an "_" in my SOURCE (and probably any others),
+ I must use the escape sequence "\" before it for it to read
(e.g. SOURCE=oo_$VERSION_src.tar.bz2 ->
SOURCE=oo\_$VERSION\_src.tar.bz2)

diff --git a/z-editors/openoffice2-bin/DEPENDS
b/z-editors/openoffice2-bin/DEPENDS
index a5b1da9..32ad497 100755
--- a/z-editors/openoffice2-bin/DEPENDS
+++ b/z-editors/openoffice2-bin/DEPENDS
@@ -1,6 +1,5 @@
depends gmp &&
depends JAVA &&
-depends mktemp &&
depends rpmunpack &&

optional_depends openoffice2-bin-lang-nl \
diff --git a/z-editors/openoffice2-bin/HISTORY
b/z-editors/openoffice2-bin/HISTORY
index 89ae617..188177f 100644
--- a/z-editors/openoffice2-bin/HISTORY
+++ b/z-editors/openoffice2-bin/HISTORY
@@ -1,3 +1,6 @@
+2008-04-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Removed dependency on mktemp (now provided by coreutils)
+
2008-04-01 Julien "_kaze_" ROZO <julien AT rozo.org>
* DEPENDS: added Swedish languagepack

diff --git a/z-kernels/nvidia_driver/DEPENDS b/z-kernels/nvidia_driver/DEPENDS
index 6f6a878..7bce8e8 100755
--- a/z-kernels/nvidia_driver/DEPENDS
+++ b/z-kernels/nvidia_driver/DEPENDS
@@ -1,3 +1,2 @@
depends X11-SERVER &&
-depends mktemp &&
depends which
diff --git a/z-kernels/nvidia_driver/HISTORY b/z-kernels/nvidia_driver/HISTORY
index 5f51d95..adb89a7 100644
--- a/z-kernels/nvidia_driver/HISTORY
+++ b/z-kernels/nvidia_driver/HISTORY
@@ -1,3 +1,6 @@
+2008-04-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Removed dependency on mktemp (now provided by coreutils)
+
2008-04-12 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: updated version to 173.08
this beta version builds with 2.6.25-rcx kernels
@@ -53,11 +56,11 @@

2006-11-08 David Brown <dmlb2000 AT gmail.com>
* INSTALL: added patch for glext.h fixed -p value
- * glext-redef.patch: removes a redefinition of something so glut can
+ * glext-redef.patch: removes a redefinition of something so glut can
build

2006-11-08 Flavien Bridault <vlaaad AT sourcemage.org>
- * DETAILS: 1.0-9629
+ * DETAILS: 1.0-9629

2006-10-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0-8776, SECURITY_PATCH=1
@@ -80,7 +83,7 @@
the directory. Which it does for amd64.

2006-07-13 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: Disabled staged install until bug #12843 is fixed,
+ * DETAILS: Disabled staged install until bug #12843 is fixed,
removed UPDATED & BUILD_API.
* PRE_BUILD: Added sedit to fix defunct nvidia-settings.desktop.
* INSTALL: Install pixmap.
@@ -96,24 +99,24 @@
* INSTALL: Fill in the path to libGL.so will be installed (bug #12295)

2006-05-30 Juuso Alasuutari <iuso AT sourcemage.org>
- * TRIGGERS: Added 'on_cast mesalib cast_self' to reinstall
+ * TRIGGERS: Added 'on_cast mesalib cast_self' to reinstall
nvidia_driver's libGL.so.
* DETAILS: Added PATCHLEVEL=1.

2006-05-27 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: Fixed arch selection: changed SMGL_COMPAT_ARCHS[0] to
- SMGL_COMPAT_ARCHS[1], x86-64|64 to x86_64, and ia32|32 to
+ * DETAILS: Fixed arch selection: changed SMGL_COMPAT_ARCHS[0] to
+ SMGL_COMPAT_ARCHS[1], x86-64|64 to x86_64, and ia32|32 to
ia32.

2006-05-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * INSTALL: Create target dir for X drivers if none exists, fixes
+ * INSTALL: Create target dir for X drivers if none exists, fixes
bug #11852

2006-05-17 Juuso Alasuutari <iuso AT sourcemage.org>
* FINAL: Added, display info message about nvidia-xconfig

2006-05-17 Juuso Alasuutari <iuso AT sourcemage.org>
- * CONFIGURE: Removed nvidia-installer related queries (expert
+ * CONFIGURE: Removed nvidia-installer related queries (expert
install & xorg.conf auto-config)
* INSTALL: Removed nvidia-installer related stuff

@@ -156,32 +159,33 @@
* POST_REMOVE: added to restore the x/mesalib headers and libs

2006-04-18 Juuso Alasuutari <iuso AT sourcemage.org>
- * INSTALL: Made sure that if the xorg.conf auto-edit option has
+ * INSTALL: Made sure that if the xorg.conf auto-edit option has
been selected once, it doesn't default to y on next cast.

2006-04-18 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Dropped "-pkg*" from version numbers.

2006-04-14 John Harding <johnh AT kuberaconsulting.com>
- * DETAILS: Fix my incorrect instruction and corrected ia32 url, now
really fixed
+ * DETAILS: Fix my incorrect instruction and corrected ia32 url, now
really
+ fixed

2006-04-14 David Kowis <dkowis AT shlrm.org>
* DETAILS: as per johnnyi7 on IRC the url for ia32 was broke, now
fixed

2006-04-14 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Version 1.0-8756
- * PRE_BUILD, BUILD, INSTALL: Use nvidia's own installer
+ * PRE_BUILD, BUILD, INSTALL: Use nvidia's own installer
executable
- * PREPARE: Added, checks if X is running, installer won't
- run if it is. Made to display and prompt license
+ * PREPARE: Added, checks if X is running, installer won't
+ run if it is. Made to display and prompt license
agreement.
* LICENSE: Added, Nvidia's license agreement.
- * CONFIGURE: Added options to use expert install mode and
+ * CONFIGURE: Added options to use expert install mode and
configure xorg automatically
* NVIDIA_kernel-1.0-8178-U012206.diff: Deleted

2006-03-25 Juuso Alasuutari <iuso AT sourcemage.org>
- * PRE_BUILD: Apply patch to fix compile against 2.6.16
+ * PRE_BUILD: Apply patch to fix compile against 2.6.16
kernels, bug #10748. Thanks to Arnaud Fortier!
* NVIDIA_kernel-1.0-8178-U012206.diff: added

@@ -375,11 +379,13 @@
* BUILD: Changed accordingly

2003-12-16 hgg <hgreig AT bigpond.net.au>
- * BUILD: head and tail need -n for posix conformance, since I rebuilt
with nptl
+ * BUILD: head and tail need -n for posix conformance, since I rebuilt
with
+ nptl

2003-12-14 hgg <hgreig AT bigpond.net.au>
* DETAILS: remove C.Brien's patch, not needed any more
- * BUILD: reorder the sedits to after the patch is applied, remove
application of old SOURCE3 patch
+ * BUILD: reorder the sedits to after the patch is applied, remove
+ application of old SOURCE3 patch

2003-12-03 Eric Sandall <sandalle AT sourcemage.org>
* 2.6.0-test5.patch: Removed, no longer needed as of -test11
diff --git a/z-kernels/nvidia_legacy/DEPENDS b/z-kernels/nvidia_legacy/DEPENDS
index 6f6a878..7bce8e8 100755
--- a/z-kernels/nvidia_legacy/DEPENDS
+++ b/z-kernels/nvidia_legacy/DEPENDS
@@ -1,3 +1,2 @@
depends X11-SERVER &&
-depends mktemp &&
depends which
diff --git a/z-kernels/nvidia_legacy/HISTORY b/z-kernels/nvidia_legacy/HISTORY
index a1faea4..b539c7f 100644
--- a/z-kernels/nvidia_legacy/HISTORY
+++ b/z-kernels/nvidia_legacy/HISTORY
@@ -1,3 +1,6 @@
+2008-04-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Removed dependency on mktemp (now provided by coreutils)
+
2008-02-12 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 71.86.04 (bug #14312)

@@ -5,7 +8,8 @@
* DETAILS: Version bumped to 1.0-9755 to clear up dl issues.

2007-02-19 David Kowis <dkowis AT shlrm.org>
- * ALL: copied from the nvidia_driver spell and modified to install
the legacy driver
+ * ALL: copied from the nvidia_driver spell and modified to install the
+ legacy driver

2007-02-05 David Kowis <dkowis AT shlrm.org>
* DETAILS: Someone forgot the hash for the x86_64 source
@@ -27,11 +31,11 @@

2006-11-08 David Brown <dmlb2000 AT gmail.com>
* INSTALL: added patch for glext.h fixed -p value
- * glext-redef.patch: removes a redefinition of something so glut can
+ * glext-redef.patch: removes a redefinition of something so glut can
build

2006-11-08 Flavien Bridault <vlaaad AT sourcemage.org>
- * DETAILS: 1.0-9629
+ * DETAILS: 1.0-9629

2006-10-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0-8776, SECURITY_PATCH=1
@@ -54,7 +58,7 @@
the directory. Which it does for amd64.

2006-07-13 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: Disabled staged install until bug #12843 is fixed,
+ * DETAILS: Disabled staged install until bug #12843 is fixed,
removed UPDATED & BUILD_API.
* PRE_BUILD: Added sedit to fix defunct nvidia-settings.desktop.
* INSTALL: Install pixmap.
@@ -70,24 +74,24 @@
* INSTALL: Fill in the path to libGL.so will be installed (bug #12295)

2006-05-30 Juuso Alasuutari <iuso AT sourcemage.org>
- * TRIGGERS: Added 'on_cast mesalib cast_self' to reinstall
+ * TRIGGERS: Added 'on_cast mesalib cast_self' to reinstall
nvidia_driver's libGL.so.
* DETAILS: Added PATCHLEVEL=1.

2006-05-27 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: Fixed arch selection: changed SMGL_COMPAT_ARCHS[0] to
- SMGL_COMPAT_ARCHS[1], x86-64|64 to x86_64, and ia32|32 to
+ * DETAILS: Fixed arch selection: changed SMGL_COMPAT_ARCHS[0] to
+ SMGL_COMPAT_ARCHS[1], x86-64|64 to x86_64, and ia32|32 to
ia32.

2006-05-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * INSTALL: Create target dir for X drivers if none exists, fixes
+ * INSTALL: Create target dir for X drivers if none exists, fixes
bug #11852

2006-05-17 Juuso Alasuutari <iuso AT sourcemage.org>
* FINAL: Added, display info message about nvidia-xconfig

2006-05-17 Juuso Alasuutari <iuso AT sourcemage.org>
- * CONFIGURE: Removed nvidia-installer related queries (expert
+ * CONFIGURE: Removed nvidia-installer related queries (expert
install & xorg.conf auto-config)
* INSTALL: Removed nvidia-installer related stuff

@@ -130,32 +134,33 @@
* POST_REMOVE: added to restore the x/mesalib headers and libs

2006-04-18 Juuso Alasuutari <iuso AT sourcemage.org>
- * INSTALL: Made sure that if the xorg.conf auto-edit option has
+ * INSTALL: Made sure that if the xorg.conf auto-edit option has
been selected once, it doesn't default to y on next cast.

2006-04-18 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Dropped "-pkg*" from version numbers.

2006-04-14 John Harding <johnh AT kuberaconsulting.com>
- * DETAILS: Fix my incorrect instruction and corrected ia32 url, now
really fixed
+ * DETAILS: Fix my incorrect instruction and corrected ia32 url, now
really
+ fixed

2006-04-14 David Kowis <dkowis AT shlrm.org>
* DETAILS: as per johnnyi7 on IRC the url for ia32 was broke, now
fixed

2006-04-14 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Version 1.0-8756
- * PRE_BUILD, BUILD, INSTALL: Use nvidia's own installer
+ * PRE_BUILD, BUILD, INSTALL: Use nvidia's own installer
executable
- * PREPARE: Added, checks if X is running, installer won't
- run if it is. Made to display and prompt license
+ * PREPARE: Added, checks if X is running, installer won't
+ run if it is. Made to display and prompt license
agreement.
* LICENSE: Added, Nvidia's license agreement.
- * CONFIGURE: Added options to use expert install mode and
+ * CONFIGURE: Added options to use expert install mode and
configure xorg automatically
* NVIDIA_kernel-1.0-8178-U012206.diff: Deleted

2006-03-25 Juuso Alasuutari <iuso AT sourcemage.org>
- * PRE_BUILD: Apply patch to fix compile against 2.6.16
+ * PRE_BUILD: Apply patch to fix compile against 2.6.16
kernels, bug #10748. Thanks to Arnaud Fortier!
* NVIDIA_kernel-1.0-8178-U012206.diff: added

@@ -349,11 +354,13 @@
* BUILD: Changed accordingly

2003-12-16 hgg <hgreig AT bigpond.net.au>
- * BUILD: head and tail need -n for posix conformance, since I rebuilt
with nptl
+ * BUILD: head and tail need -n for posix conformance, since I rebuilt
with
+ nptl

2003-12-14 hgg <hgreig AT bigpond.net.au>
* DETAILS: remove C.Brien's patch, not needed any more
- * BUILD: reorder the sedits to after the patch is applied, remove
application of old SOURCE3 patch
+ * BUILD: reorder the sedits to after the patch is applied, remove
+ application of old SOURCE3 patch

2003-12-03 Eric Sandall <sandalle AT sourcemage.org>
* 2.6.0-test5.patch: Removed, no longer needed as of -test11
diff --git a/z-kernels/nvidia_legacy_96xx/DEPENDS
b/z-kernels/nvidia_legacy_96xx/DEPENDS
index 6f6a878..7bce8e8 100755
--- a/z-kernels/nvidia_legacy_96xx/DEPENDS
+++ b/z-kernels/nvidia_legacy_96xx/DEPENDS
@@ -1,3 +1,2 @@
depends X11-SERVER &&
-depends mktemp &&
depends which
diff --git a/z-kernels/nvidia_legacy_96xx/HISTORY
b/z-kernels/nvidia_legacy_96xx/HISTORY
index 10a11f6..a4755f9 100644
--- a/z-kernels/nvidia_legacy_96xx/HISTORY
+++ b/z-kernels/nvidia_legacy_96xx/HISTORY
@@ -1,18 +1,22 @@
+2008-04-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Removed dependency on mktemp (now provided by coreutils)
+
2008-02-12 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated to version 96.43.05
-
+
2007-10-19 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated to version 96.43.01

2007-05-14 Colin "Phoul" Childs <phoul AT sourcemage.org>
* ALL: copied from the nvidia_legacy spell and modified to install the
- legacy drivers for the 96xx series.
+ legacy drivers for the 96xx series.

2007-05-13 Colin "Phoul" Childs <phoul AT sourcemage.org>
* DETAILS: Version bumped to 1.0-9755 to clear up dl issues.

2007-02-19 David Kowis <dkowis AT shlrm.org>
- * ALL: copied from the nvidia_driver spell and modified to install
the legacy driver
+ * ALL: copied from the nvidia_driver spell and modified to install the
+ legacy driver

2007-02-05 David Kowis <dkowis AT shlrm.org>
* DETAILS: Someone forgot the hash for the x86_64 source
@@ -34,11 +38,11 @@

2006-11-08 David Brown <dmlb2000 AT gmail.com>
* INSTALL: added patch for glext.h fixed -p value
- * glext-redef.patch: removes a redefinition of something so glut can
+ * glext-redef.patch: removes a redefinition of something so glut can
build

2006-11-08 Flavien Bridault <vlaaad AT sourcemage.org>
- * DETAILS: 1.0-9629
+ * DETAILS: 1.0-9629

2006-10-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0-8776, SECURITY_PATCH=1
@@ -61,7 +65,7 @@
the directory. Which it does for amd64.

2006-07-13 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: Disabled staged install until bug #12843 is fixed,
+ * DETAILS: Disabled staged install until bug #12843 is fixed,
removed UPDATED & BUILD_API.
* PRE_BUILD: Added sedit to fix defunct nvidia-settings.desktop.
* INSTALL: Install pixmap.
@@ -77,24 +81,24 @@
* INSTALL: Fill in the path to libGL.so will be installed (bug #12295)

2006-05-30 Juuso Alasuutari <iuso AT sourcemage.org>
- * TRIGGERS: Added 'on_cast mesalib cast_self' to reinstall
+ * TRIGGERS: Added 'on_cast mesalib cast_self' to reinstall
nvidia_driver's libGL.so.
* DETAILS: Added PATCHLEVEL=1.

2006-05-27 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: Fixed arch selection: changed SMGL_COMPAT_ARCHS[0] to
- SMGL_COMPAT_ARCHS[1], x86-64|64 to x86_64, and ia32|32 to
+ * DETAILS: Fixed arch selection: changed SMGL_COMPAT_ARCHS[0] to
+ SMGL_COMPAT_ARCHS[1], x86-64|64 to x86_64, and ia32|32 to
ia32.

2006-05-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * INSTALL: Create target dir for X drivers if none exists, fixes
+ * INSTALL: Create target dir for X drivers if none exists, fixes
bug #11852

2006-05-17 Juuso Alasuutari <iuso AT sourcemage.org>
* FINAL: Added, display info message about nvidia-xconfig

2006-05-17 Juuso Alasuutari <iuso AT sourcemage.org>
- * CONFIGURE: Removed nvidia-installer related queries (expert
+ * CONFIGURE: Removed nvidia-installer related queries (expert
install & xorg.conf auto-config)
* INSTALL: Removed nvidia-installer related stuff

@@ -137,32 +141,33 @@
* POST_REMOVE: added to restore the x/mesalib headers and libs

2006-04-18 Juuso Alasuutari <iuso AT sourcemage.org>
- * INSTALL: Made sure that if the xorg.conf auto-edit option has
+ * INSTALL: Made sure that if the xorg.conf auto-edit option has
been selected once, it doesn't default to y on next cast.

2006-04-18 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Dropped "-pkg*" from version numbers.

2006-04-14 John Harding <johnh AT kuberaconsulting.com>
- * DETAILS: Fix my incorrect instruction and corrected ia32 url, now
really fixed
+ * DETAILS: Fix my incorrect instruction and corrected ia32 url, now
really
+ fixed

2006-04-14 David Kowis <dkowis AT shlrm.org>
* DETAILS: as per johnnyi7 on IRC the url for ia32 was broke, now
fixed

2006-04-14 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: Version 1.0-8756
- * PRE_BUILD, BUILD, INSTALL: Use nvidia's own installer
+ * PRE_BUILD, BUILD, INSTALL: Use nvidia's own installer
executable
- * PREPARE: Added, checks if X is running, installer won't
- run if it is. Made to display and prompt license
+ * PREPARE: Added, checks if X is running, installer won't
+ run if it is. Made to display and prompt license
agreement.
* LICENSE: Added, Nvidia's license agreement.
- * CONFIGURE: Added options to use expert install mode and
+ * CONFIGURE: Added options to use expert install mode and
configure xorg automatically
* NVIDIA_kernel-1.0-8178-U012206.diff: Deleted

2006-03-25 Juuso Alasuutari <iuso AT sourcemage.org>
- * PRE_BUILD: Apply patch to fix compile against 2.6.16
+ * PRE_BUILD: Apply patch to fix compile against 2.6.16
kernels, bug #10748. Thanks to Arnaud Fortier!
* NVIDIA_kernel-1.0-8178-U012206.diff: added

@@ -356,11 +361,13 @@
* BUILD: Changed accordingly

2003-12-16 hgg <hgreig AT bigpond.net.au>
- * BUILD: head and tail need -n for posix conformance, since I rebuilt
with nptl
+ * BUILD: head and tail need -n for posix conformance, since I rebuilt
with
+ nptl

2003-12-14 hgg <hgreig AT bigpond.net.au>
* DETAILS: remove C.Brien's patch, not needed any more
- * BUILD: reorder the sedits to after the patch is applied, remove
application of old SOURCE3 patch
+ * BUILD: reorder the sedits to after the patch is applied, remove
+ application of old SOURCE3 patch

2003-12-03 Eric Sandall <sandalle AT sourcemage.org>
* 2.6.0-test5.patch: Removed, no longer needed as of -test11



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (bd3a43410546670fffd1efd06640aaa77338a31d), Eric Sandall, 04/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page