aboutsummaryrefslogtreecommitdiff
path: root/irc/epic4
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* deorbit jpaetzelJosh Paetzel2021-03-021-1/+1
| | | | Notes: svn path=/head/; revision=566930
* The EPIC maintainer was nice enough to roll a new release to handle the fix ↵Josh Paetzel2020-08-212-4/+4
| | | | | | | | | | | needed by compilers defaulting to -fno-common This fixes a build issue on FreeBSD HEAD Notes: svn path=/head/; revision=545617
* Drop the ipv6 virtual category for i* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514138
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-0/+6
| | | | Notes: svn path=/head/; revision=508880
* Update to 2.10.7Josh Paetzel2019-03-302-14/+6
| | | | | | | | | | | | | | | | | The upstream configure script has been updated so this will port will now correctly link against the ports version of OpenSSL if requested. The --with-perl option no longer needs an argument, it uses the perl binary to find the correct paths. The --with-tcl option takes a TCL_LIBDIR argument to specify exactly which TCL version to use if multiple are installed. PR: 236881 Submitted by: caf@bitchx.org Notes: svn path=/head/; revision=497369
* Version update and several cleanupsJosh Paetzel2019-03-223-32/+18
| | | | | | | | | | | | | | | - Update to port version 2.10.6 - Clean up mirror sites - switch to OPTION_USES framework - Fix PERL build option by replacing ${PERL_VERSION} with ${PERL_VER} in the path that is passed to --with-perl - Minor changes to satisfy portlint PR: 236709 Submitted by: caf@bitchx.org Notes: svn path=/head/; revision=496573
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Remove leftover reference to the TERMCAP knob that was removed.Adam Weinberger2016-12-181-4/+0
| | | | | | | Approved by: maintainer (jpaetzel) Notes: svn path=/head/; revision=428833
* ${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
* irc/epic4: do not depend on a specific version of TclPietro Cerutti2016-07-061-2/+2
| | | | Notes: svn path=/head/; revision=418137
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* 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
* 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
* 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
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* Replace some occurences of mach with PERL_ARCH (and a couple of other small ↵Mathieu Arnold2014-11-071-1/+1
| | | | | | | | | | noop fixes.) With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=372262
* Cleanup plistBaptiste Daroussin2014-10-271-18/+0
| | | | Notes: svn path=/head/; revision=371570
* Fix regression introduced in r363371Josh Paetzel2014-08-011-1/+2
| | | | | | | | | If you had the perl dependancy switched off this port was unfetchable. PR: 192283 Submitted by: jdc@koitsu.org Notes: svn path=/head/; revision=363762
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-131-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361728
* Update to 2.10.5Josh Paetzel2014-04-022-3/+3
| | | | | | | Submitted by: zlonix Notes: svn path=/head/; revision=349901
* Update to 2.10.4 and improve the port.Josh Paetzel2014-02-224-11/+11
| | | | | | | | | | - Add a license clause - Add stage support Submitted by: zlonix Notes: svn path=/head/; revision=345672
* 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
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327410
* Update to 2.10.2Josh Paetzel2013-08-062-4/+3
| | | | Notes: svn path=/head/; revision=324300
* Convert left unconverted ports in irc to new options frameworkBaptiste Daroussin2013-03-261-27/+13
| | | | Notes: svn path=/head/; revision=315287
* - Remove ftp.parodius.com from MASTER_SITES due to its forthcomingJase Thew2012-07-071-1/+0
| | | | | | | | | | | closure. We thank Parodius for the hosting services they provided. PR: ports/169570 Submitted by: Jeremy Chadwick <jdc@koitsu.org> Approved by: culot (mentor) Notes: svn path=/head/; revision=300607
* Revert previous commit that was pointed out by portlintJosh Paetzel2012-06-181-1/+1
| | | | | | | | | and received a Works On My Machine review. Pointyhat: jpaetzel Notes: svn path=/head/; revision=299575
* Small improvement suggested by portlintJosh Paetzel2012-06-041-1/+1
| | | | Notes: svn path=/head/; revision=298319
* Remove the option of building against net/socks5, as this port will beJosh Paetzel2012-02-131-11/+1
| | | | | | | | leaving the ports tree soon. There is a "drop in" replacement port net/dante that epic will not build against without modifications. Notes: svn path=/head/; revision=291263
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* Bump version 2.10.1Josh Paetzel2009-09-122-5/+4
| | | | | | | Approved by: itetcu@ (mentor) Notes: svn path=/head/; revision=241253
* Conditionally uses Perl, so needs WANT_PERL before inclusion ofMark Linimon2009-08-301-0/+1
| | | | | | | | | bsd.port.pre.mk. Hat: portmgr Notes: svn path=/head/; revision=240563
* Use PERL_VERSION instead of PERL_VER.Sergey Skvortsov2009-02-241-2/+2
| | | | Notes: svn path=/head/; revision=228985
* Change MAINTAINER to my @FreeBSD.org address.Josh Paetzel2008-09-061-1/+1
| | | | | | | Approved by: ade (mentor) Notes: svn path=/head/; revision=220011
* - Fix issue, breaks with system default CFLAGSBeech Rintoul2008-04-041-0/+2
| | | | | | | | | | - Bump portrevision PR: ports/122449 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=210540
* -Bump epic4 to 2.10Beech Rintoul2008-04-023-11/+19
| | | | | | | | | | | | -Change default OPTIONS to match wishes of upstream maintainers -Change Makefile to actually disable features turned off in OPTIONS instead of lazily using them -use available bz2 distfiles PR: ports/122356 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=210362
* - Update to 0.2.8Martin Wilke2007-09-245-8/+15
| | | | | | | | PR: 116595 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=200027
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-3/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Update mastersites.Jean Milanez Melo2007-03-081-6/+7
| | | | | | | | PR: ports/109921 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=186909
* [PATCH] Update irc/epic4 from 2.4 to 2.6Edwin Groothuis2006-11-303-8/+32
| | | | | | | | | | | | | | A new version of epic4 has been released which now will build against the net/socks5 port. Added support for this and some other optional configure args to the port Stolen from itetcu@ after nagging by email. PR: ports/105638 Submitted by: "Josh Paetzel <josh@tcbug.org>" <josh@tcbug.org> Notes: svn path=/head/; revision=178329
* Update to 4.2.4Ion-Mihai Tetcu2006-05-203-12/+146
| | | | | | | | | PR: ports/97372 Submitted by: maintainer Approved by: lawrance (mentor) Notes: svn path=/head/; revision=162845
* Convert to OPTIONS framework.Sam Lawrance2006-02-111-2/+6
| | | | | | | | | | | | Fix misformatted IGNORE message. Tighten up CONFLICTS. PR: ports/92925 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=155700
* SHA256ifyEdwin Groothuis2006-01-221-0/+2
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - Flip TCL option to default to onPav Lucistnik2005-09-101-8/+2
| | | | | | | | | | - Remove broken SOCKS option PR: ports/85922 Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer) Notes: svn path=/head/; revision=142396
* - Add epic5 0.0.3, a beta release of the popular epic textmode IRC client.Florent Thoumie2005-03-131-0/+2
| | | | | | | | | | | - Set CONFLICTS in irc/epic4 and irc/epic5. PR: ports/78045 Submitted by: Josh Paetzel <josh@tcbug.org> Approved by: pav (mentor) Notes: svn path=/head/; revision=131121
* - Change MAINTAINERYen-Ming Lee2005-02-251-1/+1
| | | | | | | | PR: 78046 Submitted by: Josh Paetzel <josh@tcbug.org> Notes: svn path=/head/; revision=129719
* Update to version 2.2Kirill Ponomarev2005-02-183-23/+53
| | | | | | | | PR: ports/75707 Submitted by: Jeremy Chadwick <freebsd at jdc.parodius.com> Notes: svn path=/head/; revision=129163
* Reset undeliverable maintainer address:Kris Kennaway2005-01-021-1/+1
| | | | | | | | | | <anders@andersa.net>: Host or domain name not found. Name service error for name=andersa.net type=A: Host not found Approved by: portmgr (self) Notes: svn path=/head/; revision=125666