Gentoo Archives: gentoo-commits

From: "Ahmed Ammar (b33fc0d3)" <b33fc0d3@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] 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:58
Message-Id: E1LMiO8-0001BS-Af@stork.gentoo.org
1 b33fc0d3 09/01/13 12:28:56
2
3 Added: IceE-1.3.0-maverick-fix.patch
4 IceE-1.3.0-makefile-2.patch
5 IceE-1.3.0-gcc4.3-fix.patch
6 IceE-1.3.0-makefile.patch
7 Log:
8 New ebuild for IceE (Embedded). Ebuild written by b33fc0d3.
9 (Portage version: 2.2_rc20/cvs/Linux 2.6.28-rc9 i686)
10
11 Revision Changes Path
12 1.1 dev-cpp/IceE/files/IceE-1.3.0-maverick-fix.patch
13
14 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
15 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
16
17 Index: IceE-1.3.0-maverick-fix.patch
18 ===================================================================
19 --- ./IceE-1.3.0/cppe/config/Make.rules.orig 2008-12-29 11:03:46.000000000 +0200
20 +++ ./IceE-1.3.0/cppe/config/Make.rules 2008-12-29 11:05:59.000000000 +0200
21 @@ -185,6 +185,9 @@
22 .c.o:
23 $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
24
25 +ThreadPool.o:
26 + $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) -msoft-float $<
27 +
28 %C.o: %.o %.cpp
29 $(CXX) -c -DICEE_PURE_CLIENT -o $(*F)C.o $(CPPFLAGS) $(CXXFLAGS) $(*F).cpp
30
31
32
33
34 1.1 dev-cpp/IceE/files/IceE-1.3.0-makefile-2.patch
35
36 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
37 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
38
39 Index: IceE-1.3.0-makefile-2.patch
40 ===================================================================
41 --- ./IceE-1.3.0/cppe/Makefile.orig 2008-12-29 11:13:32.000000000 +0200
42 +++ ./IceE-1.3.0/cppe/Makefile 2008-12-29 11:13:39.000000000 +0200
43 @@ -11,7 +11,7 @@
44
45 include $(top_srcdir)/config/Make.rules
46
47 -SUBDIRS = src include test demo
48 +SUBDIRS = src include
49
50 INSTALL_SUBDIRS = $(install_bindir) $(install_libdir) $(install_includedir)
51
52
53
54
55 1.1 dev-cpp/IceE/files/IceE-1.3.0-gcc4.3-fix.patch
56
57 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
58 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
59
60 Index: IceE-1.3.0-gcc4.3-fix.patch
61 ===================================================================
62 --- ./IceE-1.3.0/cppe/include/IceE/Time.h.orig 2008-12-29 10:45:43.000000000 +0200
63 +++ ./IceE-1.3.0/cppe/include/IceE/Time.h 2008-12-29 10:46:00.000000000 +0200
64 @@ -12,6 +12,7 @@
65
66 #include <IceE/Config.h>
67 #include <ostream>
68 +#include <sys/time.h>
69
70 namespace IceUtil
71 {
72
73
74
75 1.1 dev-cpp/IceE/files/IceE-1.3.0-makefile.patch
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/IceE/files/IceE-1.3.0-makefile.patch?rev=1.1&view=markup
78 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
79
80 Index: IceE-1.3.0-makefile.patch
81 ===================================================================
82 --- ./IceE-1.3.0/cppe/config/Make.rules.orig 2008-12-29 10:37:03.000000000 +0200
83 +++ ./IceE-1.3.0/cppe/config/Make.rules 2008-12-29 10:40:16.000000000 +0200
84 @@ -12,8 +12,7 @@
85 # if it does not exist.
86 #
87
88 -prefix = /opt/IceE-$(VERSION)
89 -
90 +prefix = DESTDIR_PLACE_HOLDER
91 #
92 # Define OPTIMIZE_SIZE as yes if you want to build with minimal size.
93 # Define OPTIMIZE_SPEED as yes if you want to build with maximum speed.
94 @@ -21,7 +20,7 @@
95 # If neither is set, IceE is built with debug information.
96 #
97
98 -#OPTIMIZE_SIZE = yes
99 +OPTIMIZE_SIZE = yes
100 #OPTIMIZE_SPEED = yes
101
102 #
103 --- ./IceE-1.3.0/cppe/config/Make.rules.Linux.orig 2008-12-29 10:39:52.000000000 +0200
104 +++ ./IceE-1.3.0/cppe/config/Make.rules.Linux 2008-12-29 10:40:02.000000000 +0200
105 @@ -65,7 +65,7 @@
106 lp64suffix = 64
107 endif
108
109 -CXXFLAGS = $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT
110 +CXXFLAGS += $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT
111
112 ifneq ($(GUMSTIX),yes)
113 CXXFLAGS += -I/usr/include/nptl