aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-11-07 21:51:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-11-07 21:51:32 +0000
commit8073ab816ee438be5312fd0fe9164db02bd3bbbe (patch)
tree741f2ca437455ba42fc5475c0dda8176aeb36487
parent9db4181f326078930629b8fe561b13cf75839838 (diff)
downloadaports-8073ab816ee438be5312fd0fe9164db02bd3bbbe.tar.bz2
aports-8073ab816ee438be5312fd0fe9164db02bd3bbbe.tar.xz
various: adjusted dependencies
-rw-r--r--core/alpine-baselayout/APKBUILD1
-rw-r--r--core/autoconf/APKBUILD1
-rw-r--r--core/busybox/APKBUILD3
-rw-r--r--core/fakeroot/APKBUILD1
-rw-r--r--core/libtool/APKBUILD1
-rw-r--r--core/linux-grsec-sources/APKBUILD1
-rw-r--r--core/linux-sources/APKBUILD1
-rw-r--r--core/m4/APKBUILD1
-rw-r--r--core/ncurses/APKBUILD2
-rw-r--r--core/openntpd/APKBUILD2
-rw-r--r--core/patch/APKBUILD1
-rw-r--r--core/sfic/APKBUILD3
-rw-r--r--core/tdb/APKBUILD2
-rw-r--r--core/uclibc/APKBUILD2
14 files changed, 8 insertions, 14 deletions
diff --git a/core/alpine-baselayout/APKBUILD b/core/alpine-baselayout/APKBUILD
index 14865fb73b..9a82b30c49 100644
--- a/core/alpine-baselayout/APKBUILD
+++ b/core/alpine-baselayout/APKBUILD
@@ -2,6 +2,7 @@ pkgname=alpine-baselayout
pkgver=1.12.1
pkgdesc="Alpine base dir structure and init scripts"
url=http://dev.alpinelinux.org/alpine/alpine-baselayout
+depends="uclibc"
source="http://dev.alpinelinux.org/alpine/$pkgname/$pkgname-$pkgver.tar.gz
modloop.initd
install-D.patch
diff --git a/core/autoconf/APKBUILD b/core/autoconf/APKBUILD
index 02a6050e7c..67bf8646d6 100644
--- a/core/autoconf/APKBUILD
+++ b/core/autoconf/APKBUILD
@@ -7,7 +7,6 @@ arch=i486
license="GPL2 GPL3"
url="http://www.gnu.org/software/autoconf"
depends="m4 perl"
-makedepends="binutils gcc make linux-headers perl uclibc-dev"
source="ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz"
subpackages="$pkgname-doc"
diff --git a/core/busybox/APKBUILD b/core/busybox/APKBUILD
index 47c9a897c8..b13dd917c1 100644
--- a/core/busybox/APKBUILD
+++ b/core/busybox/APKBUILD
@@ -4,8 +4,7 @@ pkgrel=1
pkgdesc="Size optimized toolbox of many common UNIX utilities"
url=http://busybox.net
license=GPL-2
-arch=i486
-makedepends="binutils gcc linux-headers make patch uclibc-dev"
+depends=uclibc
source="http://busybox.net/downloads/busybox-1.12.1.tar.bz2
http://busybox.net/downloads/fixes-1.12.1/busybox-1.12.1-grep.patch
diff --git a/core/fakeroot/APKBUILD b/core/fakeroot/APKBUILD
index a4d2a6bd5f..aa27376ba4 100644
--- a/core/fakeroot/APKBUILD
+++ b/core/fakeroot/APKBUILD
@@ -5,7 +5,6 @@ pkgdesc="Gives a fake root environment, useful for building packages as a non-pr
license='GPL'
url="http://packages.debian.org/fakeroot"
depends='uclibc'
-makedepends='binutils gcc make linux-headers uclibc-dev'
subpackages="$pkgname-dev $pkgname-doc"
source="http://ftp.debian.org/debian/pool/main/f/$pkgname/${pkgname}_${pkgver}.tar.gz
busybox-compat.patch"
diff --git a/core/libtool/APKBUILD b/core/libtool/APKBUILD
index cfb5415ea8..22d5156cb6 100644
--- a/core/libtool/APKBUILD
+++ b/core/libtool/APKBUILD
@@ -7,6 +7,7 @@ pkgdesc="A generic library support script"
license='GPL'
url="http://www.gnu.org/software/libtool"
source="ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.gz"
+depends=uclibc
subpackages="libltdl"
build() {
diff --git a/core/linux-grsec-sources/APKBUILD b/core/linux-grsec-sources/APKBUILD
index 680bf659d2..5db184abe1 100644
--- a/core/linux-grsec-sources/APKBUILD
+++ b/core/linux-grsec-sources/APKBUILD
@@ -5,7 +5,6 @@ pkgdesc="Linux kernel sources with grsecurity patch"
_kernver=2.6.26
_grsecver=2.1.12-2.6.26.6-200810131006
pkgrel=1
-makedepends=patch
arch=i486
license=GPL-2
url=http://kernel.org
diff --git a/core/linux-sources/APKBUILD b/core/linux-sources/APKBUILD
index ba391d20ae..3dd6044aaf 100644
--- a/core/linux-sources/APKBUILD
+++ b/core/linux-sources/APKBUILD
@@ -3,7 +3,6 @@ pkgver=2.6.27.4
_kernver=2.6.27
pkgrel=1
pkgdesc="The vanilla Linux kernel sources"
-makedepends=patch
arch=i486
license=GPL-2
url=http://kernel.org
diff --git a/core/m4/APKBUILD b/core/m4/APKBUILD
index 275ce5a65f..992ba1e4b1 100644
--- a/core/m4/APKBUILD
+++ b/core/m4/APKBUILD
@@ -6,7 +6,6 @@ arch=i486
url="http://www.gnu.org/software/m4"
source=ftp://ftp.gnu.org/gnu/m4/$pkgname-$pkgver.tar.gz
depends=uclibc
-makedepends="binutils gcc linux-headers make uclibc-dev"
license=GPL
subpackages="m4-doc"
origin="core/$pkgname"
diff --git a/core/ncurses/APKBUILD b/core/ncurses/APKBUILD
index c83138955c..d822ced739 100644
--- a/core/ncurses/APKBUILD
+++ b/core/ncurses/APKBUILD
@@ -1,10 +1,10 @@
-#!/bin/sh
pkgname=ncurses
pkgver=5.6
pkgrel=0
pkgdesc="Console display library"
url="http://www.gnu.org/software/ncurses/"
license=MIT
+depends=uclibc
source="ftp://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz
ftp://invisible-island.net/ncurses/${pkgver}/${pkgname}-${pkgver}-coverity.patch.gz
"
diff --git a/core/openntpd/APKBUILD b/core/openntpd/APKBUILD
index 70590de5db..4d13163d84 100644
--- a/core/openntpd/APKBUILD
+++ b/core/openntpd/APKBUILD
@@ -7,7 +7,7 @@ url=http://www.openntpd.org/
install=openntpd.install
subpackages="openntpd-doc"
-
+depends="uclibc openssl"
makedepends="openssl-dev"
license=BSD
source="
diff --git a/core/patch/APKBUILD b/core/patch/APKBUILD
index c4f12bbe3d..2006c9fb9d 100644
--- a/core/patch/APKBUILD
+++ b/core/patch/APKBUILD
@@ -5,7 +5,6 @@ pkgdesc="Utility to apply diffs to files"
url="http://www.gnu.org/software/patch/patch.html"
license='GPL'
depends='uclibc'
-makedepends='binutils gcc make linux-headers uclibc-dev'
source=http://alpha.gnu.org/gnu/diffutils/$pkgname-$pkgver.tar.gz
subpackages="$pkgname-doc"
diff --git a/core/sfic/APKBUILD b/core/sfic/APKBUILD
index 1c884a48e6..e1e2ca602b 100644
--- a/core/sfic/APKBUILD
+++ b/core/sfic/APKBUILD
@@ -4,7 +4,8 @@ pkgver=0.1.7
pkgrel=0
depends=uclibc
license=GPL
-makedepends="autoconf automake binutils gcc make uclibc-dev"
+makedepends="autoconf automake"
+depends="tdb uclibc"
arch=i486
url=http://sfic.sourceforge.net
source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
diff --git a/core/tdb/APKBUILD b/core/tdb/APKBUILD
index 7b2870a15a..4e9c2b8360 100644
--- a/core/tdb/APKBUILD
+++ b/core/tdb/APKBUILD
@@ -9,7 +9,7 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
license="GPL-2"
subpackages="$pkgname-dev $pkgname-doc"
-makedepends="binutils gcc linux-headers make uclibc-dev"
+depends="uclibc"
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/core/uclibc/APKBUILD b/core/uclibc/APKBUILD
index 730e3a710d..f781910305 100644
--- a/core/uclibc/APKBUILD
+++ b/core/uclibc/APKBUILD
@@ -5,8 +5,6 @@ url=http://uclibc.org
license="LGPL-2"
_mynamever=uClibc-0.9.30-rc3
-makedepends="binutils gcc linux-headers make uclibc-dev"
-
subpackages="$pkgname-dev"
source="http://uclibc.org/downloads/$_mynamever.tar.bz2