Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.150_13 25 Feb 2024 10:31:50 |
Muhammad Moinur Rahman (bofh) |
net/tsclient: Moved man to share/man
Approved by: portmgr (blanket) |
0.150_12 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 ) |
0.150_11 24 Sep 2022 16:37:35 |
Fernando Apesteguía (fernape) Author: NAKAJI Hiroyuki |
net/tsclient: Fix build
Remove BROKEN*: ld: error: duplicate symbol: gConnect
PR: 266543
Reported by: nakaji@kankyo-u.ac.jp
Approved by: ports@thepentagon.org (maintainer, timeout > 2 weeks) |
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.150_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 ) |
0.150_11 02 Aug 2022 07:26:03 |
Baptiste Daroussin (bapt) |
xorg: upgrade to 21.1.4
Port changes:
- flavorize the port
- decouple Xwayland as it has been split from Xorg
- switch to meson
- cleanup non necessary patches anymore
- stop butchering the build system to play with Xorg.wrap but do it
in post-install
- remove dmx (no longer existing)
- use libmd for sha1 (remove dependency on open/libre ssl)
- always activate RPC security
- simplify postinstall/deinstall script and make them cross install friendly
- remove the SUID option and make it the default, we cannot startx as user
without it
- only keep the mesa-dri dependency on xorg-server not others (Only the first 15 lines of the commit message are shown above ) |
0.150_11 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.150_11 01 May 2021 12:42:30 |
Baptiste Daroussin (bapt) |
net/tsclient: remove pkgconf calls
tsclient is always built with gnome disable, meaning it does not need
anymore the cflags from libgnomeui |
0.150_11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.150_11 18 Feb 2021 04:34:01 |
linimon |
Mark BROKEN in 13/14 (via latest llvm update).
While here, pet portlint (Makevar order). |
0.150_11 08 Nov 2019 13:48:35 |
tobik |
net: Add missing USES={gnome,php} |
0.150_11 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
0.150_11 14 Oct 2016 17:34:22 |
bsam |
net/tsclient: Currently a link at LOCALBASE/share/pixmaps is broken. Fix it.
PR: 209889
Submitted by: bsam (me)
Approved by: maintainer timeout (3 months+) |
0.150_10 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.150_10 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.150_10 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
0.150_10 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.150_10 11 Apr 2014 15:17:43 |
kwm |
Add USES=pathfix to fix packaging, this was accidently removed in the
previous commit.
While here stagify and switch to USES=libtool |
0.150_10 19 Feb 2014 19:07:51 |
kwm |
Disable gnome-panel 2.x support. It will go away in the GNOME 3 import. |
0.150_10 22 Oct 2013 13:59:54 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [np])
Approved by: portmgr (bdrewery) |
0.150_10 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.150_10 06 Sep 2013 13:01:54 |
bapt |
Add an explicit dependency on pkgconf |
0.150_10 13 Jun 2013 22:48:27 |
bapt |
No need to globally define X_NESTSERVER_PORT |
0.150_10 30 Apr 2013 16:26:32 |
jgh |
- conversion of USE_GETTEXT to USES framework
Approved by: portmgr (bapt@) |
0.150_10 28 Mar 2013 17:56:37 |
eadler |
Convert a few remaining straglers from the unmaintined ports to pathfix |
0.150_10 05 Mar 2013 17:07:44 |
miwi |
- Convert to OptionsNG
- Trim header
Reviewed by: beat, bapt, kwm |
0.150_10 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.150_9 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.150_9 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.150_9 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.150_9 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
0.150_8 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.150_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.150_6 09 Dec 2009 22:57:06 |
pav |
- Fix the installation of gnome applet server file so it's actually picked up
by gnome-panel
Approved by: Tim Welch <twelch@thepentagon.org> (maintainer) |
0.150_5 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.150_5 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 |
0.150_4 10 Apr 2009 05:56:28 |
marcus |
Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers
can make use of this provider by setting:
WITH_GECKO=libxul
The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach. |
0.150_3 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.150_3 06 Jun 2008 13:50:32 |
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) |
0.150_2 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) |
0.150_1 29 Dec 2007 18:05:25 |
lme |
- Enable support for GNOME panel applet
- Fix pkg-plist
- Bump PORTREVISION
PR: ports/116042
Submitted by: Vladimir Grebenschikov <vova (AT) fbsd.ru>
Approved by: miwi (mentor) |
0.150 11 Dec 2007 19:22:26 |
garga |
- Update to 0.150
- Change MASTER_SITES and WWW to point to new project page at sourceforge
- Add USE_GETTEXT since it installs intl files
- OPTIONS'ify
- Install some docs
- Add an OPTION GNOME, on by default, adding the possibility to make tsclient
without a lot of gnome dependencies, just depending of gtk20
- Remove some patches and use REINPLACE_CMD
- Use autotools to fix a build problem on this version
PR: ports/118042
Approved by: maintainer |
0.148_3 24 Oct 2007 23:37:25 |
marcus |
Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).
The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD. This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.
This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully. Ahze and pav also deserve thanks for (Only the first 15 lines of the commit message are shown above ) |
0.148_2 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}. |
0.148_1 31 Oct 2006 13:27:40 |
pav |
- Disable panel applet, it does not work
PR: ports/102934
Submitted by: Tim Welch <twelch@thepentagon.org> (maintainer) |
0.148 29 May 2006 21:54:27 |
pav |
- Update to 0.148
- Take maintainership
PR: ports/98057
Submitted by: Tim Welch <ports@thepentagon.org> |
0.140_2 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
0.140_2 01 May 2006 07:35:10 |
marcus |
NULL-terminate the argument list to g_build_path() to prevent a crash.
Reported by: Sean McNeil <sean@mcneil.com> |
0.140_1 14 Apr 2006 23:25:09 |
linimon |
Reset kwm due to no response about email.
Hat: portmgr |
0.140_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
0.140_1 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.140_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.140 02 Oct 2005 16:18:20 |
kwm |
Correct detection of vnc dependencie.
Submitted by: Piotr Smyrak <piotr dot smyrak at heron do pl> |
0.140 21 May 2005 13:45:23 |
kwm |
Add patch forgotten in last commit. |
0.140 21 May 2005 11:55:46 |
kwm |
Update to 0.140.
Changelog: http://gnomepro.com/tsclient/ |
0.132_4 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.132_3 16 Dec 2004 05:49:27 |
kris |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
0.132_3 23 Nov 2004 08:51:28 |
kwm |
Change the not yet changed maintainer fields to my FreeBSD.org account.
Approved by: pav (mentor) |
0.132_3 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.132_2 23 Jul 2004 19:10:32 |
anholt |
- Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.
PR: ports/68763
Approved by: portmgr (marcus)
Approved by: re (scottl) |
0.132_2 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.132_1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
0.132_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.132 16 Jan 2004 23:19:08 |
clement |
- Change maintainer's e-mail address
(einekoai@chello.nl -> kwm@rainbow-runner.nl)
PR: 61447
Submitted by: Koop Mast <kwm@rainbow-runner.nl> (maintainer)
Approved by: erwin (mentor) (implicitly) |
0.132 17 Nov 2003 12:03:17 |
trevor |
USE_REINPLACE must be defined before REINPLACE_CMD may be used. |
0.132 10 Nov 2003 20:57:18 |
marcus |
Somehow, this patch had its contents duplicated. Remove the duplicate
patch from this file. |
0.132 10 Nov 2003 19:28:34 |
marcus |
* Update to 0.132
* ChangeLog available at http://www.gnomepro.com/tsclient/
* Add knobs for optional vnc and Xnest (experimental) support
* Update COMMENT
* Add manpage
* Fix pkg-plist to shutup portlint
* Update pkg-descr
PR: 59146
Submitted by: maintainer |
0.124_1 23 Oct 2003 16:32:50 |
marcus |
The distfile was re-rolled to fix a buffer corruption issue. Only two
lines of code were changed as to not write NUL to the last byte of a
buffer.
Reported by: maintainer |
0.124 28 Sep 2003 22:29:56 |
marcus |
Update to 0.124.
* Fixed more banner problems
* Fixed bug in compact mode, now reads computer name properly again
* Fixed bug in VNC code
* Update translations
PR: 57033
Submitted by: maintainer |
0.120 12 Jul 2003 05:53:09 |
marcus |
Update to 0.120. Changelog available at:
http://www.gnome.org/project/shownotes.php?group_id=584&release_id=2031
PR: 54362
Submitted by: maintainer |
0.116 04 Jul 2003 23:13:35 |
marcus |
Fix patching due to ^M's in the source files. |
0.116 04 Jul 2003 19:45:38 |
marcus |
Update to 0.116.
ChangeLog available at
http://www.gnome.org/project/shownotes.php?group_id=584&release_id=2008.
PR: 54111
Submitted by: maintainer |
0.106 18 May 2003 19:56:02 |
marcus |
Update to 0.106.
Submitted by: maintainer |
0.104_1 20 Apr 2003 19:38:02 |
marcus |
Remove USE_GNOMENG. |
0.104_1 04 Apr 2003 08:12:58 |
marcus |
Fix hardcoded /usr/libexec link in the tsclient applet.
PR: 50334
Submitted by: maintainer |
0.104 02 Mar 2003 05:03:15 |
marcus |
Add tsclient, a GNOME 2 frontend to rdesktop.
PR: 48823
Submitted by: Koop Mast <einekoai@chello.nl> |