Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.84_6 13 Jan 2024 23:30:23
    |
Daniel Engberg (diizzy)  |
*/*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up
Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris
<portmaster@bsdforge.com>
Approved by: portmgr (blanket) |
0.9.84_6 04 Jan 2024 17:37:09
    |
Daniel Engberg (diizzy)  |
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
Approved by: portmgr (blanket) |
0.9.84_6 12 May 2023 03:51:48
    |
Alexey Dokuchaev (danfe)  |
irc/quirc: clean the port's Makefile up a little
Drop needless MAKE_ENV+=DESTDIR=${STAGEDIR}, adjust USE_XORG per
what stage Q/A reports, and put the knobs in their natural order. |
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) |
0.9.84_6 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 ) |
0.9.84_6 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 ) |
0.9.84_6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.9.84_6 05 Nov 2019 22:26:59
  |
zeising  |
Add USES=xorg USES=gl, ports categories i
Add USES=xorg and USES=gl to ports in categories starting with 'i'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.9.84_6 19 Oct 2019 12:21:22
  |
rakuco  |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
0.9.84_6 01 Feb 2017 12:29:57
  |
jbeich  |
irc/quirc: unbreak with libc++ 3.9
servertcl.cc:890:12: error: assigning to 'char *' from incompatible type 'const
char *'
while((pos=strstr(afterslash,"/"))) afterslash=pos+1;;
^~~~~~~~~~~~~~~~~~~~~~~
servertcl.cc:1010:12: error: assigning to 'char *' from incompatible type 'const
char *'
while((pos=strstr(afterslash,"/"))) afterslash=pos+1;;
^~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout |
0.9.84_6 22 Dec 2015 14:52:30
  |
miwi  |
- Update MASTER_SITES
- Add LICENSE
- Switch to options helper
- Pass maintainership to submitter
PR: D4601
Submitted by: 205371
Approved by: mat (mentor)
Differential Revision: D4601 |
0.9.84_5 29 Nov 2015 09:51:30
  |
antoine  |
Deprecate ports broken for more than 6 months |
0.9.84_5 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.9.84_5 27 Oct 2014 13:00:22
  |
bapt  |
Cleanup plist |
0.9.84_5 28 Jul 2014 21:57:02
  |
adamw  |
Rename irc/ patch-xy patches to reflect the files they modify. |
0.9.84_5 21 Feb 2014 13:37:29
  |
ehaupt  |
Remove trailing whitespaces from category irc |
0.9.84_5 20 Feb 2014 10:04:56
  |
gahr  |
- Remove CFLAGS not understood by gcc |
0.9.84_5 20 Feb 2014 10:01:59
  |
gahr  |
- Convert to USES=tk
- STAGE-clean |
0.9.84_5 10 Feb 2014 13:54:28
  |
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
0.9.84_5 20 Sep 2013 18:44:50
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
0.9.84_5 14 May 2013 09:07:17
  |
gahr  |
- Restore the correct USE_TK value range, was inadvertently changed in my
previous commit due to testing |
0.9.84_5 14 May 2013 09:04:59
  |
gahr  |
- Fix build with Tcl 8.6 [1]
- Trim Makefile header
- Remove article from COMMENT
Reported by: miwi (Tcl/Tk 86 exp-run) [1] |
0.9.84_5 28 Mar 2013 16:29:01
  |
eadler  |
Style: tab -> space.
Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree. |
0.9.84_5 19 Mar 2011 12:38:54
 |
miwi  |
- Get Rid MD5 support |
0.9.84_4 23 Feb 2009 14:46:38
 |
mm  |
- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected
Tested by: pointyhat (pav) |
0.9.84_4 05 Jan 2009 14:29:13
 |
mm  |
- Switch to USE_TCL infrastructure
- Enable tcl85
- Bump PORTREVISION |
0.9.84_3 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.9.84_3 19 Apr 2008 17:56:05
 |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.9.84_2 09 Apr 2008 13:42:26
 |
pav  |
- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories
With hat: portmgr |
0.9.84_2 02 Oct 2007 15:00:14
 |
kevlo  |
- Fix build with gcc4.
- Drop maintainer. |
0.9.84_1 02 Oct 2007 01:35:55
 |
linimon  |
Mark as broken with gcc4.2 on 64-bit archs. |
0.9.84_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.9.84 16 Dec 2006 15:27:18
 |
kevlo  |
Fix build with gcc 4.x |
0.9.84 16 May 2006 02:57:01
 |
kevlo  |
Update MASTER_SITES and WWW. |
0.9.84 22 Jan 2006 12:38:15
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.9.84 24 Oct 2005 06:16:00
 |
kevlo  |
set USE_X_PREFIX. Pointed by kris |
0.9.84 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
0.9.84 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
0.9.84 23 Feb 2004 22:23:41
 |
pav  |
- Update to 0.9.84 (and unbreak)
PR: ports/62430
Submitted by: Ports Fury
Reviewed by: maintainer timeout (20 days) |
0.9.83 23 Dec 2003 08:41:52
 |
linimon  |
Per bento logs, mark as broken on recent versions of 5.x due to gcc3.3
deprecating 'long long'. Informed maintainer. |
0.9.83 07 Nov 2003 09:28:14
 |
marcus  |
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
0.9.83 22 May 2003 06:27:54
 |
kevlo  |
Oops, this one is correct |
0.9.83 22 May 2003 06:21:20
 |
kevlo  |
Update to 0.9.83 and mark unbroken. |
0.9.82 18 May 2003 10:08:55
 |
kris  |
BROKEN on 5.1: bad C++ |
0.9.82 07 Mar 2003 06:04:02
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.9.82 16 May 2002 13:56:45
 |
kevlo  |
update to version 0.9.82 |
17 Apr 2001 07:01:23
    |
kevlo  |
- Upgrade to version 0.9.81 - Takeover maintainership - Add %%PORTDOCS%% |
24 Oct 2000 17:35:18
    |
kevlo  |
Fix for handling additional documents. |
08 Oct 2000 02:27:09
    |
asami  |
Convert category irc to new layout. |
23 Aug 2000 09:01:20
    |
kevlo  |
Update to version 0.9.80 |
20 Jun 2000 22:45:58
    |
cpiazza  |
Remove maintainership of most of my ports. I don't really have time to
maintain these and I'm just not interested in these particular ones any more.
|