aboutsummaryrefslogtreecommitdiffstats
path: root/irc/scrollz
Commit message (Collapse)AuthorAgeFilesLines
* Drop the ipv6 virtual category for i* category as it is not relevant anymorebapt2019-10-091-1/+1
|
* Fix typo that prevented the IPV6 option from working. Switchadamw2016-12-181-2/+2
| | | | to USES=ssl while here.
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* - Update security/gnutls to 3.4.10.tijl2016-03-271-0/+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)
* - Update to 2.3vg2016-03-215-14/+24
| | | | | | | - Port got new maintainer PR: ports/207674 Submitted by: Chris Petrik <chris@bsdjunk.com>
* Replace defunct scrollz.org by working mirror.mandree2016-02-062-3/+1
| | | | | | | Drop domain-parking WWW: link from pkg-descr. Submitted by: Chris Hutchinson PR: 206862
* Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-101-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were FreeBSD specific aliases for libiconv(), libiconv_open() and libiconv_close() that are now also provided by libc which complicates writing configure tests that work correctly when both libc iconv and libiconv are available. Also, because the libiconv iconv.h header redefines iconv* to libiconv* correct use of the header implies that the aliases aren't used. The following ports needed fixes because there was something wrong with the way they tried to detect or use iconv: audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a compile-time option and should not be set in source code. comms/hidapi: Use standard AM_ICONV configure macro to look for iconv. deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG. deskutils/ljclive: Override configure test for iconv. deskutils/owncloudclient: Add USES=iconv and patch test for iconv. devel/aegis: Bump PORTREVISION because it no longer uses libiconv. devel/libexplain: Add USES=iconv and override test for iconv. devel/sdl20: Override configure test for iconv. emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include <iconv.h> instead of <sys/iconv.h>. irc/scrollz: Override configure test for iconv. japanese/chasen-base: Override configure test for iconv and patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. japanses/eb: Patch configure test for iconv. japanses/eblook: Override configure test for iconv. java/jikes: Override configure test for iconv. multimedia/transcode: Bump PORTREVISION because only one plugin links with libiconv now. net/c3270: Override configure test for iconv. net/samba4*: Bump PORTREVISION because it no longer uses libiconv. The configure script will always add -liconv to the linker flags when it happens to be installed which would be wrong but later on binaries are linked with -Wl,--as-needed and the linker discards -liconv because it finds iconv*() functions in libc now and no longer in libiconv. net-mgmt/icinga-*: Remove dependency on iconv. net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net/asterisk11: Patch configure so it no longer adds -liconv to linker flags just because it happens to be installed. net-p2p/transmission-*: Override configure test for iconv. www/htmlcxx: Override configure test for iconv. www/httrack: Override configure test for iconv. www/xapian-omega: Override configure test for iconv. x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv. x11/x3270: Override configure test for iconv. x11-wm/jwm: Override configure test for iconv. PR: 202838 Exp-run by: antoine Approved by: portmgr (antoine)
* Remove trailing whitespace from Makefiles, A-L.olgeni2015-10-081-1/+1
|
* Update "BSD" licensefeld2014-12-071-1/+1
|
* Modernize plistbapt2014-10-311-1/+1
|
* Cleanup plistbapt2014-10-271-14/+0
|
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-231-0/+1
| | | | | | | | | | | | - 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)
* - Force commit to fix prev entrymiwi2014-04-291-1/+1
| | | | | | | - Update to version 2.2.3 PR: 18792 Submitted by: ports fury
* - Fix build on i386miwi2014-04-296-44/+773
| | | | | | | - Enable sound support for all ARCH PR: 187494 Submitted by: ports fury
* - Stage supportmiwi2014-03-062-2/+1
|
* - Reassign to the heap at maintainers requesttabthorpe2014-03-051-1/+1
|
* Fix iconv use on FreeBSD 10.tijl2014-02-211-1/+4
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | irc)
* - Attempt to unbreak parallel (-jX) builds, remove MAKE_JOBS_UNSAFEdanfe2013-08-054-23/+48
| | | | | | - Remove superfluous bdep in GnuTLS case, LIB_DEPENDS satisfies it; also switch to the new library specification format - Correct pkg-plist; cleanup Makefile, sort the knobs while I'm here
* - Fix build with clang due to missing return valuebdrewery2013-07-131-5/+17
| | | | | Submitted by: M. de Vries <mdv@unsavoury.net> (maintainer via email) Obtained from: https://github.com/ScrollZ/ScrollZ/commit/125c00412258054e3e4501f2e7a4e32e3e372227
* Mark job unsafebapt2013-07-111-2/+2
| | | | | | | While here: - Trim headers - Convert to USES - Remove code for unsupported version
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-7/+2
| | | | Convert USE_READLINE by USES=readline
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Fix implicit dependency on iconv and opensslbeech2013-03-127-6/+194
| | | | | | | | | | | | - OPTIONfy - Enable '/WINDOW CREATE' - Install wserv as wservz, to avoid conflict with ports/irc/ircII - Support tmux terminal multiplexer - Bump PORTREVISION PR: ports/176786 Submitted by: Norikatsu Shigemura <nork@FreeBSD.org> Approved by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
* - Add UPDATING entry for gnutls updatenovel2013-02-061-1/+1
| | | | - Chase shlib version bump for dependant ports
* - Update to 2.2.2, and flip master_sites for reliability [1]jgh2012-05-033-733/+8
| | | | | | | - condense pkg-plist by using DATADIR [2] PR: ports/167462 Submitted by: maintainer, mdv@unsavoury.net [1], jgh@ [2]
* - Update to 2.2.1culot2012-04-042-4/+4
| | | | | | | | | - Update MASTER_SITES Changes: http://www.scrollz.com/download/ChangeLog.2.2.1.txt PR: ports/166578 Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer) Feature safe: yes
* Update to 2.2jlaffaye2011-06-123-7/+10
| | | | | | | | | Add USE_NCURSES Fix plist PR: ports/157766 Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer) Approved by: tabthorpe (mentor)
* Chase security/gnutls update and add an UPDATING entry.novel2011-06-061-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Enabled openssl optionwen2010-01-061-3/+6
| | | | | | | - Removed dead mirror PR: ports/142246 Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
* - Fix plistpav2010-01-022-720/+728
| | | | | PR: ports/142214 Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
* - Update to version 2.1nemoliu2009-12-312-6/+6
| | | | | PR: ports/141929 Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
* Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.novel2009-08-171-0/+1
|
* - Update to 2.0pav2009-06-244-334/+348
| | | | | | | | - Switch to a new maintainer PR: ports/134589 Submitted by: Maarten de Vries <mdv@unsavoury.net> Approved by: Scott M. Likens <damm@yazzy.org> (old maintainer)
* - Chase security/gnutls shlib version bumpnovel2008-03-031-1/+1
| | | | - Add an entry to UPDATING
* - Remove USE_GNUTLS, which is a noopgabor2007-07-271-1/+0
| | | | | | PR: ports/114848 Submitted by: gabor Approved by: Scott M. Likens <damm@yazzy.org> (maintainer)
* Chase gnutls shared library version chase: adjust DEPENDS lines andnovel2007-07-011-1/+1
| | | | bump PORTREVISIONs.
* - Chase security/gnutls updatenovel2007-01-021-0/+1
| | | | | - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
* - Update to 1.9.98.1 [1]garga2006-05-133-47/+17
| | | | | | | | | | - Remove unecessary perl dependency - Remove IS_INTERACTIVE since this port respect BATCH PR: ports/96740 [1] Submitted by: maintainer [1] Reworked by: garga Approved by: maintainer
* - Make it fetchable againehaupt2006-04-062-734/+732
| | | | | | | - Use DATADIR macro PR: 95359 Submitted by: Scott M. Likens <damm@yazzy.org> (maintainer)
* BROKEN: Unfetchablekris2006-04-031-0/+2
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-14/+14
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Update to 1.9.5vs2005-04-293-3/+7
| | | | | PR: ports/80424 Submitted by: maintainer
* Update to 1.9.4.petef2004-12-272-3/+5
| | | | | PR: 75480 Submitted by: maintainer
* Update to 1.9.3. Pet portlint.linimon2004-05-142-5/+4
| | | | | PR: ports/66582 Submitted by: Scott M. Likens <damm@yazzy.org> (maintainer)
* - Update to version 1.92krion2004-05-104-38/+43
| | | | | PR: ports/66428 Submitted by: maintainer
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
| | | | (Part 2)
* - Replace our patch with more correct one obtained from authorpav2003-12-112-8/+26
| | | | | | | - Add faster master site PR: ports/60118 Submitted by: Scott M. Likens <damm@yazzy.org> (maintainer)
* Define USE_PERL5_BUILD, not erroneous USE_PERL.trevor2003-11-201-1/+1
| | | | Submitted by: Oliver Eikemeier
* Define USE_PERL to make Perl available for (mostly deprecated)trevor2003-11-201-0/+1
| | | | "perl -pi -e" construction.
* - Update maintainer's email address.pav2003-11-191-1/+1
| | | | | Submitted by: maintainer Approved by: adamw (mentor)
* - Unbreak on -CURRENTpav2003-11-181-0/+14
| | | | | | PR: ports/59159 Submitted by: maintainer Approved by: adamw (mentor)
* Update to 1.9 and switch maintainer to submitter.will2003-07-213-7/+690
| | | | | | PR: 54110 Submitted by: Scott M. Likens <damm@fpsn.net> Discussed with: petef (maintainer change)
* De-pkg-comment.knu2003-02-212-1/+1
|
* Pass maintainership to Steven Bailey <eviilboy@cox.net>.petef2002-12-231-1/+1
| | | | Submitted by: new maintainer
* Fix MASTER_SITES.petef2002-12-231-3/+1
|
* Update to 1.8mpetef2001-11-022-3/+2
|
* Change my email address to petef@FreeBSD.org for the ports I maintain.petef2001-08-231-1/+1
| | | | Reviewed by: ade
* Add mirrors for Scrollzdwcjr2001-07-101-1/+2
| | | | | PR: 28835 Submitted by: maintainer
* Fix build for packagesdwcjr2001-07-081-0/+9
| | | | | PR: 28816 Submitted by: maintainer
* - Update to version 1.81kevlo2001-07-075-25/+36
| | | | | | | | - Take over as maintainer from ports@ - Better pkg-{comment,descr} PR: 28735 Submitted by: Pete Fritchman <petef@databits.net>
* Update to 1.8kroam2001-02-192-4/+4
| | | | | PR: 25022 Submitted by: George Reid <greid@dogma.freebsd-uk.eu.org>
* Release to the world all of my ports that I don't use, excluding KDE 1,will2001-01-091-1/+1
| | | | | which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me.
* Update to ScrollZ 1.8j.will2000-11-062-15/+10
| | | | Submitted by: Maarten de Vries <maarten@netraam.com>
* Setting DISTNAME correctly.imura2000-04-151-1/+1
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-3/+3
|
* Finish moving MAINTAINER for my ports.will2000-03-221-1/+1
| | | | | | andrews@technologist.com -> will@FreeBSD.org. :-) Reminded by: asami
* Update to 1.8i6cpiazza2000-03-082-8/+5
| | | | | PR: 17203 Submitted by: maintainer
* Update MASTER_SITEScpiazza1999-09-051-1/+4
| | | | | PR: 13580 Submitted by: maintainer
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Import of ScrollZ.cpiazza1999-08-145-0/+48
ScrollZ is a colour-enabled IRC client that implements many useful features normally found in a script. PR: 13083 Submitted by: Will Andrews <andrews@technologist.com>