Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.21_2 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
4.21_2 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
4.21_1 08 Nov 2023 18:43:07 |
Max Brazhnikov (makc) |
math/scilab: drop maintainership
Release math/scilab and its prerequisites |
4.21_1 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
4.21_1 12 May 2023 18:36:07 |
Muhammad Moinur Rahman (bofh) |
x11-toolkits/swt: Unbrek on HEAD
Approved by: portmgr (blanket) |
4.21_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 ) |
4.21 09 Nov 2022 18:56:22 |
Max Brazhnikov (makc) |
x11-toolkits/swt: fix build with OpenJDK debug enabled
PR: 265747
Submitted by: chadf at triularity.org |
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) |
4.21 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 ) |
4.21 20 Jul 2022 14:23:40 |
Tobias C. Berner (tcberner) |
x11-toolkits: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 1wardd@airmail.net
* Alexander Kabaev <ak03@gte.com>
* Alexander Novitsky <alecn2002@yandex.ru>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andreas Kohn <andreas@syndrom23.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Brian Buchanan <brian@CSUA.Berkeley.EDU>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Danilo Egea Gondolfo <danilo@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.21 07 Jun 2022 12:38:03 |
Max Brazhnikov (makc) |
x11-toolkits/swt: update to 4.21
- Sync patches with eclipse 4.21
- Remove patch-org_eclipse_swt_graphics_Device.java (which breaks
icons in Eclipse) and install missing *.css files
- Add patch-org_eclipse_swt_widgets_Shell.java to fix layout on HiDPI
scaled to 200%
PR: 264512 (based on)
Submmitted by: huanghwh@gmail.com |
4.20 29 Jul 2021 09:16:23 |
Max Brazhnikov (makc) |
x11-toolkits/swt: not for i386
Upstream dropped support for i386 several years ago. |
4.20 27 Jul 2021 12:20:20 |
Max Brazhnikov (makc) |
x11-toolkits/swt: Update to 4.20
- WEBKIT implies CAIRO, since it needs libcairo anyway. |
4.11_2 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
4.11_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.11_1 18 Jan 2021 08:34:43 |
makc |
x11-toolkits/swt:
- Remove excessive patching, which also broke loading of swt libraries.
- Add temporary patch to fix crash, when swt tries to load *.css files which
are not shipped with the tarball.
Reported by: Robin Dapp via email |
4.11 17 Dec 2020 23:32:43 |
pkubaj |
x11-toolkits/swt: fix build on powerpc64le using similar conditionals that
already work for powerpc64 |
4.11 20 Nov 2020 17:58:30 |
makc |
x11-toolkits/swt: fix patch to correctly detect cpu arch |
4.11 19 Nov 2020 21:02:22 |
makc |
x11-toolkits/swt: add patch to fix build with -fno-common |
4.11 18 Nov 2020 11:14:04 |
makc |
x11-toolkits/swt:
- Update to 4.11 which builds with modern JDK
- Switch to GTK 3 (GTK 2 is not supported anymore)
- Add option to build with Webkit support (off by default)
- Update WWW
PR: 238605 (based on)
Submitted by: Thomas Merkel (tm@NetBSD.org) |
4.7.3.a 23 Sep 2020 21:13:39 |
linimon |
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket) |
4.7.3.a 20 Jul 2020 17:53:49 |
mikael |
x11-toolkits/swt: Allow build on aarch64
Approved by: portmgr (tier-2 blanket) |
4.7.3.a 18 Jun 2020 01:23:04 |
linimon |
Add compiler:c++11-lang to USES to attempt to fix build on GCC-based
systems. It is necessary but insufficient, but at least it allows
us to get further.
Now it fails on powerpc64-12 the same way it does on powerpc64-13:
callback.c: error: initializer element is not a compile-time constant
Approved by: portmgr (tier-2 blanket) |
4.7.3.a 11 Jun 2020 19:26:14 |
pkubaj |
x11-toolkits/swt: fix build on powerpc64
build.sh misses some powerpc64 conditionals.
PR: 247170
Approved by: makc (maintainer) |
4.7.3.a 31 May 2020 11:23:05 |
makc |
x11-toolkits/swt:
- Unbreak on i386 by providing distinfo. Sources are shipped along with linux
binaries in arch dependent tarballs.
- Allow build on powerpc64. Not sure if it works though, let's try.
- Clean up Makefile: use option helpers, remove unused variables, simplify
- Take maintainership |
4.7.3.a 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
4.7.3.a 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. |
4.7.3.a 11 Apr 2019 20:32:53 |
antoine |
Mark BROKEN on i386: missing distinfo
Reported by: pkg-fallout
MFH: 2019Q2 |
4.7.3.a 28 Jan 2019 03:12:09 |
swills |
x11-toolkits/swt: update to 4.7.3a
PR: 229360
Submitted by: Thomas Merkel <tm+freebsd@core.io> |
3.5.2_5 26 Mar 2018 12:38:57 |
bapt |
Make libgnome and libgnomeui not implying esound dependency
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase |
3.5.2_4 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
3.5.2_3 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
3.5.2_3 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
3.5.2_3 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
3.5.2_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 |
3.5.2_3 26 Mar 2015 20:22:01 |
marino |
x11-toolkits/swt: Fix embarrassing typo
Reports by: Jung-uk Kim |
3.5.2_3 26 Mar 2015 19:37:42 |
marino |
x11-toolkits/swt: Add DragonFly support
Bring in fix from dports (port is not maintained) |
3.5.2_3 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
3.5.2_2 21 Jun 2014 19:02:41 |
rakuco |
Reset maintainership to ports@.
From the PR:
I have not been maintaining this port, mainly because this version is not
supported upstream.
We should have moved to the -devel version a while ago, and someone should
work on the newer versions.
PR: 191253
Submitted by: pfg@ |
3.5.2_2 09 Jun 2014 15:25:27 |
antoine |
Change maintainer's email address to one that may no bounce
With hat: portmgr |
3.5.2_2 09 Apr 2014 10:29:48 |
bapt |
Convert from USE_GECKO to USES=gecko
While here stagify what was not staged yet
Convert to USES=webplugin where needed and add desktop-file-utils dependency to
icedtea-web |
3.5.2_2 11 Mar 2014 06:28:28 |
antoine |
Unbreak |
3.5.2_2 10 Mar 2014 18:09:41 |
bapt |
Convert x* to USES=zip |
3.5.2_2 20 Sep 2013 23:57:48 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits) |
3.5.2_2 30 Aug 2013 23:40:57 |
bapt |
Eradicate USE_GNOME=pkgconfig in x11-toolkits
While here:
- Convert USE_GMAKE to USES=gmake |
3.5.2_2 15 Jun 2013 11:10:35 |
flo |
- Remove www/libxul19, is has been vulnerable and unsupported upstream for
quite some time.
- Switch all remaining consumers to depend on www/libxul
- Mark ports that don't work with the new libxul BROKEN
- Mark some old ports DEPRECATED with a reasonable timeout
Approved by: portmgr (miwi) |
3.5.2_2 22 Mar 2013 08:16:08 |
bapt |
Convert to new options framework left unconverted ports in x* categories |
3.5.2_2 10 Dec 2012 13:43:44 |
bapt |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part3) |
3.5.2_2 10 Sep 2012 19:19:33 |
beat |
- Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
resulting package will change.
Submitted by: Jan Beich <jbeich@tormail.org>
With hat: gecko |
3.5.2_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
3.5.2 01 Oct 2011 19:44:24 |
pawel |
- Update to version 3.5.2
- Add LICENSE
- Assign maintainership to submitter
PR: ports/161178
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: miwi, wen (mentors implicit) |
3.5.1_2 11 Sep 2011 13:04:40 |
crees |
Use Eclipse archive site instead-- this port could really do with an update.
PR: ports/160570
Submitted by: Allen Landsidel <landsidel.allen@gmail.com> |
3.5.1_2 02 Aug 2011 19:24:31 |
bapt |
Mark BROKEN: Does not fetch |
3.5.1_2 05 Jul 2011 02:51:42 |
tabthorpe |
- Reassign to the heap |
3.5.1_2 02 Jul 2011 18:18:48 |
miwi |
- Kick MD5 support |
3.5.1_2 08 Aug 2010 08:56:41 |
beat |
- Bump PORTREVISION after libxul update
PR: ports/149044
Expr-run by: pav@
Approved by: portmgr (pav) |
3.5.1_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
3.5.1 07 Feb 2010 15:47:41 |
rnoland |
Update to 3.5.1 |
3.5_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
3.5 01 Dec 2009 21:00:28 |
rnoland |
Update to 3.5
- Remove traditional gecko support and replace with libxul. |
3.4_1 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 |
3.4 30 Sep 2008 12:13:00 |
rnoland |
Update to 3.4
Approved by: garga (mentor) |
3.3.2_1 30 Jul 2008 19:00:36 |
rnoland |
Update my email address to my @FreeBSD.org address.
Approved by: garga (mentor) |
3.3.2_1 06 Jun 2008 14:16:37 |
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) |
3.3.2 30 May 2008 14:26:38 |
miwi |
- Update to 3.3.2
PR: 124106
Submitted by: Robert Noland <rnoland@2hip.net> (maintainer) |
3.3.1.1 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) |
3.3.1.1 24 Mar 2008 15:44:31 |
wxs |
Pass maintainership back to rnoland - he's back online.
Sorry about this and welcome back!
Approved by: garga (implicit) |
3.3.1.1 22 Mar 2008 19:46:45 |
anray |
- Fix build without gnomevfs
PR: ports/120996
Submitted by: Marcin Cieslak <saper@system.pl> |
3.3.1.1 22 Mar 2008 19:13:44 |
anray |
- Update to 3.3.1.1 |
3.3_1 20 Mar 2008 16:10:07 |
wxs |
Reset maintainer due to bouncing mails.
Discussed with pav.
Submitted by: miwi on IRC
Approved by: garga (mentor) |
3.3_1 11 Oct 2007 18:13:08 |
garga |
- Add *.propeerties files to jar file
PR: ports/117117
Submitted by: maintainer |
3.3 03 Oct 2007 03:30:06 |
edwin |
[MAINTAINER] x11-toolkits/swt: Update to 3.3 Release
Update to 3.3 Release.
PR: ports/116845
Submitted by: Robert Noland <rnoland@2hip.net> |
3.2.2_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}. |
3.2.2 06 Mar 2007 02:52:04 |
clsung |
- Update to 3.2.2
PR: ports/109778
Submitted by: maintainer (Robert Noland) |
3.2.1 12 Dec 2006 06:41:04 |
rafan |
- Respect X11BASE
Reported by: pointyhat
Approved by: portmgr (linimon) |
3.2.1 08 Dec 2006 21:52:34 |
miwi |
- Add distfiles for AMD64
Submitted by: Bill Dymek
Robert Noland (maintainer) |
3.2.1 02 Dec 2006 08:20:38 |
miwi |
- Fix wrong enty.
Submitted by: Maintainer (on irc) |
3.2.1 02 Dec 2006 01:10:28 |
miwi |
SWT is the software component that delivers native widget functionality
for the Eclipse platform in an operating system independent manner.
This port provides SWT without requiring a full download and build of
Eclipse.
WWW: http://www.eclipse.org/swt/
Submitted by: Robert C. Noland III <rnoland at 2hip.net> (on irc) |