aboutsummaryrefslogtreecommitdiff
path: root/irc/ctrlproxy
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* Add USES=compiler:c11 to fix build on GCC-based architectures:Mark Linimon2019-04-071-4/+1
| | | | | | | | | | | | | /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) Notes: svn path=/head/; revision=498224
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-212-17/+7
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=411990
* - Add empty directory to plistDmitry Marakasov2015-06-081-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=388803
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-223-9/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* Cleanup plistBaptiste Daroussin2014-10-271-4/+0
| | | | Notes: svn path=/head/; revision=371570
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-232-4/+16
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=362645
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360492
* 1: Stagify.Vanilla I. Shu2014-06-172-12/+14
| | | | | | | | | 2: strip binary. Approved by: portmgr@ Notes: svn path=/head/; revision=358063
* - Convert USE_GMAKE to USESMartin Wilke2014-03-151-2/+1
| | | | Notes: svn path=/head/; revision=348342
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-6/+2
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* - Add dependency on pkgconfig to fix the failing build on 10-CURRENTAshish SHUKLA2013-06-101-0/+1
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=320502
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-2/+2
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Fix building of port due to gnutls update which removes gcrypt supportAshish SHUKLA2011-07-183-5/+26
| | | | | | | | | | - Update MASTER_SITES with updated location of distfiles - Fix pkg-plist PR: ports/158978 Notes: svn path=/head/; revision=277888
* Chase security/gnutls update and add an UPDATING entry.Roman Bogorodskiy2011-06-051-2/+2
| | | | Notes: svn path=/head/; revision=275104
* - Update WWW link.Ashish SHUKLA2011-04-171-1/+1
| | | | | | | | | PR: ports/156451 Submitted by: aldis@bsdroot.lv Approved by: pgj (implicit) Notes: svn path=/head/; revision=272840
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Change my maintainer address.Ashish SHUKLA2010-06-111-1/+1
| | | | | | | Approved by: pgj (mentor) Notes: svn path=/head/; revision=256386
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.Roman Bogorodskiy2009-08-161-2/+2
| | | | Notes: svn path=/head/; revision=239670
* - Fix socketpair() function invocationMartin Wilke2009-03-013-1/+37
| | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=229307
* - Fix startup issueChin-San Huang2009-01-122-1/+15
| | | | | | | | | | - Pass maintainership to submitter PR: ports/130400 Submitted by: Ashish Shukla <wahjava at gmail.com> Notes: svn path=/head/; revision=225882
* - Remove unused patchChin-San Huang2009-01-032-33/+0
| | | | Notes: svn path=/head/; revision=225161
* - Update to 3.0.8Chin-San Huang2009-01-033-10/+11
| | | | Notes: svn path=/head/; revision=225160
* - Fix segfaulting if unable to resolve hostnameChin-San Huang2008-09-022-0/+16
| | | | | | | | | | | - Bump PORTREVISION PR: ports/126846 Submitted by: Ashish Shukla <wahjava at gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=219623
* - Update to 3.0.7Chin-San Huang2008-08-084-32/+4
| | | | | | | Submitted by: John Marshall <john.marshall _at_ riverwillow.com.au> Notes: svn path=/head/; revision=218245
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Update to 3.0.6Chin-San Huang2008-06-135-36/+20
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=214736
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* - Chase security/gnutls shlib version bumpRoman Bogorodskiy2008-03-031-1/+2
| | | | | | | - Add an entry to UPDATING Notes: svn path=/head/; revision=208375
* - Update to 3.0.5.Chin-San Huang2007-12-247-25/+48
| | | | | | | Submitted by: Ashish Shukla <wahjava at gmail dot com> via mail Notes: svn path=/head/; revision=204427
* - Update to 3.0.3Chin-San Huang2007-10-272-6/+6
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=202118
* Chase gnutls shared library version chase: adjust DEPENDS lines andRoman Bogorodskiy2007-07-011-1/+2
| | | | | | | bump PORTREVISIONs. Notes: svn path=/head/; revision=194564
* - Update to 3.0.2Pav Lucistnik2007-06-165-26/+36
| | | | | | | | PR: ports/113744 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> Notes: svn path=/head/; revision=193679
* - Update to 3.0.1Martin Wilke2007-01-0912-147/+88
| | | | | | | | PR: ports/107630 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=181928
* - Fix WWW line in pkg-descrTim Bishop2006-01-231-1/+1
| | | | | | | | PR: 92203 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=154236
* - add SHA256Dirk Meyer2005-11-201-0/+1
| | | | Notes: svn path=/head/; revision=148834
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - remove obsolete patchDirk Meyer2005-10-111-11/+0
| | | | Notes: svn path=/head/; revision=144907
* - new option WITH_CTRLPROXY_DOC for manpages and html docDirk Meyer2005-10-114-22/+61
| | | | | | | | - use PORTDOCS - make portlint happier Notes: svn path=/head/; revision=144906
* Update to version 2.6.2Kirill Ponomarev2005-04-214-22/+12
| | | | | | | | PR: ports/80207 Submitted by: Ports Fury Notes: svn path=/head/; revision=133865
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Fix MASTER_SITESKirill Ponomarev2004-08-201-3/+1
| | | | | | | | PR: ports/70692 Submitted by: Stefan Walter <sw@gegenunendlich.de> Notes: svn path=/head/; revision=116742
* BROKEN: UnfetchableKris Kennaway2004-08-141-0/+2
| | | | Notes: svn path=/head/; revision=116220
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-0/+1
| | | | Notes: svn path=/head/; revision=106175
* - Update to version 2.6.1Kirill Ponomarev2004-03-047-25/+63
| | | | | | | | PR: ports/63751 Submitted by: Ports Fury Notes: svn path=/head/; revision=102922
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920