Denis Mingulov
6eac08192d
rsync: use system zlib and popt, also do not lose debug options
...
rsync by default compiles statically its own zlib and popt
libraries, it is better to use system wide libraries instead -
both for disk and memory consumption. Change rsync package
accordingly.
Also previously a debug configure option has been lost, as
overwritten by '--with-included-popt' option - fixed.
For example, on ARMv5 rsync binary size is reduced by about 25%.
Signed-off-by: Denis Mingulov <denis@mingulov.com >
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2013-11-01 17:12:51 +01:00
Jerzy Grzegorek
0e2e7c71d0
package: remove the default value of the $(PKG)_SOURCE variable
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com )
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-06 21:52:19 +02:00
Axel Lin
755fe79976
rsync: bump to version 3.1.0
...
Signed-off-by: Axel Lin <axel.lin@ingics.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2013-10-03 14:11:37 +02:00
Alexandre Belloni
8dfd59d114
Normalize separator size to 80
...
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2013-06-06 22:30:24 +02:00
Danomi Manchego
9ca544dec7
rsync: add license info
...
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2012-08-21 12:59:49 +02:00
Arnout Vandecappelle (Essensium/Mind)
e1502ebc0c
all packages: rename XXXTARGETS to xxx-package
...
Also remove the redundant $(call ...).
This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
-e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
-e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2012-07-17 20:23:05 +02:00
Gustavo Zacarias
2daf2de6e1
rsync: needs MMU
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2012-05-06 20:08:53 +02:00
Thomas Petazzoni
300f9c9c9d
package: remove useless arguments from AUTOTARGETS
...
Thanks to the pkgparentdir and pkgname functions, we can rewrite the
AUTOTARGETS macro in a way that avoids the need for each package to
repeat its name and the directory in which it is present.
[Peter: pkgdir->pkgparentdir]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-29 23:12:27 +02:00
Yegor Yefremov
0a775837fb
rsync: bump to 3.0.9
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-27 20:52:12 +02:00
Peter Korsgaard
06002a58b5
rsync: bump version
...
Fixes CVE-2011-1097 and various other issues, see NEWS for details:
http://rsync.samba.org/ftp/rsync/src/rsync-3.0.8-NEWS
At the same time get rid of unneeded install / install-strip handling.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-31 22:46:06 +02:00
Lionel Landwerlin
8c874a334e
rsync: avoid using non reevaluated $(TARGET_DIR) in RSYNC_INSTALL_TARGET_OPT
...
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-12-13 00:34:01 +01:00
Julien Boibessot
a3609f3539
Updates rsync source repository
...
rsync source repository has moved (?).
Bump version while we are at it.
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2010-02-17 11:19:56 +01:00
Bernhard Reutner-Fischer
e6bbcb0aba
rsync: bump version
...
Bump version to 3.0.6.
autoreconf is off per default, so no need to specify it.
Use config.cache (fix the incorrect package instead).
Pass ENABLE_DEBUG setting to configure.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-10-07 23:44:18 +02:00
Will Newton
422ce6536b
package: Remove unnecessary dependencies on uclibc.
...
A C library will have been built by the toolchain makefiles, so there is no
need for packages to explicitly depend on uclibc.
Signed-off-by: Will Newton <will.newton@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-09-03 20:22:38 +02:00
Olaf Rempel
b15d524afe
rsync: fix build with config cache
...
Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de >
Acked-by: Thiago A. Correa <thiago.correa@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2009-05-15 15:45:51 +02:00
Peter Korsgaard
5b8c84e717
rsync: bump version
2009-04-07 07:16:37 +00:00
Nigel Kukard
910dc8cb07
rsync doesn't support install-exec, override RSYNC_INSTALL_TARGET_OPT to install non-stripped
2009-01-03 08:04:21 +00:00
Peter Korsgaard
e337d002fe
package/: remove redundant install-strip in *_TARGET_INSTALL_OPT
...
It's default now.
2008-10-20 11:53:16 +00:00
Peter Korsgaard
a9abce508d
rsync: bump version
2008-08-20 14:15:15 +00:00
Peter Korsgaard
578c6a9081
rsync: convert to Makefile.autotools.in format
2008-08-20 14:15:10 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
John Voltz
7710aa356a
cheanged rsync download url
2008-03-10 16:17:26 +00:00
John Voltz
ecd41859b4
cleanup rsync makefile
2008-03-06 18:22:48 +00:00
Hamish Moffatt
03d6531962
Run $(CONFIG_UPDATE) after unpacking sources
...
Patch from Dan Nicolaescu
2008-02-12 00:35:03 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Ulf Samuelsson
e1621a4a2a
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:06:06 +00:00
Bernhard Reutner-Fischer
9bb66ca13e
- the TARGET_CONFIGURE_OPTS have to be passed after $(MAKE).
...
Fixes build breakage as seen by Ulf et al.
2007-07-09 08:30:38 +00:00
Bernhard Reutner-Fischer
74d518dc2a
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
...
- use TARGET_CONFIGURE_ARGS where appropriate.
2007-06-27 12:01:27 +00:00
Eric Andersen
85d7f6f05f
fixup package LDFLAGS handling
2007-03-13 22:59:59 +00:00
Eric Andersen
732d94d25f
fixup a whole steaming pile of insanity. When packages are configured,
...
they should be configured with --prefix=/usr and we then need to use
make DESTDIR=$(STAGING_DIR) install to get things installed into the
staging directory. The current situation for many packages, which use
--prefix=$(STAGING_DIR) results in the staging_dir paths getting compiled
into the binary itself.
This also adds in a pile of libtool fixups. Between broken pkgconfig,
broken libtool handling, and broken --prefix settings, its a wonder
things have worked as well as they have up till now.
-Erik
2007-01-14 03:52:21 +00:00
Bernhard Reutner-Fischer
ec5b83ce2f
- add missing package-source targets
...
- add missing dependencies to build prerequisites in the config system
2007-01-03 13:44:01 +00:00
Bernhard Reutner-Fischer
ba909a766a
- bump version
2006-11-20 16:40:19 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Peter Korsgaard
6268a48c56
Bump rsync package to 2.6.8
...
Closes 0000859.
2006-04-28 20:00:46 +00:00
Eric Andersen
9ef8e45ff6
rsync-2.6.7 is now out
2006-03-19 21:18:45 +00:00
Bernhard Reutner-Fischer
8ec9199f17
- quote HOST_CC.
...
Allows for passing flags along HOST_CC which is sometimes needed on certain
architectures.
2006-03-10 08:30:15 +00:00
"Steven J. Hill"
a05b7977e6
How about we check our work a little better?
2005-09-13 00:04:05 +00:00
Mike Frysinger
919a45a0aa
version bump to 2.6.6
2005-09-08 00:04:02 +00:00
Eric Andersen
369864cf10
be a bit more consistant with naming, always escape wildcards
2005-06-24 08:36:13 +00:00
"Steven J. Hill"
719bb81a16
Slash missing.
2005-04-27 21:00:48 +00:00
"Steven J. Hill"
0e5de0386d
Rsync was recently upgraded to 2.6.4. Until buildroot is updated,
...
the RSYNC_SITE variable needs to be changed.
2005-04-27 20:59:23 +00:00
Eric Andersen
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
...
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Mike Frysinger
1eda52851f
help text
2004-10-14 20:33:45 +00:00
Eric Andersen
3f8f415a2a
Teach rsync to compile
2004-10-14 09:57:31 +00:00
Eric Andersen
c3da0d8281
Update a few packages
2004-10-14 09:39:25 +00:00
Eric Andersen
bb05a9ad46
Make the TAR_VERBOSITY option a bit more sane
2004-10-09 21:19:47 +00:00
Mike Frysinger
fd913d55b9
rsync package
2004-10-09 20:07:08 +00:00