Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.6.4_13 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 ) |
2.6.4_12 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.6.4_12 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
2.6.4_11 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
2.6.4_10 16 Mar 2022 13:23:33 |
Baptiste Daroussin (bapt) |
gnome: general cleanup
Use base make where applicable, drop .la files
Remove now useless referencehack
Convert to USES=localbase where applicable |
2.6.4_10 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.6.4_10 15 Jan 2020 21:32:06 |
kwm |
Drop the python option.
Python 2 is used for libglade-convert any users would have converted ages ago. |
2.6.4_9 23 Mar 2019 18:44:49 |
kwm |
Reorder post-patch blocks, so they both get applied in the !PYTHON case. |
2.6.4_9 22 Mar 2019 23:57:11 |
kwm |
Fix build after base r345349
While do some cleanup of the port.
PR: 236141 |
2.6.4_9 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
2.6.4_8 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.6.4_8 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 ) |
2.6.4_7 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 |
2.6.4_7 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
2.6.4_7 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
2.6.4_7 07 May 2014 10:12:05 |
tijl |
Convert to USES=libtool:keepla tar:bzip2. |
2.6.4_6 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.6.4_5 12 Mar 2014 01:28:25 |
miwi |
- Stage support |
2.6.4_5 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
2.6.4_5 29 Oct 2013 17:05:51 |
kwm |
Restrict python to -2.7
Submitted by: mva@ |
2.6.4_5 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.6.4_5 02 Sep 2013 21:53:46 |
bapt |
Fix stupid mistake |
2.6.4_5 02 Sep 2013 20:51:40 |
bapt |
Add an explicit dependency on pkgconf |
2.6.4_5 01 Apr 2013 14:46:14 |
bdrewery |
- Fix build with bmake
PR: ports/177545
Submitted by: John Marino <draco@marino.st>
Approved by: gnome (kwm)
With hat: portmgr |
2.6.4_5 19 Mar 2013 10:40:22 |
kwm |
Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.
Reviewed by: miwi, bapt |
2.6.4_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.6.4_4 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
2.6.4_4 29 Oct 2011 10:03:08 |
miwi |
- Fix build on FreeBSD 10
Reported by: pointyhat |
2.6.4_4 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 |
2.6.4_4 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.6.4_4 05 Mar 2011 12:05:29 |
miwi |
- Bump PORTREVISION to force rebuild after python update. |
2.6.4_3 25 Feb 2011 08:50:52 |
miwi |
- Get rid (RUN|BUILD) PYEXPAT since py25 is default in python |
2.6.4_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.6.4_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.6.4_1 08 Aug 2009 21:10:18 |
marcus |
Add the optional Python support as a true OPTION.
PR: 137366
Submitted by: "Carlos A. M. dos Santos" <unixmania@gmail.com> (based on) |
2.6.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 |
2.6.4 18 Mar 2009 03:54:03 |
marcus |
Update to 2.6.4. |
2.6.3 02 Feb 2009 01:36:16 |
araujo |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav) |
2.6.3 18 Aug 2008 22:12:07 |
marcus |
Update to 2.6.3. |
2.6.2_1 06 Jun 2008 13:21:59 |
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) |
2.6.2 04 Aug 2007 03:29:57 |
mezz |
Update to 2.6.2. |
2.6.1 23 Jun 2007 00:06:58 |
marcus |
Update to 2.16.1. |
2.6.0_3 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}. |
2.6.0_2 14 Oct 2006 08:35:50 |
marcus |
Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.
On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed. The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily. We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.
Back to GNOME 2.16. This release brings a huge amount of new functionality
to FreeBSD. The standard release notes can be read at
http://www.gnome.org/start/2.16/ . But on top of what you will read there, (Only the first 15 lines of the commit message are shown above ) |
2.6.0 12 Jul 2006 17:58:28 |
ahze |
- Update to 2.6.0 |
2.5.1_5 31 May 2006 22:18:51 |
mezz |
- Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
for example:
Incorrect: (Without USE_X_PREFIX)
================================
# cd /usr/ports/x11-toolkits/gtk20
# make -V MTREE_FILE
/etc/mtree/BSD.x11-4.dist
# make PREFIX=/tmp/foo -V MTREE_FILE
/etc/mtree/BSD.local.dist <-- Here...
================================ (Only the first 15 lines of the commit message are shown above ) |
2.5.1_5 10 May 2006 16:33:35 |
jylefort |
Move the libglade2 programming reference to the libglade2-reference port. |
2.5.1_4 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
2.5.1_4 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
2.5.1_3 23 Nov 2005 22:55:30 |
pav |
- Eat tacos.
This was a workaround for a merging script in the repository far far away. |
2.5.1_3 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
2.5.1_3 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
2.5.1_3 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
2.5.1_2 13 Mar 2005 00:18:23 |
pav |
- Let libglade2 handle lib/libglade directories instead of gnomehier |
2.5.1_1 12 Mar 2005 21:45:29 |
bland |
Restore WITHOUT_PYTHON knob. |
2.5.1 12 Mar 2005 10:39:38 |
marcus |
Presenting GNOME 2.10 for FreeBSD!
The release notes can be found at
http://www.gnome.org/start/2.10/notes/rnwhatsnew.html, and will give you a
good idea of what has gone into this release overall. However, a lot of
FreeBSD specific additions and fixes have been made. For example, this
release offers fixed ACPI support as well as new CPU freqeuncy monitoring
support. See the FreeBSD GNOME 2.10 upgrade page at
http://www.FreeBSD.org/gnome/docs/faq210.html for the entire list as well
as a list of known issues and upgrade instructions.
GNOME 2.10, as well as all of our releases, would not be possible without
the great team that goes into porting and testign each and every component.
Thanks definitely goes out to ahze, adamw, bland, kwm, mezz, and pav for all
their work. We would also like to thank our adventurous users that chose to (Only the first 15 lines of the commit message are shown above ) |
2.4.2 11 Feb 2005 17:30:05 |
adamw |
Update to 2.4.2. |
2.4.1_1 17 Dec 2004 08:06:29 |
bland |
Respect WITHOUT_PYTHON knob.
Noticed by: dougb |
2.4.1 29 Nov 2004 20:32:37 |
marcus |
I misread a configure variable. Correct the path to the XML catalog. |
2.4.1 29 Nov 2004 20:19:51 |
marcus |
Update to 2.4.1. |
2.4.0_1 08 Nov 2004 09:32:52 |
pav |
- Bump portrevision to ease upgrading to new GNOME
Forgotten by: marcus, it seems |
2.4.0 09 Jul 2004 17:43:11 |
marcus |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
2.4.0 17 May 2004 16:40:46 |
marcus |
Update to 2.4.0. |
2.3.6 05 Apr 2004 03:11:39 |
marcus |
Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever. It fixes many bugs, and adds some features missing in previous
FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:
http://www.freebsd.org/gnome/docs/faq26.html
Please read it carefully. GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:
http://www.marcuscom.com/tinderbox/
The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts. We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.
Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru> |
2.0.1_2 18 Mar 2004 13:47:05 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
2.0.1_2 14 Mar 2004 06:17:56 |
ade |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
2.0.1_2 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
2.0.1_1 17 Nov 2003 12:29:10 |
trevor |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
2.0.1_1 04 Nov 2003 18:08:47 |
perky |
Utilize ${PYEXPAT} which is introduced in bsd.python.mk 1.40. |
2.0.1_1 22 Apr 2003 04:21:47 |
marcus |
Convert to new GNOME infrastructure. |
2.0.1_1 20 Apr 2003 02:56:27 |
marcus |
Remove USE_GNOMENG. |
2.0.1_1 07 Mar 2003 06:01:16 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.0.1_1 16 Feb 2003 00:16:38 |
marcus |
Attempt to remove ${PREFIX}/share/xml if it exists and is empty.
Reported by: bento |
2.0.1_1 07 Feb 2003 18:42:25 |
marcus |
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts. |
2.0.1 13 Jan 2003 03:11:39 |
marcus |
Remove share/xml if it exists and is empty.
Reported by: bento |
2.0.1 20 Sep 2002 17:07:51 |
marcus |
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location. |
2.0.1 29 Aug 2002 20:46:43 |
marcus |
Update to 2.0.1. |
2.0.0 11 Jul 2002 15:10:45 |
sobomax |
Use USE_REINPLACE. |
2.0.0 30 Jun 2002 22:20:44 |
marcus |
The FreeBSD GNOME team is proud to present GNOME 2.0 Release. |
2.0.0 15 Jun 2002 09:05:13 |
marcus |
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release. |
2.0.0 11 Jun 2002 08:15:32 |
marcus |
Update to the latest GNOME 2 snapshot. This will be done it two parts.
This first part is the GNOME 2 API. The next part will contain the desktop
components. |
1.99.12 28 May 2002 16:08:26 |
marcus |
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release. |
1.99.12 19 May 2002 20:16:06 |
marcus |
Back to betas...Update to GNOME 2.0 beta 5. |
1.99.11 12 May 2002 06:49:02 |
marcus |
Update to GNOME 2.0 RC2. |
1.99.11 02 May 2002 03:37:15 |
marcus |
Update to GNOME 2.0 RC 1. |
1.99.10 26 Apr 2002 14:50:03 |
sobomax |
Use GNOME2 beta4 download location for all GNOME2 ports. |
1.99.10 26 Apr 2002 09:51:55 |
sobomax |
Add patch necessary for USE_LIBTOOL. |
1.99.10 26 Apr 2002 09:51:18 |
sobomax |
Use USE_LIBTOOL. |
1.99.10 06 Apr 2002 22:37:44 |
marcus |
Update to GNOME 2.0 beta3.
Approved by: sobomax |
11 Mar 2002 20:35:07 |
sobomax |
Bring up already ported portion on GNOME2 development platform on par with
GNOME2 beta2 release. |
27 Feb 2002 11:21:00 |
sobomax |
Update all components of the GNOME 2.0 to the versions included into GNOME
2.0-beta release. |
14 Feb 2002 13:40:29 |
sobomax |
Update to 1.99.6 after a repo-copy from ports/devel/libglade. |