| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=323578
|
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
Notes:
svn path=/head/; revision=316662
|
|
|
|
| |
Notes:
svn path=/head/; revision=313649
|
|
|
|
|
|
|
|
| |
- Pacify portlint
- Convert header
Notes:
svn path=/head/; revision=310443
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
first announcement of the new trimming rule and the finalized overworked
version.
Feature safe: yes
Notes:
svn path=/head/; revision=306932
|
|
|
|
|
|
|
|
|
| |
slipped in when the port was converted to OPTIONSng.
Notified by: Norbert Augenstein <lists@augenstein.net>
Notes:
svn path=/head/; revision=304133
|
|
|
|
|
|
|
| |
- Remove deprecated header information
Notes:
svn path=/head/; revision=304101
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
from testing.
Notified by: sunpoet
Feature safe: yes
Notes:
svn path=/head/; revision=294213
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
| |
Notes:
svn path=/head/; revision=282286
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
| |
Notes:
svn path=/head/; revision=271817
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=268229
|
|
|
|
| |
Notes:
svn path=/head/; revision=262969
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
| |
Notes:
svn path=/head/; revision=246955
|
|
|
|
|
|
|
|
| |
PR: 138834 (based on)
Submitted by: Aleksey Mashanov <aleksey.mashanov@gmail.com>
Notes:
svn path=/head/; revision=241441
|
|
|
|
|
|
|
| |
Notified by: pjd
Notes:
svn path=/head/; revision=240978
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
Notes:
svn path=/head/; revision=237892
|
|
|
|
| |
Notes:
svn path=/head/; revision=233688
|
|
|
|
| |
Notes:
svn path=/head/; revision=231102
|
|
|
|
|
|
|
| |
Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.5-NEWS
Notes:
svn path=/head/; revision=224937
|
|
|
|
| |
Notes:
svn path=/head/; revision=220006
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
| |
Reviewed by: ehaupt
Approved by: ehaupt
Notes:
svn path=/head/; revision=216605
|
|
|
|
| |
Notes:
svn path=/head/; revision=216168
|
|
|
|
|
|
|
|
| |
PR: 124553
Submitted by: Adrian Thearle <adrian@thearle.com.au>
Notes:
svn path=/head/; revision=215799
|
|
|
|
|
|
|
|
| |
PR: 124199
Submitted by: rafan
Notes:
svn path=/head/; revision=214172
|
|
|
|
|
|
|
|
|
|
|
|
| |
is on.
http://www.mail-archive.com/rsync-cvs@lists.samba.org/msg05785.html
Submitted by: sem
Obtained from: rsync cvs
Notes:
svn path=/head/; revision=214016
|
|
|
|
|
|
|
|
| |
PR: 123469
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Notes:
svn path=/head/; revision=212792
|
|
|
|
|
|
|
| |
Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.2-NEWS
Notes:
svn path=/head/; revision=210876
|
|
|
|
|
|
|
|
|
| |
- Add 3 additional mirrors
Changelog: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.1-NEWS
Notes:
svn path=/head/; revision=210479
|
|
|
|
| |
Notes:
svn path=/head/; revision=209855
|
|
|
|
| |
Notes:
svn path=/head/; revision=208892
|
|
|
|
|
|
|
|
|
|
| |
by default. Use this patch if you want to make rsync 3.0.x communicate with an
older (patched) release.
Notified by: Scott Allendorf <scott-allendorf@uiowa.edu>
Notes:
svn path=/head/; revision=208558
|
|
|
|
|
|
|
|
|
|
|
|
| |
* File system flags support patch, adds --fileflags
* ACL support patch, adds --acls
- Takeover maintainership
PR: 121444
Approved by: pav (maintainer)
Notes:
svn path=/head/; revision=208537
|
|
|
|
| |
Notes:
svn path=/head/; revision=208402
|
|
|
|
|
|
|
| |
Submitted by: koitsu
Notes:
svn path=/head/; revision=207747
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Users running rsyncd daemon in certain non-default configuration
(use_chroot = no) should consult http://rsync.samba.org/security.html
and see, what munging symlinks can do for them.
Submitted by: delphij
Approved by: portmgr (hat)
Security: CVE-2007-6199
Notes:
svn path=/head/; revision=202880
|
|
|
|
|
|
|
|
|
|
|
|
| |
problem can be exploited.
Submitted by: several
Obtained from: http://www.suse.de/~krahmer/rsync-2.6.9-fname-obo.diff
Security: CVE-2007-4091
Security: http://www.novell.com/linux/security/advisories/2007_17_sr.html
Notes:
svn path=/head/; revision=198133
|
|
|
|
|
|
|
|
|
|
| |
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=197075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
Notes:
svn path=/head/; revision=196111
|
|
|
|
|
|
|
| |
Reported by: kris
Notes:
svn path=/head/; revision=190999
|
|
|
|
|
|
|
|
| |
Submitted by: Gary <gary@mups.co.uk>
Obtained from: http://lists.samba.org/archive/rsync/2006-November/016706.html
Notes:
svn path=/head/; revision=189566
|
|
|
|
| |
Notes:
svn path=/head/; revision=180023
|
|
|
|
|
|
|
|
|
|
| |
- Flip ACLs and flags patches default off, as they conflict each another
PR: ports/105731 (based on)
Submitted by: Antony Mawer <gnats@mawer.org>
Notes:
svn path=/head/; revision=177797
|