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

Number of commits found: 48

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.
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Sun, 7 Apr 2019
[ 01:26 linimon search for other commits by this committer ] Original commit   Revision:498224
Add USES=compiler:c11 to fix build on GCC-based architectures:

  /usr/local/include/gnutls/gnutls.h:482: error: expected identifier or '('
before '/' token

While here, also add USES=gnome localbase:ldflags.

PR:		237037
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Fri, 21 Oct 2016
[ 15:21 mat search for other commits by this committer ] Original commit   Revision:424427 (Only the first 10 of 354 ports in this commit are shown above. View all ports for this commit)
Use USES=pathfix where applicable.

PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
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)
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)
Fri, 4 Jul 2014
[ 00:11 adamw search for other commits by this committer ] Original commit   Revision:360492
Remove NOPORTDOCS and NOPORTEXAMPLES.
Tue, 17 Jun 2014
[ 01:48 vanilla search for other commits by this committer ] Original commit   Revision:358063
1: Stagify.
2: strip binary.

Approved by:	portmgr@
Sat, 15 Mar 2014
[ 16:21 miwi search for other commits by this committer ] Original commit   Revision:348342
- Convert USE_GMAKE to USES
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)
Mon, 10 Jun 2013
[ 18:48 ashish search for other commits by this committer ] Original commit   Revision:320502
- Add dependency on pkgconfig to fix the failing build on 10-CURRENT

Reported by:	miwi
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
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, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Mon, 18 Jul 2011
[ 07:22 ashish search for other commits by this committer ] Original commit 
- Fix building of port due to gnutls update which removes gcrypt support
- Update MASTER_SITES with updated location of distfiles
- Fix pkg-plist

PR:             ports/158978
Sun, 5 Jun 2011
[ 18:43 novel search for other commits by this committer ] Original commit  (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Chase security/gnutls update and add an UPDATING entry.
Fri, 11 Jun 2010
[ 13:37 ashish search for other commits by this committer ] Original commit  (Only the first 10 of 39 ports in this commit are shown above. View all ports for this commit)
- Change my maintainer address.

Approved by:       pgj (mentor)
Sun, 16 Aug 2009
[ 18:04 novel search for other commits by this committer ] Original commit  (Only the first 10 of 65 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
Sun, 1 Mar 2009
[ 23:40 miwi search for other commits by this committer ] Original commit 
- Fix socketpair() function invocation
  * The socketpair() function is invoked incorrectly causing,
    it to return EPROTONOSUPPORT everytime.
  * Changed '#include <gssapi.h>' to '#include <gssapi/gssapi.h>'
    to prevent warnings emitted by GCC.

PR:             131422
Submitted by:   Ashish Shukla <wahjava@gmail.com> (maintainer)
Mon, 12 Jan 2009
[ 21:51 chinsan search for other commits by this committer ] Original commit 
- Fix startup issue
- Pass maintainership to submitter

PR:             ports/130400
Submitted by:   Ashish Shukla <wahjava at gmail.com>
Sat, 3 Jan 2009
[ 05:57 chinsan search for other commits by this committer ] Original commit 
- Update to 3.0.8
Tue, 2 Sep 2008
[ 00:08 chinsan search for other commits by this committer ] Original commit 
- Fix segfaulting if unable to resolve hostname
- Bump PORTREVISION

PR:             ports/126846
Submitted by:   Ashish Shukla <wahjava at gmail.com>
Approved by:    maintainer
Fri, 8 Aug 2008
[ 13:59 chinsan search for other commits by this committer ] Original commit 
- Update to 3.0.7

Submitted by:   John Marshall <john.marshall _at_ riverwillow.com.au>
Fri, 25 Jul 2008
[ 14:34 pav search for other commits by this committer ] Original commit  (Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
Fri, 13 Jun 2008
[ 03:09 chinsan search for other commits by this committer ] Original commit 
- Update to 3.0.6
- Add distfile mirror.
- Also includes a bugfix for ctrlproxy failing to recognize
  'learn-nickserv' option.  The bug has been submitted to upstream and
  it'll be included in next release.

Submitted by:           Ashish Shukla <wahjava at gmail.com> via mail
Approved by:            maintainer
Fri, 6 Jun 2008
[ 13:36 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Mon, 3 Mar 2008
[ 11:57 novel search for other commits by this committer ] Original commit  (Only the first 10 of 51 ports in this commit are shown above. View all ports for this commit)
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
Mon, 24 Dec 2007
[ 05:31 chinsan search for other commits by this committer ] Original commit 
- Update to 3.0.5.

Submitted by:           Ashish Shukla <wahjava at gmail dot com> via mail
Sat, 27 Oct 2007
[ 02:00 chinsan search for other commits by this committer ] Original commit 
- Update to 3.0.3
- Take maintainership
Sun, 1 Jul 2007
[ 08:56 novel search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
Sat, 16 Jun 2007
[ 16:42 pav search for other commits by this committer ] Original commit 
- Update to 3.0.2

PR:             ports/113744
Submitted by:   Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
Tue, 9 Jan 2007
[ 22:54 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
- Update to 3.0.1

PR:             ports/107630
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Sat, 5 Nov 2005
[ 05:22 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1045 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared library update.
Tue, 11 Oct 2005
[ 06:11 dinoex search for other commits by this committer ] Original commit 
- new option WITH_CTRLPROXY_DOC for manpages and html doc
- use PORTDOCS
- make portlint happier
Thu, 21 Apr 2005
[ 15:30 krion search for other commits by this committer ] Original commit 
Update to version 2.6.2

PR:             ports/80207
Submitted by:   Ports Fury
Sat, 12 Mar 2005
[ 10:54 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 911 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase the glib20 shared lib version change.
Fri, 20 Aug 2004
[ 08:22 krion search for other commits by this committer ] Original commit 
Fix MASTER_SITES

PR:             ports/70692
Submitted by:   Stefan Walter <sw@gegenunendlich.de>
Sat, 14 Aug 2004
[ 21:35 kris search for other commits by this committer ] Original commit 
BROKEN: Unfetchable
Mon, 5 Apr 2004
[ 03:31 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 575 ports in this commit are shown above. View all ports for this commit)
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
Thu, 4 Mar 2004
[ 16:07 krion search for other commits by this committer ] Original commit 
- Update to version 2.6.1

PR:             ports/63751
Submitted by:   Ports Fury
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Fri, 30 Jan 2004
[ 22:34 krion search for other commits by this committer ] Original commit 
- Fix plist and bump PORTREVISION

Noticed by:     bento via kris
Wed, 7 Jan 2004
[ 01:24 ijliao search for other commits by this committer ] Original commit 
upgrade to 2.6
Fri, 24 Oct 2003
[ 01:04 ijliao search for other commits by this committer ] Original commit 
utilize USE_GNOME
add more dependencies
Wed, 22 Oct 2003
[ 14:58 ijliao search for other commits by this committer ] Original commit 
add ctrlproxy 2.5
IRC proxy

Number of commits found: 48