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: irc/ngircd/Makefile
SVNWeb

Number of commits found: 68

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:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:6ec0477414e965e6dc6dfdb6b68a87761082e0a8  commit hash:6ec0477414e965e6dc6dfdb6b68a87761082e0a8  commit hash:6ec0477414e965e6dc6dfdb6b68a87761082e0a8  6ec0477  (Only the first 10 of 87 ports in this commit are shown above. View all ports for this commit)
irc: remove 'Created by' lines

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

  *  A. Gabriel <backslash@BSDCode.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alexey Mikhailov <karma@ez.pereslavl.ru>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ben Hutchinson <benhutch@xfiles.org.uk>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Craig Edwards <brain@mail1.chatspike.net>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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.
Sun, 31 Jan 2021
[ 17:06 fernape search for other commits by this committer ] Original commit   Revision:563496
irc/ngircd: update to 26.1

ChangeLog: https://github.com/ngircd/ngircd/blob/master/ChangeLog

PR:	252956
Submitted by:	thomas@beingboiled.info
Approved by:	maintainer (timeout > 1 week)
Fri, 18 Oct 2019
[ 22:55 tobik search for other commits by this committer ] Original commit   Revision:514742
irc/ngircd: Spell IDENT_CONFIGURE_WITH and value correctly
Wed, 9 Oct 2019
[ 11:50 bapt search for other commits by this committer ] Original commit   Revision:514138 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Drop the ipv6 virtual category for i* category as it is not relevant anymore
Tue, 24 Sep 2019
[ 18:05 pi search for other commits by this committer ] Original commit   Revision:512741
irc/ngircd: upgrade 24 -> 25

PR:		240373
Submitted by:	akess@solarlottery.net
Approved by:	fgsch@lodoss.net (maintainer timeout)
Relnotes:	https://github.com/ngircd/ngircd/blob/master/ChangeLog
Tue, 16 Apr 2019
[ 09:31 eugen search for other commits by this committer ] Original commit   Revision:499085
irc/ngircd: fix misprint in DEBUG_CONFIGURE_ENABLE

No PORTREVISION bump as default build is not affected.

Reported by:	Serpent7776 <serpent7776@gmail.com> via ports@
Wed, 6 Feb 2019
[ 14:39 tobik search for other commits by this committer ] Original commit   Revision:492307
irc/ngircd: Enable PAM support by default

PR:		234856
Submitted by:	Jan Bramkamp <crest@bultmann.eu>
Approved by:	fgsch@lodoss.net (maintainer, ~4 weeks)
Thu, 2 Aug 2018
[ 09:37 amdmi3 search for other commits by this committer ] Original commit   Revision:476228
- Fix LICENSE
- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
Tue, 14 Nov 2017
[ 18:38 zi search for other commits by this committer ] Original commit   Revision:454189
- Update to 24
- Assign a MAINTAINER
Wed, 15 Mar 2017
[ 14:45 mat search for other commits by this committer ] Original commit   Revision:436248 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Remove all _USE=openssl occurrences.

Sponsored by:	Absolight
Fri, 9 Sep 2016
[ 19:42 amdmi3 search for other commits by this committer ] Original commit   Revision:421635 (Only the first 10 of 100 ports in this commit are shown above. View all ports for this commit)
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 1 Apr 2016
[ 14:08 mat search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 27 Mar 2016
[ 14:58 tijl search for other commits by this committer ] Original commit   Revision:411990 (Only the first 10 of 183 ports in this commit are shown above. View all ports for this commit)
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
  supported by libgnutls-dane and gnutls-cli.  Also clarify the option
  description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4.  Some ports used this library
  in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed.  Ports that used these have been
  updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.

net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.

www/hydra: Mark BROKEN.  This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.

PR:		207768
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Tue, 1 Dec 2015
[ 14:04 robak search for other commits by this committer ] Original commit   Revision:402740
irc/ngircd: update 22.1 -> 23

PR:		204680
Submitted by:	Kjetil Rustad <kjetil@bsdshell.org>
Wed, 27 May 2015
[ 08:40 wen search for other commits by this committer ] Original commit   Revision:387545
- Update to 22.1

PR:		200377
Submitted by:	Kjetil Rustad<kjetil@bsdshell.org>
Thu, 9 Apr 2015
[ 11:43 amdmi3 search for other commits by this committer ] Original commit   Revision:383636
- Simplify MASTER_SITES
- Add CPE info
Fri, 26 Dec 2014
[ 14:58 koobs search for other commits by this committer ] Original commit   Revision:375628
irc/ngircd: Update to 22

- Update to 22
- Add LICENSE_FILE
- Whitespace align OPTIONS helpers

Changes:

  * http://ngircd.barton.de/doc/ChangeLog

PR:		196282
Submitted by:	kjetil at cckengine com
Wed, 23 Jul 2014
[ 09:54 tijl search for other commits by this committer ] Original commit   Revision:362645 (Only the first 10 of 139 ports in this commit are shown above. View all ports for this commit)
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Sat, 26 Apr 2014
[ 02:23 miwi search for other commits by this committer ] Original commit   Revision:352207
- Update to 21.1
- Convert to USES
- Convert to new OPTIONS helper

PR:		187967
Submitted by:	ports fury
Fri, 8 Nov 2013
[ 14:17 wg search for other commits by this committer ] Original commit   Revision:333229
irc/ngircd: update to 21

- Update to 21 [1]
- Allow staging
- Indent options descriptions

PR:		ports/183758
Submitted by:	Kjetil Rustad <kjetil cckengine.com>
Fri, 20 Sep 2013
[ 18:44 bapt search for other commits by this committer ] Original commit   Revision:327736 (Only the first 10 of 135 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:
irc)
Thu, 5 Sep 2013
[ 12:54 wg search for other commits by this committer ] Original commit   Revision:326392
irc/ngircd: update to 20.3

- Update to 20.3 [1]
- Add DOCS to options
- NOPORTDOCS -> PORT_OPTIONS:MDOCS

PR:		ports/181737 [1]
Submitted by:	Kjetil Rustad <kjetil cckengine.com>
Fri, 8 Mar 2013
[ 02:55 beech search for other commits by this committer ] Original commit   Revision:313612
- Update to 20.2,1

PR:		ports/176726
Submitted by:	Kjetil Rustad <kjetil@cckengine.com>
Tue, 5 Feb 2013
[ 16:17 novel search for other commits by this committer ] Original commit   Revision:311722 (Only the first 10 of 94 ports in this commit are shown above. View all ports for this commit)
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
Thu, 18 Oct 2012
[ 19:28 dinoex search for other commits by this committer ] Original commit   Revision:306093
- drop maintainership
Feature safe: yes
Sun, 16 Sep 2012
[ 15:36 dinoex search for other commits by this committer ] Original commit   Revision:304361
- use OPTIONS_DEFINE
- fix SSL OPTIONS
Sat, 4 Aug 2012
[ 05:49 dinoex search for other commits by this committer ] Original commit 
- update to 0.19.2
Wed, 11 Apr 2012
[ 21:07 dinoex search for other commits by this committer ] Original commit 
- update to 0.19.1
Tue, 4 Oct 2011
[ 18:43 dinoex search for other commits by this committer ] Original commit 
- update to 0.18

- update MASTER_SITES
PR:             161189
Submitted by:   Dmitry Marakasov
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
Tue, 4 Jan 2011
[ 07:34 dinoex search for other commits by this committer ] Original commit 
- update to 0.17.1
Sat, 11 Dec 2010
[ 05:20 dinoex search for other commits by this committer ] Original commit 
- fix build with NOPORTDOCS
Reported by:    QAT
Fri, 10 Dec 2010
[ 12:26 dinoex search for other commits by this committer ] Original commit 
- cleaner expression for PORTVERSION
Submitted by:   Sahil Tandon
[ 12:25 dinoex search for other commits by this committer ] Original commit 
- use cleaner expression for DISTVERSION
Submitted by:    Cy Schubert
Thu, 9 Dec 2010
[ 17:59 dinoex search for other commits by this committer ] Original commit 
- fix build with NOPORTDOCS
Reported by:    QAT
Wed, 8 Dec 2010
[ 17:00 dinoex search for other commits by this committer ] Original commit 
- update to 0.17
Submitted by:   Rick

- add LICENSE
Fri, 26 Feb 2010
[ 18:07 dinoex search for other commits by this committer ] Original commit 
- enable IPv6 support
- add option WITHOUT_IPV6
PR:             144169
Submitted by:   Philippe Pepiot
Feature safe:   yes
Sun, 27 Dec 2009
[ 20:21 dinoex search for other commits by this committer ] Original commit 
- update to 0.15
- add options OPENSSL
- add options GNUTLS
- take maintainership for a while
Thu, 21 Aug 2008
[ 06:18 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 1030 ports in this commit are shown above. View all ports for this commit)
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 19 Aug 2008
[ 09:18 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Return laszlof's ports to the pool due to lack of time.

Hat:            portmgr
Mon, 18 Dec 2006
[ 19:38 laszlof search for other commits by this committer ] Original commit 
Update to 0.10.1

Submitted by:   miwi@
Mon, 11 Dec 2006
[ 18:34 laszlof search for other commits by this committer ] Original commit 
Update to 0.10.0
Tue, 7 Nov 2006
[ 15:37 laszlof search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Update my email address in all ports that I maintain.

Approved by:    flz (mentor)
Mon, 13 Feb 2006
[ 16:56 mnag search for other commits by this committer ] Original commit 
- Use OPTIONS and add more options
- Add rc.d script
- Bump PORTREVISION

PR:             93285
Submitted by:   mnag
Approved by:    maintainer
Thu, 20 Oct 2005
[ 00:00 mnag search for other commits by this committer ] Original commit 
Update to 0.9.2
Take MAINTAINER

PR:             87693
Submitted by:   Frank Laszlo <laszlof@vonostingroup.com>
Wed, 14 Sep 2005
[ 08:26 krion search for other commits by this committer ] Original commit  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Drop maintainership, since I'm buried in the $REALLIFE stuff.
Sun, 28 Aug 2005
[ 10:35 krion search for other commits by this committer ] Original commit 
Update to 0.9.1
Wed, 27 Jul 2005
[ 08:36 krion search for other commits by this committer ] Original commit 
Update to 0.9.0
Tue, 12 Apr 2005
[ 03:26 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 773 ports in this commit are shown above. View all ports for this commit)
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Mon, 11 Apr 2005
[ 08:04 obrien search for other commits by this committer ] Original commit  (Only the first 10 of 776 ports in this commit are shown above. View all ports for this commit)
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Thu, 3 Feb 2005
[ 13:28 krion search for other commits by this committer ] Original commit 
Update to 0.8.3
Thu, 27 Jan 2005
[ 17:58 krion search for other commits by this committer ] Original commit 
Update to 0.8.2
Sat, 25 Dec 2004
[ 09:21 krion search for other commits by this committer ] Original commit 
Update to 0.8.1
Wed, 1 Sep 2004
[ 14:11 krion search for other commits by this committer ] Original commit 
Fix build with ident support.

Reported by:    Martin Hasenbein <mh@bsd.net>
Sun, 4 Jul 2004
[ 09:23 krion search for other commits by this committer ] Original commit 
Update to 0.8.0
Sat, 7 Feb 2004
[ 18:42 krion search for other commits by this committer ] Original commit 
- Update to version 0.7.7
Fri, 30 Jan 2004
[ 21:17 krion search for other commits by this committer ] Original commit 
- Forced commit to log typo fixing.

Noted by:       kris
No cookies for: krion
[ 14:05 krion search for other commits by this committer ] Original commit  (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
- SIZEify
Mon, 8 Dec 2003
[ 22:24 krion search for other commits by this committer ] Original commit 
- Update to 0.7.6
Sat, 8 Nov 2003
[ 16:44 krion search for other commits by this committer ] Original commit 
- Update to version 0.7.5
Sat, 25 Oct 2003
[ 16:02 krion search for other commits by this committer ] Original commit 
- s/USE_TCP_WRAPPERS/WITH_TCP_WRAPPERS/g
- Don't install some documentation files
- Bump PORTREVISION

PR:             58525
Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
Tue, 22 Jul 2003
[ 10:34 krion search for other commits by this committer ] Original commit  (Only the first 10 of 56 ports in this commit are shown above. View all ports for this commit)
Change my mail to @FreeBSD.org

Approved by:    fjoe (mentor)
Sun, 20 Jul 2003
[ 09:07 oliver search for other commits by this committer ] Original commit 
Update to 0.7.1

PR:             54651
Submitted By:   maintainer
Tue, 6 May 2003
[ 19:15 vanilla search for other commits by this committer ] Original commit 
Fix 'make package' error.

PR:             ports/51884
Submitted by:   maintainer
Sat, 3 May 2003
[ 23:55 vanilla search for other commits by this committer ] Original commit 
Add two missing manpage.
[ 21:42 vanilla search for other commits by this committer ] Original commit 
Add ngircd 0.7.0,
free open source daemon for Internet Relay Chat
(IRC).

PR:             51683
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>

Number of commits found: 68