mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 1.7.6.
- 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@
This commit is contained in:
parent
3e56cb3923
commit
80c9d14119
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276751
3 changed files with 20 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= git
|
PORTNAME= git
|
||||||
PORTVERSION= 1.7.5.4
|
PORTVERSION= 1.7.6
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_KERNEL_ORG}
|
MASTER_SITES= ${MASTER_SITE_KERNEL_ORG}
|
||||||
MASTER_SITE_SUBDIR= software/scm/${PORTNAME}
|
MASTER_SITE_SUBDIR= software/scm/${PORTNAME}
|
||||||
|
@ -128,6 +128,8 @@ MAN1= git.1 \
|
||||||
git-send-email.1 \
|
git-send-email.1 \
|
||||||
git-send-pack.1 \
|
git-send-pack.1 \
|
||||||
git-sh-setup.1 \
|
git-sh-setup.1 \
|
||||||
|
git-sh-i18n.1 \
|
||||||
|
git-sh-i18n--envsubst.1 \
|
||||||
git-shell.1 \
|
git-shell.1 \
|
||||||
git-shortlog.1 \
|
git-shortlog.1 \
|
||||||
git-show-branch.1 \
|
git-show-branch.1 \
|
||||||
|
@ -175,7 +177,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
MAKE_ENV+= LIBMD_SHA1=yes \
|
MAKE_ENV+= LIBMD_SHA1=yes \
|
||||||
V=1
|
V=1
|
||||||
MAKE_ARGS+= prefix="${PREFIX}"
|
MAKE_ARGS+= prefix="${PREFIX}"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
SHA256 (git-1.7.5.4.tar.bz2) = fed9a6c7d07b063cfba9e3eb40fbd0d8120785225289fcf2fb56bee18dffd5ee
|
SHA256 (git-1.7.6.tar.bz2) = 778795cece63cd758192378f3a999870cea290181b3a4c9de573c77192561082
|
||||||
SIZE (git-1.7.5.4.tar.bz2) = 2768851
|
SIZE (git-1.7.6.tar.bz2) = 2806337
|
||||||
SHA256 (git-manpages-1.7.5.4.tar.bz2) = 87d612195426fedfe4ee5274d9903e8f85aa16c410b4a3ba41610c23ed9211d7
|
SHA256 (git-manpages-1.7.6.tar.bz2) = a0ffd7e16997262ef741db5e2dd8eabf44b6767cf1a213753c7d8a268b4553ad
|
||||||
SIZE (git-manpages-1.7.5.4.tar.bz2) = 304222
|
SIZE (git-manpages-1.7.6.tar.bz2) = 309563
|
||||||
SHA256 (git-htmldocs-1.7.5.4.tar.bz2) = 13f38a7c342c34b4ead81a56d0302fe724bdbde25a8a15c7dd546cddd3e7fc14
|
SHA256 (git-htmldocs-1.7.6.tar.bz2) = 7e6685c89149d1e1e84a916d913452cfbac3ae801d02a0631243e41c25949277
|
||||||
SIZE (git-htmldocs-1.7.5.4.tar.bz2) = 960370
|
SIZE (git-htmldocs-1.7.6.tar.bz2) = 974583
|
||||||
|
|
|
@ -124,7 +124,9 @@ libexec/git-core/git-push
|
||||||
libexec/git-core/git-quiltimport
|
libexec/git-core/git-quiltimport
|
||||||
libexec/git-core/git-read-tree
|
libexec/git-core/git-read-tree
|
||||||
libexec/git-core/git-rebase
|
libexec/git-core/git-rebase
|
||||||
|
libexec/git-core/git-rebase--am
|
||||||
libexec/git-core/git-rebase--interactive
|
libexec/git-core/git-rebase--interactive
|
||||||
|
libexec/git-core/git-rebase--merge
|
||||||
libexec/git-core/git-receive-pack
|
libexec/git-core/git-receive-pack
|
||||||
libexec/git-core/git-reflog
|
libexec/git-core/git-reflog
|
||||||
libexec/git-core/git-relink
|
libexec/git-core/git-relink
|
||||||
|
@ -148,6 +150,8 @@ libexec/git-core/git-revert
|
||||||
libexec/git-core/git-rm
|
libexec/git-core/git-rm
|
||||||
libexec/git-core/git-send-email
|
libexec/git-core/git-send-email
|
||||||
libexec/git-core/git-send-pack
|
libexec/git-core/git-send-pack
|
||||||
|
libexec/git-core/git-sh-i18n
|
||||||
|
libexec/git-core/git-sh-i18n--envsubst
|
||||||
libexec/git-core/git-sh-setup
|
libexec/git-core/git-sh-setup
|
||||||
libexec/git-core/git-shell
|
libexec/git-core/git-shell
|
||||||
libexec/git-core/git-stage
|
libexec/git-core/git-stage
|
||||||
|
@ -377,6 +381,8 @@ share/git-core/templates/info/exclude
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/git-rm.html
|
%%HTMLDOCS%%%%DOCSDIR%%/git-rm.html
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/git-send-email.html
|
%%HTMLDOCS%%%%DOCSDIR%%/git-send-email.html
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/git-send-pack.html
|
%%HTMLDOCS%%%%DOCSDIR%%/git-send-pack.html
|
||||||
|
%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n.html
|
||||||
|
%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.html
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.html
|
%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.html
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/git-shell.html
|
%%HTMLDOCS%%%%DOCSDIR%%/git-shell.html
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/git-shortlog.html
|
%%HTMLDOCS%%%%DOCSDIR%%/git-shortlog.html
|
||||||
|
@ -586,6 +592,8 @@ share/git-core/templates/info/exclude
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/git-cvsimport.txt
|
%%HTMLDOCS%%%%DOCSDIR%%/git-cvsimport.txt
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/user-manual.html
|
%%HTMLDOCS%%%%DOCSDIR%%/user-manual.html
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/git-gui.txt
|
%%HTMLDOCS%%%%DOCSDIR%%/git-gui.txt
|
||||||
|
%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n.txt
|
||||||
|
%%HTMLDOCS%%%%DOCSDIR%%/git-sh-i18n--envsubst.txt
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.txt
|
%%HTMLDOCS%%%%DOCSDIR%%/git-sh-setup.txt
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/git.txt
|
%%HTMLDOCS%%%%DOCSDIR%%/git.txt
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/git-cherry-pick.txt
|
%%HTMLDOCS%%%%DOCSDIR%%/git-cherry-pick.txt
|
||||||
|
@ -818,6 +826,7 @@ share/git-core/templates/info/exclude
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.2.txt
|
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.2.txt
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.3.txt
|
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.3.txt
|
||||||
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.4.txt
|
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.5.4.txt
|
||||||
|
%%HTMLDOCS%%%%DOCSDIR%%/RelNotes/1.7.6.txt
|
||||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi
|
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/gitweb.cgi
|
||||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js
|
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.js
|
||||||
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css
|
%%GITWEB%%%%EXAMPLESDIR%%/gitweb/static/gitweb.css
|
||||||
|
|
Loading…
Add table
Reference in a new issue