aboutsummaryrefslogtreecommitdiff
path: root/net/rsync
Commit message (Collapse)AuthorAgeFilesLines
* Use POPT_PORT_CONFIGURE_OFF instead of POPT_PORT_CONFIGURE_WITH_OFF.Emanuel Haupt2016-06-031-1/+1
| | | | Notes: svn path=/head/; revision=416318
* Really fix popt option logic (real fix of r416270).Emanuel Haupt2016-06-031-5/+5
| | | | | | | Notified by: adamw Notes: svn path=/head/; revision=416303
* Fix the logic of the POPT_PORT option.Emanuel Haupt2016-06-021-5/+6
| | | | | | | | | | | | | - POPT_CONFIGURE_WITH should actually be POPT_PORT_CONFIGURE_WITH - The whole ^POPT block logic is reversing the logic - Bump PORTREVISION since we have a change of dependencie PR: 209837 (based on) Submitted by: Martin Birgmeier <la5lbtyi@aon.at> MFH: 2016Q2 Notes: svn path=/head/; revision=416270
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* Fix ICONV support.Mathieu Arnold2016-04-231-4/+9
| | | | | | | | | | | PR: 208958 Submitted by: mat Reviewed by: tijl Approved by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=413870
* - Convert to new options helperSunpoet Po-Chuan Hsieh2016-04-171-4/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=413491
* Fix building with iconv on 10.1 at least.Mathieu Arnold2016-04-161-5/+3
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=413418
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Restore SIGINFO patch with new rsync version.Emanuel Haupt2015-12-222-11/+11
| | | | | | | Notified by: des Notes: svn path=/head/; revision=404224
* - Update to 3.1.2Emanuel Haupt2015-12-223-8/+9
| | | | | | | | | | | | | - The non-default ATIMES option is now broken. Add a description and leave Makefile glue intact to give interested parties the chance to follow up with a patch. - The popular SIGINFO patch does not apply anymore. Meanwhile, make it a non-default option and mark it broken in the description. Changelog: https://rsync.samba.org/ftp/rsync/src/rsync-3.1.2-NEWS Notes: svn path=/head/; revision=404220
* Provide a patch to show progress information when SIGINFO is caught. ThisEmanuel Haupt2015-10-213-2/+622
| | | | | | | | | | | | | | | addition has been submitted upstream [1]: https://bugzilla.samba.org/show_bug.cgi?id=11561 Apply an extra patch with the ACL option to add NFSv4 ACLs support [2]. Submitted by: des [1] Wished by: Paul Lecuq <paul.lecuq@factorfx.com> [2] Obtained from: FreeNAS [2] Notes: svn path=/head/; revision=399895
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-5/+4
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1
| | | | Notes: svn path=/head/; revision=376416
* Remove @dirrm, @dirrmtryEmanuel Haupt2014-10-081-1/+0
| | | | Notes: svn path=/head/; revision=370444
* Use install-strip install target instead of manual ${STRIP_CMD}Emanuel Haupt2014-09-181-1/+2
| | | | Notes: svn path=/head/; revision=368434
* Allow specifying config path in rc.confEmanuel Haupt2014-09-102-3/+6
| | | | | | | | PR: 191601 Submitted by: daniel@blodan.se Notes: svn path=/head/; revision=367807
* Add USES=cpe (forgotten in previous commit)Emanuel Haupt2014-08-091-0/+2
| | | | | | | Notified by: mat Notes: svn path=/head/; revision=364417
* Add CPE definition.Emanuel Haupt2014-08-091-0/+3
| | | | | | | Submitted by: timur Notes: svn path=/head/; revision=364405
* Building rsync against zlib from base is NOT broken but leads to an unexpectedEmanuel Haupt2014-07-031-1/+1
| | | | | | | | | behaviour while using -z (see man page). Therefore remove the statement that the option is broken but keep using the bundled zlib. Since this doesn't affect package creation no PORTREVISION bump is required. Notes: svn path=/head/; revision=360419
* Bump revision after r359812 introduced a runtime fixBryan Drewery2014-07-021-1/+1
| | | | Notes: svn path=/head/; revision=360255
* <OPT>_CONFIGURE_ARGS does not exists, fixBaptiste Daroussin2014-06-301-1/+1
| | | | Notes: svn path=/head/; revision=359812
* Unbreak build: Fix typo in popt library dependency (missing p character),Matthias Andree2014-06-291-1/+1
| | | | | | | | | so that rsync actually finds a preinstalled libpopt.so if it is there. Approved by: portmgr (blanket "just fix it" approval) Notes: svn path=/head/; revision=359735
* Use OPTIONS helpers.Adam Weinberger2014-06-281-50/+20
| | | | Notes: svn path=/head/; revision=359640
* After the update from 3.1.0 to 3.1.1 the zlib from our base does not workEmanuel Haupt2014-06-271-2/+3
| | | | | | | | | | | | | | | anymore (see thread on ports@). Until this this is resolved switch default option to the bundled libz which still works. Also add a notification that the option is broken. Should it not be possible to fix this within the next few weeks I will remove this option. Reported upstream: https://bugzilla.samba.org/show_bug.cgi?id=10677 Reported by: Ben Tung <benpptung@tacol.biz> Notes: svn path=/head/; revision=359526
* - Update to 3.1.1Emanuel Haupt2014-06-273-126/+7
| | | | | | | | | - Remove the "Renamed and flags options combined" option as the 4th party patch does not apply anymore. The author of this patch has been notified about this circumstance. I happily re-add this option once a working patch exists. Notes: svn path=/head/; revision=359474
* - Turn file system flags support patch option on by default. FreeBSD has hadEmanuel Haupt2014-04-144-11/+21
| | | | | | | | | | | | | | | | | | | | | | flags since the very beginning, and they are actively used in the base system. A standard install includes 27 files and one directory with the schg flag set. Thus, rsync, out of the box, is incapable of making or restoring an accurate backup of a FreeBSD system. - Move configuration directory from %%PREFIX%%/etc to %%ETCDIR%% and provide a start_precmd() rc.d function to migrate %%PREFIX%%/etc/rsyncd.conf to %%ETCDIR%%/rsyncd.conf if found and create a symlink. The reason behind this change is that rsyncd in a typical setup will end up with more than one configuration file (eg. rsyncd.secrets). - Use new @sample pkg-plist macro - Bump PORTREVISION Discussed with: des Notes: svn path=/head/; revision=351269
* - Bump PORTREVISION after the latest change to converters/libiconv becauseTijl Coosemans2014-03-251-23/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rsync uses locale_charset when the ICONV option is enabled. [1] - Replace CFLAGS+=-I... with CPPFLAGS+=-I... to fix warnings during configure about headers being accepted by the compiler but not the preprocessor. - Replace CONFIGUREDCFLAGS (guard against CFLAGS damage by MAKE_ENV) with CPPFLAGS. The dist makefile contains CFLAGS=@CFLAGS@ so CFLAGS in MAKE_ENV isn't a problem. - Replace ac_cv_header_iconv_h=no with --disable-iconv-open. The first disables HAVE_ICONV_H while the latter disables USE_ICONV_OPEN but both are checked in rsync.h: #if defined USE_ICONV_OPEN && defined HAVE_ICONV_H - Set ac_cv_search_libiconv_open=no when empty(ICONV_LIB). This prevents detection of libiconv when the ICONV option is disabled, but it is also needed on FreeBSD 10 with libiconv installed to prevent linking with -liconv. - New LIB_DEPENDS syntax. - Move pre-configure to post-patch. - Remove malloc.h patching. - Replace MAKE with MAKE_CMD. MAKE is the currently running make and MAKE_CMD is the make used to build the port. - Unmute installation commands. Reported by: "Kenta S." <kentas@hush.com> [1] Approved by: ehaupt Notes: svn path=/head/; revision=349139
* Now that this port is staged and DOCS defined we can stop testing for DOCS inEmanuel Haupt2014-02-121-2/+0
| | | | | | | any install target. Notes: svn path=/head/; revision=343984
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add DOCS to OPTIONS_DEFINE as it is documented in the porters handbook.Emanuel Haupt2013-11-051-1/+1
| | | | Notes: svn path=/head/; revision=332822
* Since the last update the RENAMED and FLAGS patch do not apply together anymore.Emanuel Haupt2013-10-232-2/+120
| | | | | | | | | | Dmitry Morozovsky has merged the two official patches. Provide an options for the two combined patches. Submitted by: Dmitry Morozovsky <marck@rinet.ru> Notes: svn path=/head/; revision=331417
* Support staging.Emanuel Haupt2013-10-232-11/+6
| | | | | | | | PR: 183189 Submitted by: mat Notes: svn path=/head/; revision=331355
* Re-add ICONV to OPTIONS_DEFINE. This went missing during theEmanuel Haupt2013-10-031-1/+1
| | | | | | | | | update/OPTIONS_RADIO conversion. Notified by: mat Notes: svn path=/head/; revision=329238
* The previously introduced "fix" for the supposedly ignored --with-rsyncd-confEmanuel Haupt2013-10-031-4/+1
| | | | | | | | | | | | configure option was bogus. The reason for it being ignored was a clobbered CONFIGURE_ARGS definition (lack of +=). Revert previous change and properly append later CONFIGURE_ARGS. Notified by: naddy Notes: svn path=/head/; revision=329237
* Provide a patch to workaround a problem with the configure script ignoringEmanuel Haupt2013-10-031-0/+4
| | | | | | | | | | --with-rsyncd-conf. PR: 182596 (based on) Submitted by: Alexey Markov <redrat@mail.ru> Notes: svn path=/head/; revision=329194
* Actually remove files/extrapatch-detect-renamed.diffEmanuel Haupt2013-10-021-759/+0
| | | | Notes: svn path=/head/; revision=329036
* - Update to 3.1.0Emanuel Haupt2013-10-024-44/+36
| | | | | | | | | | | | | - Rework OPTIONS to use OPTIONS_RADIO for mutually exclusive options. This allows us to get rid of various IGNORE definitions - Add an option to use zlib from base instead of the bundled one (default) - Functionality of extrapatch-detect-renamed.diff has been incorporated with the upstream patch maintainers - Provide a patch required for the "file system flags" option (have been submitted upstream) Notes: svn path=/head/; revision=329035
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-1/+0
| | | | Notes: svn path=/head/; revision=323578
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-081-1/+1
| | | | Notes: svn path=/head/; revision=313649
* - Use DOC instead of NOPORTDOCSEmanuel Haupt2013-01-151-4/+2
| | | | | | | | - Pacify portlint - Convert header Notes: svn path=/head/; revision=310443
* Provide an extra patch to for rsync to support overwriting files with schg set.Emanuel Haupt2013-01-112-1/+23
| | | | | | | | | | | This patch is only applied if the FLAGS option is specified. The patch has been submitted with the upstream project. Notified by: wblock Obtained from: https://bugzilla.samba.org/show_bug.cgi?id=8941 (upstream) Notes: svn path=/head/; revision=310222
* Restore 'Created by' header information. This has been removed during theEmanuel Haupt2012-11-031-0/+1
| | | | | | | | | | first announcement of the new trimming rule and the finalized overworked version. Feature safe: yes Notes: svn path=/head/; revision=306932
* Fix a condition to correctly check whether the SSH option is used. This errorEmanuel Haupt2012-09-121-1/+3
| | | | | | | | | slipped in when the port was converted to OPTIONSng. Notified by: Norbert Augenstein <lists@augenstein.net> Notes: svn path=/head/; revision=304133
* - Use OPTIONSngEmanuel Haupt2012-09-111-29/+26
| | | | | | | - Remove deprecated header information Notes: svn path=/head/; revision=304101
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Provide an improved version of the "renamed file detection" patch.Emanuel Haupt2012-07-172-1/+762
| | | | | | | | | | | | | | | | This patch was submitted to the upstream project [1] and will hopefully be included in the next release. With the new patch, detect-renamed properly detects files moved to new directories, as well as directory renames. [1] https://bugzilla.samba.org/show_bug.cgi?id=8847 Submitted by: J.R. Oldroyd <jr@opal.com> Obtained from: rsync bugzilla [1] Notes: svn path=/head/; revision=301020
* Turn off non standard patch (RENAMED) by default. This slipped in on accidentEmanuel Haupt2012-04-041-1/+1
| | | | | | | | | | from testing. Notified by: sunpoet Feature safe: yes Notes: svn path=/head/; revision=294213
* Introduce an option that builds rsync with the "detect-renamed" patch. ItEmanuel Haupt2012-04-031-2/+8
| | | | | | | | | | | detects renamed hierarchies and avoids re-copying the files in those hierarchies. Requested by: "J.R. Oldroyd" <jr@opal.com> (via mail) Feature safe: yes Notes: svn path=/head/; revision=294170