florian [Sun, 28 Nov 2010 18:01:52 +0000 (18:01 +0000)]
[package] fix libfftw3 install, patch from Xiangfu Liu
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24169
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 28 Nov 2010 13:55:56 +0000 (13:55 +0000)]
coreutils: fix build with eglibc
Thank you sav for the patch. (closes #8304)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24166
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Sun, 28 Nov 2010 01:01:59 +0000 (01:01 +0000)]
openvpn: remove the epoll support override - should fix the infinite loop bug (#7159)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24164
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Sat, 27 Nov 2010 08:34:29 +0000 (08:34 +0000)]
[packages] quagga: Remove 'Config.in' file - not used since r24151
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24156
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Fri, 26 Nov 2010 23:11:28 +0000 (23:11 +0000)]
[packages] quagga: Remove broken flag from ripngd and add IPv6 dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24155
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Fri, 26 Nov 2010 23:09:56 +0000 (23:09 +0000)]
[packages] quagga: Generate configuration script
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24154
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Fri, 26 Nov 2010 23:08:18 +0000 (23:08 +0000)]
[packages] quagga: Enable building of all daemons in SDK
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24153
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Fri, 26 Nov 2010 23:05:47 +0000 (23:05 +0000)]
[packages] quagga: Build daemons of selected packages only
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24152
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Fri, 26 Nov 2010 23:03:20 +0000 (23:03 +0000)]
[packages] quagga: Move package config in Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24151
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Fri, 26 Nov 2010 22:59:01 +0000 (22:59 +0000)]
Revert "net/quagga: fix some compile issues on SDK"
This reverts commit r24147.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24150
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Fri, 26 Nov 2010 09:30:51 +0000 (09:30 +0000)]
net/quagga: fix some compile issues on SDK
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24147
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Thu, 25 Nov 2010 17:03:30 +0000 (17:03 +0000)]
[packages] ushare: fix compilation against libupnp v1.6.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24144
3c298f89-4303-0410-b956-
a3cf2f4a3e73
zandbelt [Wed, 24 Nov 2010 00:14:51 +0000 (00:14 +0000)]
[packages] asterisk-1.6.x upgrade to 1.6.2.14 and add app_originate
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24119
3c298f89-4303-0410-b956-
a3cf2f4a3e73
flyn [Tue, 23 Nov 2010 17:17:06 +0000 (17:17 +0000)]
Update dmapd and libdmapsharing to new upstream versions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24117
3c298f89-4303-0410-b956-
a3cf2f4a3e73
obsy [Tue, 23 Nov 2010 16:02:15 +0000 (16:02 +0000)]
[packages] transmission: don't convert value for config file
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24115
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Mon, 22 Nov 2010 03:18:47 +0000 (03:18 +0000)]
[packages/triggerhappy] update Makefile to use a more recent version
which fixes (among others) build failures with particular kernel versions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24076
3c298f89-4303-0410-b956-
a3cf2f4a3e73
marek [Mon, 22 Nov 2010 01:56:39 +0000 (01:56 +0000)]
batman-adv: update package to latest release (2010.2.0)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24075
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 21 Nov 2010 22:01:24 +0000 (22:01 +0000)]
[package] add fancontroled
Add fancontroled (fancontrol for embedded devices) package. fancontroled
is linux daemon written in C implementing a temperature dependent fan
speed control. fancontroled provides similar functionalities like
fancontrol script from lm-sensors; but fancontroled does not need bash
or other dependencies (except lm-sensors library). That makes it
suitable for embedded devices.
More info here:
http://fancontroled.lukaperkov.net/
fancontroled.init file contains parameters for D-Link DNS323 device.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24070
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 21 Nov 2010 22:01:21 +0000 (22:01 +0000)]
[package] update lm-sensors package
Enable parallel build of package, install headers, shared and static libraries
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24069
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 21 Nov 2010 22:01:19 +0000 (22:01 +0000)]
[package] update openvpn-devel to week 45 snapshot
the following patch brings openvpn-devel up to "week 45" (most recent)
openvpn-devel version from git, which has one important bugfix
("route" command with special-case targets was broken) and enables
parallel building.
Also, it seems that "--enable-small" was lost in the application of
the last commit - or my local SVN is confused. I know I sent this last
time, but "svn diff" claims it's not in the repository right now...
Anyway, here's the output of "svn update ; svn diff" on the packages feed
tree...
Signed-off-by: Gert Doering <gert@greenie.muc.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24068
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 21 Nov 2010 22:01:15 +0000 (22:01 +0000)]
[package] update cups to 1.4.4
Update CUPS to current 1.4.4:
"CUPS 1.4.4 fixes several security, scheduler, printing, and conformance
issues."
Also remove PKG_BUILD_DEPENDS, since zlib is already a normal dependency.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24067
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 21 Nov 2010 22:01:13 +0000 (22:01 +0000)]
[package] update libupnp to 1.6.8
this patch updates libupnp to 1.6.8.
There are lots of fixes since 1.6.6, and 3 concerning embedded
devices:
- fix segfault when there is no services on embedded devices
- customize the stack size of the threads used by pupnp
- fix several memory leaks
And a security issue:
- fix denial-of-service
Signed-off-by: Raphael Huck <rhk@cksum.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24066
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 21 Nov 2010 22:01:10 +0000 (22:01 +0000)]
[package] update yaddns to 0.1.2, thanks rhk
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24065
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 21 Nov 2010 14:40:54 +0000 (14:40 +0000)]
coreutils: add patch missing in r24060.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24061
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 21 Nov 2010 14:25:35 +0000 (14:25 +0000)]
coreutils: update to version 8.7
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24060
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 21 Nov 2010 14:24:49 +0000 (14:24 +0000)]
freeradius2: update to version 2.1.10
This closes #8252 and #7810
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24059
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 21 Nov 2010 14:21:43 +0000 (14:21 +0000)]
[packages] freeradius2: Package rlm_always (#8291)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24058
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sun, 21 Nov 2010 14:18:26 +0000 (14:18 +0000)]
[packages] libxml2: enable debug module (#8289)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24057
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 21 Nov 2010 14:17:24 +0000 (14:17 +0000)]
postgresql: update to version 9.0.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24056
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 21 Nov 2010 14:12:36 +0000 (14:12 +0000)]
openldap: update to version 2.4.23
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24055
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 21 Nov 2010 14:12:03 +0000 (14:12 +0000)]
mysql: decrease package number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24054
3c298f89-4303-0410-b956-
a3cf2f4a3e73
hauke [Sun, 21 Nov 2010 14:09:24 +0000 (14:09 +0000)]
mysql: update to version 5.1.53
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24053
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 20 Nov 2010 21:26:19 +0000 (21:26 +0000)]
[packages] tinyproxy: set default stathost to 127.0.0.1
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24050
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 20 Nov 2010 19:27:35 +0000 (19:27 +0000)]
[packages] tinyproxy: cope with empty flag options
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24049
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 20 Nov 2010 18:56:03 +0000 (18:56 +0000)]
[packages] tinyproxy: fix logfile option
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24048
3c298f89-4303-0410-b956-
a3cf2f4a3e73
flyn [Fri, 19 Nov 2010 05:18:45 +0000 (05:18 +0000)]
Update libdmapsharing to 2.1.11
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24035
3c298f89-4303-0410-b956-
a3cf2f4a3e73
flyn [Fri, 19 Nov 2010 04:25:43 +0000 (04:25 +0000)]
Update libdmapsharing to 2.1.10
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24034
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mirko [Wed, 17 Nov 2010 12:09:45 +0000 (12:09 +0000)]
Triggerhappy is a lightweight hotkey daemon that
can launch arbitrary commands on input events.
It supports the hotplugging of devices and the
processing of key combinations.
Thanks to Stefan Tomanek!
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24018
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Mon, 15 Nov 2010 01:24:49 +0000 (01:24 +0000)]
[packages] radvd: fix a config_get_bool call in initscript, fixes "sh: bad number" during restart
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23999
3c298f89-4303-0410-b956-
a3cf2f4a3e73
obsy [Sun, 14 Nov 2010 18:42:54 +0000 (18:42 +0000)]
[packages] transmission: update to 2.12, remove obsolete options
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23992
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 13 Nov 2010 22:28:48 +0000 (22:28 +0000)]
[packages] polarssl: update to v0.14.0 (#8234)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23988
3c298f89-4303-0410-b956-
a3cf2f4a3e73
flyn [Thu, 11 Nov 2010 21:18:11 +0000 (21:18 +0000)]
Update dmapd and libdmapsharing to new upstream versions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23967
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Wed, 10 Nov 2010 14:47:31 +0000 (14:47 +0000)]
utils/procps: fix "Unknown HZ value!" on some machines. (closes #8161)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23943
3c298f89-4303-0410-b956-
a3cf2f4a3e73
heil [Tue, 9 Nov 2010 11:45:09 +0000 (11:45 +0000)]
[packages] haproxy: bump to version 1.4.9 which obsoletes patch
001-clean..
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23938
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Tue, 9 Nov 2010 09:59:31 +0000 (09:59 +0000)]
[packages] quagga: Fix PKG_CONFIG_DEPENDS on isisd and ripngd (thanks acoul)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23937
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Tue, 9 Nov 2010 09:07:09 +0000 (09:07 +0000)]
net/quagga: fix an SDK compile issue
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23936
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 6 Nov 2010 16:09:38 +0000 (16:09 +0000)]
[packages] shadow: detect shadow passwd support, predefine paths, avoid building docs and translations
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23896
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 6 Nov 2010 14:46:37 +0000 (14:46 +0000)]
[packages] shadow: add missing Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23894
3c298f89-4303-0410-b956-
a3cf2f4a3e73
jow [Sat, 6 Nov 2010 14:44:15 +0000 (14:44 +0000)]
[packages] add the shadow suite, provides useradd, usermod, userdel, groupadd, groupmod, groupdel utilities
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23893
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 4 Nov 2010 18:12:56 +0000 (18:12 +0000)]
elinks: Fix configure cache var for complex paths
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23874
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 4 Nov 2010 17:25:39 +0000 (17:25 +0000)]
xine-ui: Remove some braindamage
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23873
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 4 Nov 2010 17:25:14 +0000 (17:25 +0000)]
xine-ui: Fix some dependency issues
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23872
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 4 Nov 2010 15:51:09 +0000 (15:51 +0000)]
unfs3 is not parallel build safe
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23869
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 4 Nov 2010 15:33:56 +0000 (15:33 +0000)]
clearsilver is not parallel build safe
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23868
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 4 Nov 2010 13:04:45 +0000 (13:04 +0000)]
nginx: Add missing zlib dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23860
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 4 Nov 2010 11:23:33 +0000 (11:23 +0000)]
iodine: Add missing zlib dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23854
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 4 Nov 2010 11:08:07 +0000 (11:08 +0000)]
postgresql: deptest fixes. staging dir is not preserved. Put host-zic into the build dir for use at InstallDev stage.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23852
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 4 Nov 2010 00:51:55 +0000 (00:51 +0000)]
strongswan4: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23849
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Thu, 4 Nov 2010 00:50:47 +0000 (00:50 +0000)]
strongswan4: uClibc-0.9.31 fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23848
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 23:20:24 +0000 (23:20 +0000)]
mpd: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23847
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 23:18:21 +0000 (23:18 +0000)]
mpd: uClibc-0.9.31 fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23846
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 22:45:51 +0000 (22:45 +0000)]
dsniff: uClibc-0.9.31 fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23845
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 22:15:44 +0000 (22:15 +0000)]
send: uClibc-0.9.31 fix
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23844
3c298f89-4303-0410-b956-
a3cf2f4a3e73
arteq [Wed, 3 Nov 2010 21:07:43 +0000 (21:07 +0000)]
[packages] nzbgetweb: update to 1.4, add external xmlrpc library, add uhttpd configuration
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23843
3c298f89-4303-0410-b956-
a3cf2f4a3e73
obsy [Wed, 3 Nov 2010 18:41:13 +0000 (18:41 +0000)]
[packages] proftpd: update to 1.3.3c
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23834
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 18:27:15 +0000 (18:27 +0000)]
aircrack-ng is not 100% parallel safe. Disable parallel build.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23833
3c298f89-4303-0410-b956-
a3cf2f4a3e73
arteq [Wed, 3 Nov 2010 18:20:34 +0000 (18:20 +0000)]
[package] nzbget: add curses output mode
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23831
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acinonyx [Wed, 3 Nov 2010 09:29:25 +0000 (09:29 +0000)]
[packages] srelay: Update to v0.4.8b3 (#8150)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23816
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Wed, 3 Nov 2010 08:24:23 +0000 (08:24 +0000)]
libs/libtasn1: fix installation issue. (closes #8165)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23815
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 01:36:16 +0000 (01:36 +0000)]
fltk2: Add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23814
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 01:31:18 +0000 (01:31 +0000)]
fltk2: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23813
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Wed, 3 Nov 2010 01:27:59 +0000 (01:27 +0000)]
fltk2: uClibc-0.9.31 fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23812
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 23:59:42 +0000 (23:59 +0000)]
openswan: Fix uClibc-0.9.31 build failure
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23808
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 21:19:58 +0000 (21:19 +0000)]
wide-dhcpv6: Compile for for uClibc-0.9.31.
We need -D_GNU_SOURCE. However, that also introduces a "dprintf" prototype, which clashes with our local dprintf. We use an ugly workaround. (Don't want to touch every caller of dprintf, because the patch would be huge.)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23802
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 20:10:55 +0000 (20:10 +0000)]
matrixssl: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23801
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 20:09:48 +0000 (20:09 +0000)]
matrixssl: Fix compile on uClibc-0.9.31
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23800
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 2 Nov 2010 16:56:14 +0000 (16:56 +0000)]
qt4: move the @DISPLAY_SUPPORT dependency to qt4-gui, however do not enable any qt4 package by default unless qt4-gui is also enabled
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23799
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 2 Nov 2010 16:56:11 +0000 (16:56 +0000)]
pyqt4: select qt4-gui
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23798
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 2 Nov 2010 16:36:43 +0000 (16:36 +0000)]
qt4: depend on DISPLAY_SUPPORT
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23795
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 2 Nov 2010 16:33:16 +0000 (16:33 +0000)]
gtk2: depend on DISPLAY_SUPPORT
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23794
3c298f89-4303-0410-b956-
a3cf2f4a3e73
nbd [Tue, 2 Nov 2010 16:32:18 +0000 (16:32 +0000)]
libX11: depend on DISPLAY_SUPPORT
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23793
3c298f89-4303-0410-b956-
a3cf2f4a3e73
flyn [Tue, 2 Nov 2010 16:22:20 +0000 (16:22 +0000)]
Add maintainer to openldap Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23790
3c298f89-4303-0410-b956-
a3cf2f4a3e73
flyn [Tue, 2 Nov 2010 16:19:12 +0000 (16:19 +0000)]
Add maintainer to db47 Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23789
3c298f89-4303-0410-b956-
a3cf2f4a3e73
flyn [Tue, 2 Nov 2010 16:18:13 +0000 (16:18 +0000)]
Add maintainer to netatalk Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23788
3c298f89-4303-0410-b956-
a3cf2f4a3e73
flyn [Tue, 2 Nov 2010 16:17:34 +0000 (16:17 +0000)]
Fix krb5 category and add maintainer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23787
3c298f89-4303-0410-b956-
a3cf2f4a3e73
flyn [Tue, 2 Nov 2010 16:14:25 +0000 (16:14 +0000)]
Update libdmapsharing to 2.1.8
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23786
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 16:06:08 +0000 (16:06 +0000)]
ekg: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23785
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 16:05:19 +0000 (16:05 +0000)]
ekg: Fix internal dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23784
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 15:47:34 +0000 (15:47 +0000)]
horst: Enable parallel build
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23783
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Tue, 2 Nov 2010 15:30:31 +0000 (15:30 +0000)]
horst: Fix parallel build. The "buildstamp" rule runs "make clean" in parallel with the objects build. This obviously is no good. Simply remove the stamp.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23782
3c298f89-4303-0410-b956-
a3cf2f4a3e73
dingo [Tue, 2 Nov 2010 11:23:12 +0000 (11:23 +0000)]
[patch-team] n2n update to release 3875 - Signed-off-by: hanno.schupp@gmail.com
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23769
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Mon, 1 Nov 2010 17:29:31 +0000 (17:29 +0000)]
openl2tp: More dependency fixes
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23766
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Mon, 1 Nov 2010 15:52:43 +0000 (15:52 +0000)]
net/mini_snmpd: update to version 1.2b
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23765
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Mon, 1 Nov 2010 15:10:47 +0000 (15:10 +0000)]
openl2tp: Fix some internal dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23764
3c298f89-4303-0410-b956-
a3cf2f4a3e73
acoul [Mon, 1 Nov 2010 13:58:39 +0000 (13:58 +0000)]
net/quagga: cosmetic
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23763
3c298f89-4303-0410-b956-
a3cf2f4a3e73
mb [Mon, 1 Nov 2010 10:15:00 +0000 (10:15 +0000)]
From: Xiangfu Liu <xiangfu.z@gmail.com>
fix gnuplot compile error
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23758
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 31 Oct 2010 23:30:06 +0000 (23:30 +0000)]
[package] lvm depends on libncurses (#7953)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23756
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 31 Oct 2010 23:30:04 +0000 (23:30 +0000)]
[package] update postgresql to 9.0.0 (#7999)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23755
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 31 Oct 2010 23:30:01 +0000 (23:30 +0000)]
[package] update mdnsresponder to 214.3.2 (#8083)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23754
3c298f89-4303-0410-b956-
a3cf2f4a3e73
florian [Sun, 31 Oct 2010 23:29:59 +0000 (23:29 +0000)]
[package] update hd-idle to 1.01 (#8152)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23753
3c298f89-4303-0410-b956-
a3cf2f4a3e73