Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.1_1 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
2.3.1_1 24 Feb 2024 12:29:18 |
Muhammad Moinur Rahman (bofh) |
irc/scrollz: Moved man to share/man
Approved by: portmgr (blanket) |
2.3.1 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
2.3.1 21 Jul 2023 15:41:48 |
Muhammad Moinur Rahman (bofh) |
irc/scrollz: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
2.3.1 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
2.3.1 02 May 2023 13:52:34 |
Muhammad Moinur Rahman (bofh) |
irc/scrollz: Unbreak on HEAD
Approved by: portmgr (blanket) |
2.3.1 06 Apr 2023 09:31:10 |
Baptiste Daroussin (bapt) |
maintainership: reset maintainership from freebsd@bitchx.org
bitchx.org is returning SERVFAIL for a while now. |
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) |
2.3.1 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 ) |
2.3.1 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 ) |
2.3.1 12 Apr 2022 10:05:26 |
Fernando ApesteguÃa (fernape) Author: Chris Petrik |
irc/scrollz: Update to version 2.3.1
ChangeLog: https://www.scrollz.info/download/ChangeLog.2.3.1.txt
Use online commit to avoid gcc.
PR: 262693
Reported by: Christopher.petrik@usm.edu
Approved by: freebsd@bitchx.org (maintainer, timeout > 2 weeks)
Reviewed by: mikael@
MFH: 2022Q2 (bugfix release, security)
Security: CVE-2021-29376 |
2.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3_1 22 Aug 2020 14:17:09 |
zeising |
irc/scrollz: Fix build with -fno-common
Fix the build of irc/scrolls with built with -fno-common, which is the
default with llvm 11.
Patch from a pull request to scrollz on github.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
2.3_1 09 Oct 2019 11:50:49 |
bapt |
Drop the ipv6 virtual category for i* category as it is not relevant anymore |
2.3_1 17 Dec 2016 22:58:20 |
adamw |
Fix typo that prevented the IPV6 option from working. Switch
to USES=ssl while here. |
2.3_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
2.3_1 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- 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) |
2.3 21 Mar 2016 12:07:29 |
vg |
- Update to 2.3
- Port got new maintainer
PR: ports/207674
Submitted by: Chris Petrik <chris@bsdjunk.com> |
2.2.3_1 05 Feb 2016 21:27:22 |
mandree |
Replace defunct scrollz.org by working mirror.
Drop domain-parking WWW: link from pkg-descr.
Submitted by: Chris Hutchinson
PR: 206862 |
2.2.3_1 10 Oct 2015 14:03:01 |
tijl |
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
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. (Only the first 15 lines of the commit message are shown above ) |
2.2.3_1 08 Oct 2015 15:11:28 |
olgeni |
Remove trailing whitespace from Makefiles, A-L. |
2.2.3_1 06 Dec 2014 18:55:44 |
feld |
Update "BSD" license |
2.2.3_1 31 Oct 2014 14:53:50 |
bapt |
Modernize plist |
2.2.3_1 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
2.2.3_1 23 Jul 2014 09:54:02 |
tijl |
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- 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) |
2.2.3 29 Apr 2014 06:00:06 |
miwi |
- Force commit to fix prev entry
- Update to version 2.2.3
PR: 18792
Submitted by: ports fury |
2.2.3 29 Apr 2014 05:57:29 |
miwi |
- Fix build on i386
- Enable sound support for all ARCH
PR: 187494
Submitted by: ports fury |
2.2.2_2 06 Mar 2014 15:06:16 |
miwi |
- Stage support |
2.2.2_2 04 Mar 2014 18:16:05 |
tabthorpe |
- Reassign to the heap at maintainers request |
2.2.2_2 20 Feb 2014 22:25:28 |
tijl |
Fix iconv use on FreeBSD 10. |
2.2.2_2 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
2.2.2_2 05 Aug 2013 02:40:48 |
danfe |
- Attempt to unbreak parallel (-jX) builds, remove MAKE_JOBS_UNSAFE
- 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 |
2.2.2_2 13 Jul 2013 12:53:09 |
bdrewery |
- Fix build with clang due to missing return value
Submitted by: M. de Vries <mdv@unsavoury.net> (maintainer via email)
Obtained
from: https://github.com/ScrollZ/ScrollZ/commit/125c00412258054e3e4501f2e7a4e32e3e372227 |
2.2.2_2 11 Jul 2013 06:39:14 |
bapt |
Mark job unsafe
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version |
2.2.2_2 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
2.2.2_2 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
2.2.2_2 11 Mar 2013 21:34:14 |
beech |
- Fix implicit dependency on iconv and openssl
- 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) |
2.2.2_1 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
2.2.2 02 May 2012 17:22:53 |
jgh |
- Update to 2.2.2, and flip master_sites for reliability [1]
- condense pkg-plist by using DATADIR [2]
PR: ports/167462
Submitted by: maintainer, mdv@unsavoury.net [1], jgh@ [2] |
2.2.1 04 Apr 2012 10:48:05 |
culot |
- Update to 2.2.1
- 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 |
2.2 12 Jun 2011 13:57:49 |
jlaffaye |
Update to 2.2
Add USE_NCURSES
Fix plist
PR: ports/157766
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
Approved by: tabthorpe (mentor) |
2.1_3 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
2.1_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.1_2 06 Jan 2010 01:07:15 |
wen |
- Enabled openssl option
- Removed dead mirror
PR: ports/142246
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer) |
2.1_1 02 Jan 2010 14:08:42 |
pav |
- Fix plist
PR: ports/142214
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer) |
2.1 31 Dec 2009 02:56:00 |
nemoliu |
- Update to version 2.1
PR: ports/141929
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer) |
2.0_1 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
2.0 24 Jun 2009 13:59:45 |
pav |
- Update to 2.0
- 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) |
1.9.98.1_3 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
1.9.98.1_2 26 Jul 2007 21:54:04 |
gabor |
- Remove USE_GNUTLS, which is a noop
PR: ports/114848
Submitted by: gabor
Approved by: Scott M. Likens <damm@yazzy.org> (maintainer) |
1.9.98.1_2 01 Jul 2007 08:56:17 |
novel |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
1.9.98.1_1 02 Jan 2007 08:54:13 |
novel |
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here |
1.9.98.1 13 May 2006 14:54:52 |
garga |
- Update to 1.9.98.1 [1]
- 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 |
1.9.5 06 Apr 2006 12:07:19 |
ehaupt |
- Make it fetchable again
- Use DATADIR macro
PR: 95359
Submitted by: Scott M. Likens <damm@yazzy.org> (maintainer) |
1.9.5 02 Apr 2006 23:58:58 |
kris |
BROKEN: Unfetchable |
1.9.5 22 Jan 2006 12:38:15 |
edwin |
SHA256ify
Approved by: krion@ |
1.9.5 22 Jan 2006 02:15:53 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.9.5 29 Apr 2005 07:04:34 |
vs |
Update to 1.9.5
PR: ports/80424
Submitted by: maintainer |
1.9.4 27 Dec 2004 03:20:17 |
petef |
Update to 1.9.4.
PR: 75480
Submitted by: maintainer |
1.9.3 13 May 2004 21:00:43 |
linimon |
Update to 1.9.3. Pet portlint.
PR: ports/66582
Submitted by: Scott M. Likens <damm@yazzy.org> (maintainer) |
1.9.2 09 May 2004 20:51:03 |
krion |
- Update to version 1.92
PR: ports/66428
Submitted by: maintainer |
1.9_2 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.9_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.9_1 10 Dec 2003 22:17:03 |
pav |
- Replace our patch with more correct one obtained from author
- Add faster master site
PR: ports/60118
Submitted by: Scott M. Likens <damm@yazzy.org> (maintainer) |
1.9 20 Nov 2003 15:06:15 |
trevor |
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier |
1.9 20 Nov 2003 13:51:47 |
trevor |
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction. |
1.9 19 Nov 2003 00:54:31 |
pav |
- Update maintainer's email address.
Submitted by: maintainer
Approved by: adamw (mentor) |
1.9 18 Nov 2003 15:05:13 |
pav |
- Unbreak on -CURRENT
PR: ports/59159
Submitted by: maintainer
Approved by: adamw (mentor) |
1.9 20 Jul 2003 20:08:48 |
will |
Update to 1.9 and switch maintainer to submitter.
PR: 54110
Submitted by: Scott M. Likens <damm@fpsn.net>
Discussed with: petef (maintainer change) |
1.8m 21 Feb 2003 12:17:17 |
knu |
De-pkg-comment. |
1.8m 23 Dec 2002 04:29:19 |
petef |
Pass maintainership to Steven Bailey <eviilboy@cox.net>.
Submitted by: new maintainer |
1.8m 23 Dec 2002 04:26:19 |
petef |
Fix MASTER_SITES. |
02 Nov 2001 13:49:06 |
petef |
Update to 1.8m |
23 Aug 2001 00:07:25 |
petef |
Change my email address to petef@FreeBSD.org for the ports I maintain. |
10 Jul 2001 00:09:04 |
dwcjr |
Add mirrors for Scrollz |
08 Jul 2001 16:31:52 |
dwcjr |
Fix build for packages |
06 Jul 2001 17:07:39 |
kevlo |
- Update to version 1.81 - Take over as maintainer from ports@ - Better
pkg-{comment,descr} |
19 Feb 2001 13:21:19 |
roam |
Update to 1.8k |
09 Jan 2001 00:06:26 |
will |
Release to the world all of my ports that I don't use, excluding KDE 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. |
05 Nov 2000 19:21:20 |
will |
Update to ScrollZ 1.8j. |
08 Oct 2000 02:27:09 |
asami |
Convert category irc to new layout. |