Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.10_8 01 Jul 2024 21:46:46 |
Ryan Steinmetz (zi) |
irc/ircd-ratbox: Unbreak with modern OpenSSL
- Bump PORTREVISION
Approved by: blanket |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.10_7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.0.10_7 20 Jul 2022 14:22:09 |
Tobias C. Berner (tcberner) |
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 ) |
3.0.10_7 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
3.0.10_7 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
3.0.10_7 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.0.10_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.10_7 24 May 2020 18:31:15 |
zi |
- Build webirc module
- Bump PORTREVISION |
3.0.10_6 09 Oct 2019 11:50:49 |
bapt |
Drop the ipv6 virtual category for i* category as it is not relevant anymore |
3.0.10_6 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
3.0.10_6 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.0.10_5 03 May 2019 21:06:51 |
linimon |
These ports now build on aarch64.
Where necessary, pet portlint.
Approved by: portmgr
Obtained from: aarch64 TRYBROKEN run |
3.0.10_5 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.0.10_4 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
3.0.10_4 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.0.10_3 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
3.0.10_2 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
3.0.10_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
3.0.10 15 Mar 2017 14:45:55 |
mat |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
3.0.10 09 Jan 2017 00:20:56 |
zi |
- Update to 3.0.10
PR: 215841
Submitted by: zi@ (me)
Approved by: moggie@elasticmind.net (maintainer) |
3.0.8_9 01 Jan 2017 03:45:13 |
sunpoet |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
3.0.8_9 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
3.0.8_8 14 Nov 2016 03:15:04 |
danfe |
- Remove redundant definitions of IPV6_DESC and [OPEN]SSL_DESC when closely
matching standard ones from `Mk/bsd.options.desc.mk'
- Rename couple of options to standard name or the one that better reflects
their usage |
3.0.8_8 10 Nov 2016 01:21:43 |
linimon |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
3.0.8_8 21 Oct 2016 13:09:22 |
amdmi3 |
- Mark broken on 9.x:
Unknown modifier 'U'
Syntax error: Unterminated quoted string
Approved by: portmgr blanket |
3.0.8_8 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
3.0.8_8 18 Mar 2016 13:57:45 |
feld |
irc/ircd-ratbox: Use GCC for i386
When built with Clang on i386 ratbox segfaults at startup.
PR: 207268 |
3.0.8_7 06 Mar 2016 20:08:51 |
brnrd |
irc/ircd-ratbox: Fix build failure with SHORTCUTS enabled
- bsd.port.options.mk must be included before targets are defined
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5479
MFH: 2016Q1 |
3.0.8_7 15 Feb 2016 19:19:24 |
brnrd |
irc/ircd-ratbox: Fix OpenSSL linking and simplify
- 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 |
3.0.8_6 10 Jan 2016 17:04:43 |
antoine |
Unbreak INDEX |
10 Jan 2016 16:55:26
|
bapt |
Convert g* and i* to USES=sqlite and USES=firebird |
3.0.8_6 23 Oct 2015 16:51:42 |
amdmi3 |
- Move owner/permission to plist, fixing installation from non-root and
simplifying the port
PR: 203564
Submitted by: amdmi3
Approved by: maintainer timeout (moggie@elasticmind.net, 2 weeks) |
3.0.8_5 02 Aug 2015 15:03:20 |
tijl |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
3.0.8_4 01 May 2015 00:03:27 |
feld |
Support building with LibreSSL
Fully strip binaries unless DEBUG enabled
Create /var dirs in rc script start_precmd instead of in package
Make rc script pass rclint
Upstream has accepted the LibreSSL patches but their releases are far
apart, so patching in ports tree for now.
PR: 198506 |
3.0.8_3 24 Apr 2015 22:02:24 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
3.0.8_3 28 Jan 2015 09:04:35 |
antoine |
Move USE_OPENSSL to the correct place and remove a spurious
WITH_OPENSSL_BASE=yes |
3.0.8_3 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
3.0.8_2 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
3.0.8_2 20 Sep 2014 16:08:02 |
rodrigo |
OptionsNG conversion brokes few options making
them available by default. Also added MAKE_JOBS_UNSAFE
to avoid intermittent build failures.
PR: ports/181481
Submitted by: John Marshall <John.Marshall@riverwillow.com.au>
Approved by: bapt (mentor) |
3.0.8_1 02 Sep 2014 21:56:54 |
bapt |
Drop now useless @cwd |
3.0.8_1 04 Jul 2014 09:41:00 |
tijl |
Bump PORTREVISION on all ports with USE_SQLITE=yes or USE_SQLITE=3 that
have not been bumped yet after the latest libsqlite3.so library version
change.
Approved by: portmgr (implicit) |
3.0.8 01 Jul 2014 23:29:11 |
bapt |
Add a forgotten patch |
3.0.8 01 Jul 2014 23:25:12 |
bapt |
Support stage
Partially strip binaries
Convert to USES=libtool |
3.0.8 27 Oct 2013 13:21:29 |
shaun |
Update WWW; the old domain is now controlled by squatters.
Submitted by: Michael Clay
Approved by: moggie <moggie@elasticmind.net> (maintainer) |
3.0.8 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
3.0.8 16 Sep 2013 17:03:42 |
az |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket) |
3.0.8 04 Jan 2013 12:29:47 |
crees |
Really update to 3.0.8 this time. It appears that the first hunk of the patch
caused a conflict that wasn't resolved.
PR: ports/174878
Submitted by: Moggie <moggie@elasticmind.net> (maintainer)
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Submitted by: Chris Petrik
Submitted by: sbz
Pointyhat to: crees |
3.0.7 02 Jan 2013 12:07:39 |
crees |
Security update to 3.0.8, to fix a remote DoS crash
Admins are advised to upgrade immediately.
PR: ports/174878
Submitted by: moggie <moggie@elasticmind.net> (maintainer)
Security: http://www.ratbox.org/ASA-2012-12-31.txt |
3.0.7 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
3.0.7 07 Jul 2012 16:13:16 |
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) |
3.0.7 11 May 2012 19:27:20 |
crees |
Register CONFLICTS with charybdis; both install files in same place
PR: ports/167556
Approved by: maintainer (moggie@elasticmind.net) |
3.0.7 15 Apr 2012 10:52:14 |
scheidell |
- Major release update to 3.0.7. Read /usr/ports/UPDATING
PR: ports/166931
Submitted by: moggie <moggie@elasticmind.net> (maintainer)
Reviewed by: scheidell (me) |
2.2.9 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
2.2.9 19 Dec 2011 19:05:24 |
crees |
Update MASTER_SITES
PR: ports/163433
Submitted by: crees
Approved by: maintainer |
2.2.9 05 Jul 2011 16:46:23 |
crees |
Use USERS and GROUPS
PR: ports/157611
Approved by: rene (mentor, implicit), Moggie (maintainer) |
2.2.9 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.2.9 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.2.9 28 Jan 2010 21:29:16 |
miwi |
- Update to 2.2.9
PR: 143242
Submitted by: moggie <moggie@elasticmind.net> (maintainer)
With hat: secteam
Feature safe:
http://www.vuxml.org/freebsd/192609c8-0c51-11df-82a0-00248c9b4be7.html |
2.2.8 28 Jan 2009 04:39:39 |
beech |
- In order to modify ban files such as kline.conf and xline.conf,
ircd-ratbox 2.2.x needs write permissions to the directory containing
these files so it can manipulate their temporary counterparts during
the update process. To facilitate this, and to save the user from
having to make this change themselves, the '/usr/local/etc/ircd-ratbox/'
directory is now set to be owned by the IRCD user instead of root.
PR: ports/131060
Submitted by: Lewis <moggie@elasticmind.net> (maintainer) |
2.2.8 19 Jan 2008 07:04:09 |
beech |
- Add missing file
PR: ports/119784
Submitted by: Lewis <moggie@elasticmind.net>
Approved by: linimon (mentor) |
2.2.8 19 Jan 2008 07:00:27 |
beech |
- Update of irc/ircd-ratbox port from ircd-ratbox-2.2.6 to ircd-ratbox-2.2.8 to
fix a few very minor bugs.
- Included ircd-shortcut.pl in ircd-ratbox tarball.
- Added port support for configuring services names and parameters within the
ircd-shortcut.pl build script
(requested by ratbox users and makes things a bit nicer).
- Fixed a pkg-plist inconsistency when compiling old port and building with
support for services.
- Added perl5 build requirement for ircd-shortcut.pl.
PR: ports/119784
Submitted by: Lewis <moggie@elasticmind.net> (maintainer)
Approved by: linimon (mentor) |
2.2.6_1 27 Oct 2007 22:13:47 |
miwi |
- Makefile cleanup
- Improve config handling.
PR: 117548
Submitted by: Lewis <moggie@elasticmind.net> (maintainer) |
2.2.6 28 Sep 2007 23:10:59 |
edwin |
Remove errornous -devel from ircd-ratbox.
Sync ircd-ratbox to ircd-ratbox-devel.
Pointy hat to: edwin@ |
2.2.6 28 Sep 2007 13:07:29 |
shaun |
Transfer maintainership. |
2.2.6 28 Sep 2007 01:03:40 |
edwin |
[patch] port update for irc/ircd-ratbox
Update of irc/ircd-ratbox port from ircd-ratbox-2.2.5 to
ircd-ratbox-2.2.6
[patch] port upgrade for irc/ratbox-services
Update of irc/ratbox-services port from ratbox-services-1.0.3 to
ratbox-services-1.1.2
Removal of irc/ircd-ratbox-devel
The ircd-ratbox-devel port is depreciated and installs an
out-dated version of ircd-ratbox. There is no current
development release of ircd-ratbox; please could this port
be deleted as the ratbox team are some time away from
releasing a new development version.
[Note that irc/ircd-ratbox-devel was synced with irc/ircd-ratbox]
PR: ports/115950, ports/116156, ports/116158
Submitted by: Lewis <moggie@elasticmind.net>
Approved by: shaun@ |
2.2.5 25 May 2007 11:02:44 |
edwin |
Fix brokeness by pointing to the old/ directory. |
2.2.5 25 May 2007 01:19:17 |
kris |
BROKEN: Unfetchable |
2.2.5 28 Apr 2007 00:22:34 |
shaun |
Upgrade to 2.2.5. |
2.2.4 26 Apr 2007 19:07:58 |
shaun |
Upgrade to 2.2.4. |
2.2.3 05 Aug 2006 14:39:53 |
shaun |
- Update ircd-ratbox and ircd-ratbox-devel. They are now both at the
same version.
- Enable IPv6 by default in both ports. |
2.1.8_1 19 Jun 2006 20:06:59 |
shaun |
Switch to my @FreeBSD.org address.
Approved by: ahze (mentor) |
2.1.8_1 09 Jun 2006 10:46:52 |
itetcu |
Add conflicts with upcommig ircd-ratbox-devel and bump PORTREVISION.
Approved by: lawrance (mentor, implicit) |
2.1.8 10 May 2006 21:25:38 |
pav |
- Update to 2.1.8
PR: ports/96984
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) |
2.1.7 27 Jan 2006 06:09:28 |
jylefort |
Add ircd-ratbox.
This is a port of the ircd-ratbox IRC daemon.
ircd-ratbox is the primary ircd used on EFnet; it combines the stability
of an ircd required for a large production network together with a rich
set of features, making it also suitable for use on smaller networks.
WWW: http://www.ircd-ratbox.org/
PR: ports/92404
Submitted by: Shaun Amott <shaun@inerd.com> |