head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.2 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.3.0.46 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.44 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.42 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.40 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.38 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.36 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.34 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.32 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.30 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.28 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.26 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.24 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.22 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.20 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.18 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.16 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.3.0.14 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.12 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.10 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.3.0.8 pkgsrc-2021Q1-base:1.3 pkgsrc-2020Q4:1.3.0.6 pkgsrc-2020Q4-base:1.3 pkgsrc-2020Q3:1.3.0.4 pkgsrc-2020Q3-base:1.3 pkgsrc-2020Q2:1.3.0.2 pkgsrc-2020Q2-base:1.3 pkgsrc-2020Q1:1.2.0.4 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.26 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.22 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.20 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.18 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.16 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.14 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.12 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.10 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.8 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.6 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.2.0.2 pkgsrc-2017Q2-base:1.2 pkgsrc-2017Q1:1.1.0.20 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.18 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.16 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.14 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.12 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.10 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.8 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.6 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.4 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.2 pkgsrc-2014Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2026.02.24.21.06.53; author wiz; state Exp; branches; next 1.3; commitid 0UDVb8RmRIbcOFvG; 1.3 date 2020.03.31.13.59.33; author roy; state Exp; branches; next 1.2; commitid iHDA24isL5a1Jy2C; 1.2 date 2017.04.21.15.05.52; author jperkin; state Exp; branches; next 1.1; commitid 25rZtrBIEtFoFpOz; 1.1 date 2014.12.01.12.32.27; author wiz; state Exp; branches 1.1.20.1; next ; commitid pdYYnSxLTi8CQk0y; 1.1.20.1 date 2017.05.01.08.56.41; author bsiegert; state Exp; branches; next ; commitid zYeaPWEYYaqRiFPz; desc @@ 1.4 log @cgit: update to 1.3. As the first release in 6 years, there's a lot in here: bug fixes of every which variety, git modernizations (v2.53), css updates, and even javascript for the first time, for the new dynamic aging feature. @ text @$NetBSD: patch-git-Makefile,v 1.3 2020/03/31 13:59:33 roy Exp $ Don't put HOME into binaries. --- git/Makefile.orig 2026-02-02 02:26:11.000000000 +0000 +++ git/Makefile @@@@ -627,7 +627,7 @@@@ include shared.mak # perllibdir # This can help installing the suite in a relocatable way. -prefix = $(HOME) +prefix = $(PREFIX) bindir = $(prefix)/bin mandir = $(prefix)/share/man infodir = $(prefix)/share/info @@@@ -963,8 +963,8 @@@@ endif # tweaked by config.* below as well as the command-line, both of # which'll override these defaults. # Older versions of GCC may require adding "-std=gnu99" at the end. -CFLAGS = -g -O2 -Wall -LDFLAGS = +# CFLAGS = -g -O2 -Wall +# LDFLAGS = CC_LD_DYNPATH = -Wl,-rpath, BASIC_CFLAGS = -I. BASIC_LDFLAGS = @ 1.3 log @Udate to cgit-1.2.3 == ChangeLog v1.2.3 == 14 files changed, 183 insertions(+), 26 deletions(-) This patch updates us to git 2.25.1, augments our tests, adds support for lzip and zstd, and fixes a crash in when following logs. == ChangeLog v1.2.2 == 38 files changed, 264 insertions(+), 153 deletions(-) In terms of features, this release adds support for per-repository overrides of the enable-blame command, since git-blame can be expensive on huge repos. == ChangeLog v1.2.1 == 6 files changed, 465 insertions(+), 39 deletions(-) Notable Changes: * The authentication filters have been revamped, and a new one using file-based access lists has been added. * A bug fix for the cached rc file for the snapshot-prefix. * A fix for a critical directory traversal vulnerability, when `enable-http-clone=1` is not turned off, discovered by Jann Horn. This is pretty nasty and all users must update immediately. == ChangeLog v1.2 == 41 files changed, 1000 insertions(+), 497 deletions(-) Notable Changes: * Update to git 2.18. * Proper age sorting of repositories. * Print symlink content properly. * Numerous fixes to our cache system, addressing issues experienced on high- volume sites like kernel.org. * A new view for git-blame, showing the latest commit for each line of a given file. * Annotated tags are now printed in a slightly darker color. * The prefix for snapshots can now be controlled from the configuration file via repo.snapshot-prefix=, rather than only using the repo's basename. This is useful for serving, say, linux-4.17.7.tar.gz from a repository called linux-stable.git. * The snapshot tarball compression types now control which archives are allowed to be served, instead of merely controlling what was shown as a link on the webpage. This allows sitemasters to keep their cache size under control and also prohibit the use of expensive compression routines. * Signatures can now be added for snapshot tarballs through the use of git notes. Details are found in the cgitrc(5) man page: https://git.zx2c4.com/cgit/tree/cgitrc.5.txt?id=22583c4992852fff08559c35fde7bf6f673d1644#n770 * The extra-head-content= option was added for appending additional meta-tags to the section, such as those required for the `go get` utility. * Numerous important bug fixes, crash fixes, memory leak fixes, and compiler fixes. @ text @d1 1 a1 1 $NetBSD$ d5 3 a7 3 --- git/Makefile.orig 2020-02-17 04:47:35.000000000 +0000 +++ git/Makefile 2020-03-31 13:41:57.076648624 +0000 @@@@ -522,7 +522,7 @@@@ d16 1 a16 2 @@@@ -1174,8 +1174,8 @@@@ # Set CFLAGS, LDFLAGS and other *FLAGS variables. These might be d19 1 @ 1.2 log @Don't overwrite CFLAGS/LDFLAGS. Needs libiconv. @ text @d1 1 a1 1 $NetBSD: patch-git-Makefile,v 1.1 2014/12/01 12:32:27 wiz Exp $ d5 4 a8 20 --- git/Makefile.orig 2016-10-28 19:34:16.000000000 +0000 +++ git/Makefile @@@@ -391,7 +391,6 @@@@ GIT-VERSION-FILE: FORCE # CFLAGS and LDFLAGS are for the users to override from the command line. -CFLAGS = -g -O2 -Wall DEVELOPER_CFLAGS = -Werror \ -Wdeclaration-after-statement \ -Wno-format-zero-length \ @@@@ -401,7 +400,6 @@@@ DEVELOPER_CFLAGS = -Werror \ -Wstrict-prototypes \ -Wunused \ -Wvla -LDFLAGS = ALL_CFLAGS = $(CPPFLAGS) $(CFLAGS) ALL_LDFLAGS = $(LDFLAGS) STRIP ?= strip @@@@ -423,7 +421,7 @@@@ ARFLAGS = rcs # htmldir d13 1 a13 2 bindir_relative = bin bindir = $(prefix)/$(bindir_relative) d15 12 @ 1.1 log @Import cgit-0.10.2 as www/cgit, packaged by mstapelberg, rsmarples, ryoon in wip and updated and prepared for import by dillo. cgit is a cgi application implemented in C. It is non-forking, uses an internal cache to speed things up. Also, it features virtual URLs (unlike gitweb). @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- git/Makefile.orig 2014-06-25 19:21:11.000000000 +0000 d7 17 a23 1 @@@@ -365,7 +365,7 @@@@ STRIP ?= strip @ 1.1.20.1 log @Pullup ticket #5346 - requested by sevan www/cgit: build fix Revisions pulled up: - www/cgit/Makefile 1.8 - www/cgit/distinfo 1.5 - www/cgit/patches/patch-git-Makefile 1.2 --- Module Name: pkgsrc Committed By: jperkin Date: Fri Apr 21 15:05:52 UTC 2017 Modified Files: pkgsrc/www/cgit: Makefile distinfo pkgsrc/www/cgit/patches: patch-git-Makefile Log Message: Don't overwrite CFLAGS/LDFLAGS. Needs libiconv. @ text @d5 1 a5 1 --- git/Makefile.orig 2016-10-28 19:34:16.000000000 +0000 d7 1 a7 17 @@@@ -391,7 +391,6 @@@@ GIT-VERSION-FILE: FORCE # CFLAGS and LDFLAGS are for the users to override from the command line. -CFLAGS = -g -O2 -Wall DEVELOPER_CFLAGS = -Werror \ -Wdeclaration-after-statement \ -Wno-format-zero-length \ @@@@ -401,7 +400,6 @@@@ DEVELOPER_CFLAGS = -Werror \ -Wstrict-prototypes \ -Wunused \ -Wvla -LDFLAGS = ALL_CFLAGS = $(CPPFLAGS) $(CFLAGS) ALL_LDFLAGS = $(LDFLAGS) STRIP ?= strip @@@@ -423,7 +421,7 @@@@ ARFLAGS = rcs @