aboutsummaryrefslogtreecommitdiff
path: root/irc
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired misc/kdehier4 and update all of its consumers to not ↵Rene Ladan2016-05-252-2/+2
| | | | | | | | | | | | | | | | reference it any longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy. PR: 209014 (partial) Submitted by: myself Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D6542 Notes: svn path=/head/; revision=415864
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-1/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* Simplify plist by using @sampleBaptiste Daroussin2016-05-241-26/+13
| | | | | | | Approved by: feld (maintainer) Notes: svn path=/head/; revision=415788
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-234-4/+3
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-2312-12/+12
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Reorganise and modernise the py-sqlalchemy ports.Matthew Seaman2016-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908 Notes: svn path=/head/; revision=415627
* Fix build with PERL-off.Vanilla I. Shu2016-05-201-0/+2
| | | | | | | | PR: 209657 Submitted by: vas at mpeks dot tomsk do su Notes: svn path=/head/; revision=415553
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-197-9/+9
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-1924-45/+45
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* 1: add patch from upstream to fix @INC order for perl scripts.Vanilla I. Shu2016-05-183-4/+270
| | | | | | | | 2: strip perl's .so 3: bump version. Notes: svn path=/head/; revision=415427
* irc/epic4: depend on Tcl via USES=tcl instead of LIB_DEPEND'ing on itPietro Cerutti2016-05-111-1/+1
| | | | Notes: svn path=/head/; revision=414990
* - Update to 5.31, please seeRusmir Dusko2016-05-034-13/+20
| | | | | | | | | | | | | | | | /usr/local/share/doc/py-fishcrypt/README.md - Take maintainership - Change comment - Add dependency for net/py-pysocks - Change master site from https://github.com/kwaaak/py-fishcrypt to https://github.com/fladd/py-fishcrypt - Change PLIST_FILES - Change files/pkg-message.in - Change pkg-descr Notes: svn path=/head/; revision=414531
* - Switch to new upstreamAshish SHUKLA2016-04-292-40/+14
| | | | | | | - Update to 1.4 snapshot Notes: svn path=/head/; revision=414275
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-274-4/+4
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-274-8/+4
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* many ports: mark broken on powerpc64Steve Wills2016-04-212-0/+4
| | | | Notes: svn path=/head/; revision=413746
* irc/irc: convert to CONFIGURE_OUTSOURCEJan Beich2016-04-131-7/+5
| | | | | | | | Approved by: portmgr blanket Differential Revision: https://reviews.freebsd.org/D5818 Notes: svn path=/head/; revision=413195
* Consistently prefer ${CONFIGURE_CMD} over ./${CONFIGURE_SCRIPT}Jan Beich2016-04-131-1/+1
| | | | | | | | | | | | This also fixes SET_LATE_CONFIGURE_ARGS with custom CONFIGURE_CMD. PR: 208294 Exp-run by: antoine Approved by: portmgr (antoine), perl (mat) Differential Revision: https://reviews.freebsd.org/D4158 Notes: svn path=/head/; revision=413184
* Update irc/bitlbee to 3.4.2Renato Botelho2016-04-113-15/+3
| | | | Notes: svn path=/head/; revision=413028
* Convert to @sampleBaptiste Daroussin2016-04-101-3/+1
| | | | Notes: svn path=/head/; revision=412900
* Update atheme-services to version 7.2.6.Tim Bishop2016-04-083-16/+42
| | | | Notes: svn path=/head/; revision=412782
* o Update to 1.0.1Philip Paeps2016-04-085-16/+82
| | | | | | | | | o Include patches to work with irssi versions >= 0.8.17 Approved by: ashish (maintainer) Notes: svn path=/head/; revision=412719
* Update to 0.8.19, and regen patches.Vanilla I. Shu2016-04-058-33/+35
| | | | Notes: svn path=/head/; revision=412560
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-0171-248/+248
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* irc/quassel:Max Brazhnikov2016-03-314-59/+3
| | | | | | | | | | | - Update to 0.12.3 - Remove upstream patches PR: 207562 Submitted by: Adriaan de Groot (groot@kde.org) Notes: svn path=/head/; revision=412218
* - Update to 0.53Philippe Audeoud2016-03-293-4/+4
| | | | Notes: svn path=/head/; revision=412101
* Update to 0.1.7.Marcelo Araujo2016-03-283-17/+5
| | | | | | | | PR: ports/208170 Submitted by: Mose <mose@gandi.net> (maintainer) Notes: svn path=/head/; revision=412032
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-278-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 LICENSE_FILEDmitry Marakasov2016-03-273-11/+10
| | | | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=411972
* Mark jobs unsafe.Mathieu Arnold2016-03-241-0/+2
| | | | | | | | | On 9, it tries to use header files before generating them. Sponsored by: Absolight Notes: svn path=/head/; revision=411781
* - Update to 2.3Veniamin Gvozdikov2016-03-215-14/+24
| | | | | | | | | | - Port got new maintainer PR: ports/207674 Submitted by: Chris Petrik <chris@bsdjunk.com> Notes: svn path=/head/; revision=411559
* irc/ircd-ratbox: Use GCC for i386Mark Felder2016-03-181-1/+5
| | | | | | | | | When built with Clang on i386 ratbox segfaults at startup. PR: 207268 Notes: svn path=/head/; revision=411355
* - Clarify LICENSEDmitry Marakasov2016-03-121-14/+11
| | | | | | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Switch to USES=tar:tbz2 - Pet portlint Approved by: portmgr blanket Notes: svn path=/head/; revision=410888
* irc/ircd-ratbox: Fix build failure with SHORTCUTS enabledBernard Spil2016-03-061-1/+1
| | | | | | | | | | | | - bsd.port.options.mk must be included before targets are defined Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5479 MFH: 2016Q1 Notes: svn path=/head/; revision=410482
* Update to 1.6.3.Bryan Drewery2016-02-293-13/+3
| | | | Notes: svn path=/head/; revision=409820
* Readd removed ${PORTSDIR} in dependency chain too early there are still fixesBaptiste Daroussin2016-02-261-10/+10
| | | | | | | needed in bsd.ports.mk to allow removing them entirely Notes: svn path=/head/; revision=409617
* - Explicitly specify version for libotr.so to differentiate security/libotr ↵Dmitry Marakasov2016-02-252-2/+2
| | | | | | | | | and security/libotr3 Approved by: portmgr blanket Notes: svn path=/head/; revision=409518
* irc/py-limnoria: Update to 2016.02.24Kubilay Kocak2016-02-252-3/+3
| | | | | | | - Update PORTVERSION and distinfo checksum (2016.02.24) Notes: svn path=/head/; revision=409507
* Update to 2.0.Raphael Kubo da Costa2016-02-192-3/+3
| | | | | | | | PR: 207330 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=409177
* irc/ircd-ratbox: Fix OpenSSL linking and simplifyBernard Spil2016-02-155-163/+39
| | | | | | | | | | | | | | | | - Fix linking with ports' ssl libs - Fix `contrib` build (used base openssl headers) - Re-work EGD detection - Use options helpers - Simplify REINPLACE with :U defaults PR: 195796 Reviewed by: feld (mentor) Approved by: feld (mentor) Differential Revision: D5286 Notes: svn path=/head/; revision=408952
* irc/quassel:Max Brazhnikov2016-02-152-3/+5
| | | | | | | | | | - Add rc var to specify IP address quasselcore will listen on PR: 206673 Submitted by: Christian Schwarz Notes: svn path=/head/; revision=408922
* The FreeBSD GNOME team proudly presents GNOME 3.18 for FreeBSD.Koop Mast2016-02-143-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | The offical GNOME 3.18 release notes can be found at https://help.gnome.org/misc/release-notes/3.18/ This update doesn't contain the glib/gtk c++ bindings which will be done in a another update due to the requirement on c++11 and the amount of fallout this probably will give. GDM is still at version 3.16 due to some issues. Bump mate-themes to use the gtk 3.18 version of the themes. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 207006 Notes: svn path=/head/; revision=408881
* irc/epic4: Remove obsolete TERMCAP option, link with libncurses alwayJohn Marino2016-02-141-4/+4
| | | | | | | | | | | | | | | The TERMCAP option avoided linking with libcurses (which is symlinked to libncurses) in order to link with libtermcap (which is also symlinked to libncurses). Remove the TERMCAP option completely and link directly to libncurses in any case. PR: 206947 approved by: jpaetzel@ (maintainer) Notes: svn path=/head/; revision=408875
* - Add LICENSEDmitry Marakasov2016-02-071-4/+9
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=408381
* - Add LICENSEDmitry Marakasov2016-02-071-15/+13
| | | | | | | | | - Add NO_ARCH - Switch to options helpers - Cosmetic fixes Notes: svn path=/head/; revision=408377
* Update to 1.8Niclas Zeising2016-02-072-4/+3
| | | | | | | | PR: 206997 Submitted by: mp39590@gmail.com (maintainer) Notes: svn path=/head/; revision=408352
* - Clarify LICENSEDmitry Marakasov2016-02-062-9/+16
| | | | | | | | | | | - Add LICENSE_FILE - Switch to options helpers - Silence patching - Fix build with CC containing slashes - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=408325
* Replace defunct scrollz.org by working mirror.Matthias Andree2016-02-052-3/+1
| | | | | | | | | | Drop domain-parking WWW: link from pkg-descr. Submitted by: Chris Hutchinson PR: 206862 Notes: svn path=/head/; revision=408270
* irc/epic5: Remove obsolete TERMCAP option, link with libncurses alwayJohn Marino2016-02-051-4/+6
| | | | | | | | | | | | | | | The TERMCAP option avoided linking with libcurses (which is symlinked to libncurses) in order to link with libtermcap (which is also symlinked to libncurses). Remove the TERMCAP option completely and link directly to libncurses in any case. PR: 206947 approved by: mp29590(gmail) (maintainer) Notes: svn path=/head/; revision=408156