notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: x11-toolkits/swt/Makefile

Number of commits found: 65

Saturday, 23 Dec 2023
18:14 Nuno Teixeira (eduardo) search for other commits by this committer
*/*: Bump consumers of x11-toolkits/gtk30

New version of gtk3 in tree
commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 commit hash: 3572ca3e01dedf1fe5b3776bd164e123252f5ef5 3572ca3
Wednesday, 8 Nov 2023
18:43 Max Brazhnikov (makc) search for other commits by this committer
math/scilab: drop maintainership

Release math/scilab and its prerequisites
commit hash: 379cec2296b783715804b77e3366953a48b324f6 commit hash: 379cec2296b783715804b77e3366953a48b324f6 commit hash: 379cec2296b783715804b77e3366953a48b324f6 commit hash: 379cec2296b783715804b77e3366953a48b324f6 379cec2
Wednesday, 17 May 2023
16:30 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: 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)
commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 commit hash: 9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 9b178ff
Friday, 12 May 2023
18:36 Muhammad Moinur Rahman (bofh) search for other commits by this committer
x11-toolkits/swt: Unbrek on HEAD

Approved by:	portmgr (blanket)
commit hash: 990db0f2c141e28bac086704ee3e39e68923d352 commit hash: 990db0f2c141e28bac086704ee3e39e68923d352 commit hash: 990db0f2c141e28bac086704ee3e39e68923d352 commit hash: 990db0f2c141e28bac086704ee3e39e68923d352 990db0f
Thursday, 2 Mar 2023
05:23 Tobias C. Berner (tcberner) search for other commits by this committer
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.
* xml: Add some missing DeviceEventController methods.
* Bind the AT-SPI bus to the graphical session.
* Mark bus service as belonging to the session slice.
* Add ATSPI_ROLE_PUSH_BUTTON_MENU.
* Add an "announcement" event/signal to allow objects to send
  notifications (!63).
* Various code clean-ups and test improvements.

What's new in at-spi2-core 2.45.1:
* Atk and at-spi2-atk are now merged into this project.
* Now requires meson 0.56.2 and glib 2.67.4.
* at-spi2-atk: Expose the accessible hierarchy via dbus introspection.
* Properly escape the AT-SPI bus address; fixes warnings about the address
  not containing a colon (!55).
* Add a text value to AtspiValue, so that a value can expose a textual
  description, as in the new Atk value API.
* Add atspi_event_listener_register_with_app, to allow an event listener
  to be registered only for a given application (!52).

- accessibility/atk and accessibility/at-spi2-atk have been merged into
  accessibility/at-spi2-core

- accessibility/at-spi2-core: bump consumers of removed ports atk and
at-spi2-atk

PR:		269704
Exp-run by:	antoine
---
commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 commit hash: fa81a4f5f8ed2bc2104eca4ebbb1b69731bae2e8 fa81a4f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:23 Tobias C. Berner (tcberner) search for other commits by this committer
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>
  *  Dima Sivachenko <dima@Chg.RU>
  *  Edwin Groothuis <edwin@mavetju.org>
  *  Eric Anholt <anholt@FreeBSD.org>
  *  Igor Pokrovsky <ip@doom.homeunix.org>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Juli Mallett
  *  Kenjiro Cho <kjc@csl.sony.co.jp>
  *  Kimura Fuyuki <fuyuki@hadaly.org>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
  *  Lubomir Marinov <lubomir_m@abv.bg>
  *  Marc Recht <marc@informatik.uni-bremen.de>
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
  *  Martin Matuska <mm@FreeBSD.org>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Grünewald <michipili@gmail.com>
  *  Michael Johnson <ahze@FreeBSD.org>
  *  Mike Krutov <neko@takino.org>
  *  Mike Meyer <mwm@mired.org>
  *  Olivier Duchateau
  *  Paul Schmehl <pauls@utdallas.edu>
  *  Peter Hawkins <thepish@FreeBSD.org>
  *  Piotr Kubaj <pkubaj@anongoth.pl>
  *  Radim Kolar
  *  Rene Ladan <rene@FreeBSD.org>
  *  Robert C. Noland III <rnoland@FreeBSD.org>
  *  Simon Barner <barner@gmx.de>
  *  Stephane Legrand <stephane@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Vanilla I. Shu <vanilla@MinJe.com.TW>
  *  Will Andrews <andrews@technologist.com>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  Zane C, Bowers <vvelox@vvelox.net>
  *  asami
  *  chinsan
  *  chuckr
  *  clsung@dragon2.net
  *  dmitry@karasik.eu.org
  *  fjoe@FreeBSD.org
  *  gahr
  *  gena
  *  ijliao
  *  mi
  *  minter@lunenburg.org
  *  nivit@users.sourceforge.net
  *  ports@c0decafe.net
  *  roland.jesse@gmx.net
  *  thierry@pompo.net
  *  vanilla

With hat:	portmgr
commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 commit hash: 71b6a9f9c7b4d46953a1ce59dc242f0ba1c28f17 71b6a9f
Tuesday, 7 Jun 2022
12:38 Max Brazhnikov (makc) search for other commits by this committer
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
commit hash: d551e5b93e20225875d3b682bb6dc93412d03680 commit hash: d551e5b93e20225875d3b682bb6dc93412d03680 commit hash: d551e5b93e20225875d3b682bb6dc93412d03680 commit hash: d551e5b93e20225875d3b682bb6dc93412d03680 d551e5b
Thursday, 29 Jul 2021
09:16 Max Brazhnikov (makc) search for other commits by this committer
x11-toolkits/swt: not for i386

Upstream dropped support for i386 several years ago.
commit hash: fca8faf5bb0adc1bb679af3571ece53a7b6b4a88 commit hash: fca8faf5bb0adc1bb679af3571ece53a7b6b4a88 commit hash: fca8faf5bb0adc1bb679af3571ece53a7b6b4a88 commit hash: fca8faf5bb0adc1bb679af3571ece53a7b6b4a88 fca8faf
Tuesday, 27 Jul 2021
12:20 Max Brazhnikov (makc) search for other commits by this committer
x11-toolkits/swt: Update to 4.20

- WEBKIT implies CAIRO, since it needs libcairo anyway.
commit hash: 99297d62eb0dd749d01a36523cfe87ffed1e59b8 commit hash: 99297d62eb0dd749d01a36523cfe87ffed1e59b8 commit hash: 99297d62eb0dd749d01a36523cfe87ffed1e59b8 commit hash: 99297d62eb0dd749d01a36523cfe87ffed1e59b8 99297d6
Tuesday, 22 Jun 2021
18:53 Kevin Bowling (kbowling) search for other commits by this committer
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
commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 commit hash: da3162c7c9f01912ba1940e188b253f2b5c7ba77 da3162c
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 18 Jan 2021
08:34 makc search for other commits by this committer
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
Original commitRevision:561902 
Wednesday, 18 Nov 2020
11:14 makc search for other commits by this committer
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)
Original commitRevision:555629 
Wednesday, 23 Sep 2020
21:13 linimon search for other commits by this committer
Allow building on powerpc64le.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:549854 
Monday, 20 Jul 2020
17:53 mikael search for other commits by this committer
x11-toolkits/swt: Allow build on aarch64

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:542659 
Thursday, 18 Jun 2020
01:23 linimon search for other commits by this committer
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)
Original commitRevision:539514 
Sunday, 31 May 2020
11:23 makc search for other commits by this committer
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
Original commitRevision:537154 
Tuesday, 26 Nov 2019
21:46 jkim search for other commits by this committer
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
Original commitRevision:518482 
Thursday, 7 Nov 2019
18:36 zeising search for other commits by this committer
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.
Original commitRevision:517000 
Thursday, 11 Apr 2019
20:32 antoine search for other commits by this committer
Mark BROKEN on i386: missing distinfo

Reported by:	pkg-fallout
MFH:		2019Q2
Original commitRevision:498679 
Monday, 28 Jan 2019
03:12 swills search for other commits by this committer
x11-toolkits/swt: update to 4.7.3a

PR:		229360
Submitted by:	Thomas Merkel <tm+freebsd@core.io>
Original commitRevision:491450 
Monday, 26 Mar 2018
12:38 bapt search for other commits by this committer
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
Original commitRevision:465584 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Friday, 1 Apr 2016
14:33 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412351 
Thursday, 14 May 2015
10:15 mat search for other commits by this committer
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
Original commitRevision:386312 
Thursday, 26 Mar 2015
20:22 marino search for other commits by this committer
x11-toolkits/swt: Fix embarrassing typo

Reports by:	Jung-uk Kim
Original commitRevision:382340 
19:37 marino search for other commits by this committer
x11-toolkits/swt: Add DragonFly support

Bring in fix from dports (port is not maintained)
Original commitRevision:382339 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
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)
Original commitRevision:367888 
Saturday, 21 Jun 2014
19:02 rakuco search for other commits by this committer
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@
Original commitRevision:358738 
Monday, 9 Jun 2014
15:25 antoine search for other commits by this committer
Change maintainer's email address to one that may no bounce

With hat:	portmgr
Original commitRevision:357170 
Wednesday, 9 Apr 2014
10:29 bapt search for other commits by this committer
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
Original commitRevision:350678 
Tuesday, 11 Mar 2014
06:28 antoine search for other commits by this committer
Unbreak
Original commitRevision:347853 
Monday, 10 Mar 2014
18:09 bapt search for other commits by this committer
Convert x* to USES=zip
Original commitRevision:347790 
Friday, 20 Sep 2013
23:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Original commitRevision:327785 
Friday, 30 Aug 2013
23:40 bapt search for other commits by this committer
Eradicate USE_GNOME=pkgconfig in x11-toolkits
While here:
- Convert USE_GMAKE to USES=gmake
Original commitRevision:325736 
Saturday, 15 Jun 2013
11:10 flo search for other commits by this committer
- 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)
Original commitRevision:320984 
Friday, 22 Mar 2013
08:16 bapt search for other commits by this committer
Convert to new options framework left unconverted ports in x* categories
Original commitRevision:314894 
Monday, 10 Dec 2012
13:43 bapt search for other commits by this committer
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION=	1.5+ (part3)
Original commitRevision:308605 
Monday, 10 Sep 2012
19:19 beat search for other commits by this committer
- 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
Original commitRevision:304053 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 1 Oct 2011
19:44 pawel search for other commits by this committer
- 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)
Original commit
Sunday, 11 Sep 2011
13:04 crees search for other commits by this committer
Use Eclipse archive site instead-- this port could really do with an update.

PR:             ports/160570
Submitted by:   Allen Landsidel <landsidel.allen@gmail.com>
Original commit
Tuesday, 2 Aug 2011
19:24 bapt search for other commits by this committer
Mark BROKEN: Does not fetch
Original commit
Tuesday, 5 Jul 2011
02:51 tabthorpe search for other commits by this committer
- Reassign to the heap
Original commit
Sunday, 8 Aug 2010
08:56 beat search for other commits by this committer
- Bump PORTREVISION after libxul update

PR:             ports/149044
Expr-run by:    pav@
Approved by:    portmgr (pav)
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Sunday, 7 Feb 2010
15:47 rnoland search for other commits by this committer
Update to 3.5.1
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 1 Dec 2009
21:00 rnoland search for other commits by this committer
Update to 3.5

 - Remove traditional gecko support and replace with libxul.
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Tuesday, 30 Sep 2008
12:13 rnoland search for other commits by this committer
Update to 3.4

Approved by:    garga (mentor)
Original commit
Wednesday, 30 Jul 2008
19:00 rnoland search for other commits by this committer
Update my email address to my @FreeBSD.org address.

Approved by:    garga (mentor)
Original commit
Friday, 6 Jun 2008
14:16 edwin search for other commits by this committer
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)
Original commit
Friday, 30 May 2008
14:26 miwi search for other commits by this committer
- Update to 3.3.2

PR:             124106
Submitted by:   Robert Noland <rnoland@2hip.net> (maintainer)
Original commit
Monday, 24 Mar 2008
15:44 wxs search for other commits by this committer
Pass maintainership back to rnoland - he's back online.
Sorry about this and welcome back!

Approved by:    garga (implicit)
Original commit
Saturday, 22 Mar 2008
19:13 anray search for other commits by this committer
- Update to 3.3.1.1
Original commit
Thursday, 20 Mar 2008
16:10 wxs search for other commits by this committer
Reset maintainer due to bouncing mails.
Discussed with pav.

Submitted by:   miwi on IRC
Approved by:    garga (mentor)
Original commit
Thursday, 11 Oct 2007
18:13 garga search for other commits by this committer
- Add *.propeerties files to jar file

PR:             ports/117117
Submitted by:   maintainer
Original commit
Wednesday, 3 Oct 2007
03:30 edwin search for other commits by this committer
[MAINTAINER] x11-toolkits/swt: Update to 3.3 Release

        Update to 3.3 Release.

PR:             ports/116845
Submitted by:   Robert Noland <rnoland@2hip.net>
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 6 Mar 2007
02:52 clsung search for other commits by this committer
- Update to 3.2.2

PR:             ports/109778
Submitted by:   maintainer (Robert Noland)
Original commit
Saturday, 2 Dec 2006
08:20 miwi search for other commits by this committer
- Fix wrong enty.

Submitted by: Maintainer (on irc)
Original commit
01:10 miwi search for other commits by this committer
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)
Original commit

Number of commits found: 65