aboutsummaryrefslogtreecommitdiff
path: root/irc/eggdrop-devel
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* irc/eggdrop-devel: Update to latest commitDanilo G. Baio2021-01-232-5/+5
| | | | Notes: svn path=/head/; revision=562410
* irc/eggdrop-devel: fix build on GCC architecturesPiotr Kubaj2020-10-081-0/+1
| | | | | | | | | | Use C99 mode: .././server.mod/isupport.c:178: error: 'for' loop initial declaration used outside C99 mode MFH: 2020Q4 (fix build blanket) Notes: svn path=/head/; revision=551705
* irc/eggdrop-devel: Update to latest commitDanilo G. Baio2020-09-092-5/+5
| | | | Notes: svn path=/head/; revision=548165
* irc/eggdrop-devel: Update to latest commitDanilo G. Baio2020-08-303-19/+7
| | | | | | | Remove outdated ssl information in the config file. Notes: svn path=/head/; revision=547133
* irc/eggdrop-devel: Update to latest commitDanilo G. Baio2020-08-242-5/+5
| | | | | | | | | This also fix build on 13-CURRENT (-fno-common) related. Reported by: pkg-fallout Notes: svn path=/head/; revision=546126
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 2).Alexey Dokuchaev2020-05-271-1/+1
| | | | Notes: svn path=/head/; revision=536693
* irc/eggdrop[-devel]: Update conflictsDanilo G. Baio2020-03-071-1/+1
| | | | | | | eggdrop16 was removed from tree Notes: svn path=/head/; revision=527965
* irc/eggdrop-devel: Update to latest commitDanilo G. Baio2020-03-012-5/+5
| | | | Notes: svn path=/head/; revision=527559
* irc/eggdrop-devel: Update to latest commit (1090004-msgtags)Danilo G. Baio2020-02-152-5/+5
| | | | Notes: svn path=/head/; revision=526234
* irc/eggdrop[-devel]: Fix build with ssl other than baseDanilo G. Baio2020-01-041-1/+3
| | | | | | | | PR: 242988 Submitted by: wcarson.bugzilla@disillusion.net Notes: svn path=/head/; revision=522048
* irc/eggdrop-devel: Update to latest commit (1090003-serverlen)Danilo G. Baio2019-12-292-5/+5
| | | | Notes: svn path=/head/; revision=521421
* irc/eggdrop-devel: Update to latest commitDanilo G. Baio2019-12-082-5/+5
| | | | Notes: svn path=/head/; revision=519575
* irc/eggdrop: Copy to irc/eggdrop16Danilo G. Baio2019-11-241-1/+1
| | | | | | | Make way for irc/eggdrop to be updated to its latest stable version (1.8.4). Notes: svn path=/head/; revision=518348
* irc/eggdrop-devel: Update to latest commitDanilo G. Baio2019-11-217-91/+29
| | | | Notes: svn path=/head/; revision=518075
* irc/eggdrop[-devel]: Take MAINTAINER'shipDanilo G. Baio2019-10-231-1/+1
| | | | Notes: svn path=/head/; revision=515311
* Drop maintainershipBryan Drewery2019-10-211-1/+1
| | | | Notes: svn path=/head/; revision=515139
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508880
* irc/eggdrop-devel: remove meaningless 85+ from USES tclPietro Cerutti2019-06-121-1/+1
| | | | Notes: svn path=/head/; revision=504016
* Use BINARY_ALIAS to make LLD_UNSAFE more widely applicableEd Maste2018-03-291-1/+0
| | | | | | | | | | | | | Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE is active to use ld.bfd for these ports. Approved by: portmgr (antoine) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D14876 Notes: svn path=/head/; revision=465900
* Switch to ld.bfd by default as ld.ldd doesn't have built-in defaultKirill Ponomarev2018-03-291-0/+2
| | | | | | | | | | | output target. PR: 226977 Submitted by: emaste Approved by: portmgr (LLD_UNSAFE blanket) Notes: svn path=/head/; revision=465884
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Don't quote {} in find -exec calls.Mathieu Arnold2016-12-011-1/+1
| | | | | | | | | | | Braces are not shell metacharacters, and they do not need to be quoted. By the time find parses its arguments and dicovers them, the quoting will have been removed by the shell anyway. Sponsored by: Absolight Notes: svn path=/head/; revision=427491
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Switch to options helpersDmitry Marakasov2015-08-261-3/+3
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395395
* For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME toBryan Drewery2015-03-201-2/+2
| | | | | | | | | | | | | include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile having the same name despite changing one of these values and causing a bad checksum. Differential Revision: https://reviews.freebsd.org/D2103 Reviewed by: mat With hat: bdrewery Notes: svn path=/head/; revision=381777
* Convert my ports to the new USE_GITHUBBryan Drewery2015-03-202-5/+4
| | | | Notes: svn path=/head/; revision=381704
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-1/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* - Update to checkin 2bf3950 [1]Bryan Drewery2014-10-163-17/+4
| | | | | | | | | | - Remove @dirrm PR: 194407 [1] Submitted by: Ralf van der Enden <tremere@cainites.net> [1] Notes: svn path=/head/; revision=371015
* - Fix plist without DOCSBryan Drewery2014-07-242-75/+76
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=362846
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=361953
* Add non-https mirrorBryan Drewery2014-04-011-0/+2
| | | | Notes: svn path=/head/; revision=349851
* - Update to ae3eb8bBryan Drewery2014-04-012-4/+4
| | | | | | | | Changes: - Fix a potentially endless loop when looking up bot hostnames. Notes: svn path=/head/; revision=349849
* Convert to stagedirBryan Drewery2014-04-012-37/+34
| | | | Notes: svn path=/head/; revision=349848
* - Use a real version, not one that will checksum fail on every updateBryan Drewery2014-02-252-7/+9
| | | | | | | | | - Fix fetching by using CVS git mirror on github maintained by me Reported by: gahr Notes: svn path=/head/; revision=346019
* - Convert to USES=tclPietro Cerutti2014-02-251-2/+2
| | | | Notes: svn path=/head/; revision=346007
* Take maintainershipBryan Drewery2014-01-131-1/+1
| | | | Notes: svn path=/head/; revision=339642
* - Reassign to the heap due to mail bouncesThomas Abthorpe2014-01-101-1/+1
| | | | Notes: svn path=/head/; revision=339311
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* - Fix build with Tcl/Tk 8.6Pietro Cerutti2013-05-154-5/+37
| | | | | | | | Reported by: miwi (Tcl/Tk 86 exp-run) Approved by: portmgr Notes: svn path=/head/; revision=318233
* Eggdrop is the world's most popular open source Internet Relay Chat (IRC) bot.Beech Rintoul2012-06-146-0/+353
Originally created by Robey Pointer in December 1993, it has spawned an almost cult like following of users. It is a feature rich program designed to be easily used and expanded upon (using Tcl scripting) by both novice and advanced IRC users on a variety of hardware and software platforms. Notes: svn path=/head/; revision=299285