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/cgdb/Makefile
SVNWeb

Number of commits found: 45

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, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  commit hash:aa6eefd5e663357e8223399bc38c7987f5e35746  aa6eefd  (Only the first 10 of 5087 ports in this commit are shown above. View all ports for this commit)
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 3 Feb 2022
[ 17:16 Yuri Victorovich (yuri) search for other commits by this committer ]    commit hash:62dea7e28dd2231a9f2a8aad5bda0880a39a0620  commit hash:62dea7e28dd2231a9f2a8aad5bda0880a39a0620  commit hash:62dea7e28dd2231a9f2a8aad5bda0880a39a0620  62dea7e 
devel/cgdb: Update 0.7.1 -> 0.8.0

PR:		261296
Approved by:	serio.jeffrey@gmail.com (maintainer's timeout 14 days)
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
[ 17:43 linimon search for other commits by this committer ] Original commit   Revision:556298
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
Sat, 21 Nov 2020
[ 00:43 yuri search for other commits by this committer ] Original commit   Revision:555803
devel/cgdb: Update 0.7.0 -> 0.7.1

PR:		250910
Approved by:	serio.jeffrey@gmail.com (maintainer's timeout; 14 days)
Tue, 9 Apr 2019
[ 14:04 sunpoet search for other commits by this committer ] Original commit   Revision:498476 (Only the first 10 of 289 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 8.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
Sat, 10 Nov 2018
[ 18:12 bapt search for other commits by this committer ] Original commit   Revision:484628 (Only the first 10 of 386 ports in this commit are shown above. View all ports for this commit)
Install texinfo files (GNU info) into ${PREFIX}/share/info

After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
Sun, 31 Dec 2017
[ 01:54 danilo search for other commits by this committer ] Original commit   Revision:457663
- Update to 0.7.0
- Remove help2man from dependency list, the support was removed upstream [1]
- Back to the pool

[1] https://github.com/cgdb/cgdb/blob/master/NEWS

Approved by:	maintainer
Tue, 27 Jun 2017
[ 13:46 sunpoet search for other commits by this committer ] Original commit   Revision:444463 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
Update devel/readline to 7.0 patch 3

- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Mon, 12 Oct 2015
[ 14:18 culot search for other commits by this committer ] Original commit   Revision:399130
- Update maintainer's address

PR:		203717
Submitted by:	serio.jeffrey@riseup.net (maintainer)
Mon, 28 Sep 2015
[ 06:21 sunpoet search for other commits by this committer ] Original commit   Revision:398095
- Pass maintainership to submitter

PR:		203396
Submitted by:	Jeffrey Serio <serio.jeffrey@riseup.net>
Mon, 19 Jan 2015
[ 14:00 vanilla search for other commits by this committer ] Original commit   Revision:377430
Upgrade to 0.6.8, add LICENSE.
Tue, 2 Dec 2014
[ 22:50 bapt search for other commits by this committer ] Original commit   Revision:373793
Finish resetting maintainership

PR:		195059
Mon, 21 Jul 2014
[ 17:15 adamw search for other commits by this committer ] Original commit   Revision:362452 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Add USES=readline to fix configure.
Thu, 26 Jun 2014
[ 09:41 antoine search for other commits by this committer ] Original commit   Revision:359327
Allow to build with texinfo from ports

With hat:	portmgr
Thu, 23 Jan 2014
[ 00:28 bapt search for other commits by this committer ] Original commit   Revision:340764
Support stage
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)
Thu, 27 Jun 2013
[ 02:45 clsung search for other commits by this committer ] Original commit   Revision:321841
- Update to 0.6.7

PR:		ports/177822
Submitted by:	Zhihao Yuan <lichray_AT_gmail.com>
Wed, 29 Aug 2012
[ 10:04 gahr search for other commits by this committer ] Original commit 
- Link against base libutil for openpty(3)

PR:		169785
Submitted by:	gahr
Approved by:	maintainer (timeout > 1.5 month)
Sat, 21 Jan 2012
[ 17:40 eadler search for other commits by this committer ] Original commit  (Only the first 10 of 1326 ports in this commit are shown above. View all ports for this commit)
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:    portmgr
Sat, 1 Oct 2011
[ 01:28 clsung search for other commits by this committer ] Original commit 
- Update to 0.6.6
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
Thu, 3 Feb 2011
[ 13:43 gahr search for other commits by this committer ] Original commit 
- Fix a segfault at application start on amd64
- Bump PORTREVISION
- Remove MD5 checksum from distinfo

PR:             154483
Submitted by:   gahr
Approved by:    clsung (maintainer)
Feature safe:   yes
Wed, 28 Jul 2010
[ 07:51 clsung search for other commits by this committer ] Original commit 
- Update to 0.6.5
Thu, 19 Nov 2009
[ 22:07 pav search for other commits by this committer ] Original commit  (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
Sat, 22 Aug 2009
[ 00:18 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with D
Fri, 29 May 2009
[ 20:36 pav search for other commits by this committer ] Original commit 
- Chase readline update

Reported by:    pointyhat
Mon, 5 Jan 2009
[ 19:44 pav search for other commits by this committer ] Original commit  (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
- Remove conditional checks for FreeBSD 5.x and older
Sat, 29 Nov 2008
[ 22:01 pav search for other commits by this committer ] Original commit 
- Make configure ignore /dev/ptmx (newly added to 8-CURRENT), the presence of
  this device enables ifdefs that do not compile on FreeBSD

Approved by:    silence from maintainer (clsung, reported 3 months ago)
Reported by:    pointyhat
Fri, 22 Feb 2008
[ 21:09 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on FreeBSD 5.x due to the old texinfo

Reported by:    pointyhat
Wed, 30 Jan 2008
[ 05:52 clsung search for other commits by this committer ] Original commit 
- Update to 0.6.4
- Reset maintainership

Changes:
PR:             ports/115052
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
Sat, 1 Jul 2006
[ 08:42 itetcu search for other commits by this committer ] Original commit 
USE_GETOPT_LONG to unbreak on 4.x.

PR:             99672
Submitted by:   maintainer
Mon, 26 Jun 2006
[ 14:58 ehaupt search for other commits by this committer ] Original commit 
- Use BUILD_DEPENDS and RUN_DEPENDS instead of LIB_DEPENDS
- Add a comment
- Bump PORTREVISION

PR:             99327
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
Fri, 23 Jun 2006
[ 08:13 ehaupt search for other commits by this committer ] Original commit 
Use LIB_DEPENDS instead of (BUILD|RUN)_DEPENDS for shared library.
Also bump PORTREVISION.

PR:             99327 (based on)
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
Wed, 14 Jun 2006
[ 01:25 clsung search for other commits by this committer ] Original commit 
- Unbroken FreeBSD 5.x and 4.x.
- Use BUILD_DEPENDS and RUN_DEPENDS to replace LIB_DEPENDS.
  This will
  1) force install port-base libreadline if OSVERSION < 700016 and
  2) avoid configure broken with misc/compat5x installed.

PR:             ports/98904
Submitted by:   maintainer (Gea-Suan Lin)
Mon, 5 Jun 2006
[ 14:06 pav search for other commits by this committer ] Original commit 
- Update to 0.6.3

PR:             ports/98506
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
Sun, 21 May 2006
[ 02:55 clsung search for other commits by this committer ] Original commit 
- Force configure to detect readline in ${LOCALBASE} if
  ${OSVERSION} < 700016.

PR:             ports/97520
Submitted by:   maintainer (Gea-Suan Lin)
Sat, 20 May 2006
[ 09:14 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on FreeBSD 4.X

Reported by:    krismail
Sat, 29 Apr 2006
[ 22:10 pav search for other commits by this committer ] Original commit 
- Update to 0.6.2
- Requires readline 5.1

PR:             ports/96499
Submitted by:   Gea-Suan Lin <gslin@gslin.org> (maintainer)
Tue, 28 Feb 2006
[ 23:39 kris search for other commits by this committer ] Original commit 
This is now buildable again.

Approved by:    portmgr (implicit)
Sun, 12 Feb 2006
[ 22:35 kris search for other commits by this committer ] Original commit 
BROKEN: Does not compile
Sun, 25 Dec 2005
[ 17:12 vanilla search for other commits by this committer ] Original commit 
Fix build on 4-stable.

PR:             ports/90900
Submitted by:   maintainer
Sun, 18 Dec 2005
[ 15:57 vanilla search for other commits by this committer ] Original commit 
Add cgdb 0.5.3, a curses-based interface to the GNU Debugger.

PR:             ports/90600
Submitted by:   Gea-Suan Lin <gslin@gslin.org>

Number of commits found: 45