non port: irc/epic4/Makefile |
SVNWeb
|
Number of commits found: 76 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 6ec0477 (Only the first 10 of 87 ports in this commit are shown above. )
irc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* A. Gabriel <backslash@BSDCode.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Alexey Mikhailov <karma@ez.pereslavl.ru>
* Alfred Perlstein <alfred@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Ben Hutchinson <benhutch@xfiles.org.uk>
* Bill Fumerola <billf@chc-chimes.com>
* Chess Griffin <chess@chessgriffin.com>
* Chris Piazza <cpiazza@FreeBSD.org>
* Craig Edwards <brain@mail1.chatspike.net> (Only the first 15 lines of the commit message are shown above )
|
Wed, 5 Jan 2022
|
[ 21:25 Neel Chauhan (nc) ] 004ee81
irc/epic4: Update to 2.10.10
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 2 Mar 2021
|
[ 00:51 jpaetzel ] (Only the first 10 of 19 ports in this commit are shown above. )
deorbit jpaetzel
|
Fri, 21 Aug 2020
|
[ 18:18 jpaetzel ]
The EPIC maintainer was nice enough to roll a new release to handle the fix
needed
by compilers defaulting to -fno-common
This fixes a build issue on FreeBSD HEAD
|
Wed, 9 Oct 2019
|
[ 11:50 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Drop the ipv6 virtual category for i* category as it is not relevant anymore
|
Sat, 30 Mar 2019
|
[ 23:22 jpaetzel ]
Update to 2.10.7
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
|
Fri, 22 Mar 2019
|
[ 15:01 jpaetzel ]
Version update and several cleanups
- 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
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 257 ports in this commit are shown above. )
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight
|
Sun, 18 Dec 2016
|
[ 04:44 adamw ]
Remove leftover reference to the TERMCAP knob that was removed.
Approved by: maintainer (jpaetzel)
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Wed, 6 Jul 2016
|
[ 14:30 gahr ]
irc/epic4: do not depend on a specific version of Tcl
|
Wed, 11 May 2016
|
[ 13:07 gahr ]
irc/epic4: depend on Tcl via USES=tcl instead of LIB_DEPEND'ing on it
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 14 Feb 2016
|
[ 17:53 marino ]
irc/epic4: Remove obsolete TERMCAP option, link with libncurses alway
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)
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 7 Nov 2014
|
[ 13:51 mat ] (Only the first 10 of 20 ports in this commit are shown above. )
Replace some occurences of mach with PERL_ARCH (and a couple of other small noop
fixes.)
With hat: perl@
Sponsored by: Absolight
|
Fri, 1 Aug 2014
|
[ 20:09 jpaetzel ]
Fix regression introduced in r363371
If you had the perl dependancy switched off this port was unfetchable.
PR: 192283
Submitted by: jdc@koitsu.org
|
Tue, 29 Jul 2014
|
[ 18:41 adamw ] (Only the first 10 of 426 ports in this commit are shown above. )
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
|
Sun, 13 Jul 2014
|
[ 23:36 bapt ] (Only the first 10 of 69 ports in this commit are shown above. )
Modernize LIB_DEPENDS
With hat: portmgr
|
Wed, 2 Apr 2014
|
[ 02:10 jpaetzel ]
Update to 2.10.5
Submitted by: zlonix
|
Sat, 22 Feb 2014
|
[ 18:17 jpaetzel ]
Update to 2.10.4 and improve the port.
- Add a license clause
- Add stage support
Submitted by: zlonix
|
Fri, 20 Sep 2013
|
[ 18:44 bapt ] (Only the first 10 of 135 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
|
Mon, 16 Sep 2013
|
[ 15:42 az ] (Only the first 10 of 19 ports in this commit are shown above. )
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
Tue, 6 Aug 2013
|
[ 05:44 jpaetzel ]
Update to 2.10.2
|
Tue, 26 Mar 2013
|
[ 12:36 bapt ]
Convert left unconverted ports in irc to new options framework
|
Sat, 7 Jul 2012
|
[ 16:13 jase ]
- Remove ftp.parodius.com from MASTER_SITES due to its forthcoming
closure. We thank Parodius for the hosting services they provided.
PR: ports/169570
Submitted by: Jeremy Chadwick <jdc@koitsu.org>
Approved by: culot (mentor)
|
Mon, 18 Jun 2012
|
[ 17:31 jpaetzel ]
Revert previous commit that was pointed out by portlint
and received a Works On My Machine review.
Pointyhat: jpaetzel
|
Mon, 4 Jun 2012
|
[ 01:24 jpaetzel ]
Small improvement suggested by portlint
|
Mon, 13 Feb 2012
|
[ 06:39 jpaetzel ]
Remove the option of building against net/socks5, as this port will be
leaving the ports tree soon. There is a "drop in" replacement port
net/dante that epic will not build against without modifications.
|
Sat, 12 Sep 2009
|
[ 01:10 jpaetzel ]
Bump version 2.10.1
Approved by: itetcu@ (mentor)
|
Sun, 30 Aug 2009
|
[ 10:41 linimon ]
Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.
Hat: portmgr
|
Tue, 24 Feb 2009
|
[ 10:32 skv ]
Use PERL_VERSION instead of PERL_VER.
|
Sat, 6 Sep 2008
|
[ 20:16 jpaetzel ] (Only the first 10 of 11 ports in this commit are shown above. )
Change MAINTAINER to my @FreeBSD.org address.
Approved by: ade (mentor)
|
Fri, 4 Apr 2008
|
[ 21:31 beech ]
- Fix issue, breaks with system default CFLAGS
- Bump portrevision
PR: ports/122449
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
|
Wed, 2 Apr 2008
|
[ 06:00 beech ]
-Bump epic4 to 2.10
-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)
|
Mon, 24 Sep 2007
|
[ 07:43 miwi ]
- Update to 0.2.8
PR: 116595
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
|
Sat, 8 Sep 2007
|
[ 01:00 linimon ] (Only the first 10 of 82 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
Thu, 8 Mar 2007
|
[ 14:52 jmelo ]
- Update mastersites.
PR: ports/109921
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
|
Thu, 30 Nov 2006
|
[ 11:53 edwin ]
[PATCH] Update irc/epic4 from 2.4 to 2.6
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>
|
Sat, 20 May 2006
|
[ 01:14 itetcu ]
Update to 4.2.4
PR: ports/97372
Submitted by: maintainer
Approved by: lawrance (mentor)
|
Sat, 11 Feb 2006
|
[ 02:35 lawrance ]
Convert to OPTIONS framework.
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)
|
Sat, 10 Sep 2005
|
[ 22:26 pav ]
- Flip TCL option to default to on
- Remove broken SOCKS option
PR: ports/85922
Submitted by: Josh Paetzel <josh@tcbug.org> (maintainer)
|
Sun, 13 Mar 2005
|
[ 20:07 flz ]
- Add epic5 0.0.3, a beta release of the popular epic textmode IRC client.
- Set CONFLICTS in irc/epic4 and irc/epic5.
PR: ports/78045
Submitted by: Josh Paetzel <josh@tcbug.org>
Approved by: pav (mentor)
|
Fri, 25 Feb 2005
|
[ 04:23 leeym ]
- Change MAINTAINER
PR: 78046
Submitted by: Josh Paetzel <josh@tcbug.org>
|
Fri, 18 Feb 2005
|
[ 12:55 krion ]
Update to version 2.2
PR: ports/75707
Submitted by: Jeremy Chadwick <freebsd at jdc.parodius.com>
|
Sun, 2 Jan 2005
|
[ 01:40 kris ]
Reset undeliverable maintainer address:
<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)
|
Tue, 23 Mar 2004
|
[ 09:21 krion ]
- Update to version 2.0
PR: ports/64034
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Approved by: maintainer timeout
|
Fri, 12 Dec 2003
|
[ 20:13 krion ]
- Delete CVS directories in ${WRKSRC} properly
Reported by: bento via kris
|
Mon, 8 Dec 2003
|
[ 15:06 krion ]
- Install additional documentation
- Bump PORTREVISION
PR: 59778
Submitted by: Steve Wills <steve@stevenwills.com>
Approved by: no response from maintainer
|
Tue, 18 Nov 2003
|
[ 08:43 krion ]
- Update to version 1.1.16
- Add SSL support
PR: 59387
Submitted by: maintainer
|
Sun, 1 Jun 2003
|
[ 09:29 leeym ]
Security Update
Fix "Possible remote exploit from rogue server" problem
PR: 52723
Submitted by: Anders Andersson <anders@andersa.net>
|
Sun, 23 Mar 2003
|
[ 06:21 adamw ]
New MASTER_SITE and WWW reference.
PR: 50193
Submitted by: Anders Andersson <anders@andersa.net> (maintainer)
|
Sun, 23 Feb 2003
|
[ 12:24 leeym ]
make portlint happy and change some ugly space -> tab.
PR: 48591
Submitted by: Anders Andersson <anders@andersa.net>
|
Thu, 20 Feb 2003
|
[ 01:27 leeym ] (Only the first 10 of 13 ports in this commit are shown above. )
- use COMMENT
- change MAINTAINER's email address
PR: 48469
Submitted by: Anders Andersson <anders@hack.org> <anders@andersa.net>
|
Tue, 18 Feb 2003
|
[ 06:03 knu ]
De-pkg-decomment epic4 master-slave ports. Allow overriding
MAINTAINER while I'm here.
|
Tue, 14 Jan 2003
|
[ 22:23 mdodd ]
This patch corrects the printing of DCC transfer stats.
Approved by: MAINTAINER
|
Fri, 9 Aug 2002
|
[ 06:55 knu ]
Add a patch that adds IPv6 support to epic4 and bump PORTREVISION accordingly.
Approved by: Anders Andersson <anders@hack.org> (MAINTAINER)
|
Thu, 29 Nov 2001
|
[ 17:48 petef ]
Update MAINTAINER's email address: anders@codefactory.se -> anders@hack.org
|
Sat, 9 Jun 2001
|
[ 06:00 knu ]
Put ftp.epicsol.org back to MASTER_SITE.
|
Mon, 7 May 2001
|
[ 00:33 knu ]
I no longer put a copy of the distfile in my MASTER_SITE_LOCAL area.
|
Tue, 24 Apr 2001
|
[ 19:18 asmodai ]
Update to 1.0.1.
|
Mon, 2 Apr 2001
|
[ 20:34 asmodai ]
Update to the latest version, as of today, which is 1.0.
|
Mon, 26 Mar 2001
|
[ 08:51 asmodai ]
Update to 0.10.1.
|
Thu, 22 Mar 2001
|
[ 12:34 asmodai ]
Update to 0.9.17.
|
Wed, 7 Feb 2001
|
[ 15:33 asmodai ]
Update epic4 to 0.9.16:
|
Thu, 4 Jan 2001
|
[ 19:49 knu ]
Update to 0.9.15.
|
Fri, 22 Dec 2000
|
[ 17:48 knu ]
Update to 0.9.14 + patch1.
|
Tue, 5 Dec 2000
|
[ 11:58 knu ]
Update to 0.9.13.
|
Tue, 3 Oct 2000
|
[ 09:47 asmodai ]
Update to epic4 0.9.9.
|
Mon, 31 Jul 2000
|
[ 07:10 asmodai ]
Update to 0.9.2:
|
Thu, 20 Jul 2000
|
[ 11:10 asmodai ]
Update to 0.9.1.
|
Mon, 17 Jul 2000
|
[ 11:07 asmodai ]
Update to 0.9.0.
|
Tue, 11 Jul 2000
|
[ 09:24 asmodai ]
Update to version pre2.700. This should fix a few bugs.
|
Thu, 6 Jul 2000
|
[ 11:33 asmodai ]
Update port to new version, pre2.600.
|
Number of commits found: 76 |