non port: irc/scrollz/Makefile |
SVNWeb
|
Number of commits found: 63 |
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 )
|
Tue, 12 Apr 2022
|
[ 10:05 Fernando Apesteguía (fernape) Author: Chris Petrik ] c4a3720
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
|
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.
|
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, 17 Dec 2016
|
[ 22:58 adamw ]
Fix typo that prevented the IPV6 option from working. Switch
to USES=ssl while here.
|
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, 27 Mar 2016
|
[ 14:58 tijl ] (Only the first 10 of 183 ports in this commit are shown above. )
- 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)
|
Mon, 21 Mar 2016
|
[ 12:07 vg ]
- Update to 2.3
- Port got new maintainer
PR: ports/207674
Submitted by: Chris Petrik <chris@bsdjunk.com>
|
Fri, 5 Feb 2016
|
[ 21:27 mandree ]
Replace defunct scrollz.org by working mirror.
Drop domain-parking WWW: link from pkg-descr.
Submitted by: Chris Hutchinson
PR: 206862
|
Sat, 10 Oct 2015
|
[ 14:03 tijl ] (Only the first 10 of 40 ports in this commit are shown above. )
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 )
|
Thu, 8 Oct 2015
|
[ 15:11 olgeni ] (Only the first 10 of 75 ports in this commit are shown above. )
Remove trailing whitespace from Makefiles, A-L.
|
Sat, 6 Dec 2014
|
[ 18:55 feld ]
Update "BSD" license
|
Wed, 23 Jul 2014
|
[ 09:54 tijl ] (Only the first 10 of 139 ports in this commit are shown above. )
- 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)
|
Tue, 29 Apr 2014
|
[ 06:00 miwi ]
- Force commit to fix prev entry
- Update to version 2.2.3
PR: 18792
Submitted by: ports fury
|
[ 05:57 miwi ]
- Fix build on i386
- Enable sound support for all ARCH
PR: 187494
Submitted by: ports fury
|
Thu, 6 Mar 2014
|
[ 15:06 miwi ]
- Stage support
|
Tue, 4 Mar 2014
|
[ 18:16 tabthorpe ]
- Reassign to the heap at maintainers request
|
Thu, 20 Feb 2014
|
[ 22:25 tijl ]
Fix iconv use on FreeBSD 10.
|
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, 5 Aug 2013
|
[ 02:40 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
|
Thu, 11 Jul 2013
|
[ 06:39 bapt ]
Mark job unsafe
While here:
- Trim headers
- Convert to USES
- Remove code for unsupported version
|
Mon, 6 May 2013
|
[ 15:34 bapt ] (Only the first 10 of 78 ports in this commit are shown above. )
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
|
Sat, 27 Apr 2013
|
[ 11:59 mva ] (Only the first 10 of 219 ports in this commit are shown above. )
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
|
Mon, 11 Mar 2013
|
[ 21:34 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)
|
Tue, 5 Feb 2013
|
[ 16:17 novel ] (Only the first 10 of 94 ports in this commit are shown above. )
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports
|
Wed, 2 May 2012
|
[ 17:22 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]
|
Wed, 4 Apr 2012
|
[ 10:48 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
|
Sun, 12 Jun 2011
|
[ 13:57 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)
|
Sun, 5 Jun 2011
|
[ 18:43 novel ] (Only the first 10 of 95 ports in this commit are shown above. )
Chase security/gnutls update and add an UPDATING entry.
|
Wed, 6 Jan 2010
|
[ 01:07 wen ]
- Enabled openssl option
- Removed dead mirror
PR: ports/142246
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
|
Sat, 2 Jan 2010
|
[ 14:08 pav ]
- Fix plist
PR: ports/142214
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
|
Thu, 31 Dec 2009
|
[ 02:56 nemoliu ]
- Update to version 2.1
PR: ports/141929
Submitted by: Maarten de Vries <mdv@unsavoury.net> (maintainer)
|
Sun, 16 Aug 2009
|
[ 18:04 novel ] (Only the first 10 of 65 ports in this commit are shown above. )
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update.
|
Wed, 24 Jun 2009
|
[ 13:59 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)
|
Mon, 3 Mar 2008
|
[ 11:57 novel ] (Only the first 10 of 51 ports in this commit are shown above. )
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING
|
Thu, 26 Jul 2007
|
[ 21:54 gabor ]
- Remove USE_GNUTLS, which is a noop
PR: ports/114848
Submitted by: gabor
Approved by: Scott M. Likens <damm@yazzy.org> (maintainer)
|
Sun, 1 Jul 2007
|
[ 08:56 novel ] (Only the first 10 of 45 ports in this commit are shown above. )
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
|
Tue, 2 Jan 2007
|
[ 08:54 novel ] (Only the first 10 of 40 ports in this commit are shown above. )
- Chase security/gnutls update
- Add an entry to UPDATING
- Pet portlint(1) for some ports while I'm here
|
Sat, 13 May 2006
|
[ 14:54 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
|
Thu, 6 Apr 2006
|
[ 12:07 ehaupt ]
- Make it fetchable again
- Use DATADIR macro
PR: 95359
Submitted by: Scott M. Likens <damm@yazzy.org> (maintainer)
|
Sun, 2 Apr 2006
|
[ 23:58 kris ]
BROKEN: Unfetchable
|
Fri, 29 Apr 2005
|
[ 07:04 vs ]
Update to 1.9.5
PR: ports/80424
Submitted by: maintainer
|
Mon, 27 Dec 2004
|
[ 03:20 petef ]
Update to 1.9.4.
PR: 75480
Submitted by: maintainer
|
Thu, 13 May 2004
|
[ 21:00 linimon ]
Update to 1.9.3. Pet portlint.
PR: ports/66582
Submitted by: Scott M. Likens <damm@yazzy.org> (maintainer)
|
Sun, 9 May 2004
|
[ 20:51 krion ]
- Update to version 1.92
PR: ports/66428
Submitted by: maintainer
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Wed, 10 Dec 2003
|
[ 22:17 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)
|
Thu, 20 Nov 2003
|
[ 15:06 trevor ] (Only the first 10 of 111 ports in this commit are shown above. )
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
|
[ 13:51 trevor ] (Only the first 10 of 111 ports in this commit are shown above. )
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
|
Wed, 19 Nov 2003
|
[ 00:54 pav ]
- Update maintainer's email address.
Submitted by: maintainer
Approved by: adamw (mentor)
|
Sun, 20 Jul 2003
|
[ 20:08 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)
|
Fri, 21 Feb 2003
|
[ 12:17 knu ] (Only the first 10 of 60 ports in this commit are shown above. )
De-pkg-comment.
|
Mon, 23 Dec 2002
|
[ 04:29 petef ]
Pass maintainership to Steven Bailey <eviilboy@cox.net>.
Submitted by: new maintainer
|
[ 04:26 petef ]
Fix MASTER_SITES.
|
Fri, 2 Nov 2001
|
[ 13:49 petef ]
Update to 1.8m
|
Thu, 23 Aug 2001
|
[ 00:07 petef ] (Only the first 10 of 73 ports in this commit are shown above. )
Change my email address to petef@FreeBSD.org for the ports I maintain.
|
Tue, 10 Jul 2001
|
[ 00:09 dwcjr ]
Add mirrors for Scrollz
|
Sun, 8 Jul 2001
|
[ 16:31 dwcjr ]
Fix build for packages
|
Fri, 6 Jul 2001
|
[ 17:07 kevlo ]
- Update to version 1.81 - Take over as maintainer from ports@ - Better
pkg-{comment,descr}
|
Mon, 19 Feb 2001
|
[ 13:21 roam ]
Update to 1.8k
|
Tue, 9 Jan 2001
|
[ 00:06 will ] (Only the first 10 of 17 ports in this commit are shown above. )
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.
|
Sun, 5 Nov 2000
|
[ 19:21 will ]
Update to ScrollZ 1.8j.
|
Number of commits found: 63 |