Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3.1_6 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) |
0.3.1_5 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.3.1_5 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.3.1_5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.3.1_5 20 Jan 2021 15:08:48
  |
fluffy  |
textproc/gtk-doc: update to 1.33.1
- Switch to meson build (thanks to daniel engberg)
- Patch affected ports
PR: 252701
Exp-run by: antoine
MFH: 2021Q1 |
0.3.1_4 01 Mar 2020 21:53:46
  |
antoine  |
Remove optional dependency on python 2.7 |
0.3.1_3 07 Nov 2019 18:36:56
  |
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.3.1_3 07 May 2019 12:35:36
  |
mat  |
Rename the GTKDOC option to DOCS.
First, all those ports should also have had a DOCS option that would
have guarded the GTKDOC option, and then textproc/gtk-doc is pretty
light and does not warrant a separate option.
Discussed with: portmgr
Approved by: portmgr |
0.3.1_2 19 Feb 2018 11:10:43
  |
antoine  |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
0.3.1_1 04 Oct 2017 08:01:09
  |
bapt  |
Fix usage of autoconf's AC_TRY_COMPILE to avoid nested function
Obtained from: OpenBSD |
0.3.1 25 Aug 2017 17:21:13
  |
danfe  |
- Make build dependency on `textproc/gtk-doc' 1) optional, and 2) actually
useful (for developers). Previously, API documentation was never built,
disabled via CONFIGURE_ARGS; these docs are of no use to general public
and might be interesting only to application developers working with the
library, so do not install them by default (just as before)
- While here, deobfuscate one installation command that was obfuscated in
r406897 (careless commit of Kato's patch) and make the port description
more accurate and readable |
0.3.1 21 Oct 2016 15:21:13
  |
mat  |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
0.3.1 09 Sep 2016 19:42:46
  |
amdmi3  |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
0.3.1 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.3.1 22 Jan 2016 10:05:58
  |
olivierd  |
Update to 0.3.1
PR: 206260
Submitted by: <tkato432@yahoo.com> |
0.3.0_5 02 Aug 2015 15:03:20
  |
tijl  |
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do. On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).
Bump PORTREVISION on all ports where the build log contains -export-symbols.
audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions. Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to. Fix a number of other issues in the same (Only the first 15 lines of the commit message are shown above ) |
0.3.0_4 15 May 2015 16:43:11
  |
amdmi3  |
- Strip library
- Add LICENSE_FILE |
0.3.0_3 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.3.0_3 24 Nov 2014 20:22:00
  |
antoine  |
Cleanup plist |
0.3.0_3 19 Oct 2014 18:16:16
  |
mva  |
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit) |
0.3.0_3 26 Aug 2014 04:23:43
  |
olivierd  |
- Pass maintainership |
0.3.0_3 01 Jul 2014 19:38:35
  |
tijl  |
- Install documentation in standard location
- Add USES=libtool and bump dependent ports
- Use OPTIONS_SUB |
0.3.0_2 26 May 2014 15:28:29
  |
bapt  |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
0.3.0_1 29 Jan 2014 16:31:42
  |
olivierd  |
Fix gobject-introspection
PR: 186217
Submitted by: amdmi3@ |
0.3.0_1 28 Jan 2014 19:38:46
  |
olivierd  |
- Fix Python and Lua versions
- Disable g-ir-scanner cache [1]
PR: 185910
Submitted by: amdmi3@ [1] |
0.3.0_1 11 Jan 2014 10:03:45
  |
vanilla  |
Support stagedir.
Approved by: portmgr (blanket infrastructure) |
0.3.0_1 30 Dec 2013 10:05:43
  |
tijl  |
Add DOCS and EXAMPLES options. |
0.3.0_1 20 Sep 2013 23:43:20
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11) |
0.3.0_1 18 May 2013 06:38:20
  |
olivierd  |
- Add mirror, because kaizer.se is not pingable
While I'm here,
- Replace gnomehack by pathfix
Reported by: pointyhat (erwin) |
0.3.0_1 23 Apr 2013 14:20:28
  |
bapt  |
Finish converting the whole ports tree to USES=pkgconfig |
0.3.0_1 27 Dec 2012 08:36:48
  |
olivierd  |
- Fix pkg-plist
Approved by: rene, miwi (mentors, implicit)
Reported by: qat.redports.org |
0.3.0 26 Dec 2012 10:34:20
  |
olivierd  |
- Update to 0.3.0
Approved by: rene, miwi (mentors, implicit) |
0.2.2_1 15 Oct 2012 17:06:02
  |
olivierd  |
- Convert to OptionsNG
While here
- Update maintainer address
- Trim Makefile headers
Approved by: rene, miwi (mentors)
Feature safe: yes |
0.2.2_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.2.2 16 Aug 2011 15:52:56
 |
danfe  |
Keybinder is a library for registering global keyboard shortcuts that works
with GTK-based applications using the X Window System.
PR: ports/155262 (severely modified and augmented as I was working on
the same port independently) |