summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:41:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-11 11:41:33 +0200
commit85da9410386bd8c103bbe74881db43ace3ce8bb0 (patch)
tree8e93e3c95893b5c100ea6b6a404bb63632e42fac /package
parent80e7f71373338f6fea443a54041a46556793beae (diff)
parentbd66c8f78a365b7e2027c52eb8ec8f7babf707ff (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-rw-r--r--package/corosync/Makefile1
-rw-r--r--package/iproute2/Makefile2
-rw-r--r--package/iproute2/patches/patch-Makefile11
-rw-r--r--package/libstdcxx/Makefile8
-rw-r--r--package/mdadm/Makefile4
-rw-r--r--package/motion/Makefile4
-rw-r--r--package/postfix/Makefile6
-rw-r--r--package/postfix/patches/patch-makedefs38
-rw-r--r--package/postfix/patches/patch-src_util_sys_defs_h20
-rw-r--r--package/taglib/Makefile2
10 files changed, 40 insertions, 56 deletions
diff --git a/package/corosync/Makefile b/package/corosync/Makefile
index 6ba87c80c..56fcc4e62 100644
--- a/package/corosync/Makefile
+++ b/package/corosync/Makefile
@@ -15,6 +15,7 @@ PKG_URL:= http://www.corosync.org/
PKG_SITES:= http://corosync.org/download/
PKG_CFLINE_COROSYNC:= select ADK_KERNEL_IP_MULTICAST
+PKG_LIBC_DEPENDS:= eglibc glibc musl
include $(TOPDIR)/mk/package.mk
diff --git a/package/iproute2/Makefile b/package/iproute2/Makefile
index 21e38f214..310a0086d 100644
--- a/package/iproute2/Makefile
+++ b/package/iproute2/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= iproute2
PKG_VERSION:= 3.10.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 45fb5427fc723a0001c72b92c931ba02
PKG_DESCR:= iproute2 routing control utility
PKG_SECTION:= route
diff --git a/package/iproute2/patches/patch-Makefile b/package/iproute2/patches/patch-Makefile
new file mode 100644
index 000000000..44cda46e9
--- /dev/null
+++ b/package/iproute2/patches/patch-Makefile
@@ -0,0 +1,11 @@
+--- iproute2-3.10.0.orig/Makefile 2013-07-16 19:06:36.000000000 +0200
++++ iproute2-3.10.0/Makefile 2013-10-10 15:30:09.000000000 +0200
+@@ -30,7 +30,7 @@ CC = gcc
+ HOSTCC = gcc
+ DEFINES += -D_GNU_SOURCE
+ CCOPTS = -O2
+-WFLAGS := -Wall -Wstrict-prototypes -Werror -Wmissing-prototypes
++WFLAGS := -Wall -Wstrict-prototypes -Wmissing-prototypes
+ WFLAGS += -Wmissing-declarations -Wold-style-definition
+
+ CFLAGS = $(WFLAGS) $(CCOPTS) -I../include $(DEFINES)
diff --git a/package/libstdcxx/Makefile b/package/libstdcxx/Makefile
index 380003b4f..f56753b94 100644
--- a/package/libstdcxx/Makefile
+++ b/package/libstdcxx/Makefile
@@ -36,10 +36,10 @@ do-install:
ifeq ($(ADK_NATIVE),y)
$(CP) /usr/lib/libstdc++.so* ${IDIR_LIBSTDCXX}/usr/lib
else
- (cd ${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}; ln -sf libstdc++.so.6.0.17 libstdc++.so.6)
- (cd ${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}; ln -sf libstdc++.so.6.0.17 libstdc++.so)
- (cd ${STAGING_TARGET_DIR}/${ADK_TARGET_LIBC_PATH}/; ln -sf libstdc++.so.6.0.17 libstdc++.so)
- $(CP) ${STAGING_TARGET_DIR}/${ADK_TARGET_LIBC_PATH}/libstdc++.so.6.0.17 ${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}
+ (cd ${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}; ln -sf libstdc++.so.6.0.1? libstdc++.so.6)
+ (cd ${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}; ln -sf libstdc++.so.6.0.1? libstdc++.so)
+ (cd ${STAGING_TARGET_DIR}/${ADK_TARGET_LIBC_PATH}/; ln -sf libstdc++.so.6.0.1? libstdc++.so)
+ $(CP) ${STAGING_TARGET_DIR}/${ADK_TARGET_LIBC_PATH}/libstdc++.so.6.0.1? ${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}
-@rm ${IDIR_LIBSTDCXX}/usr/${ADK_TARGET_LIBC_PATH}/libstdc++.so.*-gdb.py
endif
diff --git a/package/mdadm/Makefile b/package/mdadm/Makefile
index ab9eaf3a3..52d46e311 100644
--- a/package/mdadm/Makefile
+++ b/package/mdadm/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= mdadm
-PKG_VERSION:= 3.2.5
+PKG_VERSION:= 3.2.6
PKG_RELEASE:= 1
-PKG_MD5SUM:= 3f5750c5b1b175f71199e93cd4e5aa2b
+PKG_MD5SUM:= dd2472f07993496ca4f4e3e8f6746517
PKG_DESCR:= tool for managing Linux Software RAID arrays
PKG_SECTION:= fs
PKG_URL:= http://neil.brown.name/blog/mdadm
diff --git a/package/motion/Makefile b/package/motion/Makefile
index a31fe129e..08c285497 100644
--- a/package/motion/Makefile
+++ b/package/motion/Makefile
@@ -10,8 +10,8 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 6b8730c875e0f550c1abdb647027d8e1
PKG_DESCR:= Webcam motion sensing and logging
PKG_SECTION:= multimedia
-PKG_DEPENDS:= libjpeg libpthread
-PKG_BUILDDEP:= jpeg
+PKG_DEPENDS:= libjpeg libpthread libsdl
+PKG_BUILDDEP:= jpeg sdl
PKG_URL:= http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=motion/}
diff --git a/package/postfix/Makefile b/package/postfix/Makefile
index 8fb05cd23..7e27207c4 100644
--- a/package/postfix/Makefile
+++ b/package/postfix/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= postfix
-PKG_VERSION:= 2.8.7
+PKG_VERSION:= 2.10.2
PKG_RELEASE:= 1
-PKG_MD5SUM:= b3ff47a38db920fc15bb207f42da53db
+PKG_MD5SUM:= 109e753aecafe487207b425dd46e6ee9
PKG_DESCR:= Postfix MTA
PKG_SECTION:= mail
PKG_BUILDDEP:= tinycdb
@@ -25,7 +25,7 @@ ALL_TARGET:=
INSTALL_STYLE:= manual
do-configure:
- (cd $(WRKBUILD) && make -f Makefile.init makefiles "CCARGS=-DHAS_CDB -I$(STAGING_DIR)/usr/include" "AUXLIBS=$(STAGING_DIR)/usr/lib/libcdb.a")
+ (cd $(WRKBUILD) && make -f Makefile.init makefiles "CCARGS=-DNO_PCRE -DNO_NIS -DNO_DB -DHAS_CDB -I$(STAGING_DIR)/usr/include" "AUXLIBS=$(STAGING_DIR)/usr/lib/libcdb.a")
postfix-install:
$(INSTALL_DIR) $(IDIR_POSTFIX)/etc/postfix
diff --git a/package/postfix/patches/patch-makedefs b/package/postfix/patches/patch-makedefs
index 1d2c3fde6..d39cec8a9 100644
--- a/package/postfix/patches/patch-makedefs
+++ b/package/postfix/patches/patch-makedefs
@@ -1,38 +1,12 @@
---- postfix-2.8.7.orig/makedefs 2011-11-03 00:46:22.000000000 +0100
-+++ postfix-2.8.7/makedefs 2011-12-04 11:53:35.807716569 +0100
-@@ -97,8 +97,8 @@ error() {
-
- case $# in
- # Officially supported usage.
-- 0) SYSTEM=`(uname -s) 2>/dev/null`
-- RELEASE=`(uname -r) 2>/dev/null`
-+ 0) SYSTEM=Linux
-+ RELEASE=3.1.4
- VERSION=`(uname -v) 2>/dev/null`
- case "$VERSION" in
- dcosx*) SYSTEM=$VERSION;;
-@@ -343,31 +343,7 @@ EOF
+--- postfix-2.10.2.orig/makedefs 2013-02-04 02:33:13.000000000 +0100
++++ postfix-2.10.2/makedefs 2013-10-10 16:28:03.000000000 +0200
+@@ -366,16 +366,7 @@ EOF
+ SYSLIBS="-ldb"
+ ;;
esac
- ;;
- Linux.3*) SYSTYPE=LINUX3
-- if [ -f /usr/include/db.h ]
-- then
-- : we are all set
-- elif [ -f /usr/include/db/db.h ]
-- then
-- CCARGS="$CCARGS -I/usr/include/db"
-- else
-- # On a properly installed system, Postfix builds
-- # by including <db.h> and by linking with -ldb
-- echo "No <db.h> include file found." 1>&2
-- echo "Install the appropriate db*-devel package first." 1>&2
-- echo "See the RELEASE_NOTES file for more information." 1>&2
-- exit 1
-- fi
-- SYSLIBS="-ldb"
- for name in nsl resolv
- do
-- for lib in /usr/lib64 /lib64 /usr/lib /lib
+- for lib in /usr/lib64 /lib64 /usr/lib /usr/lib/* /lib /lib/*
- do
- test -e $lib/lib$name.a -o -e $lib/lib$name.so && {
- SYSLIBS="$SYSLIBS -l$name"
diff --git a/package/postfix/patches/patch-src_util_sys_defs_h b/package/postfix/patches/patch-src_util_sys_defs_h
index 253463f83..ecc7fc219 100644
--- a/package/postfix/patches/patch-src_util_sys_defs_h
+++ b/package/postfix/patches/patch-src_util_sys_defs_h
@@ -1,15 +1,13 @@
---- postfix-2.8.7.orig/src/util/sys_defs.h 2011-11-03 00:46:22.000000000 +0100
-+++ postfix-2.8.7/src/util/sys_defs.h 2011-12-04 11:50:06.187711393 +0100
-@@ -721,10 +721,8 @@ extern int initgroups(const char *, int)
- #define INTERNAL_LOCK MYFLOCK_STYLE_FLOCK
+--- postfix-2.10.2.orig/src/util/sys_defs.h 2012-09-25 01:53:56.000000000 +0200
++++ postfix-2.10.2/src/util/sys_defs.h 2013-10-10 16:30:37.000000000 +0200
+@@ -753,8 +753,8 @@ extern int initgroups(const char *, int)
#define DEF_MAILBOX_LOCK "fcntl, dotlock" /* RedHat >= 4.x */
#define HAS_FSYNC
--#define HAS_DB
+ #define HAS_DB
-#define DEF_DB_TYPE "hash"
-#define ALIAS_DB_MAP "hash:/etc/aliases"
--#define HAS_NIS
-+#define DEF_DB_TYPE "cdb"
-+#define ALIAS_DB_MAP "cdb:/etc/postfix/aliases"
- #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0)
- #define ROOT_PATH "/bin:/usr/bin:/sbin:/usr/sbin"
- #define FIONREAD_IN_TERMIOS_H
++#define DEF_DB_TYPE "cdb"
++#define ALIAS_DB_MAP "cdb:/etc/postfix/aliases"
+ #ifndef NO_NIS
+ #define HAS_NIS
+ #endif
diff --git a/package/taglib/Makefile b/package/taglib/Makefile
index 9494d94d2..d02f3e89a 100644
--- a/package/taglib/Makefile
+++ b/package/taglib/Makefile
@@ -12,7 +12,7 @@ PKG_SECTION:= libs
PKG_DEPENDS:= zlib
PKG_BUILDDEP:= zlib
PKG_URL:= http://taglib.github.com/
-PKG_SITES:= http://taglib.github.io/releases/
+PKG_SITES:= http://openadk.org/distfiles/
include $(TOPDIR)/mk/package.mk