Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f7f0c4f4e5a136d9f7ce901a311ba77ec64f9ea3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f7f0c4f4e5a136d9f7ce901a311ba77ec64f9ea3)
  • Date: Thu, 16 Feb 2012 09:15:29 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/iasl/BUILD | 2
devel/iasl/DETAILS | 6 -
devel/iasl/HISTORY | 6 +
devel/iasl/INSTALL | 2
devel/iasl/PRE_BUILD | 5 -
devel/iasl/iasl-gcc-4.6.1.patch | 142
----------------------------------------
6 files changed, 11 insertions(+), 152 deletions(-)

New commits:
commit f7f0c4f4e5a136d9f7ce901a311ba77ec64f9ea3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

iasl: => 20120215

diff --git a/devel/iasl/BUILD b/devel/iasl/BUILD
index f798026..bdd2610 100755
--- a/devel/iasl/BUILD
+++ b/devel/iasl/BUILD
@@ -1,4 +1,4 @@
-cd compiler &&
+cd source/compiler &&

make_single &&
make &&
diff --git a/devel/iasl/DETAILS b/devel/iasl/DETAILS
index be608db..a67e10b 100755
--- a/devel/iasl/DETAILS
+++ b/devel/iasl/DETAILS
@@ -1,9 +1,9 @@
SPELL=iasl
- VERSION=20110623
+ VERSION=20120215
SOURCE=acpica-unix-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/acpica-unix-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/acpica-unix-$VERSION"
SOURCE_URL[0]=http://www.acpica.org/download/acpica-unix-$VERSION.tar.gz
-
SOURCE_HASH=sha512:f5f7595250225fd05cbe58eb23f5e63d7d7386c307a81d6a8efc94e3f68f4208fd2dcd96d68c626b9267f731c9d0764ad7709ad665ff222f609318d931705409
+
SOURCE_HASH=sha512:311f2ee52869c542593ffecef9d7b91b1b9f2dd33e7b40c3729dfca5326baf5ac048dc09a3c86321d1a99865f3dbe081aaf985d2b847c30daaa33bced2e28867
LICENSE[0]=IASL
WEB_SITE=http://www.intel.com/technology/iapc/acpi/
ENTERED=20070530
diff --git a/devel/iasl/HISTORY b/devel/iasl/HISTORY
index 2eb486b..b76fa52 100644
--- a/devel/iasl/HISTORY
+++ b/devel/iasl/HISTORY
@@ -1,3 +1,9 @@
+2012-02-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 20120215; quoting paths
+ * BUILD: corrected path to sources
+ * INSTALL: verbosity++
+ * PRE_BUILD, iasl-gcc-4.6.1.patch: removed
+
2011-08-17 Robin Cook <rcook AT wyrms.net>
* PRE_BUILD: added to apply patch to get rid of -Werror

diff --git a/devel/iasl/INSTALL b/devel/iasl/INSTALL
index be126e1..34f5713 100755
--- a/devel/iasl/INSTALL
+++ b/devel/iasl/INSTALL
@@ -1 +1 @@
-install -m 0755 iasl ${INSTALL_ROOT}/usr/bin
+install -vm 0755 iasl ${INSTALL_ROOT}/usr/bin
diff --git a/devel/iasl/PRE_BUILD b/devel/iasl/PRE_BUILD
deleted file mode 100755
index 479fef0..0000000
--- a/devel/iasl/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-
-cd $SOURCE_DIRECTORY &&
-
-patch -p1 < $SCRIPT_DIRECTORY/iasl-gcc-4.6.1.patch
diff --git a/devel/iasl/iasl-gcc-4.6.1.patch b/devel/iasl/iasl-gcc-4.6.1.patch
deleted file mode 100644
index 594bdae..0000000
--- a/devel/iasl/iasl-gcc-4.6.1.patch
+++ /dev/null
@@ -1,142 +0,0 @@
-diff -ur acpica-unix-20110623/compiler/Makefile
acpica-unix-mod/compiler/Makefile
---- acpica-unix-20110623/compiler/Makefile 2011-06-23 11:34:09.000000000
-0500
-+++ acpica-unix-mod/compiler/Makefile 2011-08-10 19:25:14.815970671 -0500
-@@ -43,7 +43,7 @@
- -Wall \
- -Wbad-function-cast \
- -Wdeclaration-after-statement \
-- -Werror \
-+ \
- -Wformat=2 \
- -Wmissing-declarations \
- -Wmissing-prototypes \
-@@ -243,16 +243,16 @@
- # by the utilities above and they are not necessarily ANSI C, etc.
- #
- aslcompilerlex.o : aslcompilerlex.c
-- $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
-+ $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
-
- aslcompilerparse.o : aslcompilerparse.c
-- $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
-+ $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
-
- dtparserlex.o : dtparserlex.c
-- $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
-+ $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
-
- dtparserparse.o : dtparserparse.c
-- $(CC) -c $(CFLAGS) -Wall -Werror -Wstrict-aliasing=0 -o$@ $?
-+ $(CC) -c $(CFLAGS) -Wall -Wstrict-aliasing=0 -o$@ $?
-
-
- #
-diff -ur acpica-unix-20110623/generate/unix/iasl/Makefile
acpica-unix-mod/generate/unix/iasl/Makefile
---- acpica-unix-20110623/generate/unix/iasl/Makefile 2011-06-23
11:34:12.000000000 -0500
-+++ acpica-unix-mod/generate/unix/iasl/Makefile 2011-08-10
19:25:54.095970658 -0500
-@@ -200,16 +200,16 @@
- # by the utilities above and they are not necessarily ANSI C, etc.
- #
- aslcompilerlex.o : aslcompilerlex.c
-- $(CC) -c $(CFLAGS) -Wall -Werror -o$@ $?
-+ $(CC) -c $(CFLAGS) -Wall -o$@ $?
-
- aslcompilerparse.o : aslcompilerparse.c
-- $(CC) -c $(CFLAGS) -Wall -Werror -o$@ $?
-+ $(CC) -c $(CFLAGS) -Wall -o$@ $?
-
- dtparserlex.o : dtparserlex.c
-- $(CC) -c $(CFLAGS) -Wall -Werror -o$@ $?
-+ $(CC) -c $(CFLAGS) -Wall -o$@ $?
-
- dtparserparse.o : dtparserparse.c
-- $(CC) -c $(CFLAGS) -Wall -Werror -o$@ $?
-+ $(CC) -c $(CFLAGS) -Wall -o$@ $?
-
- #
- # Compiler source
-diff -ur acpica-unix-20110623/generate/unix/Makefile.config
acpica-unix-mod/generate/unix/Makefile.config
---- acpica-unix-20110623/generate/unix/Makefile.config 2011-06-23
11:34:12.000000000 -0500
-+++ acpica-unix-mod/generate/unix/Makefile.config 2011-08-10
19:29:36.743970583 -0500
-@@ -58,7 +58,6 @@
- -Wall \
- -Wbad-function-cast \
- -Wdeclaration-after-statement \
-- -Werror \
- -Wformat=2 \
- -Wmissing-declarations \
- -Wmissing-prototypes \
-diff -ur acpica-unix-20110623/tools/acpibin/Makefile
acpica-unix-mod/tools/acpibin/Makefile
---- acpica-unix-20110623/tools/acpibin/Makefile 2011-06-23
11:34:18.000000000 -0500
-+++ acpica-unix-mod/tools/acpibin/Makefile 2011-08-10 19:26:40.389970642
-0500
-@@ -41,7 +41,6 @@
- -Wall \
- -Wbad-function-cast \
- -Wdeclaration-after-statement \
-- -Werror \
- -Wformat=2 \
- -Wmissing-declarations \
- -Wmissing-prototypes \
-diff -ur acpica-unix-20110623/tools/acpiexec/Makefile
acpica-unix-mod/tools/acpiexec/Makefile
---- acpica-unix-20110623/tools/acpiexec/Makefile 2011-06-23
11:34:18.000000000 -0500
-+++ acpica-unix-mod/tools/acpiexec/Makefile 2011-08-10 19:28:08.378970613
-0500
-@@ -37,6 +37,7 @@
- -D$(HOST) \
- -D_GNU_SOURCE \
- -DACPI_EXEC_APP \
-+
- -I$(ACPICA_SRC)/include
-
- CWARNINGFLAGS = \
-@@ -44,7 +45,6 @@
- -Wall \
- -Wbad-function-cast \
- -Wdeclaration-after-statement \
-- -Werror \
- -Wformat=2 \
- -Wmissing-declarations \
- -Wmissing-prototypes \
-diff -ur acpica-unix-20110623/tools/acpihelp/Makefile
acpica-unix-mod/tools/acpihelp/Makefile
---- acpica-unix-20110623/tools/acpihelp/Makefile 2011-06-23
11:34:18.000000000 -0500
-+++ acpica-unix-mod/tools/acpihelp/Makefile 2011-08-10 19:27:36.955970623
-0500
-@@ -42,7 +42,6 @@
- -Wall \
- -Wbad-function-cast \
- -Wdeclaration-after-statement \
-- -Werror \
- -Wformat=2 \
- -Wmissing-declarations \
- -Wmissing-prototypes \
-diff -ur acpica-unix-20110623/tools/acpinames/Makefile
acpica-unix-mod/tools/acpinames/Makefile
---- acpica-unix-20110623/tools/acpinames/Makefile 2011-06-23
11:34:18.000000000 -0500
-+++ acpica-unix-mod/tools/acpinames/Makefile 2011-08-10 19:29:15.432970590
-0500
-@@ -44,7 +44,6 @@
- -Wall \
- -Wbad-function-cast \
- -Wdeclaration-after-statement \
-- -Werror \
- -Wformat=2 \
- -Wmissing-declarations \
- -Wmissing-prototypes \
-diff -ur acpica-unix-20110623/tools/acpisrc/Makefile
acpica-unix-mod/tools/acpisrc/Makefile
---- acpica-unix-20110623/tools/acpisrc/Makefile 2011-06-23
11:34:19.000000000 -0500
-+++ acpica-unix-mod/tools/acpisrc/Makefile 2011-08-10 19:28:56.064970597
-0500
-@@ -42,7 +42,6 @@
- -Wall \
- -Wbad-function-cast \
- -Wdeclaration-after-statement \
-- -Werror \
- -Wformat=2 \
- -Wmissing-declarations \
- -Wmissing-prototypes \
-diff -ur acpica-unix-20110623/tools/acpixtract/Makefile
acpica-unix-mod/tools/acpixtract/Makefile
---- acpica-unix-20110623/tools/acpixtract/Makefile 2011-06-23
11:34:19.000000000 -0500
-+++ acpica-unix-mod/tools/acpixtract/Makefile 2011-08-10 19:28:30.250970606
-0500
-@@ -40,7 +40,6 @@
- -Wall \
- -Wbad-function-cast \
- -Wdeclaration-after-statement \
-- -Werror \
- -Wformat=2 \
- -Wmissing-declarations \
- -Wmissing-prototypes \



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f7f0c4f4e5a136d9f7ce901a311ba77ec64f9ea3), Vlad Glagolev, 02/16/2012

Archive powered by MHonArc 2.6.24.

Top of Page