Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0_4 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
1.0_3 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.0_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.0_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) |
1.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 ) |
1.0 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.0 30 Apr 2022 08:03:20 |
Tobias C. Berner (tcberner) |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
1.0 24 Jan 2022 13:21:07 |
Jan Beich (jbeich) |
graphics/entangle: unbreak build with Meson 0.61.0
src/meson.build:42:5: ERROR: Function does not take positional arguments.
help/meson.build:23:6: ERROR: Program 'itstool' not found or not executable
PR: 260943
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
Regressed by: https://github.com/mesonbuild/meson/commit/26c1869a142a |
1.0 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
1.0 29 Jul 2021 02:37:50 |
Alexey Dokuchaev (danfe) |
graphics/entangle: the port had been updated to transient version (+)
- Belatedly update Entangle to version 1.0 (newer versions are available,
but they cannot be easily ported without making changes to the code as
they crash with segmentation fault unmodified)
- Now builds itself using Meson instead of GNU autotools and make, hence
drop no longer relevant knobs from the Makefile
- Adjust dependencies: remove unused ones, limit the scope of `gettext'
to NLS case only, drop version specification from `USES=python' which
is not needed since r564032 and was probably not very accurate anyway
- Reclaim maintainership after previous maintainer had stepped down, and
chase HTTP 302 redirection in the MASTER_SITES and WWW line while here
PR: 235780 |
0.7.2_5 22 May 2021 02:13:01 |
Ben Woods (woodsb02) |
*/*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time. |
0.7.2_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.7.2_5 01 Jan 2021 00:04:43 |
jhale |
graphics/libraw: Update to 0.20.2
Bump PORTREVISION on consumers due to shared library bump.
Changes: https://www.libraw.org/news/libraw-0-20-2-Release |
0.7.2_4 12 Feb 2020 06:41:54 |
danfe |
Unbreak the build when using modern LLD linker (-lgstbase-1.0 was missing). |
0.7.2_4 05 Nov 2019 22:16:15 |
zeising |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
0.7.2_4 21 Sep 2019 08:45:41 |
antoine |
Mark BROKEN with lld
Reported by: pkg-fallout
MFH: 2019Q3 |
0.7.2_4 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
0.7.2_4 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.7.2_3 27 May 2019 10:21:47 |
kai |
graphics/libgphoto2: Update to 2.5.22, graphics/gphoto2: Update to 2.5.20
* Bump PORTREVISION of ports depending on them.
Also while I'm here:
* Add "gnome" to USES if the XML option is enabled to avoid warnings about
using USE_GNOME alone.
* Pet portlint
Notable changes since 2.5.16 (graphics/libgphoto2) [1]:
* Added new USB Ids for various camera types
* Updated translations
* Report file changes via GP_EVENT_FILE_CHANGED (hooked up for Canon EOS
currently) (Only the first 15 lines of the commit message are shown above ) |
0.7.2_2 29 Mar 2019 23:00:36 |
jhale |
graphics/libraw: Update to 0.19.2
- Demosaic packs are no longer distributed nor supported upstream
- Bump PORTREVISON on all consumers due to libraw shlib version increase
Changes: https://www.libraw.org/news/libraw-0-19-2-release |
0.7.2_1 22 Dec 2018 03:46:40 |
linimon |
This port requires USES=compiler:c++11-lang to build on GCC-based
architectures.
PR: 234170
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
0.7.2_1 14 Jan 2018 01:23:15 |
woodsb02 |
graphics/libgphoto2: Update to 2.5.16
graphics/gphoto2: Update to 2.5.15
graphics/py-gphoto2: Update to 1.8.2
Also bump PORTREVISION of ports depending on these.
PR: 224611
Submitted by: bsam (graphics/libgphoto2) |
0.7.2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.7.2 23 Sep 2017 11:35:36 |
woodsb02 |
graphics/entangle: Update to 0.7.2
Changes this release:
https://gitlab.com/entangle/entangle/blob/v0.7.2/NEWS |
0.7.1_3 14 Aug 2017 12:56:23 |
woodsb02 |
graphics/gphoto2: Update to 2.5.14
graphics/libgphoto2: Update to 2.5.14
graphics/py-gphoto2: Update to 1.7.0
- Bump dependent ports
- Take maintainership of graphics/gtkam |
0.7.1_2 01 Jun 2017 16:05:18 |
woodsb02 |
graphics/libgphoto2: Update to 2.5.13
graphics/py-gphoto2: Update to 1.6.0
- Bump dependent ports
Changes this release:
https://github.com/gphoto/libgphoto2/releases/tag/libgphoto2-2_5_13-release |
0.7.1_1 19 Jan 2017 04:39:37 |
jhale |
- Update graphics/libraw to 0.18.0
- Complete conversion to options helpers
- Add options for JPEG and JASPER support
- Side note: This had a dependency on jpeg before, so the JPEG
option default is ON. However, the configure script wasn't
detecting it previously.
- Silence MKDIRs
- Take maintainership
- Chase shared library bump
Changes: http://www.libraw.org/download#changelog |
0.7.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.7.1 09 May 2016 20:46:48 |
woodsb02 |
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278 |
0.7.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.7.1 27 Mar 2016 13:00:48 |
wen |
- Update to 0.7.1
PR: 208289
Submitted by: woodsb02@gmail.com(maintainer) |
0.7.0_3 22 Nov 2015 12:42:48 |
amdmi3 |
- Update graphics/libraw to 0.17.0
- While here, minor port cleanup, switch to options helpers
- Bump PORTREVISIONs of consumers as soversion has changed
PR: 204553
Submitted by: graham@menhennitt.com.au |
0.7.0_2 02 Aug 2015 20:23:56 |
kwm |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
0.7.0_2 12 Jun 2015 15:14:18 |
kwm |
* Split off the python bindings from the main libpeas port.
* This allows use to supply both python bindings. Update libpeas using
ports for this change.
* Assign maintainership to gnome@
Obtained from: GNOME devel repo |
0.7.0_1 27 Mar 2015 14:30:02 |
adamw |
Make itstool only a BUILD_DEPENDS, and bump PORTREVISION for RUN_DEPENDS
change.
Approved by: maintainer (Ben Woods)
Noticed by: danfe |
0.7.0 26 Mar 2015 23:30:52 |
adamw |
Update graphics/entangle to 0.7.0, and assign maintainership to
submitter (Ben Woods).
PR: 198917
Submitted by: Ben Woods |
0.6.1 03 Mar 2015 23:07:48 |
danfe |
- Update Entangle to version 0.6.1
- Provide a hint on how to access camera under normal user |
0.6.0_2 21 Feb 2015 15:11:53 |
makc |
Chase graphics/libraw shlib bump |
0.6.0_1 23 Jan 2015 12:28:17 |
vanilla |
bump PORTREVISION due libphoto2 shared library version changed.
Submitted by: tijl@ |
0.6.0 08 Nov 2014 21:27:25 |
danfe |
- Update to version 0.6.0
- Define GLIB_SCHEMAS to prevent crash on startup
- Fix camera auto-detection after generic USB devd(8) events were changed
from "fake" attach to notify |
0.5.3_1 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
0.5.3_1 08 Apr 2014 08:11:39 |
danfe |
Release maintainership. There is new version available, 0.5.4, but it does
not work, exiting with "Trace/BPT trap" error on startup and dumping core.
Our devd(8) support patch was submitted upstream in July 2013 and generally
welcomed by the author, but he has a slight preference for GIO's GSocket +
GUnixSocketAddress APIs, and I never had time to rewrite the patch. After
showering my camera with waters of Gulf of Thailand, it is unlikely that I
will need to use this port any time soon, so let it go for the moment. |
0.5.3_1 26 Jan 2014 21:20:03 |
rakuco |
- Update libraw to 0.15.4.
This update is needed for further KDE updates.
- Use the new OPTIONS syntax.
- Use the new LIB_DEPENDS syntax.
- Stop redefining do-install; the port has its own `make install' that does
the same thing provided we use USES=pathfix and tune Makefile.in.
- Support staging.
Bump PORTREVISION in ports that depend on libraw.
PR: ports/185118
Submitted by: rakuco@
Approved by: maintainer timeout (35 days) |
0.5.3 21 Jan 2014 08:31:46 |
kwm |
Add introspection to USE_GNOME. It was already pulled in indirectly, but this
will prevent introspection from making a /root/.cache dir.
Approved by: maintainer |
0.5.3 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
0.5.3 21 Oct 2013 08:59:57 |
danfe |
Fix pkg-plist and convert to support staging. |
0.5.3 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.5.3 16 Sep 2013 03:54:04 |
danfe |
Update to version 0.5.3. |
03 Sep 2013 06:36:42
|
bapt |
Add an explicit dependency on pkgconf |
0.5.2 19 Aug 2013 09:25:21 |
danfe |
- Update to version 0.5.2 "Graviton" (mostly bugfix release)
- Convert USE_GMAKE, modernize LIB_DEPENDS, kill EOL tab while here |
0.5.1 04 Jul 2013 14:32:59 |
danfe |
- Pass me that pointy hat: ${OPT}_USES is actually supported, among others
- While here, add a comment about --disable-silent-rules ./configure option |
0.5.1 04 Jul 2013 14:10:26 |
danfe |
Port Entangle, an application which uses GTK+3 and libgphoto2 to provide a
graphical interface for tethered photography with digital cameras. Provide
FreeBSD native camera autodetection via devd(8); special thanks to marcus@
for reviewing relevant parts of the code. The patch was submitted upstream
and welcomed by the author, although he prefers that we use GIO's GSocket +
GUnixSocketAddress APIs instead of direct POSIX socket API calls.
WWW: http://entangle-photo.org/ |