X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from brmea-mail-4.sun.com (brmea-mail-4.Sun.COM [192.18.98.36]) by lists.alpinelinux.org (Postfix) with ESMTP id A432B4CE3161 for ; Thu, 29 Oct 2009 05:30:26 +0000 (UTC) Received: from fe-amer-10.sun.com ([192.18.109.80]) by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id n9T5UOnT020391 for ; Thu, 29 Oct 2009 05:30:24 GMT X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-version: 1.0 Content-type: multipart/mixed; boundary="Boundary_(ID_xGoL3TOpvCRxm/PXBgNisw)" Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul 2 2009)) id <0KS900D00GDU2900@mail-amer.sun.com> for alpine-devel@lists.alpinelinux.org; Wed, 28 Oct 2009 23:30:24 -0600 (MDT) Received: from [172.30.53.104] ([unknown] [24.30.76.35]) by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul 2 2009)) with ESMTPSA id <0KS900F32GMNGN90@mail-amer.sun.com> for alpine-devel@lists.alpinelinux.org; Wed, 28 Oct 2009 23:30:24 -0600 (MDT) Date: Thu, 29 Oct 2009 01:30:30 -0400 From: Andrew Manison Subject: [alpine-devel] Updated ebtables and icecast package patches Sender: Andrew.Manison@Sun.COM To: alpine-devel@lists.alpinelinux.org Message-id: <4AE92876.2010502@anselsystems.com> User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) This is a multi-part message in MIME format. --Boundary_(ID_xGoL3TOpvCRxm/PXBgNisw) Content-type: text/plain; CHARSET=US-ASCII; format=flowed Content-transfer-encoding: 7BIT --Boundary_(ID_xGoL3TOpvCRxm/PXBgNisw) Content-type: text/plain; name=0001-Added-ebtables-package-with-makefile-revisions.patch Content-transfer-encoding: 7BIT Content-disposition: inline; filename=0001-Added-ebtables-package-with-makefile-revisions.patch; filename*0=0001-Added-ebtables-package-with-makefile-revisions.patch >From d66a2d28518aeeb30d944529ddc7c1e2343989e4 Mon Sep 17 00:00:00 2001 From: Andrew Manison Date: Wed, 28 Oct 2009 17:39:39 +0000 Subject: [PATCH] Added ebtables package with makefile revisions to support ssp: link with gcc, make install directories --- testing/ebtables/0001-link-with-gcc.patch | 25 +++++++++++++++++++ testing/ebtables/APKBUILD | 38 +++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 0 deletions(-) create mode 100644 testing/ebtables/0001-link-with-gcc.patch create mode 100644 testing/ebtables/APKBUILD diff --git a/testing/ebtables/0001-link-with-gcc.patch b/testing/ebtables/0001-link-with-gcc.patch new file mode 100644 index 0000000..88aba09 --- /dev/null +++ b/testing/ebtables/0001-link-with-gcc.patch @@ -0,0 +1,25 @@ +--- a/Makefile Sun Jun 21 13:13:25 2009 ++++ b/Makefile Wed Oct 28 02:42:43 2009 +@@ -85,7 +85,7 @@ + + .PHONY: libebtc + libebtc: $(OBJECTS2) +- $(LD) -shared -soname libebtc.so -o libebtc.so -lc $(OBJECTS2) ++ $(CC) -shared -Wl,-soname,libebtc.so -o libebtc.so -lc $(OBJECTS2) + + ebtables: $(OBJECTS) ebtables-standalone.o libebtc + $(CC) $(CFLAGS) $(CFLAGS_SH_LIB) -o $@ ebtables-standalone.o -I$(KERNEL_INCLUDES) -L. -Lextensions -lebtc $(EXT_LIBSI) \ +@@ -153,10 +153,13 @@ + tmp3:=$(shell printf $(PIPE) | sed 's/\//\\\//g') + .PHONY: scripts + scripts: ebtables-save ebtables.sysv ebtables-config ++ mkdir -p $(DESTDIR)$(BINDIR) + cat ebtables-save | sed 's/__EXEC_PATH__/$(tmp1)/g' > ebtables-save_ + install -m 0755 -o root -g root ebtables-save_ $(DESTDIR)$(BINDIR)/ebtables-save ++ mkdir -p $(DESTDIR)$(INITDIR) + cat ebtables.sysv | sed 's/__EXEC_PATH__/$(tmp1)/g' | sed 's/__SYSCONFIG__/$(tmp2)/g' > ebtables.sysv_ + install -m 0755 -o root -g root ebtables.sysv_ $(DESTDIR)$(INITDIR)/ebtables ++ mkdir -p $(DESTDIR)$(SYSCONFIGDIR) + cat ebtables-config | sed 's/__SYSCONFIG__/$(tmp2)/g' > ebtables-config_ + install -m 0600 -o root -g root ebtables-config_ $(DESTDIR)$(SYSCONFIGDIR)/ebtables-config + rm -f ebtables-save_ ebtables.sysv_ ebtables-config_ diff --git a/testing/ebtables/APKBUILD b/testing/ebtables/APKBUILD new file mode 100644 index 0000000..c538f76 --- /dev/null +++ b/testing/ebtables/APKBUILD @@ -0,0 +1,38 @@ +# Contributor: +# Maintainer: +pkgname=ebtables +pkgver=2.0.9.1 +_realver=v2.0.9-1 +pkgrel=0 +pkgdesc="Ethernet bridge tables - Linux Ethernet filter for the Linux bridge." +url="http://ebtables.sourceforge.net/" +license="GPL" +depends="" +makedepends="uclibc-dev" +install= +#subpackages="$pkgname-dev $pkgname-doc" +source="http://downloads.sourceforge.net/$pkgname/$pkgname-$_realver.tar.gz" + +# 0001-add-gcc-no-stack-protector-flag-to-makefile.patch" + +# append extra dependencies to -dev subpackage +# remove if not used. +# depends_dev="somepackage-dev" + +build() { + cd "$srcdir"/$pkgname-$_realver + + patches + for i in ../../*.patch; do + msg "Applying $i" + if ! patch --verbose -p1 -i $i; then + error "$i failed" + return 1 + fi + done + + make || return 1 + make DESTDIR="$pkgdir" install +} + +md5sums="0e0c20adf2bba6d91dbd0b74a1a38c33 ebtables-v2.0.9-1.tar.gz" -- 1.6.5 --Boundary_(ID_xGoL3TOpvCRxm/PXBgNisw) Content-type: text/plain; name=0001-Added-icecast-package.patch Content-transfer-encoding: 7BIT Content-disposition: inline; filename=0001-Added-icecast-package.patch >From 39b52280825fe98466ae44f3e418ecb2741d3e15 Mon Sep 17 00:00:00 2001 From: Andrew Manison Date: Wed, 28 Oct 2009 22:53:15 +0000 Subject: [PATCH] Added icecast package --- testing/icecast/APKBUILD | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 testing/icecast/APKBUILD diff --git a/testing/icecast/APKBUILD b/testing/icecast/APKBUILD new file mode 100644 index 0000000..b9d34f4 --- /dev/null +++ b/testing/icecast/APKBUILD @@ -0,0 +1,25 @@ +# Contributor: +# Maintainer: +pkgname=icecast +pkgver=2.3.2 +pkgrel=0 +pkgdesc="Open source media server" +url="http://www.icecast.org" +license="GPL" +depends="busybox" +makedepends="libxslt-dev libxml2-dev libogg-dev libvorbis-dev libtheora-dev" +subpackages="$pkgname-doc" +source="http://downloads.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz" + +build() { + cd "$srcdir"/$pkgname-$pkgver + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make || return 1 + make DESTDIR="$pkgdir" install +} + +md5sums="ff516b3ccd2bcc31e68f460cd316093f icecast-2.3.2.tar.gz" -- 1.6.5 --Boundary_(ID_xGoL3TOpvCRxm/PXBgNisw)-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---