CVS log for ports/devel/git/files/git_daemon.in
Up to [FreeBSD] / ports / devel / git / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jan 14 08:55:34 2012 UTC (3 weeks, 6 days ago) by dougb
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
In the rc.d scripts, change assignments to rcvar to use the
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Jul 4 18:49:43 2010 UTC (19 months, 1 week ago) by wxs
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -1 lines
Update to 1.7.1.1
Conditionally depend on python now. Earlier releases required python, this
release does not. [1]
Strip binaries before install. [2]
Add ${PREFIX}/libexec/git-core to rc script PATH. Not having this causes
git-daemon to be unable to exec upload-pack. Users always had to restart
the RC script once the box was booted in order to fix this. [3]
Properly fix bug when using gitk that "wish" is not found. [4]
Changelog for 1.7.1.1:
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.1.txt
PR: [1]: ports/146605
[2]: ports/146961
[3]: ports/148337
Submitted by: [1]: Alex Kozlov <spam@rm-rf.kiev.ua>
[2]: Anonymous <swell.k@gmail.com>
[3]: Marin Atanasov Nikolov <dnaeon@gmail.com>
[4]: N.J. Thomas (private mail)
Feature safe: yes
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Apr 21 01:24:05 2010 UTC (21 months, 3 weeks ago) by wxs
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update to 1.7.0.5 Rework manpages so it's harder to miss when new ones are added General cleanup of Makefile [1]: Fix a bug when trying to read/write a 2GB+ file [2]: Properly daemonize git-daemon Submitted by: [1]: Artem Belevich (private mail) [2]: ed@ (private mail)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:12:52 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Begin the process of deprecating sysutils/rc_subr by s#. %%RC_SUBR%%#. /etc/rc.subr#
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Feb 14 17:06:00 2010 UTC (23 months, 3 weeks ago) by wxs
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
- Update to 1.6.6.2 - Switch to including bsd.port.options.mk - Don't link with libiconv when the option is not selected [1] - Add --reuseaddr to git_daemon_flags [2] PR: [1]: ports/143683 [2]: ports/143275 Submitted by: [1]: Stef Walter <stef@memberwebs.com> [2]: Philippe Pepiot <phil@philpep.org>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 27 22:05:12 2008 UTC (3 years, 5 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
- Update to 1.6.0.1 Lots of changes, the most visible of which is: With the default Makefile settings, most of the programs are now installed outside your $PATH, except for "git", "gitk" and some server side programs that need to be accessible for technical reasons. Invoking a git subcommand as "git-xyzzy" from the command line has been deprecated since early 2006 (and officially announced in 1.5.4 release notes); use of them from your scripts after adding output from "git --exec-path" to the $PATH is still supported in this release, but users are again strongly encouraged to adjust their scripts to use "git xyzzy" form, as we will stop installing "git-xyzzy" hardlinks for built-in commands in later releases. The 1.6.0 Release Notes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt The 1.6.0.1 Release Notes: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.1.txt
Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 17 10:25:04 2008 UTC (4 years ago) by flz
Branches: MAIN
CVS tags: RELEASE_5_EOL
Rename git-daemon.in to git_daemon.in. Suggested by: dougb Approved by: anholt (maintainer, implicit)
