notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: devel/cgit/Makefile
SVNWeb

Number of commits found: 83

Tue, 27 Jun 2023
[ 19:34 Rene Ladan (rene) search for other commits by this committer ]    commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  commit hash:3d9a815d9c5acbb71f4bb07738bdeab4879feacb  3d9a815  (Only the first 10 of 4481 ports in this commit are shown above. View all ports for this commit)
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
Tue, 9 May 2023
[ 09:13 Yasuhiro Kimura (yasu) search for other commits by this committer ]    commit hash:762f0c8d53d9faa2bd25cfc633220c7be752a536  commit hash:762f0c8d53d9faa2bd25cfc633220c7be752a536  commit hash:762f0c8d53d9faa2bd25cfc633220c7be752a536  762f0c8 
devel/cgit: Fix fetch

yasu@rolling-vm-freebsd2[1018]% pwd
/usr/ports/devel/cgit
yasu@rolling-vm-freebsd2[1019]% make fetch
===>  License GPLv2 accepted by the user
===>   cgit-1.2.3 depends on file: /usr/local/sbin/pkg - found
=> cgit-1.2.3.tar.xz doesn't seem to exist in /net/freebsd/ports/distfiles/.
=> Attempting to fetch http://git.zx2c4.com/cgit/snapshot/cgit-1.2.3.tar.xz
fetch: http://git.zx2c4.com/cgit/snapshot/cgit-1.2.3.tar.xz: size unknown
fetch: http://git.zx2c4.com/cgit/snapshot/cgit-1.2.3.tar.xz: size of remote file
is not known
cgit-1.2.3.tar.xz                                       88 kB  353 kBps    00s
=> git-2.25.1.tar.xz doesn't seem to exist in /net/freebsd/ports/distfiles/.
===> /!\ Error /!\
     The :git group used for git-2.25.1.tar.xz is missing
     from MASTER_SITES. Check for typos, or errors.
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/cgit
yasu@rolling-vm-freebsd2[1020]%

Approved by:	portmgr blanket (just fix it)
MFH:		2023Q2
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 25 Nov 2020
[ 10:17 linimon search for other commits by this committer ] Original commit   Revision:556279
Add compiler:c++11-lang to USES to fix build on GCC-based systems:

  cc1plus: error: unrecognized command line option "-std=c++11"

Reported by:	lwhsu
Approved by:	portmgr (tier-2 blanket)
Fri, 1 May 2020
[ 07:12 tcberner search for other commits by this committer ] Original commit   Revision:533520
devel/cgit: update to 1.2.3

PR:		246053
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	Marko Turk <mt@markoturk.info> (maintainer)
Tue, 21 Jan 2020
[ 01:37 meta search for other commits by this committer ] Original commit   Revision:523699
devel/cgit: Update to 1.1.2

Use MASTER_SITE_KERNEL_ORG & MASTER_SITE_SUBDIR for
https://www.kernel.org/pub/software/scm/git/.

PR:		243348
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer
Sponsored by:	HAW International
Thu, 14 Mar 2019
[ 20:02 zi search for other commits by this committer ] Original commit   Revision:495730
- Shebang fix for cgit filters
- Bump PORTREVISION

PR:		236420
Submitted by:	Frank van den Boom <frank@am-knie.de>
Approved by:	Marko Turk <mt@markoturk.info> (maintainer)
Thu, 30 Aug 2018
[ 04:05 danfe search for other commits by this committer ] Original commit   Revision:478429 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Remove redundant DOCS, NLS, EXAMPLES, and IPV6 from OPTIONS_DEFAULT as they
are put there by the framework (see line 200 of Mk/bsd.options.mk), except
for `finance/quantlib' which makes very unorthodoxal usage of port options.
Sun, 12 Aug 2018
[ 17:09 riggs search for other commits by this committer ] Original commit   Revision:477003
Update to upstream release 1.2.1 (Fixes CVE-2018-14912)

PR:		230361
Submitted by:	yasu@utahime.org
Approved by:	mt@markoturk.info (maintainer)
Security:	CVE-2018-14912
Tue, 17 Jul 2018
[ 20:14 pi search for other commits by this committer ] Original commit   Revision:474827
devel/cgit: update 1.1 -> 1.2

- among other things, update to git 2.18

PR:		229841
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	Marko Turk <mt@markoturk.info> (maintainer)
Relnotes:	https://lists.zx2c4.com/pipermail/cgit/2018-July/004160.html
Fri, 6 Jul 2018
[ 11:53 miwi search for other commits by this committer ] Original commit   Revision:474007
- Update included git to 2.17.1

PR:		227536
Sun, 15 Apr 2018
[ 17:04 adamw search for other commits by this committer ] Original commit   Revision:467401
Add an option (defaulting to on) to build and install the cgitrc(5)
manpage.

Submitter becomes maintainer.

PR:		227304
Submitted by:	Marko Turk
Fri, 23 Mar 2018
[ 17:16 adamw search for other commits by this committer ] Original commit   Revision:465387
Update included git to 2.16.3
Tue, 20 Feb 2018
[ 12:54 adamw search for other commits by this committer ] Original commit   Revision:462393
Update included git to 2.16.2
Tue, 23 Jan 2018
[ 01:11 adamw search for other commits by this committer ] Original commit   Revision:459720
cgit: Update included git to 2.16.1

Also, add test depends and fix up some more shebangs.
Thu, 30 Nov 2017
[ 02:21 adamw search for other commits by this committer ] Original commit   Revision:455160
Update included git to 2.15.1
Wed, 1 Nov 2017
[ 12:44 adamw search for other commits by this committer ] Original commit   Revision:453283
Update included git to 2.15.0
Mon, 23 Oct 2017
[ 12:24 adamw search for other commits by this committer ] Original commit   Revision:452703
Update included git to 2.14.3
Tue, 10 Oct 2017
[ 01:20 adamw search for other commits by this committer ] Original commit   Revision:451650
Update included git to 2.14.2
Fri, 11 Aug 2017
[ 16:23 adamw search for other commits by this committer ] Original commit   Revision:447774
Update included git to 2.14.1
Thu, 3 Aug 2017
[ 14:43 adamw search for other commits by this committer ] Original commit   Revision:447215
Update included git to 2.13.4.
Sat, 15 Jul 2017
[ 14:40 adamw search for other commits by this committer ] Original commit   Revision:445876
Update included git to 2.13.3.
Wed, 28 Jun 2017
[ 12:17 adamw search for other commits by this committer ] Original commit   Revision:444570
Update included git to 2.13.2.
Fri, 9 Jun 2017
[ 16:46 adamw search for other commits by this committer ] Original commit   Revision:443020
Add the SHA1 checksum patch from devel/git
[ 15:10 adamw search for other commits by this committer ] Original commit   Revision:443008
Update included git to 2.13.1.
Wed, 10 May 2017
[ 18:33 adamw search for other commits by this committer ] Original commit   Revision:440582
Update included git to 2.13.0.
Wed, 22 Mar 2017
[ 01:39 adamw search for other commits by this committer ] Original commit   Revision:436672
Update included git to 2.12.1 and bump PORTREVISION.
Fri, 10 Feb 2017
[ 00:12 adamw search for other commits by this committer ] Original commit   Revision:433778
Update included git to 2.11.1.
Wed, 30 Nov 2016
[ 20:49 adamw search for other commits by this committer ] Original commit   Revision:427459
Update included git to 2.11.0 (and bump PORTREVISION for it). Also,
enable verbose build, use OPTIONS helpers, and update the suggested
Apache config block.
Wed, 23 Nov 2016
[ 23:10 adamw search for other commits by this committer ] Original commit   Revision:426983
Update to cgit 1.1, and update the included git to 2.10.2. While here,
simplify the plist and the pkg-message by assuming that the project
isn't going to change its name. Also, tweak the COMMENT and pkg-descr.

And lastly, take maintainership. Many thanks to Kevin for all his work
in looking after this port for nearly three-and-a-half years!

PR:		214791
Approved by:	outgoing maintainer (Kevin Zheng)
Sat, 10 Sep 2016
[ 14:55 marino search for other commits by this committer ] Original commit   Revision:421698
devel/cgit: Sed in flags for USES=ssl (supports ports SSL)

Passing through CFLAGS and LDFLAGS definitions doesn't work

Approved by:	SSL blanket
Mon, 18 Jul 2016
[ 17:03 adamw search for other commits by this committer ] Original commit   Revision:418717
Update cgit to 1.0, and the included git to 2.9.2.

PR:		211200
Approved by:	maintainer (Kevin Zheng)
Wed, 20 Jan 2016
[ 23:42 junovitch search for other commits by this committer ] Original commit   Revision:406816
devel/cgit: update 0.11.2 -> 0.12

Changes:	http://lists.zx2c4.com/pipermail/cgit/2016-January/002817.html

PR:		206417
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Security:	CVE-2016-1899
Security:	CVE-2016-1900
Security:	CVE-2016-1901
Security:	https://vuxml.FreeBSD.org/freebsd/62c0dbbd-bfce-11e5-b5fe-002590263bf5.html
MFH:		2016Q1
Mon, 7 Dec 2015
[ 04:29 adamw search for other commits by this committer ] Original commit   Revision:403177
Add NO_R_TO_GCC_LINKER=1 to MAKE_ARGS, which tells the bundled git to
use -Wl,-rpath=/path/ instead of -R/path/. This occurs when USE_OPENSSL_PORT=yes
is defined in /etc/make.conf, exposed by the changes in r403176.
[ 03:58 adamw search for other commits by this committer ] Original commit   Revision:403176
cgit will link against libcrypto in ${LOCALBASE} if it exists, so
add USE_OPENSSL to acknowledge the dependency.

PR:		204995
Approved by:	Kevin Zheng (maintainer)
Sun, 17 May 2015
[ 09:13 amdmi3 search for other commits by this committer ] Original commit   Revision:386589
- Add CPE info

Approved by:	portmgr blanket
Mon, 16 Mar 2015
[ 19:15 pawel search for other commits by this committer ] Original commit   Revision:381434
Update to version 0.11.2

PR:		198609
Submitted by:	Kevin Zheng <kevinz5000@gmail.com> (maintainer)
Wed, 25 Feb 2015
[ 04:49 ohauer search for other commits by this committer ] Original commit   Revision:379872
- update to 0.11.0
- use s/tar:bzip2/tar:xz/

PR:		198003
Submitted by:	ohauer
Approved by:	maintainer (Kevin Zheng)
MFH:		2015Q1
Fri, 4 Jul 2014
[ 02:05 danilo search for other commits by this committer ] Original commit   Revision:360506
- Update from 0.10.1 to 0.10.2

PR:		ports/191546
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
Fri, 21 Mar 2014
[ 20:22 pawel search for other commits by this committer ] Original commit   Revision:348743
- Update to version 0.10.1 [1]
- Strip cgi binary
- Switch to PORTDOCS

PR:		ports/187211 [1]
Submitted by:	maintainer
Sun, 27 Oct 2013
[ 20:39 wg search for other commits by this committer ] Original commit   Revision:331804
devel/cgit: allow staging

- Allow staging [1] (based on)
- Add DOCS option
- Remove useless options.mk

PR:		ports/183369
Submitted by:	Kevin Zheng <kevinz5000 gmail.com> (maintainer)
Mon, 23 Sep 2013
[ 21:36 madpilot search for other commits by this committer ] Original commit   Revision:328059
- Add explicit ICONV_LIB [1]
- While here, convert to USES gmake

Submitted by:	marino [1]
Approved by:	portmgr (bapt)
Fri, 20 Sep 2013
[ 17:03 bapt search for other commits by this committer ] Original commit   Revision:327722 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
Wed, 4 Sep 2013
[ 18:06 madpilot search for other commits by this committer ] Original commit   Revision:326307 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- Make ports use the libc provided iconv implementation on 10-CURRENT
  after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc

Reviewed by:	bapt
Approved by:	portmgr (bapt)
Discussed with:	bapt, bsam (who both contributed ideas and code)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sun, 16 Jun 2013
[ 23:14 antoine search for other commits by this committer ] Original commit   Revision:321081
- Fix build WITHOUT_NLS, NO_GETTEXT must be passed to make
- Fix plist with pkg_install
- Pass maintainership to reporter

PR:		ports/179599
Reported by:	Kevin Zheng
Mon, 3 Jun 2013
[ 10:49 bapt search for other commits by this committer ] Original commit   Revision:319767
Make bundle git respect CFLAGS/LDFLAGS
Alway build the bundle git without gettext
fix plist
sort plist

PR:		ports/179257
Submitted by:	John Marino <draco@marino.st>
[ 10:20 bapt search for other commits by this committer ] Original commit   Revision:319765
Drop maintainership I don't use it anymore
Wed, 29 May 2013
[ 10:23 bapt search for other commits by this committer ] Original commit   Revision:319364
With the new plist it is better :)
While here fix the shebang of some scripts
[ 10:06 bapt search for other commits by this committer ] Original commit   Revision:319363
Update to 0.9.2
Update bundle git to 1.8.2.3
mark as job safe
Sat, 27 Apr 2013
[ 08:50 mva search for other commits by this committer ] Original commit   Revision:316654 (Only the first 10 of 196 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
Thu, 7 Mar 2013
[ 11:21 bapt search for other commits by this committer ] Original commit   Revision:313575
Update bundled git to 1.7.4.4, which at the same time fixes the bad checksum
problem

PR:		ports/176707
Submitted by:	John Marino <draco@marino.st>, miwi, bdrewery
Thu, 21 Feb 2013
[ 09:30 bapt search for other commits by this committer ] Original commit   Revision:312715
- update to 0.9.1
- update master site for both cgit and bundled git
- update www
Thu, 14 Feb 2013
[ 09:42 gahr search for other commits by this committer ] Original commit   Revision:312209 (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)

Approved by:	portmgr
Mon, 31 Dec 2012
[ 11:51 bapt search for other commits by this committer ] Original commit   Revision:309721
Trim header
Convert to optionsng
remove useless LICENSE_FILE
Sat, 28 Apr 2012
[ 22:51 bapt search for other commits by this committer ] Original commit 
- Fix build avoiding collision of archive.h from git and the one from libarchive
  when libarchive is installed from ports

Reported by:    Andrzej Tobola <ato@iem.pw.edu.pl> (by private mail)
Thu, 22 Mar 2012
[ 07:21 bapt search for other commits by this committer ] Original commit 
- update to 0.9.0.3

Feature safe:   yes
Sun, 25 Sep 2011
[ 21:18 bapt search for other commits by this committer ] Original commit 
- Fix plist (makeing %%PORTNAME%% substitution working)
- While here display the message at install
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Fri, 22 Jul 2011
[ 05:58 bapt search for other commits by this committer ] Original commit 
update to 0.9.0.2
Mon, 11 Jul 2011
[ 11:09 bapt search for other commits by this committer ] Original commit 
- update to 0.9.0.1
Fri, 15 Apr 2011
[ 18:18 bapt search for other commits by this committer ] Original commit 
remove the useless dependency on curl

Reported by:    Freddy Dissaux <dsx _at_ bsdsx.fr> (irc)
Mon, 4 Apr 2011
[ 09:37 bapt search for other commits by this committer ] Original commit 
Add PORTNAME to SUB_LIST

PR:             ports/156119
Submitted by:   Philippe Pepiot <phil _at_ philpep.org>
Fri, 11 Mar 2011
[ 09:37 bapt search for other commits by this committer ] Original commit 
- install filters in a better place and track them in plist
- bump port revision

Reported by:    pointy hat (pav)
Mon, 7 Mar 2011
[ 12:15 bapt search for other commits by this committer ] Original commit 
- update to 0.9
- update bundled git to 1.7.4
Tue, 8 Feb 2011
[ 10:14 bapt search for other commits by this committer ] Original commit 
Make sure to link against ${PTHREAD_LIBS}
while here remove MD5 from distinfo

Feature safe:   yes
Wed, 29 Sep 2010
[ 06:16 bapt search for other commits by this committer ] Original commit 
- Update to 0.8.3.4
- Update internal version of git to 1.7.3
Wed, 11 Aug 2010
[ 08:27 bapt search for other commits by this committer ] Original commit 
- Update to 0.8.3.3
- Add license

Approved by:    rene@ (mentor vacation)
Thu, 29 Jul 2010
[ 12:31 bapt search for other commits by this committer ] Original commit 
- Take maintainership
- Update to 0.8.3.2
- Update embed git to 1.7.1.2

PR:             ports/148544
Approved by:    flz@ (maintainer), jadawin@ (co-mentor)
Thu, 17 Sep 2009
[ 16:04 flz search for other commits by this committer ] Original commit 
Update devel/cgit to 0.8.3.

Feature safe:   yes
Tue, 2 Jun 2009
[ 16:19 wxs search for other commits by this committer ] Original commit 
- Switch to MASTER_SITE_KERNEL_ORG[1]
- Remove BROKEN (fetches fine)
- Portlint

Submitted by:   [1]: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:    flz (maintainer)
Wed, 27 May 2009
[ 19:05 pav search for other commits by this committer ] Original commit 
- Mark BROKEN: does not fetch

Reported by:    pointyhat
Thu, 14 May 2009
[ 11:46 flz search for other commits by this committer ] Original commit 
Update devel/cgit to 0.8.2.1.
Mon, 2 Feb 2009
[ 16:38 flz search for other commits by this committer ] Original commit 
- Update devel/cgit to 0.8.2.
- Reintroduce some magic.
Fri, 23 Jan 2009
[ 15:43 roam search for other commits by this committer ] Original commit  (Only the first 10 of 182 ports in this commit are shown above. View all ports for this commit)
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Wed, 21 Jan 2009
[ 18:35 flz search for other commits by this committer ] Original commit 
- Fix checksum.
- Remove some magic.

Reported by:    Matt Sealey
Thu, 16 Oct 2008
[ 15:14 flz search for other commits by this committer ] Original commit 
Ok, this time it's correct, I promise. Fix packing list.

Reported by:    QAT (I hate you in secret)
[ 14:59 flz search for other commits by this committer ] Original commit 
Man, this is becoming embarassing. Remind me not to commit before running
through tinderbox. Add missing build dependency (ftp/curl).

Reported by:    QAT
[ 14:49 flz search for other commits by this committer ] Original commit 
Fix distinfo for real, using tar.bz2 as tar.gz snapshots seem a bit wonky.
[ 12:19 flz search for other commits by this committer ] Original commit 
Fix packing list when NOPORTDOCS is defined.
[ 11:26 flz search for other commits by this committer ] Original commit 
Add cgit 0.8.2, a fast web interface for git written in C.

Number of commits found: 83