Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.3_1 01 Feb 2024 20:00:47 |
Muhammad Moinur Rahman (bofh) |
devel/cgit: Moved man to share/man
Approved by: portmgr (blanket) |
1.2.3 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
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> |
1.2.3 09 May 2023 09:13:16 |
Yasuhiro Kimura (yasu) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.2.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.2.3 25 Nov 2020 10:17:14 |
linimon |
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) |
1.2.3 01 May 2020 07:12:50 |
tcberner |
devel/cgit: update to 1.2.3
PR: 246053
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Approved by: Marko Turk <mt@markoturk.info> (maintainer) |
1.2.2 21 Jan 2020 01:37:59 |
meta |
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 |
1.2.1_1 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
1.2.1_1 14 Mar 2019 20:02:05 |
zi |
- 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) |
1.2.1 30 Aug 2018 04:05:08 |
danfe |
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. |
1.2.1 12 Aug 2018 17:09:03 |
riggs |
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 |
1.2 17 Jul 2018 20:14:05 |
pi |
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 |
1.1_19 07 Jul 2018 13:26:30 |
tobik |
devel/cgit: Fix patch
PR: 227536 |
1.1_19 06 Jul 2018 11:53:06 |
miwi |
- Update included git to 2.17.1
PR: 227536 |
1.1_18 15 Apr 2018 17:04:29 |
adamw |
Add an option (defaulting to on) to build and install the cgitrc(5)
manpage.
Submitter becomes maintainer.
PR: 227304
Submitted by: Marko Turk |
1.1_17 23 Mar 2018 17:16:36 |
adamw |
Update included git to 2.16.3 |
1.1_16 20 Feb 2018 12:54:59 |
adamw |
Update included git to 2.16.2 |
1.1_15 23 Jan 2018 01:11:50 |
adamw |
cgit: Update included git to 2.16.1
Also, add test depends and fix up some more shebangs. |
1.1_14 30 Nov 2017 02:21:29 |
adamw |
Update included git to 2.15.1 |
1.1_13 01 Nov 2017 12:44:48 |
adamw |
Update included git to 2.15.0 |
1.1_12 23 Oct 2017 12:24:14 |
adamw |
Update included git to 2.14.3 |
1.1_11 10 Oct 2017 01:20:46 |
adamw |
Update included git to 2.14.2 |
1.1_10 04 Sep 2017 09:01:43 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.1_10 11 Aug 2017 16:23:41 |
adamw |
Update included git to 2.14.1 |
1.1_9 03 Aug 2017 14:43:56 |
adamw |
Update included git to 2.13.4. |
1.1_8 15 Jul 2017 14:40:52 |
adamw |
Update included git to 2.13.3. |
1.1_7 28 Jun 2017 12:17:58 |
adamw |
Update included git to 2.13.2. |
1.1_6 09 Jun 2017 16:46:22 |
adamw |
Add the SHA1 checksum patch from devel/git |
1.1_5 09 Jun 2017 15:10:35 |
adamw |
Update included git to 2.13.1. |
1.1_4 10 May 2017 18:33:32 |
adamw |
Update included git to 2.13.0. |
1.1_3 22 Mar 2017 01:39:05 |
adamw |
Update included git to 2.12.1 and bump PORTREVISION. |
1.1_2 10 Feb 2017 00:12:17 |
adamw |
Update included git to 2.11.1. |
1.1_1 01 Dec 2016 13:54:48 |
adamw |
Add patch forgotten in r427459. |
1.1_1 30 Nov 2016 20:49:50 |
adamw |
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. |
1.1 23 Nov 2016 23:10:59 |
adamw |
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) |
1.0 10 Sep 2016 14:55:31 |
marino |
devel/cgit: Sed in flags for USES=ssl (supports ports SSL)
Passing through CFLAGS and LDFLAGS definitions doesn't work
Approved by: SSL blanket |
1.0 18 Jul 2016 17:03:40 |
adamw |
Update cgit to 1.0, and the included git to 2.9.2.
PR: 211200
Approved by: maintainer (Kevin Zheng) |
0.12 20 Jan 2016 23:42:59 |
junovitch |
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 |
0.11.2_1 07 Dec 2015 04:29:44 |
adamw |
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. |
0.11.2_1 07 Dec 2015 03:58:06 |
adamw |
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) |
0.11.2 17 May 2015 09:13:25 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
0.11.2 16 Mar 2015 19:15:34 |
pawel |
Update to version 0.11.2
PR: 198609
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer) |
0.11.0 25 Feb 2015 04:49:53 |
ohauer |
- update to 0.11.0
- use s/tar:bzip2/tar:xz/
PR: 198003
Submitted by: ohauer
Approved by: maintainer (Kevin Zheng)
MFH: 2015Q1 |
0.10.2 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
0.10.2 04 Jul 2014 02:05:07 |
danilo |
- Update from 0.10.1 to 0.10.2
PR: ports/191546
Submitted by: Kevin Zheng <kevinz5000@gmail.com> |
0.10.1 21 Mar 2014 20:22:44 |
pawel |
- Update to version 0.10.1 [1]
- Strip cgi binary
- Switch to PORTDOCS
PR: ports/187211 [1]
Submitted by: maintainer |
0.9.2_3 27 Oct 2013 20:39:56 |
wg |
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) |
0.9.2_3 23 Sep 2013 21:36:09 |
madpilot |
- Add explicit ICONV_LIB [1]
- While here, convert to USES gmake
Submitted by: marino [1]
Approved by: portmgr (bapt) |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.9.2_3 04 Sep 2013 18:06:08 |
madpilot |
- 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) |
0.9.2_3 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.9.2_3 16 Jun 2013 23:14:41 |
antoine |
- 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 |
0.9.2_2 03 Jun 2013 10:49:00 |
bapt |
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> |
0.9.2_1 03 Jun 2013 10:20:23 |
bapt |
Drop maintainership I don't use it anymore |
0.9.2_1 29 May 2013 10:24:03 |
bapt |
Remove the leftovers directories |
0.9.2_1 29 May 2013 10:23:23 |
bapt |
With the new plist it is better :)
While here fix the shebang of some scripts |
0.9.2 29 May 2013 10:06:04 |
bapt |
Update to 0.9.2
Update bundle git to 1.8.2.3
mark as job safe |
0.9.1_1 27 Apr 2013 08:50:47 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: bapt, kwm |
0.9.1_1 07 Mar 2013 11:21:11 |
bapt |
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 |
0.9.1 21 Feb 2013 09:30:56 |
bapt |
- update to 0.9.1
- update master site for both cgit and bundled git
- update www |
0.9.0.3 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
0.9.0.3 31 Dec 2012 11:51:35 |
bapt |
Trim header
Convert to optionsng
remove useless LICENSE_FILE |
0.9.0.3 28 Apr 2012 22:51:17 |
bapt |
- 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) |
0.9.0.3 22 Mar 2012 07:21:51 |
bapt |
- update to 0.9.0.3
Feature safe: yes |
0.9.0.2_1 25 Sep 2011 21:18:21 |
bapt |
- Fix plist (makeing %%PORTNAME%% substitution working)
- While here display the message at install |
0.9.0.2 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
0.9.0.2 22 Jul 2011 05:58:09 |
bapt |
update to 0.9.0.2 |
0.9.0.1 11 Jul 2011 11:09:36 |
bapt |
- update to 0.9.0.1 |
0.9_1 15 Apr 2011 18:18:49 |
bapt |
remove the useless dependency on curl
Reported by: Freddy Dissaux <dsx _at_ bsdsx.fr> (irc) |
0.9_1 04 Apr 2011 09:37:24 |
bapt |
Add PORTNAME to SUB_LIST
PR: ports/156119
Submitted by: Philippe Pepiot <phil _at_ philpep.org> |
0.9_1 11 Mar 2011 09:37:47 |
bapt |
- install filters in a better place and track them in plist
- bump port revision
Reported by: pointy hat (pav) |
0.9 07 Mar 2011 12:15:16 |
bapt |
- update to 0.9
- update bundled git to 1.7.4 |
0.8.3.4 08 Feb 2011 10:14:54 |
bapt |
Make sure to link against ${PTHREAD_LIBS}
while here remove MD5 from distinfo
Feature safe: yes |
0.8.3.4 29 Sep 2010 06:16:05 |
bapt |
- Update to 0.8.3.4
- Update internal version of git to 1.7.3 |
0.8.3.3 03 Sep 2010 07:02:05 |
bapt |
Remove signature from description |
0.8.3.3 11 Aug 2010 08:27:00 |
bapt |
- Update to 0.8.3.3
- Add license
Approved by: rene@ (mentor vacation) |
0.8.3.2 29 Jul 2010 12:31:08 |
bapt |
- 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) |
0.8.3 17 Sep 2009 16:04:59 |
flz |
Update devel/cgit to 0.8.3.
Feature safe: yes |
0.8.2.1 10 Jun 2009 07:44:41 |
itetcu |
Fix build with custom LOCALBASE.
Submitted by: kimelto on IRC
Reported by: QATty
Approved by: maintainer |
0.8.2.1 02 Jun 2009 16:19:03 |
wxs |
- 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) |
0.8.2.1 27 May 2009 19:05:27 |
pav |
- Mark BROKEN: does not fetch
Reported by: pointyhat |
0.8.2.1 14 May 2009 11:46:18 |
flz |
Update devel/cgit to 0.8.2.1. |
0.8.2 02 Feb 2009 16:38:58 |
flz |
- Update devel/cgit to 0.8.2.
- Reintroduce some magic. |
0.8.1_3 23 Jan 2009 15:43:14 |
roam |
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. |
0.8.1_2 21 Jan 2009 18:35:42 |
flz |
- Fix checksum.
- Remove some magic.
Reported by: Matt Sealey |
0.8.1_1 16 Oct 2008 15:14:45 |
flz |
Ok, this time it's correct, I promise. Fix packing list.
Reported by: QAT (I hate you in secret) |
0.8.1 16 Oct 2008 14:59:37 |
flz |
Man, this is becoming embarassing. Remind me not to commit before running
through tinderbox. Add missing build dependency (ftp/curl).
Reported by: QAT |
0.8.1 16 Oct 2008 14:49:53 |
flz |
Fix distinfo for real, using tar.bz2 as tar.gz snapshots seem a bit wonky. |
0.8.1 16 Oct 2008 12:19:32 |
flz |
Fix packing list when NOPORTDOCS is defined. |
0.8.1 16 Oct 2008 12:17:52 |
flz |
Fix distinfo.
Reported by: QAT |
0.8.1 16 Oct 2008 11:26:36 |
flz |
Add cgit 0.8.2, a fast web interface for git written in C. |