Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.11_2 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
2.3.11_1 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 ) |
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.11 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.11 31 Aug 2021 09:23:07 |
Bernhard Froehlich (decke) |
sysutils/gkrellm2: Add CPE information
Approved by: portmgr (blanket) |
2.3.11 19 Apr 2021 08:00:13 |
Tobias Kortkamp (tobik) |
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines. Instead of implementing
that just clean up the 51 ports that do this.
PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder. |
2.3.11 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.11 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.3.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.11 14 Nov 2019 12:39:42 |
tobik |
Add USES={gl,gnome,mate,sdl,xorg} missed in the last round |
2.3.11 07 Nov 2019 20:20:00 |
zeising |
Sprinkle more USES=xorg |
2.3.11 09 Oct 2019 12:20:31 |
bapt |
Drop the ipv6 virtual category for s* category as it is not relevant anymore |
2.3.11 31 Jul 2019 13:30:36 |
ume |
Update to 2.3.11. |
2.3.10_1 12 Oct 2017 15:57:51 |
mat |
Remove WANT_GNOME and HAVE_GNOME.
Approved by: bapt kwm
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D12643 |
2.3.10_1 21 Mar 2017 08:03:00 |
glebius |
Make it compilable on FreeBSD 12 after struct inpcb and struct tcpcb were
stopped being exported. |
2.3.10 24 Oct 2016 08:42:56 |
ume |
Update to 2.3.10. |
2.3.9 12 Oct 2016 08:54:28 |
ume |
Update to 2.3.9. |
2.3.8 08 Sep 2016 12:41:02 |
ume |
Update to 2.3.8. |
2.3.7 20 Jul 2016 15:33:20 |
mat |
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)
Sponsored by: Absolight |
2.3.7 05 Jun 2016 17:36:47 |
ume |
Update to 2.3.7. |
2.3.5_7 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.3.5_7 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.5_6 12 Nov 2015 11:10:28 |
ume |
- Use OPTIONS helper.
- Use @sample.
- Re-generate patches to make portlint happy. |
2.3.5_6 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 |
2.3.5_6 01 May 2015 02:27:31 |
ume |
Fix build on HEAD.
Spotted by: pkg-fallout |
2.3.5_6 29 Apr 2015 19:32:47 |
ume |
- Try to fix build after SMBus change (r281985). [1]
- Rename patch.
Spotted by: pkg-fallout [1] |
2.3.5_6 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
2.3.5_6 29 Jul 2014 15:00:13 |
adamw |
Rename sysutils/ patch-xy patches to reflect the files they modify. |
2.3.5_6 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.3.5_5 17 Jul 2014 08:57:51 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
2.3.5_5 17 Jun 2014 16:44:58 |
ume |
Don't expose STAGEDIR into installed binary nor .pc. |
2.3.5_4 03 Jun 2014 13:50:09 |
amdmi3 |
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket |
2.3.5_4 30 Dec 2013 16:18:02 |
ume |
We don't need LICENSE_FILE for GPLv3. |
2.3.5_4 12 Oct 2013 18:08:24 |
ume |
- avoid package name collisions.
- shorten pkg-descr.
- use USES=gmake. |
2.3.5_4 04 Oct 2013 12:40:50 |
ume |
enable stage. |
2.3.5_4 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.3.5_4 11 Aug 2013 15:23:51 |
ume |
- Add USES+=pkgconfig to fix build. [1]
- Convert USE_GMAKE=yes to USES+=gmake.
- Use WWW: with a single space to make portlint happy.
PR: ports/181098 [1]
Submitted by: CyberLeo <cyberleo__at__cyberleo.net> [1] |
2.3.5_4 28 Jul 2013 20:33:16 |
bapt |
Fix build with recent binutils |
2.3.5_4 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
2.3.5_4 05 Feb 2013 16:17:07 |
novel |
- Add UPDATING entry for gnutls update
- Chase shlib version bump for dependant ports |
2.3.5_3 16 Dec 2012 12:05:19 |
ume |
- Use OPTIONS_RADIO for OpenSSL/GnuTLS selection.
- Add DOCS to OPTIONS.
- Remove ABI version numbers from LIB_DEPENDS.
- Trim Makefile header. |
2.3.5_3 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 |
2.3.5_3 01 Jul 2012 16:09:13 |
ume |
- The descprition of NTLM option is in bsd.options.desc.mk, now.
- Use OPTIONS_SINGLE for OpenSSL/GnuTLS selection. |
2.3.5_3 16 Jun 2012 19:11:44 |
ume |
Convert to use new OPTIONS framework. |
2.3.5_3 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.3.5_2 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.3.5_2 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.3.5_2 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
2.3.5_2 05 Jun 2011 18:43:16 |
novel |
Chase security/gnutls update and add an UPDATING entry. |
2.3.5_1 03 May 2011 17:41:27 |
ume |
Skip uninterested interfaces such as USB devices added to ifadders
in recent RELENG_8. |
2.3.5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.3.5 08 Oct 2010 12:44:05 |
ume |
Update to 2.3.5. |
2.3.4_3 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
2.3.4_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.3.4_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
2.3.4_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.3.4 19 Jan 2010 11:25:23 |
ume |
Fix build on 9-CURRENT after utmp -> utmpx change. |
2.3.4 05 Jan 2010 11:32:27 |
ume |
Update to 2.3.4. |
2.3.3 22 Dec 2009 12:34:58 |
ume |
Update to 2.3.3. |
2.3.2_4 16 Aug 2009 18:04:40 |
novel |
Bump PORTREVISIONs of the gnutls dependant ports to chase gnutls update. |
2.3.2_3 04 Aug 2009 13:34:26 |
ume |
- Add multi cpu support.
- Though coretemp set dev.cpu.N.temperature in celsius, amdtemp set
it in kelvin. |
2.3.2_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.3.2_1 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
2.3.2_1 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
2.3.2_1 12 Oct 2008 17:47:26 |
ume |
- Gets the sensors to work properly on the amd64 platform.
- Fixes a bug that frees the sensors where it is supposed to allocate
them.
- Gets the LM sensors to work again on latest version of GKrellM.
Submitted by: Cyrus Rahman <crahman__at__gmail.com> |
2.3.2 04 Oct 2008 15:00:55 |
ume |
- Update to 2.3.2
- OPTIONS'fy |
2.3.1_5 25 Jul 2008 12:48:47 |
pav |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
2.3.1_5 06 Jun 2008 14:03:26 |
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.3.1_4 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.3.1_3 03 Mar 2008 11:57:08 |
novel |
- Chase security/gnutls shlib version bump
- Add an entry to UPDATING |
2.3.1_2 19 Feb 2008 17:14:13 |
ume |
Use sysctl for getting swap related information. Now, GKrellM doesn't
rely upon kmem access any longer.
It fixes the problem that swap meter didn't work on FreeBSD 7.0.
PR: ports/120776 |
2.3.1_1 31 Jan 2008 17:32:17 |
ume |
- Enable battery support on amd64 using ACPI. [1]
- Suppress compile time warnings.
PR: ports/120149 [1]
Submitted by: Sven Berkvens-Matthijsse <sven__at__berkvens.net> [1] |
2.3.1 10 Jan 2008 16:24:55 |
ume |
Update to 2.3.1.
PR: ports/119510
Submitted by: Beat Gaetzi <beat__at__chruetertee.ch> |
2.3.0_1 25 Dec 2007 15:22:21 |
ume |
- Adds support for the coretemp(4) sensor
- Fixes a bug causing only one instance of a sensor type to be added
PR: ports/118916
Submitted by: Pietro Cerutti <gahr_at_gahr.ch> with modification
Tested by: TAKANO Yuji <takachan_at_icmpv6.org> |
2.3.0 21 Jul 2007 18:34:08 |
ume |
Update to 2.3.0. |
2.2.10_4 01 Jul 2007 08:56:17 |
novel |
Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs. |
2.2.10_3 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.10_2 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 |
2.2.10_1 26 Dec 2006 03:49:11 |
ume |
- Respect CC. [1]
- Fix detection of GNUTLS. WITH_GNUTLS should work, again.
- Bump PORTREVISION.
PR: ports/107164 [1] |
2.2.10 31 Oct 2006 11:38:07 |
ume |
Update to 2.2.10. |
2.2.9_1 06 Jul 2006 17:41:23 |
novel |
Chase gnutls shlib version change. |
2.2.9 23 Jun 2006 05:28:34 |
linimon |
Remove code remnants that test for 3.X and earlier releases of FreeBSD.
The bsd.*.mk architecture has not supported these antique releases for
quite some time.
Hat: portmgr |
2.2.9 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
2.2.9 01 Apr 2006 04:31:06 |
ume |
Update to 2.2.9. |
2.2.8 30 Mar 2006 20:24:00 |
ume |
Update to 2.2.8. |
2.2.7_3 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
2.2.7_3 22 Jan 2006 06:28:59 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.2.7_3 22 Jan 2006 02:52:21 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
2.2.7_3 09 Jan 2006 16:34:19 |
novel |
Chase gnutls update. |
2.2.7_2 08 Nov 2005 17:05:26 |
ume |
it seems master site stopped distributing 1.x. so, make LATEST_LINK
pointing to gkrellm2. |
2.2.7_2 08 Nov 2005 16:24:13 |
ume |
add SHA256. |
2.2.7_2 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
2.2.7_1 04 Nov 2005 19:20:01 |
ume |
make the plugin ports be able to depend on ${GKRELLM_SERVER_ONLY}
to install server-only plugins:
- install all gkrellmd-related files to ${PREFIX} instead of
${X11BASE}.
- generates a gkrellmd.pc file for use with ports that install
server-only plugins.
- glib20 is chosen over glib12 for server-only build.
PR: ports/82197
Submitted by: Jonathan Noack <noackjr__at__alumni.rice.edu> |
2.2.7 25 May 2005 16:38:44 |
ume |
Update to 2.2.7. |
2.2.6 16 May 2005 12:43:10 |
ume |
- Update to 2.2.6.
- Use GnuTLS by default. You can still use OpenSSL by specifying
WITH_OPENSSL=yes.
- Add WITHOUT_NLS knob to disable installing message catalogs.
- Shorten pkg-descr. |
2.2.5 20 Mar 2005 20:58:10 |
ume |
Update to 2.2.5. |
2.2.4_2 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
2.2.4_1 20 Feb 2005 06:16:59 |
ume |
master site was moved.
Submitted by: Sam Lawrance <boris@brooknet.com.au> |
2.2.4_1 10 Feb 2005 19:22:50 |
ume |
use new scheme of USE_RC_SUBR. |
2.2.4_1 04 Feb 2005 12:42:11 |
ume |
use PORTDOCS. |