Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.0_2 09 Jan 2024 09:47:14 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
2.3.0_2 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
2.3.0_1 09 Nov 2022 13:10:25 |
Fernando Apesteguía (fernape) Author: Robert Clausecker |
mail/wmmaiload: fix build on recent FreeBSD.
Also fix some obvious things (missing deps, etc).
PR: 267613
Reported by: fuz@fuz.su (maintainer)
MFH: 2022Q4 (build fix) |
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.0 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.0 20 Jul 2022 14:22:19 |
Tobias C. Berner (tcberner) |
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above ) |
2.3.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.0 18 Feb 2021 01:59:40 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update). |
2.3.0 06 Nov 2019 18:07:22 |
zeising |
Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
2.3.0 30 Sep 2016 19:24:30 |
tijl |
Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.
USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS
appears too early on the command line causing some ports to link with
their own libraries in LOCALBASE (if installed) instead of WRKSRC.
Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as
possible after anything a port Makefile might set. Use _USES_POST
instead of .include in libedit.mk and libarchive.mk so things like
'USES=libedit localbase:ldflags' work correctly.
Fix some issues with LIBS in some ports.
Switch ports that don't support LIBS to localbase:ldflags.
PR: 212987
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.3.0 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.3.0 29 Dec 2015 17:09:29 |
amdmi3 |
- Update to 2.3.0
PR: 205213
Submitted by: tkato432@yahoo.com |
2.2.1_5 28 Dec 2015 23:34:02 |
rakuco |
Unmark BROKEN, the port fetches fine. |
2.2.1_5 20 Sep 2015 14:35:58 |
danfe |
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago. |
2.2.1_5 13 Sep 2015 21:51:51 |
bapt |
Mark as broken: does not fetch |
2.2.1_5 09 Jan 2015 18:59:05 |
tijl |
- Remove s/-lpthread/-pthread/
- Support SSL/TLS versions above SSLv2
PR: 195796 |
2.2.1_4 13 Sep 2014 15:11:28 |
tijl |
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0 |
2.2.1_3 05 Feb 2014 20:31:13 |
marino |
mail/wmmaiload: Explicitly link libcrypto (taken from dports) |
2.2.1_3 24 Dec 2013 13:41:42 |
pawel |
- Fix build on -current
- Convert to new options framework
- Support staging
PR: ports/184899
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.2.1_3 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
2.2.1_3 11 Sep 2013 16:45:59 |
marino |
Add explicit dependency on pkgconf (18 ports) |
2.2.1_3 10 Nov 2011 05:38:32 |
linimon |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr |
2.2.1_3 16 Jul 2011 05:32:26 |
linimon |
Mark as broken on sparc64: fails to install. |
2.2.1_3 03 Jul 2011 13:53:52 |
ohauer |
- remove MD5 |
2.2.1_3 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
2.2.1_3 06 Jun 2008 13:43:09 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.2.1_2 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) |
2.2.1_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}. |
2.2.1 25 Apr 2006 21:15:52 |
pav |
- Update to 2.2.1
- Provide WITH_GTK2 tunable
PR: ports/96218
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.0.3_1 14 Apr 2006 22:53:13 |
linimon |
Reset pat due to no response to email about his status.
Hat: portmgr |
1.0.3_1 07 Mar 2006 08:28:06 |
ade |
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with: kris
Approved by: portmgr (implicit) |
1.0.3 26 Jan 2006 04:38:20 |
kris |
Don't remove system symlinks |
1.0.3 22 Jan 2006 12:50:54 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.3 27 May 2005 23:02:49 |
pat |
Update to 1.0.3 |
1.0.2 28 Nov 2004 04:49:04 |
pat |
Fix build on 4.x
Reported by: pointyhat (kris) |
1.0.2 22 Nov 2004 23:32:56 |
pat |
Update to 1.0.2 |
0.10.0_1 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
0.10.0_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
0.10.0_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.10.0 29 Dec 2003 06:24:07 |
linimon |
Forced commit to note that it really is an upgrade to 0.10.0. So much
for using metatokens to edit with and then forgetting to remove them. |
0.10.0 29 Dec 2003 05:32:22 |
linimon |
Update to blah: added support for MAILDIR format, fixed timings
for hotmail, other bugfixes. See ChangeLog. (maintainer timeout,
3 weeks).
PR: ports/60001
Submitted by: Munish Chopra <chopra@soulwax.net> |
0.9.1 09 Aug 2003 20:34:04 |
pat |
Update to 0.9.1 |
0.9.0 03 Jul 2003 18:41:40 |
pat |
Update to 0.9.0 |
0.8.2 20 Apr 2003 19:29:36 |
marcus |
Remove USE_GNOMENG. |
0.8.2 07 Mar 2003 06:06:02 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.8.2 14 Feb 2003 20:50:37 |
pat |
Update to 0.8.2 |
0.8.1 06 Feb 2003 20:50:41 |
pat |
Update to 0.8.1 |
0.6.0 05 Oct 2002 14:27:15 |
pat |
Update to 0.6.0 |
0.4.1 21 Sep 2002 06:25:25 |
pat |
Add new port mail/wmmaiload - Incoming mail monitor dockapp based on
wmcpuload design. |