non port: devel/cgit/Makefile |
SVNWeb
|
Number of commits found: 83 |
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
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) ] 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) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 25 Nov 2020
|
[ 10:17 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)
|
Fri, 1 May 2020
|
[ 07:12 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)
|
Tue, 21 Jan 2020
|
[ 01:37 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
|
Thu, 14 Mar 2019
|
[ 20:02 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)
|
Thu, 30 Aug 2018
|
[ 04:05 danfe ] (Only the first 10 of 19 ports in this commit are shown above. )
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 ]
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 ]
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 ]
- Update included git to 2.17.1
PR: 227536
|
Sun, 15 Apr 2018
|
[ 17:04 adamw ]
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 ]
Update included git to 2.16.3
|
Tue, 20 Feb 2018
|
[ 12:54 adamw ]
Update included git to 2.16.2
|
Tue, 23 Jan 2018
|
[ 01:11 adamw ]
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 ]
Update included git to 2.15.1
|
Wed, 1 Nov 2017
|
[ 12:44 adamw ]
Update included git to 2.15.0
|
Mon, 23 Oct 2017
|
[ 12:24 adamw ]
Update included git to 2.14.3
|
Tue, 10 Oct 2017
|
[ 01:20 adamw ]
Update included git to 2.14.2
|
Fri, 11 Aug 2017
|
[ 16:23 adamw ]
Update included git to 2.14.1
|
Thu, 3 Aug 2017
|
[ 14:43 adamw ]
Update included git to 2.13.4.
|
Sat, 15 Jul 2017
|
[ 14:40 adamw ]
Update included git to 2.13.3.
|
Wed, 28 Jun 2017
|
[ 12:17 adamw ]
Update included git to 2.13.2.
|
Fri, 9 Jun 2017
|
[ 16:46 adamw ]
Add the SHA1 checksum patch from devel/git
|
[ 15:10 adamw ]
Update included git to 2.13.1.
|
Wed, 10 May 2017
|
[ 18:33 adamw ]
Update included git to 2.13.0.
|
Wed, 22 Mar 2017
|
[ 01:39 adamw ]
Update included git to 2.12.1 and bump PORTREVISION.
|
Fri, 10 Feb 2017
|
[ 00:12 adamw ]
Update included git to 2.11.1.
|
Wed, 30 Nov 2016
|
[ 20:49 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.
|
Wed, 23 Nov 2016
|
[ 23:10 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)
|
Sat, 10 Sep 2016
|
[ 14:55 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
|
Mon, 18 Jul 2016
|
[ 17:03 adamw ]
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 ]
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 ]
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 ]
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 ]
- Add CPE info
Approved by: portmgr blanket
|
Mon, 16 Mar 2015
|
[ 19:15 pawel ]
Update to version 0.11.2
PR: 198609
Submitted by: Kevin Zheng <kevinz5000@gmail.com> (maintainer)
|
Wed, 25 Feb 2015
|
[ 04:49 ohauer ]
- 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 ]
- 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 ]
- 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 ]
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 ]
- 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 ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Wed, 4 Sep 2013
|
[ 18:06 madpilot ] (Only the first 10 of 129 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sun, 16 Jun 2013
|
[ 23:14 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
|
Mon, 3 Jun 2013
|
[ 10:49 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>
|
[ 10:20 bapt ]
Drop maintainership I don't use it anymore
|
Wed, 29 May 2013
|
[ 10:23 bapt ]
With the new plist it is better :)
While here fix the shebang of some scripts
|
[ 10:06 bapt ]
Update to 0.9.2
Update bundle git to 1.8.2.3
mark as job safe
|
Sat, 27 Apr 2013
|
[ 08:50 mva ] (Only the first 10 of 196 ports in this commit are shown above. )
- 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 ]
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 ]
- update to 0.9.1
- update master site for both cgit and bundled git
- update www
|
Thu, 14 Feb 2013
|
[ 09:42 gahr ] (Only the first 10 of 133 ports in this commit are shown above. )
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr
|
Mon, 31 Dec 2012
|
[ 11:51 bapt ]
Trim header
Convert to optionsng
remove useless LICENSE_FILE
|
Sat, 28 Apr 2012
|
[ 22:51 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)
|
Thu, 22 Mar 2012
|
[ 07:21 bapt ]
- update to 0.9.0.3
Feature safe: yes
|
Sun, 25 Sep 2011
|
[ 21:18 bapt ]
- Fix plist (makeing %%PORTNAME%% substitution working)
- While here display the message at install
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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 ]
update to 0.9.0.2
|
Mon, 11 Jul 2011
|
[ 11:09 bapt ]
- update to 0.9.0.1
|
Fri, 15 Apr 2011
|
[ 18:18 bapt ]
remove the useless dependency on curl
Reported by: Freddy Dissaux <dsx _at_ bsdsx.fr> (irc)
|
Mon, 4 Apr 2011
|
[ 09:37 bapt ]
Add PORTNAME to SUB_LIST
PR: ports/156119
Submitted by: Philippe Pepiot <phil _at_ philpep.org>
|
Fri, 11 Mar 2011
|
[ 09:37 bapt ]
- 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 ]
- update to 0.9
- update bundled git to 1.7.4
|
Tue, 8 Feb 2011
|
[ 10:14 bapt ]
Make sure to link against ${PTHREAD_LIBS}
while here remove MD5 from distinfo
Feature safe: yes
|
Wed, 29 Sep 2010
|
[ 06:16 bapt ]
- Update to 0.8.3.4
- Update internal version of git to 1.7.3
|
Wed, 11 Aug 2010
|
[ 08:27 bapt ]
- Update to 0.8.3.3
- Add license
Approved by: rene@ (mentor vacation)
|
Thu, 29 Jul 2010
|
[ 12:31 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)
|
Thu, 17 Sep 2009
|
[ 16:04 flz ]
Update devel/cgit to 0.8.3.
Feature safe: yes
|
Tue, 2 Jun 2009
|
[ 16:19 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)
|
Wed, 27 May 2009
|
[ 19:05 pav ]
- Mark BROKEN: does not fetch
Reported by: pointyhat
|
Thu, 14 May 2009
|
[ 11:46 flz ]
Update devel/cgit to 0.8.2.1.
|
Mon, 2 Feb 2009
|
[ 16:38 flz ]
- Update devel/cgit to 0.8.2.
- Reintroduce some magic.
|
Fri, 23 Jan 2009
|
[ 15:43 roam ] (Only the first 10 of 182 ports in this commit are shown above. )
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 ]
- Fix checksum.
- Remove some magic.
Reported by: Matt Sealey
|
Thu, 16 Oct 2008
|
[ 15:14 flz ]
Ok, this time it's correct, I promise. Fix packing list.
Reported by: QAT (I hate you in secret)
|
[ 14:59 flz ]
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 ]
Fix distinfo for real, using tar.bz2 as tar.gz snapshots seem a bit wonky.
|
[ 12:19 flz ]
Fix packing list when NOPORTDOCS is defined.
|
[ 11:26 flz ]
Add cgit 0.8.2, a fast web interface for git written in C.
|
Number of commits found: 83 |