Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Ahmed Ammar (b33fc0d3)" <b33fc0d3@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-cpp/IceE/files: IceE-1.3.0-maverick-fix.patch IceE-1.3.0-makefile-2.patch IceE-1.3.0-gcc4.3-fix.patch IceE-1.3.0-makefile.patch
|
|
Date:
|
Tue, 13 Jan 2009 12:28:56 +0000
|
|
b33fc0d3 09/01/13 12:28:56
Added: IceE-1.3.0-maverick-fix.patch
IceE-1.3.0-makefile-2.patch
IceE-1.3.0-gcc4.3-fix.patch
IceE-1.3.0-makefile.patch
Log:
New ebuild for IceE (Embedded). Ebuild written by b33fc0d3.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-rc9 i686)
Revision Changes Path
1.1 dev-cpp/IceE/files/IceE-1.3.0-maverick-fix.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/IceE/files/IceE-1.3.0-maverick-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/IceE/files/IceE-1.3.0-maverick-fix.patch?rev=1.1&content-type=text/plain
Index: IceE-1.3.0-maverick-fix.patch
===================================================================
--- ./IceE-1.3.0/cppe/config/Make.rules.orig 2008-12-29 11:03:46.000000000 +0200
+++ ./IceE-1.3.0/cppe/config/Make.rules 2008-12-29 11:05:59.000000000 +0200
@@ -185,6 +185,9 @@
.c.o:
$(CC) -c $(CPPFLAGS) $(CFLAGS) $<
+ThreadPool.o:
+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) -msoft-float $<
+
%C.o: %.o %.cpp
$(CXX) -c -DICEE_PURE_CLIENT -o $(*F)C.o $(CPPFLAGS) $(CXXFLAGS) $(*F).cpp
1.1 dev-cpp/IceE/files/IceE-1.3.0-makefile-2.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/IceE/files/IceE-1.3.0-makefile-2.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/IceE/files/IceE-1.3.0-makefile-2.patch?rev=1.1&content-type=text/plain
Index: IceE-1.3.0-makefile-2.patch
===================================================================
--- ./IceE-1.3.0/cppe/Makefile.orig 2008-12-29 11:13:32.000000000 +0200
+++ ./IceE-1.3.0/cppe/Makefile 2008-12-29 11:13:39.000000000 +0200
@@ -11,7 +11,7 @@
include $(top_srcdir)/config/Make.rules
-SUBDIRS = src include test demo
+SUBDIRS = src include
INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir)
1.1 dev-cpp/IceE/files/IceE-1.3.0-gcc4.3-fix.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/IceE/files/IceE-1.3.0-gcc4.3-fix.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/IceE/files/IceE-1.3.0-gcc4.3-fix.patch?rev=1.1&content-type=text/plain
Index: IceE-1.3.0-gcc4.3-fix.patch
===================================================================
--- ./IceE-1.3.0/cppe/include/IceE/Time.h.orig 2008-12-29 10:45:43.000000000 +0200
+++ ./IceE-1.3.0/cppe/include/IceE/Time.h 2008-12-29 10:46:00.000000000 +0200
@@ -12,6 +12,7 @@
#include <IceE/Config.h>
#include <ostream>
+#include <sys/time.h>
namespace IceUtil
{
1.1 dev-cpp/IceE/files/IceE-1.3.0-makefile.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/IceE/files/IceE-1.3.0-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/IceE/files/IceE-1.3.0-makefile.patch?rev=1.1&content-type=text/plain
Index: IceE-1.3.0-makefile.patch
===================================================================
--- ./IceE-1.3.0/cppe/config/Make.rules.orig 2008-12-29 10:37:03.000000000 +0200
+++ ./IceE-1.3.0/cppe/config/Make.rules 2008-12-29 10:40:16.000000000 +0200
@@ -12,8 +12,7 @@
# if it does not exist.
#
-prefix = /opt/IceE-$(VERSION)
-
+prefix = DESTDIR_PLACE_HOLDER
#
# Define OPTIMIZE_SIZE as yes if you want to build with minimal size.
# Define OPTIMIZE_SPEED as yes if you want to build with maximum speed.
@@ -21,7 +20,7 @@
# If neither is set, IceE is built with debug information.
#
-#OPTIMIZE_SIZE = yes
+OPTIMIZE_SIZE = yes
#OPTIMIZE_SPEED = yes
#
--- ./IceE-1.3.0/cppe/config/Make.rules.Linux.orig 2008-12-29 10:39:52.000000000 +0200
+++ ./IceE-1.3.0/cppe/config/Make.rules.Linux 2008-12-29 10:40:02.000000000 +0200
@@ -65,7 +65,7 @@
lp64suffix = 64
endif
-CXXFLAGS = $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT
+CXXFLAGS += $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT
ifneq ($(GUMSTIX),yes)
CXXFLAGS += -I/usr/include/nptl
|
|