summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2014-03-15 23:53:10 (EDT)
committer P. J. McDermott <pjm@nac.net>2014-03-15 23:53:10 (EDT)
commitd6e5840c22eead963b449241bca40247ce12b9c9 (patch)
treed152684ce1c8876e5e7d64afad759c2587e9a401
parentffc777d72ab2e202975c852f87099b1cec1d6673 (diff)
Fix some dependencies.
-rw-r--r--cpp-4.7.pkg/control4
-rw-r--r--g++-4.7.pkg.in/control3
-rw-r--r--gcc-4.7.pkg.in/control10
-rw-r--r--libgcc.1.pkg/control2
-rw-r--r--libgomp.1.pkg/control2
-rw-r--r--libitm.1.pkg/control2
-rw-r--r--libmudflap.0-4.7-dev.pkg/control3
-rw-r--r--libmudflap.0.pkg/control2
-rw-r--r--libssp.0.pkg/control2
-rw-r--r--libstdc++.6-4.7-dev.pkg/control3
10 files changed, 15 insertions, 18 deletions
diff --git a/cpp-4.7.pkg/control b/cpp-4.7.pkg/control
index 0a4a0b9..c6ef972 100644
--- a/cpp-4.7.pkg/control
+++ b/cpp-4.7.pkg/control
@@ -1,7 +1,7 @@
Architecture: i686-any-any core-any-any k8-any-any amd64-any-any
Platform: all
-Depends: gcc-4.7-common (= ${Binary-Version},
- libc.6, libmpc.3, libmpfr.4, libgmp.10, libz.1
+Depends: gcc-4.7-common (= ${Binary-Version}),
+ libmpc.3, libmpfr.4, libgmp.10, libz.1
Suggests: gcc-4.7-locales (>= ${Binary-Version})
Description: GNU C preprocessor
A macro processor that is used automatically by the C compiler to transform
diff --git a/g++-4.7.pkg.in/control b/g++-4.7.pkg.in/control
index 09aa64b..4fbec2b 100644
--- a/g++-4.7.pkg.in/control
+++ b/g++-4.7.pkg.in/control
@@ -1,10 +1,9 @@
Architecture: @PKG_TARGET_ARCH@
# Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@
Platform: all
-Depends: gcc-4.7-common (= ${Binary-Version},
+Depends: gcc-4.7-common (= ${Binary-Version}),
gcc-4.7-@PKG_TARGET_ARCH@ (= ${Binary-Version}),
libstdc++.6-4.7-dev (= ${Binary-Version}),
- libc.6,
libgmp.10,
libmpc.3,
libmpfr.4,
diff --git a/gcc-4.7.pkg.in/control b/gcc-4.7.pkg.in/control
index afd1f4a..99d9d0b 100644
--- a/gcc-4.7.pkg.in/control
+++ b/gcc-4.7.pkg.in/control
@@ -1,13 +1,13 @@
Architecture: @PKG_TARGET_ARCH@
# Architecture: i686-any-any amd64-any-any @PKG_TARGET_ARCH@
Platform: all
-Depends: gcc-4.7-common (= ${Binary-Version},
+Depends: gcc-4.7-common (= ${Binary-Version}),
cpp-4.7 (= ${Binary-Version}),
binutils-@PKG_TARGET_ARCH@,
- libgcc.1 (>= ${Binary-Version}),
- libgomp.1 (>= ${Binary-Version}),
- libitm.1 (>= ${Binary-Version}),
- libc.6,
+ libgcc.1 (= ${Binary-Version}),
+ libgomp.1 (= ${Binary-Version}),
+ libitm.1 (= ${Binary-Version}),
+ libssp.0 (= ${Binary-Version}),
libgmp.10,
libmpc.3,
libmpfr.4,
diff --git a/libgcc.1.pkg/control b/libgcc.1.pkg/control
index 9b47f14..c8dd515 100644
--- a/libgcc.1.pkg/control
+++ b/libgcc.1.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gcc-4.7-common (= ${Binary-Version}), libc.6
+Depends: gcc-4.7-common (= ${Binary-Version})
Description: GCC low-level runtime library
This package provides libgcc, a low-level runtime library that contains
routines for arithmetic operations not performed by the host processor,
diff --git a/libgomp.1.pkg/control b/libgomp.1.pkg/control
index 4cb8ff7..92b96e9 100644
--- a/libgomp.1.pkg/control
+++ b/libgomp.1.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gcc-4.7-common (= ${Binary-Version}), libc.6
+Depends: gcc-4.7-common (= ${Binary-Version})
Description: GNU OpenMP library
This package provides the GNU implementation of the OpenMP API for
multi-platform shared-memory parallel programming in C, C++, and Fortran.
diff --git a/libitm.1.pkg/control b/libitm.1.pkg/control
index 006c99e..eda49ea 100644
--- a/libitm.1.pkg/control
+++ b/libitm.1.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gcc-4.7-common (= ${Binary-Version}), libc.6, libgcc.1
+Depends: gcc-4.7-common (= ${Binary-Version}), libgcc.1
Description: GNU Tranactional Memory Library
GNU Transactional Memory Library (libitm) provides transaction support for
accesses to the memory of a process, enabling easy-to-use synchronization of
diff --git a/libmudflap.0-4.7-dev.pkg/control b/libmudflap.0-4.7-dev.pkg/control
index b8454a5..09b10f5 100644
--- a/libmudflap.0-4.7-dev.pkg/control
+++ b/libmudflap.0-4.7-dev.pkg/control
@@ -1,8 +1,7 @@
Architecture: any
Platform: all
Depends: gcc-4.7-common (= ${Binary-Version}),
- libmudflap.0 (>= ${Binary-Version}),
- libc.6-dev
+ libmudflap.0 (= ${Binary-Version}),
Description: GCC mudflap library - development files
The GCC mudflap library instruments all risky pointer/array dereferencing
operations, some standard library string/heap functions, and some other
diff --git a/libmudflap.0.pkg/control b/libmudflap.0.pkg/control
index b15865d..7771f5f 100644
--- a/libmudflap.0.pkg/control
+++ b/libmudflap.0.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gcc-4.7-common (= ${Binary-Version}), libc.6
+Depends: gcc-4.7-common (= ${Binary-Version})
Description: GCC mudflap library
The GCC mudflap library instruments all risky pointer/array dereferencing
operations, some standard library string/heap functions, and some other
diff --git a/libssp.0.pkg/control b/libssp.0.pkg/control
index b6e4393..b23de1a 100644
--- a/libssp.0.pkg/control
+++ b/libssp.0.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gcc-4.7-common (= ${Binary-Version}), libc.6
+Depends: gcc-4.7-common (= ${Binary-Version})
Description: GCC stack-smashing protector
This package provides the GCC stack-smashing protector extension to protect
applications from stack buffer overflow attacks.
diff --git a/libstdc++.6-4.7-dev.pkg/control b/libstdc++.6-4.7-dev.pkg/control
index ee77cbf..f621435 100644
--- a/libstdc++.6-4.7-dev.pkg/control
+++ b/libstdc++.6-4.7-dev.pkg/control
@@ -1,8 +1,7 @@
Architecture: any
Platform: all
Depends: gcc-4.7-common (= ${Binary-Version}),
- libstdc++.6 (>= ${Binary-Version}),
- libc.6-dev,
+ libstdc++.6 (= ${Binary-Version}),
Provides: libstdc++.6-dev
Description: GNU C++ library - development files
This package provides the headers and library files necessary to build C++