Commit Graph

4798 Commits

Author SHA1 Message Date
Thiago A. Corrêa
1b821fe7de Fix iptables compile error by updating to Makefile.autotools.in and bumping version to 1.4.1 2008-09-16 02:12:23 +00:00
Peter Korsgaard
f4b178495e fontconfig: use install-strip for target install 2008-09-14 19:35:45 +00:00
Peter Korsgaard
7b2a502857 Makefile.autotools.in: fix DESTDIR= help text
DESTDIR per default points to TARGET_DIR / STAGING_DIR without /usr
appended.
2008-09-14 19:19:10 +00:00
Peter Korsgaard
79d7e95d5a Makefile.autotools.in: fix FOO_UNINSTALL_TARGET_OPT help text
It defaults to TARGET_DIR, not STAGING_DIR.
2008-09-14 19:19:06 +00:00
Hamish Moffatt
346844d057 Applied patch from Brian Foster <brian.foster@innova-card.com>:
make "make clean" remove the .root stamp, so that everything will
be reinstalled properly on a subsequent build. (bug id 4304)
Also remove new autotools-stamps directory.
2008-09-11 02:22:47 +00:00
Hamish Moffatt
22258ea860 Move project-specific stamp files into a project-specific directory
$(PROJECT_BUILD_DIR)/autotools-stamps. Without this, autotools-using
packages won't be installed into any other projects than the first.
2008-09-11 02:15:07 +00:00
Hamish Moffatt
542e7ae3a6 Export site package directory location for use by other packages 2008-09-11 01:59:04 +00:00
Hamish Moffatt
84b4e00774 Applied patch from Michel Wilson to allow the cursor in the X root window to
be disabled. Unfortunately this is a compile-time option.
2008-09-10 13:16:23 +00:00
Peter Korsgaard
32217740f2 busybox: 1.11.2 patch 2008-09-09 08:50:18 +00:00
Peter Korsgaard
629c878a30 busybox: remove stale busybox 1.11.1 patches
Hamish, don't forget to remove those when you bump the version
2008-09-09 08:50:15 +00:00
Hamish Moffatt
fc333e7d08 Support building without WCHAR support 2008-09-09 02:06:52 +00:00
Hamish Moffatt
a94fefa316 Keep /usr/bin/python2.4 and make /usr/bin/python a link to it 2008-09-08 07:26:12 +00:00
Peter Korsgaard
9f0f3e5df4 module-init-tools: check correct symbol for cross-depmod
Reported by Markus Heidelberg
2008-09-07 18:58:22 +00:00
Peter Korsgaard
c4b8487222 fakeroot: bump version 2008-09-07 14:31:45 +00:00
Peter Korsgaard
aed6336f1f libid3tag: don't depend on libmad
libid3tag doesn't use libmad.
2008-09-07 14:31:42 +00:00
Peter Korsgaard
8a00a1ac65 jffs2: cleanup
Patch by Markus Heidelberg <markus.heidelberg@web.de>

* remove needless help in invisible config options
* correct wrong indenting
* remove unused BR2 variables for default pagesize and devfile
2008-09-07 14:31:39 +00:00
Peter Korsgaard
6da49b6c2b mysql_client: fix paths
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-07 14:31:36 +00:00
Peter Korsgaard
45edd86076 xapp_xman: fix paths
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-07 14:31:32 +00:00
Peter Korsgaard
3b471d7aa1 concierge: fix paths
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-07 14:31:28 +00:00
Peter Korsgaard
886b2fa501 speex: fix paths (broken by r23330)
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-06 22:39:58 +00:00
Peter Korsgaard
a7488f295e mpg123: fix paths (broken by r23330) 2008-09-06 20:49:40 +00:00
Peter Korsgaard
4146acdd72 madplay: fix paths (broken by r23330) 2008-09-06 20:49:37 +00:00
Peter Korsgaard
fbb0fe9fbb libsndfile: fix paths (broken by r23330) 2008-09-06 20:49:34 +00:00
Peter Korsgaard
1ee7b46fc1 libmad: fix paths (broken by r23330) 2008-09-06 20:49:31 +00:00
Peter Korsgaard
0e627ae358 libid3tag: fix paths (broken by r23330) 2008-09-06 20:49:28 +00:00
Peter Korsgaard
9a1567d0df festival: fix path in AUTOTARGETS (broken by r23330) 2008-09-06 20:49:25 +00:00
Peter Korsgaard
7fea845778 asterisk: fix paths (broken by r23330) 2008-09-06 20:49:21 +00:00
Peter Korsgaard
bfa26b3a8c alsa-utils: fix paths (broken by r23330) 2008-09-06 20:49:18 +00:00
Peter Korsgaard
b42d2aae6b alsa-lib: fix paths (broken by r23330) 2008-09-06 20:49:15 +00:00
Peter Korsgaard
6619322f15 festival: fix more paths (broken by r23330)
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-06 20:49:12 +00:00
Peter Korsgaard
ae1249ef84 festival: fix paths (broken by r23330)
Patch by Michel Wilson <michel@crondor.net>
2008-09-06 20:49:08 +00:00
Daniel Laird
76235a15b3 audio: Move all audio packages into audio subdir
Moved all audio packages into a subdir called audio.
I then created a Config.in and made sure that a audio.mk 
existed.

Daniel Laird
2008-09-05 12:06:50 +00:00
Peter Korsgaard
03e3886c01 sqlite: bump version 2008-09-05 10:37:28 +00:00
Hamish Moffatt
50bad3ea45 Version bump to 2.3.7
This package should be converted to use Makefile.autotools.in by someone who uses it..
2008-09-05 01:03:45 +00:00
Hamish Moffatt
add5629d4a New package for dnet, a wrapper library for getting access to kernel network information
and an optional Python module for the same.
2008-09-04 05:50:31 +00:00
Hamish Moffatt
87f0d783ff Override the uninstall target rather than the clean target
Also, don't actually create the .stamp_uninstalled but remove the
.stamp_installed file instead (ala the overridden target).
2008-09-04 02:39:23 +00:00
Hamish Moffatt
7b759f0910 Make the autotools xyz-clean target call xyz-uninstall first, rather than duplicating its actions 2008-09-04 02:34:42 +00:00
Hamish Moffatt
ea8e74bcbe Applied change from Ben Nizette and Hans-Christian Egtvedt to
correctly detect version of gcc on recent distros.  Supplied 
patch was against git and didn't apply cleanly to svn, so applied 
by hand.
2008-09-04 02:30:56 +00:00
Hamish Moffatt
d74a92e00c Remove lzo patches which aren't required with latest liblzo package updates 2008-09-04 01:39:40 +00:00
Hamish Moffatt
1c89cf3f89 Added eeprog package from gustavoz 2008-09-04 01:35:34 +00:00
Hamish Moffatt
18a7694675 Fix duplicate $(AUTORECONF) run in autoreconf and configure targets 2008-09-04 01:19:52 +00:00
Hamish Moffatt
feb569d3cd In the uninstall and clean targets, remove the built/installed stamp files
so that those actions will do something if executed again.
2008-09-04 01:05:17 +00:00
Peter Korsgaard
021c689d2e games: add games.mk so make will descent down package/games/*/*.mk 2008-09-03 06:58:28 +00:00
Thiago A. Corrêa
80ddff211f Bump version 2008-09-03 03:44:31 +00:00
Thiago A. Corrêa
52a7c1681e Qtopia: don't build sqlite driver when SQL module is disabled. 2008-09-03 01:09:29 +00:00
Peter Korsgaard
0ca929e052 file: select zlib
file depends on zlib, so make it visible in kconfig.
2008-09-02 13:54:58 +00:00
Peter Korsgaard
b1628c526f file: bump version and use official upstream instead of Debian
Debian is a bit too volatile.
2008-09-02 13:54:55 +00:00
Peter Korsgaard
b242a82b45 cups: fix help text 2008-09-02 11:14:04 +00:00
Peter Korsgaard
34a36309f7 bridge: bump version
Upstream tarball doesn't include configure, so run autoreconf.
2008-09-02 11:07:55 +00:00
Peter Korsgaard
dec14f760e bridge: convert to Makefile.autotools.in format 2008-09-02 11:07:49 +00:00