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.
owner. This only happens if the distfile is extracted as a non-root user, which
is why nobody has noticed this before (I imagine not many people extract and
build as non-root). Because it's not a big deal and not likely to hit the
majority of users, I'm not bumping PORTREVISION.
Noticed by: Andrzej Tobola (private mail)
COPYTREE_SHARE. The documentation in the hooks says you should set
executable permissions on the hook before setting it up in a repository,
but if you update git the permissions get reset. Just install the entire
contrib directory with executable bit set.
What we really need is a "COPYTREE_ASIS" that just leaves the permissions as
they are.
Note I am intentionally not bumping PORTREVISION as this is a minor change
and this port gets updated fairly regularly.
PR: ports/163167
Submitted by: Matthias Fechner <idefix@fechner.net>
devel/p5-subversion which will bring in devel/subversion for us.
Furthermore, devel/p5-subversion already honors the WITH_SUBVERSION_VER knob
so there is no need to duplicate that functionality here just to pick the
correct version of subversion.
Discussed with: avg@
- Remove some of the warnings when building with clang by separating
LDFLAGS from CFLAGS. Still some harmless warnings left though.[1]
Submitted by: [1]: sahil@
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes/1.7.3.3.txt
Specifically, this is important:
"In addition to the usual fixes, this release also includes support for
the new "add.ignoreErrors" name given to the existing "add.ignore-errors"
configuration variable.
The next version, Git 1.7.4, and future versions, will support both
old and incorrect name and the new corrected name, but without this
backport, users who want to use the new name "add.ignoreErrors" in
their repositories cannot use older versions of Git."
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
[1]: Fix gitk to exec wish8.5 and not wish.
[2]: Add a CONTRIB knob, default to on, which installs contrib scripts.
Use COPYTREE_SHARE for installing GITWEB stuff.
Whitespace cleanup in P4 OPTION definition and installation.
Note CONTRIB information in pkg-message.
Changelog: http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.7.1.txt
PR: [1]: ports/146016
Submitted by: [1]: Bruce Cran <bruce@cran.org.uk>
[2]: Martin Sugioarto (based upon a patch via private mail)
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)