The FreeBSD Ports Archive
FreeBSD x11-toolkits : gtk204>
Gimp Toolkit for X11 GUI (current stable version)
The GIMP ToolKit (GTK+) is a collection of GUI widgets. GTK+
essentially provides the building blocks from which GUIs can be
built. It is highly themable, and its functionality is highly
extensible.
GTK+-2 is a very stable release, similar only in design to GTK+-1.
GTK+-2 can coexist happily alongside GTK+-1, but applications are
written for one version or the other.
http://www.gtk.org/
|
gtk20 history
v. 1.207
date: 2007/12/12 04:29:04; author: mezz; state: Exp; lines: +3 -3
Update to 2.12.3.
v. 1.206
date: 2007/11/02 20:53:38; author: mezz; state: Exp; lines: +1 -1
Remove a patch that cause some GTK+2 (mostly xfce4) apps to start up too
long and consume 100% CPU. If anyone want to revisit with improvement on
this patch, I personal think it should be take up to upstream first before
we can re-add it. Bump the PORTREVISION.
PR: ports/117556
Submitted by: Stephen Hurd
Approved by: portmgr (marcus)
v. 1.205
date: 2007/10/24 23:34:32; author: marcus; state: Exp; lines: +10 -10
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
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.204
date: 2007/09/30 22:48:03; author: marcus; state: Exp; lines: +0 -0
Forced commit to note that the CUPS fix is required after the upgrade of
cups-base to 1.3.
v. 1.203
date: 2007/09/30 22:42:46; author: marcus; state: Exp; lines: +1 -1
Fix build and subsequent functionality of the CUPS printer backend
in GTK+.
PR: 116750
Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=467414
v. 1.202
date: 2007/09/14 19:25:20; author: marcus; state: Exp; lines: +1 -2
Remove USE_XPM as it brings in USE_XLIB via bsd.port.mk. The xpm library
is already imported via USE_XORG. This should fix the cyclic dependency
problems people are reporting.
v. 1.201
date: 2007/09/14 04:51:56; author: marcus; state: Exp; lines: +1 -1
GTK+ does not need an X11 server.
v. 1.200
date: 2007/09/13 19:33:58; author: flz; state: Exp; lines: +6 -2
Remove dependency on xorg-libraries and set USE_XORG to the complete list
of X libraries instead. This is necessary for the upcoming x11/pixman port.
Approved by: marcus
v. 1.199
date: 2007/07/17 04:30:08; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.14.
v. 1.198
date: 2007/06/14 02:15:28; author: ahze; state: Exp; lines: +2 -2
Update to 2.10.13
v. 1.197
date: 2007/05/19 22:01:12; author: marcus; state: Exp; lines: +4 -5
Remove support for a separate X11BASE.
Approved by: portmgr (implicit)
v. 1.196
date: 2007/05/19 20:30:56; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.195
date: 2007/05/03 02:29:33; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.12.
v. 1.194
date: 2007/03/24 20:14:44; author: mezz; state: Exp; lines: +0 -9
Clean up the lines that has been disable the workaround of SSE2 bug for about
5-6 months with no problem.
v. 1.193
date: 2007/03/18 18:48:45; author: marcus; state: Exp; lines: +1 -28
Remove the special handing of WITH_DEBUG since this is taken care of in
bsd.port.mk now.
Reported by: mi
v. 1.192
date: 2007/03/14 11:45:30; author: ahze; state: Exp; lines: +1 -1
Update to 2.10.11
v. 1.191
date: 2007/03/12 22:07:25; author: marcus; state: Exp; lines: +2 -2
Update to 2.10.10.
v. 1.190
date: 2007/02/22 04:50:53; author: marcus; state: Exp; lines: +1 -1
Fix a bug where a NULL path could be dereferenced in a GtkFileChooserButton
which would lead to critical errors under GNOME 2.16, and a crash under
GNOME 2.17. See http://bugzilla.gnome.org/show_bug.cgi?id=410565 for
more details.
Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=410565 (see
http://bugzilla.gnome.org/attachment.cgi?id=83080&action=view)
v. 1.189
date: 2007/01/23 19:32:18; author: mezz; state: Exp; lines: +2 -2
Update to 2.10.9.
v. 1.188
date: 2007/01/18 18:21:47; author: marcus; state: Exp; lines: +1 -1
Fix a double free that could cause a crash in applications that make use
of the GTK+ recent items code.
Obtained from: GNOME SVN
v. 1.187
date: 2007/01/17 09:13:07; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.8.
v. 1.186
date: 2007/01/06 01:11:03; author: marcus; state: Exp; lines: +2 -2
Update to 2.10.7.
v. 1.185
date: 2006/12/28 20:55:36; author: marcus; state: Exp; lines: +1 -1
Fix LPR printing for applications that use gtkprint. See
http://bugzilla.gnome.org/show_bug.cgi?id=390159 for more details.
Reported by: oliver
v. 1.184
date: 2006/10/25 21:19:26; author: marcus; state: Exp; lines: +3 -1
Fix gtkprint with users that have cups-base installed, but who are
using lpr instead of CUPS for printing. With this fix, CUPS users should be
able to print to file, CUPS printers, and BSD lpr printers. Non-CUPS
users should be able to print to file and BSD lpr printers.
Approved by: portmgr (implicit)
v. 1.183
date: 2006/10/14 08:35:00; author: marcus; state: Exp; lines: +20 -11
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,
jylefort and marcus have completed work on a port of HAL to FreeBSD. This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.
But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:
Phillip Neumann
tmclaugh
mux
Yuri Pankov
chinsan
Thomas
Brian Gruber
Franz Klammer
Dominique Goncalves
Pascal Hofstee
Yasuda Keisuke
backyard
Andris Raugulis
Eric L. Chen
Pawel Worach
QuiRK on #freebsd-gnome
Shane Bell
luigi
sajd on #freebsd-gnome
sat
Chris Coleman
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz
Enjoy!
Approved by: portmgr (implicit, kris)
v. 1.182
date: 2006/07/02 19:22:57; author: marcus; state: Exp; lines: +1 -1
Update to 2.8.20.
v. 1.181
date: 2006/06/13 01:25:10; author: marcus; state: Exp; lines: +2 -2
Update to 2.8.19.
v. 1.180
date: 2006/05/31 22:18:49; author: mezz; state: Exp; lines: +1 -2
- 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...
================================
Correct: (With 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.x11-4.dist <-- Here...
================================
- Change a several of *-reference ports to install in LOCALBASE instead
X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
Bump the PORTREVISION for change prefix.
Discussed with: marcus
v. 1.179
date: 2006/05/31 00:20:12; author: marcus; state: Exp; lines: +1 -1
Correct a potential symbol conflict between the xdgmime functions in gtk+
and those in gnome-vfs. This problem would manifest itself by screwing
up MIME types for various files, and causing GTK+ filtered file choosers
not to display contents correctly.
v. 1.178
date: 2006/05/27 00:10:18; author: ahze; state: Exp; lines: +3 -4
- Update to 2.8.18
v. 1.177
date: 2006/05/15 22:23:03; author: mezz; state: Exp; lines: +1 -0
Add USE_GETTEXT to appease portlint.
v. 1.176
date: 2006/05/13 05:00:34; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from categories starting with X
v. 1.175
date: 2006/05/09 23:45:34; author: jylefort; state: Exp; lines: +20 -3
- Add gtk20-reference.
- Add manpages which are not related to programming to the gtk20 port.
v. 1.174
date: 2006/04/08 04:50:38; author: marcus; state: Exp; lines: +1 -1
Update to 2.8.17.
v. 1.173
date: 2006/03/16 04:32:55; author: marcus; state: Exp; lines: +1 -1
Update to 2.8.16.
v. 1.172
date: 2006/03/15 05:50:51; author: marcus; state: Exp; lines: +2 -3
Update to 2.8.15.
v. 1.171
date: 2006/02/23 10:40:18; author: ade; state: Exp; lines: +2 -1
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.170
date: 2006/02/20 18:20:48; author: mezz; state: Exp; lines: +3 -3
Add WITHOUT_DEBUG to support more standard flag, same behavior as with
WITH_DEBUG=no.
Submitted by: "Babak Farrokhi"
v. 1.169
date: 2006/02/11 19:15:54; author: ahze; state: Exp; lines: +1 -1
- Update to 2.8.12
v. 1.168
date: 2006/01/28 01:59:10; author: bland; state: Exp; lines: +1 -1
Update to 2.8.11
v. 1.167
date: 2006/01/12 00:20:10; author: ahze; state: Exp; lines: +1 -1
- Update to 2.8.10
v. 1.166
date: 2005/12/10 01:41:35; author: marcus; state: Exp; lines: +1 -1
Update to 2.8.9.
v. 1.165
date: 2005/11/28 19:38:23; author: marcus; state: Exp; lines: +1 -2
Update to 2.8.8.
v. 1.164
date: 2005/11/21 00:16:29; author: marcus; state: Exp; lines: +1 -3
We no longer need to touch the icon-theme.cache now that gnome-icon-theme
does the right thing.
v. 1.163
date: 2005/11/19 19:53:13; author: jylefort; state: Exp; lines: +1 -1
Reliably detect if icon-theme.cache is uptodate, by checking the mtime
of all the files in a theme directory.
v. 1.162
date: 2005/11/19 07:57:48; author: marcus; state: Exp; lines: +4 -1
* Use X11BASE rather than PREFIX or %D to search for icons
* Make sure ${X11BASE}/share/icons/hicolor/icon-theme.cache exists by
touching it. Otherwise, the cache file would not appear until icons
were actually installed, and this was breaking some port builds on
pointyhat.
v. 1.161
date: 2005/11/15 22:34:25; author: marcus; state: Exp; lines: +1 -2
Update to 2.8.7.
v. 1.160
date: 2005/11/07 20:30:32; author: jylefort; state: Exp; lines: +5 -0
Fix the file chooser in gtk-demo.
v. 1.159
date: 2005/11/05 04:53:10; author: marcus; state: Exp; lines: +10 -23
Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixes
and new features. Don't believe me? Then see for yourself at
http://www.gnome.org/start/2.12/notes/en/.
DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use
the gnome_upgrade.sh script from
http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will
circumvent some potential pitfalls users can see if they use portupgrade
by itself.
In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special
splash screen. The winner of this release's contest is
Dominique Goncalves . His splash screen
was inspired by http://art.gnome.org/contests/2.12-splash/83.
The FreeBSD GNOME Team would lank to thank the following users for
their contributions to this release:
Matthew Luckie
ade
sajd on #freebsd-gnome
Caelian on #freebsd-gnome
mnag
Yasuda Keisuke
Mark Hobden
Sergey Akifyev
Andreas Kohn
For more information on GNOME on FreeBSD, checkout
http://www.FreeBSD.org/gnome/. The 2.12 documentation will be
posted shortly.
v. 1.158
date: 2005/09/03 02:38:12; author: bland; state: Exp; lines: +2 -1
Unbreak 4-STABLE build (gcc 2.95.x does not know anything about SSE2).
v. 1.157
date: 2005/09/02 22:07:47; author: mezz; state: Exp; lines: +12 -1
There is a SSE2 bug in either GCC or in our libc, when use p4, p-m or else
is being use in CPUTYPE that enable SSE2 will causing Java with GTK2 and
Mono/gtk-sharp crash. Disable SSE2 to solve the crash and see ports/72014
for detail.
Reported by: Panagiotis Astithas
Reviewed by: marcus
v. 1.156
date: 2005/08/28 07:37:53; author: marcus; state: Exp; lines: +1 -1
Update to 2.6.10.
v. 1.155
date: 2005/08/01 19:00:53; author: marcus; state: Exp; lines: +1 -1
Update to 2.6.9.
v. 1.154
date: 2005/07/18 03:59:11; author: mezz; state: Exp; lines: +2 -0
Add -g in CFLAGS and STRIP= #empty when use WITH_DEBUG knob.
Requested by: jylefort
Reviewed by: jylefort and marcus in #freebsd-gnome (freenode)
v. 1.153
date: 2005/06/16 05:24:42; author: ahze; state: Exp; lines: +1 -1
- Update to 2.6.8
Release Notes: http://mail.gnome.org/archives/gnome-announce-list/2005-June/msg00023.html
v. 1.152
date: 2005/04/13 04:40:39; author: adamw; state: Exp; lines: +6 -0
Add a few brief comments about what it means to set WITH_DEBUG to various
values. It's likely inaccurate information, so please improve on it if you
can.
v. 1.151
date: 2005/04/13 04:36:43; author: marcus; state: Exp; lines: +1 -1
Update to 2.6.7.
v. 1.150
date: 2005/04/12 18:07:20; author: ahze; state: Exp; lines: +20 -0
- Add WITH_DEBUG knob that has the following turnables [no|minimum|yes]
Default is minimum per gtk.
v. 1.149
date: 2005/04/11 06:35:52; author: ahze; state: Exp; lines: +1 -2
- Update to 2.6.6
From Release:
This is a bug fix release and is source and binary compatible
with 2.6.0. The main reason for this quick release is to fix
problems with stock images in GTK+ 2.6.5.
v. 1.148
date: 2005/04/10 02:37:32; author: bland; state: Exp; lines: +1 -0
Fix missing icons bug (bug #169870).
Thanks to: Adam McLaurin
v. 1.147
date: 2005/04/09 11:30:15; author: bland; state: Exp; lines: +1 -2
- Update to 2.6.5
- Sort plist.
v. 1.146
date: 2005/03/12 10:39:28; author: marcus; state: Exp; lines: +5 -6
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
ride the walrus. We'd especially like to thank the following users that
provided patches for GNOME 2.10:
ade
Yasuda Keisuke
Franz Klammer
Khairil Yusof
Radek Kozlowsk
And anyone else I may have accidentally omitted.
As with GNOME 2.8, 2.10 comes with a brand-spankin' new splashscreen
courtesy of Franz Klammer. However, unlike GNOME 2.8, we've included all
of the FreeBSD GNOME splashscreen entries with gnomesession. You can
use the deskutils/splashsetter port to choose the one you like best.
As always, GNOME users should _not_ use portupgrade alone to upgrade to
2.10. Instead, get the gnome_upgrade.sh script from
http://www.FreeBSD.org/gnome/gnome_upgrade.sh.
Enjoy!
v. 1.145
date: 2004/12/20 06:28:08; author: mezz; state: Exp; lines: +1 -1
Update a link in MASTER_SITES for 2.3 -> 2.4.
v. 1.144
date: 2004/12/20 06:02:51; author: mezz; state: Exp; lines: +5 -3
Clean up the pkg-plist voodoo:
- Create an empty lib/gtk-2.0/${GTK_VERSION}/engines directory for
gtk theme engine ports.
- Correct the removal of directories:
lib/gtk-2.0/${GTK_VERSION}/[loaders,immodules,engines]
lib/gtk-2.0/${GTK_VERSION}
lib/gtk-2.0
Bump PORTREVISION.
Reviewed by: marcus
Reported by: pointyhat via kris
v. 1.143
date: 2004/12/13 00:59:03; author: marcus; state: Exp; lines: +4 -0
Create an empty lib/gtk-2.0/modules directory to be used by other ports.
v. 1.142
date: 2004/12/03 08:24:25; author: bland; state: Exp; lines: +1 -1
Update to 2.4.14
v. 1.141
date: 2004/11/11 22:48:27; author: marcus; state: Exp; lines: +1 -0
This port really need gmake.
v. 1.140
date: 2004/11/07 22:24:30; author: marcus; state: Exp; lines: +1 -2
Presenting GNOME 2.8 for FreeBSD (2.8.1 to be exact).
This release notes detailing all of the new goodies in GNOME 2.8 can
be found at http://www.gnome.org/start/2.8/notes/, and the list of what
was fixed in GNOME 2.8.1 can be found at
http://lists.gnome.org/archives/gnome-announce-list/2004-October/msg00056.html.
This release, as well as all of our others, would not have been possible
without the great efforts of our FreeBSD GNOME Team. The list of
current members can be found at http://www.freebsd.org/gnome/contact.html
(including our newest member, Michael Johnson ).
Special thanks also goes out to all of the loyal FreeBSD GNOME users that
put up with crashes and hangs to test and debug GNOME on FreeBSD. We would
especially like to thank those users that provided patches for GNOME 2.7 and
2.8:
Franz Klammer
Piotr Smyrak
Radek Kozlowski
Khairil Yusof
Yasuda Keisuke
Tom McLaughlin
Vladimir Grebenschikov
GNOME 2.8 also features a new, FreeBSD-specific splashscreen that
was designed by jimmac for GNOME 2.8, then daemonized by
Franz Klammer and Radek Kozlowski
.
As with GNOME 2.6, you cannot just "portupgrade" to GNOME 2.8. There is
a script provided at http://www.marcuscom.com/downloads/gnome_upgrade28.sh
that will aid in the upgrade process. Full documentation on the GNOME 2.8
upgrade is coming following this commit.
From all of us at FreeBSD GNOME, ENJOY!
v. 1.139
date: 2004/09/17 02:09:28; author: marcus; state: Exp; lines: +1 -0
Fix recent XPM buffer overflows as described at
http://www.vuxml.org/freebsd/3d1e9267-073f-11d9-b45d-000c41e2cdad.html.
Obtained from: GTK+ CVS
Approved by: portmgr (implicit)
v. 1.138
date: 2004/08/25 19:35:22; author: adamw; state: Exp; lines: +1 -1
Update to 2.4.9. This is just a quick fix release that pretty
much duplicates the configure patch that marcus committed.
v. 1.137
date: 2004/08/25 19:02:32; author: marcus; state: Exp; lines: +1 -1
Update to 2.4.8.
v. 1.136
date: 2004/08/19 13:25:38; author: vs; state: Exp; lines: +1 -1
mirror.ac.uk -> mirrorservice.org
PR: ports/69481
Submitted by: Tim Bishop, Dejan Lesjak
Approved by: maintainers
v. 1.135
date: 2004/08/14 21:38:17; author: marcus; state: Exp; lines: +1 -2
Update to 2.4.7 which has the fix for the FileSelector bug as well as
a potential crash when trying to get a user's home directory.
v. 1.134
date: 2004/08/14 17:49:05; author: bland; state: Exp; lines: +1 -0
Fix a bug in GtkFileChooser which prevent files to be opened.
Obtained from: GNOME Bugzilla (#150099)
v. 1.133
date: 2004/08/13 20:38:12; author: bland; state: Exp; lines: +1 -2
Update to 2.4.6
v. 1.132
date: 2004/08/08 22:49:20; author: mezz; state: Exp; lines: +1 -1
Use new libtool scheme.
v. 1.131
date: 2004/08/04 18:31:49; author: marcus; state: Exp; lines: +1 -0
Sync the MIME search directories from gnome-vfs. This fixes some
prioritization issues with custom MIME types.
v. 1.130
date: 2004/07/10 09:20:06; author: bland; state: Exp; lines: +1 -2
Update to 2.4.4
v. 1.129
date: 2004/06/26 03:27:58; author: marcus; state: Exp; lines: +3 -1
Add support for a mime database in ${X11BASE} as well as ${LOCALBASE}.
Requested by: pav
v. 1.128
date: 2004/06/11 17:17:24; author: marcus; state: Exp; lines: +1 -1
Update to 2.4.3.
v. 1.127
date: 2004/06/04 19:56:40; author: marcus; state: Exp; lines: +1 -1
Update to 2.4.2.
v. 1.126
date: 2004/05/06 21:02:30; author: adamw; state: Exp; lines: +3 -2
Reword some of the dropshadow patch warning message text stuff thingers.
v. 1.125
date: 2004/05/06 04:33:39; author: mezz; state: Exp; lines: +17 -0
Add experimental WITH_DROPSHADOW option back in; it is not supported by
FreeBSD GNOME Team.
PR: ports/66295
Submitted by: michael johnson
Approved by: marcus (backup mentor)
v. 1.124
date: 2004/04/30 19:17:54; author: marcus; state: Exp; lines: +1 -1
Update to 2.4.1.
v. 1.123
date: 2004/04/05 03:11:37; author: marcus; state: Exp; lines: +10 -26
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 for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.
Jeremy Messenger
Khairil Yusof
Koop Mast
Simon Barner
Tom McLaughlin
Scott Dodson
Vladimir Grebenschikov
v. 1.122
date: 2004/03/14 06:17:46; author: ade; state: Exp; lines: +1 -1
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.
v. 1.121
date: 2004/02/04 05:10:06; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.120
date: 2003/11/02 15:06:51; author: bland; state: Exp; lines: +17 -0
Due popular demand and weeling of gnome@ to deliver more eye candy
port to the users we add experimental WITH_DROPSHADOW option.
PR: 58757
Submitted by: Miguel Mendez (slightly modified)
v. 1.119
date: 2003/10/06 01:13:39; author: marcus; state: Exp; lines: +1 -1
Correct some obsolete MASTER_SITES
PR: 57557
Submitted by: Mark Linimon
v. 1.118
date: 2003/09/24 18:38:54; author: marcus; state: Exp; lines: +7 -4
* Fix l10n bug with the locale directory [1]
* Add XInput support
* Add a gtk20 LATEST_LINK
* Replace find with ${FIND} and xargs with ${XARGS}
Reported by: Marcin Wisnicki [1]
v. 1.117
date: 2003/09/05 05:39:24; author: adamw; state: Exp; lines: +1 -1
Update to 2.2.4.
v. 1.116
date: 2003/08/26 22:10:29; author: marcus; state: Exp; lines: +1 -2
Update to 2.2.3.
v. 1.115
date: 2003/08/14 21:56:14; author: marcus; state: Exp; lines: +1 -0
Add a patch from gtk+ CVS that fixes the corrupt thumbnails in
gnome-theme-manager.
Obtained from: gtk+ CVS
v. 1.114
date: 2003/06/11 00:41:01; author: marcus; state: Exp; lines: +2 -7
* Update to 2.2.2
* Make sure Xrandr support is enabled [1]
Submitted by: netchild [1]
v. 1.113
date: 2003/05/03 07:07:01; author: marcus; state: Exp; lines: +1 -0
Link executables with -pthread so that they can work with threaded libraries
like libgthread.
v. 1.112
date: 2003/04/22 04:56:27; author: marcus; state: Exp; lines: +2 -5
Convert to new GNOME infrastructure.
v. 1.111
date: 2003/04/20 19:54:01; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.110
date: 2003/03/07 06:14:02; author: ade; state: Exp; lines: +1 -0
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.109
date: 2003/02/18 04:51:30; author: anholt; state: Exp; lines: +0 -2
Remove the renaming of Xft headers and library from the Xft (Xft2) port.
Remove installing of Xft1 from XFree86-4-libraries, and add dependencies
to the Xft port by all the ports that use it along with whatever patches are
necessary.
Approved by: portmgr (kris), marcus
v. 1.108
date: 2003/02/07 18:42:21; author: marcus; state: Exp; lines: +15 -10
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts.
v. 1.107
date: 2002/11/21 04:18:24; author: marcus; state: Exp; lines: +3 -7
Update to 2.0.9.
v. 1.106
date: 2002/11/17 00:31:19; author: marcus; state: Exp; lines: +1 -0
Fix a bug that caused spurious crashes in metacity.
Special thanks goes to James Pole ,
and Marc Recht who provided information
to GNOME's Bugzilla. More details on this bug can be found at:
http://bugzilla.gnome.org/show_bug.cgi?id=97992
http://bugzilla.gnome.org/show_bug.cgi?id=94806
Obtained from: GNOME CVS
v. 1.105
date: 2002/11/10 21:30:13; author: marcus; state: Exp; lines: +1 -2
Update to 2.0.8.
v. 1.104
date: 2002/11/07 23:23:04; author: marcus; state: Exp; lines: +1 -1
Fix a problem in the GIF pixbuf loader that caused GTK+ apps to crash when
trying to load GIF images.
Reported by: William N. Culler Jr.
v. 1.103
date: 2002/11/05 21:28:51; author: marcus; state: Exp; lines: +6 -2
Do not enable XInput by default. While it works well with gtk12, there
still seems to be some issues with gtk20. Instead, allow users that really
want XInput support to enable it using -DWITH_XINPUT
Problem reported by: William N. Culler Jr.
v. 1.102
date: 2002/11/05 02:14:58; author: marcus; state: Exp; lines: +5 -4
Update to 2.0.7, and enable XInput support by default.
v. 1.101
date: 2002/09/20 17:07:35; author: marcus; state: Exp; lines: +1 -1
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.
v. 1.100
date: 2002/08/04 03:02:30; author: marcus; state: Exp; lines: +2 -2
Update to 2.0.6.
v. 1.99
date: 2002/06/30 22:20:37; author: marcus; state: Exp; lines: +1 -1
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
v. 1.98
date: 2002/06/26 09:18:33; author: marcus; state: Exp; lines: +6 -5
Update to GNOME 2.0 RC2.
v. 1.97
date: 2002/06/15 09:05:05; author: marcus; state: Exp; lines: +1 -1
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
v. 1.96
date: 2002/06/11 08:15:26; author: marcus; state: Exp; lines: +2 -2
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.
v. 1.95
date: 2002/06/01 19:00:45; author: marcus; state: Exp; lines: +3 -2
Update to 2.0.3.
This is a set of commits for GTK+-2.0 and friends to support
freetype2-2.1.0.
PR: 38796
v. 1.94
date: 2002/05/28 16:08:21; author: marcus; state: Exp; lines: +1 -1
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
v. 1.93
date: 2002/05/19 20:16:02; author: marcus; state: Exp; lines: +1 -1
Back to betas...Update to GNOME 2.0 beta 5.
v. 1.92
date: 2002/05/13 16:09:05; author: marcus; state: Exp; lines: +1 -1
Fix up the pkg-{descr|comment} to relfect reality, and avoid confusion
for software developers.
Submitted by: Lawrence Mayer dsg
v. 1.91
date: 2002/05/12 06:49:01; author: marcus; state: Exp; lines: +1 -1
Update to GNOME 2.0 RC2.
v. 1.90
date: 2002/05/02 03:37:13; author: marcus; state: Exp; lines: +1 -1
Update to GNOME 2.0 RC 1.
v. 1.89
date: 2002/04/26 09:26:05; author: sobomax; state: Exp; lines: +3 -3
- Update to 2.0.2 (version found in the GNOME2 beta4);
- use USE_LIBTOOL.
v. 1.88
date: 2002/04/06 22:37:41; author: marcus; state: Exp; lines: +3 -3
Update to GNOME 2.0 beta3.
Approved by: sobomax
v. 1.87
date: 2002/03/11 17:53:24; author: sobomax; state: Exp; lines: +7 -5
Update gtk/glib to the version 2.0 and other related ports to the latest
versions.
PR: 35541, 35744, 35757
Submitted by: Joe Marcus Clarke
v. 1.86
date: 2002/03/04 21:18:52; author: sobomax; state: Exp; lines: +4 -7
Update to 1.3.14. URGH, I donno how it missed the last GNOME 2 beta update
boat few weeks ago.
Big pointy hat to: sobomax
v. 1.85
date: 2002/02/21 09:46:20; author: sobomax; state: Exp; lines: +0 -2
Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with another
dependencies.
v. 1.84
date: 2002/02/14 10:34:46; author: sobomax; state: Exp; lines: +1 -0
Fix a bug breaking the build of libglade2, bump PORTREVISION.
v. 1.83
date: 2002/02/12 14:17:06; author: sobomax; state: Exp; lines: +7 -4
Update to 1.3.13.
v. 1.82
date: 2002/01/18 13:26:02; author: sobomax; state: Exp; lines: +4 -3
Update to 1.3.12.
v. 1.81
date: 2001/10/24 08:23:28; author: sobomax; state: Exp; lines: +5 -5
Update to 1.3.9.
v. 1.80
date: 2001/09/11 03:32:40; author: ache; state: Exp; lines: +2 -2
Bump png major
v. 1.79
date: 2001/08/01 18:14:04; author: sobomax; state: Exp; lines: +5 -5
Update to 1.3.6.
v. 1.78
date: 2001/05/14 12:16:43; author: sobomax; state: Exp; lines: +4 -3
Update to 1.3.5.
v. 1.77
date: 2001/05/11 16:36:45; author: ade; state: Exp; lines: +2 -2
SWitch maintainership of core GNOME ports to a small group of
committers (gnome@FreeBSD.org), since this is now definitely too big
for just one person.
v. 1.76
date: 2001/04/30 05:29:44; author: sobomax; state: Exp; lines: +7 -4
Update to 1.3.4.
Approved by: maintainer
v. 1.75
date: 2001/03/30 17:16:22; author: ben; state: Exp; lines: +2 -1
Add .uk master site.
Approved by: ade (maintainer)
v. 1.74
date: 2001/03/23 05:42:29; author: ade; state: Exp; lines: +2 -2
Sigh. Reclaim these, primarily for GNOME 1.4
v. 1.73
date: 2001/03/23 05:34:26; author: vanilla; state: Exp; lines: +2 -2
Someone don't like my style, so I drop maintainer now.
v. 1.72
date: 2001/03/11 21:50:34; author: sf; state: Exp; lines: +6 -6
make MASTER_SITE_SUBDIR more effective.
Submitted by: knu
v. 1.71
date: 2001/03/11 17:06:39; author: sf; state: Exp; lines: +4 -2
add MASTER_SITE_RINGSERVER.
Approved by: maintainer
v. 1.70
date: 2001/02/09 22:30:23; author: vanilla; state: Exp; lines: +2 -1
Bump version.
Reminded by: dima
v. 1.69
date: 2001/02/09 15:13:15; author: vanilla; state: Exp; lines: +2 -3
Correct pkg-comment, GTK stands for "Gimp Toolkit",
and add WWW link on pkg-descr.
Submitted by: Opcode
v. 1.68
date: 2000/11/20 18:06:10; author: sobomax; state: Exp; lines: +5 -4
Update to 1.3.2.
v. 1.67
date: 2000/08/29 11:30:56; author: sobomax; state: Exp; lines: +3 -1
Add NO_LATEST_LINK.
Pointed out by: nbm
v. 1.66
date: 2000/08/03 09:27:40; author: asami; state: Exp; lines: +2 -2
(1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
v. 1.65
date: 2000/07/19 07:33:10; author: sobomax; state: Exp; lines: +18 -18
Add gtk13 after repo-copy from gtk12.
Warning: it is unstable development version, so you do not have to upgrade your
gtk12 LIB_DEPENDS!
v. 1.64
date: 2000/06/16 21:52:22; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
v. 1.63
date: 2000/06/16 10:38:14; author: sobomax; state: Exp; lines: +2 -1
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
v. 1.62
date: 2000/06/05 13:31:57; author: sobomax; state: Exp; lines: +4 -2
Move responsibility for the lib/gtk/engines directory into gtk12 port. This
directory is shared between at least 3 ports (GTK+ theme engines).
Suggested by: bento
v. 1.61
date: 2000/05/25 12:45:48; author: sobomax; state: Exp; lines: +1 -2
Oops, forgot to remove unneded line.
v. 1.60
date: 2000/05/25 12:23:47; author: sobomax; state: Exp; lines: +3 -2
Update glib/gtk++ to 1.2.8.
Overview of Changes in GTK+ 1.2.8:
* GNU Make 3.79 bug workaround
* FAQ and tutorial updates and improvements
* Miscellaneous bug fixes: CList, Calendar, rc-files, FontSelection
Overview of Changes in GLib 1.2.8:
* GArray zero initialization bug fixed
* Fix for upper bound calculation of formatted strings
* Improved GCC detection
* AIX dynamic modules fix to retrive symbols from shared libraries for the main
program.
* Miscellaneous other minor bug fixes
v. 1.59
date: 2000/04/25 10:36:11; author: knu; state: Exp; lines: +2 -1
Fix the awful error in the fontset specifications for several languages.
PR: ports/18054
Submitted by: Dmitry Sivachenko
v. 1.58
date: 2000/04/10 01:10:23; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.57
date: 2000/02/18 19:39:15; author: cpiazza; state: Exp; lines: +4 -4
Update to glib/gtk 1.2.7
PR: 16809
Submitted by: Maxim Sobolev
v. 1.56
date: 1999/10/13 11:19:08; author: nakai; state: Exp; lines: +4 -4
Submitted by:Ade Lovett
Update to gtk+-1.2.6
This is an impotant library for 'October GNOME'
v. 1.55
date: 1999/10/10 03:22:31; author: vanilla; state: Exp; lines: +1 -4
Correct theme engines' path.
v. 1.54
date: 1999/10/09 18:46:08; author: vanilla; state: Exp; lines: +5 -5
Upgrade to 1.2.5.
PR: ports/14195
Submitted by: nobutaka@nobutaka.com
v. 1.53
date: 1999/09/11 01:06:13; author: asami; state: Exp; lines: +2 -1
Set
LIBTOOLFLAGS= --disable-ltlibs --release-suffix
to take advandate of new libtools.
Submitted by: libtools maintainer
v. 1.52
date: 1999/08/31 06:52:46; author: mharo; state: Exp; lines: +2 -2
FreeBSD.ORG -> FreeBSD.org
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
v. 1.51
date: 1999/08/31 02:59:17; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.50
date: 1999/05/29 03:49:36; author: steve; state: Exp; lines: +10 -18
Update to version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea
v. 1.49
date: 1999/05/02 05:21:19; author: kuriyama; state: Exp; lines: +4 -4
Upgrade to 1.2.2.
I don't know all of the gtk dependency. If it breaks some ports,
please back this out.
v. 1.48
date: 1999/03/27 00:00:16; author: flathill; state: Exp; lines: +4 -4
Update to 1.2.1
Can't apply patch-aa and it is needless
PR: ports/10811
Submitted by: mreimer@vpop.net
v. 1.47
date: 1999/03/19 04:40:05; author: nectar; state: Exp; lines: +3 -4
Now that gettext includes a shared library, dependencies should
use it in LIB_DEPENDS.
PR: ports/10647
Submitted by: Jeremy Lea
v. 1.46
date: 1999/03/09 01:09:08; author: nectar; state: Exp; lines: +19 -13
Upgrade to GNOME 1.0. The following are the details:
ports/audio/esound 0.2.7 -> 0.2.8 PR ports/10422
ports/audio/gnomeaudio 0.99.8 -> 1.0.0 PR ports/10426
ports/audio/libaudiofile 0.1.5 -> 0.1.6 PR ports/10421
ports/deskutils/gnomepim 0.99.8.1 -> 1.0.1 PR ports/10435
ports/devel/ORBit 0.3.98 -> 0.4.0 PR ports/10423
ports/devel/gettext shared libs now PR ports/10293
ports/devel/glib12 1.1.16 -> 1.2.0 PR ports/10419
ports/devel/libgtop 0.99.8 -> 1.0.1 PR ports/10430
ports/games/gnomegames 0.99.8 -> 1.0.1 PR ports/10436
ports/graphics/electriceyes distfile moved PR ports/10437
ports/graphics/imlib 1.9.3 -> 1.9.4 PR ports/10424
ports/lang/gnomeobjc 0.99.3 -> 1.0.1 PR ports/10441
ports/math/gnumeric 0.6 -> 0.15 PR ports/10439
ports/misc/gnomeutils 0.99.5 -> 1.0.1 PR ports/10442
ports/sysutils/gnomeadmin 0.99.1 -> 1.0.1 PR ports/10445
ports/sysutils/gnomecontrolcenter 0.99.3.1 -> 1.0.1 PR ports/10446
ports/sysutils/gtop 0.99.2 -> 1.0.1 PR ports/10477
ports/textproc/libxml 0.99.8 -> 1.0.0 PR ports/10438
ports/www/libghttp distfile moved PR ports/10429
ports/x11/gnome 0.99.3 -> 1.0.0 PR ports/10450
ports/x11/gnomecore 0.99.8.1 -> 1.0.1 PR ports/10432
ports/x11/gnomelibs 0.99.8.1 -> 1.0.1 PR ports/10425
ports/x11-fm/gnomemc 4.5.10 -> 4.5.23 PR ports/10448
ports/x11-toolkits/gtk-engines 0.1 -> 0.5 PR ports/10427
ports/x11-toolkits/gtk12 1.1.6 -> 1.2.0 PR ports/10420
Note that repository copies were made before this commit, as follows:
ports/devel/glib11-devel -> ports/devel/glib12
ports/x11-toolkits/gtk11-devel -> ports/x11-toolkits/gtk12
Submitted by: Jeremy Lea
v. 1.45
date: 1999/03/06 18:19:23; author: nectar; state: Exp; lines: +3 -2
Install ${LOCALBASE}/share/aclocal/gtk11d.m4 by default so that
other ports that use GTK and autoconf may depend upon it.
v. 1.44
date: 1999/02/18 04:49:25; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 1.1.16.
v. 1.43
date: 1999/01/31 16:55:06; author: vanilla; state: Exp; lines: +5 -6
Upgrade to 1.1.14.
PR: ports/9803
Submitted by: Jeremy Lea
v. 1.42
date: 1999/01/20 22:14:27; author: vanilla; state: Exp; lines: +14 -9
Upgrade to 1.1.13.
v. 1.41
date: 1999/01/05 00:58:09; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 1.1.12, and I wont upgrade glib11d & gtk11d until I finish all
ports of GNOME.
v. 1.40
date: 1999/01/04 08:43:06; author: vanilla; state: Exp; lines: +2 -2
Bump libglib11d's version to 2.0,
and fix some configure problem(include pkg/PLIST).
v. 1.39
date: 1999/01/01 02:32:05; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 1.1.11.
v. 1.38
date: 1998/12/30 23:11:36; author: vanilla; state: Exp; lines: +4 -2
Add RUN_DEPEND again.
v. 1.37
date: 1998/12/28 13:57:36; author: vanilla; state: Exp; lines: +2 -2
Change RUN_DEPEND to BUILD_DEPEND.
v. 1.36
date: 1998/12/26 19:17:43; author: vanilla; state: Exp; lines: +8 -6
Upgrade to 1.1.9.
v. 1.35
date: 1998/12/22 09:06:28; author: asami; state: Exp; lines: +2 -3
Move USE_X_PREFIX before .include .
v. 1.34
date: 1998/12/22 07:56:14; author: asami; state: Exp; lines: +8 -2
Mark this broken, it includes a perl script that requires perl5. Someone
please fix it to use ${PERL5} and add USE_PERL5.
---
Making all in gtk
cd . && perl makeenums.pl defs gtk.h gtkaccelgroup.h
:
syntax error in file makeenums.pl at line 5, next 2 tokens "my $flags"
v. 1.33
date: 1998/12/12 04:43:30; author: vanilla; state: Exp; lines: +9 -18
Upgrade to 1.1.7,
I change library name to libgtk11d,
and gtk-config to gtk11d-config.
v. 1.32
date: 1998/12/10 14:30:28; author: asami; state: Exp; lines: +3 -1
Mark this broken while it awaits an upgrade by the mighty Vanilla
after a repo copy.
v. 1.31
date: 1998/12/10 13:18:16; author: vanilla; state: Exp; lines: +2 -2
Correct MASTER_SITES.
v. 1.30
date: 1998/11/18 10:51:53; author: asami; state: Exp; lines: +2 -2
List manpage name correctly.
v. 1.29
date: 1998/11/17 15:22:02; author: vanilla; state: Exp; lines: +4 -4
Downgrage to 1.1.2
Remind by: asami
v. 1.28
date: 1998/11/02 17:21:20; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 1.1.3.
v. 1.27
date: 1998/09/23 00:47:16; author: vanilla; state: Exp; lines: +5 -5
Upgrade to 1.1.2, and convert gtk11 to elf.
v. 1.26
date: 1998/09/22 23:31:14; author: asami; state: Exp; lines: +2 -2
glib is now ELFized.
v. 1.25
date: 1998/09/15 11:41:42; author: vanilla; state: Exp; lines: +10 -1
Install info page now, and I move gtk(11) back to X11R6 now.
v. 1.24
date: 1998/08/14 11:16:49; author: vanilla; state: Exp; lines: +3 -2
Change library name to libgtk11.
Reminded by: asami
v. 1.23
date: 1998/08/12 10:38:28; author: vanilla; state: Exp; lines: +8 -15
Upgrade to 1.1.1.
v. 1.22
date: 1998/08/07 23:08:38; author: asami; state: Exp; lines: +2 -2
I'm not sure how I missed these before. Move "gtk gtk11 p5-Gtk
p5-Tcl-Tk p5-Tk" from x11 to x11-toolkits. Note gtk11 is not in the
Makefile because it's a repository copy of gtk awaiting an upgrade
(vanilla, wake up! :).
v. 1.21
date: 1998/07/30 05:24:38; author: vanilla; state: Exp; lines: +4 -5
Upgrade to 1.0.5, remove USE_X11 (i put gtk on /usr/local now).
v. 1.20
date: 1998/06/07 02:05:42; author: vanilla; state: Exp; lines: +7 -6
1. Upgrade to 1.4.
2. Add another MASTER_SITES, because ftp.gimp.org is VERY busy).
PR: ports/6876
Submitted by: Brett Taylor
v. 1.19
date: 1998/06/01 04:24:01; author: vanilla; state: Exp; lines: +11 -10
Add another MASTER_SITE.
v. 1.18
date: 1998/05/27 18:12:00; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 1.0.3.
v. 1.17
date: 1998/05/16 21:13:16; author: vanilla; state: Exp; lines: +6 -4
Upgrade to 1.0.2,
move /usr/X11R6/share/aclocal/gtk.m4 to /usr/local/share/aclocal/gtk.m4
v. 1.16
date: 1998/05/06 09:46:24; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 1.0.1.
v. 1.15
date: 1998/04/17 13:21:17; author: erich; state: Exp; lines: +4 -4
update to gtk-1.0.0
v. 1.14
date: 1998/04/11 12:08:06; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 0.99.10.
v. 1.13
date: 1998/04/04 13:46:25; author: vanilla; state: Exp; lines: +4 -5
Upgrade to 0.99.9.
PR: ports/6208
Submitted by: dannyman
v. 1.12
date: 1998/03/17 18:36:40; author: erich; state: Exp; lines: +6 -3
upgrade to 0.99.7
v. 1.11
date: 1998/03/14 19:47:58; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 0.99.5.
v. 1.10
date: 1998/03/09 02:52:55; author: steve; state: Exp; lines: +3 -3
Location on MASTER_SITE changed.
v. 1.9
date: 1998/01/28 15:39:05; author: erich; state: Exp; lines: +3 -3
upgrade to 0.99.3
v. 1.8
date: 1998/01/21 12:26:45; author: asami; state: Exp; lines: +4 -1
Run "ldconfig -m" after installation. Run "ldconfig -R" after
deinstallation (PLIST only).
v. 1.7
date: 1998/01/05 17:17:14; author: vanilla; state: Exp; lines: +3 -3
Upgrade to 0.99.2.
v. 1.6
date: 1997/12/16 19:29:16; author: vanilla; state: Exp; lines: +4 -4
Upgrade to 0.99.0
v. 1.5
date: 1997/12/03 21:17:18; author: vanilla; state: Exp; lines: +6 -6
Upgrage to 971201
Submitted by: pvh@leftside.uwc.ac.za
v. 1.4
date: 1997/11/30 19:36:53; author: vanilla; state: Exp; lines: +2 -2
Change my email address.
v. 1.3
date: 1997/11/13 09:08:35; author: tg; state: Exp; lines: +4 -4
Upgrade to 971109 version.
PR: 5027
Submitted by: Vanilla I. Shu
v. 1.2
date: 1997/11/03 22:55:01; author: max; state: Exp; lines: +4 -4
Upgrade, 970925 -> 971025.
Submitted by: maintainer
PR: 4869
v. 1.1
date: 1997/10/15 16:07:01; author: erich; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1997/10/15 16:07:01; author: erich; state: Exp; lines: +0 -0
add GTK, a widget set that is gaining popularity, necessary for
the soon to be updated gimp port
PR: 4649
Reviewed by: erich
Submitted by: Vanill I. Shu
=============================================================================
v. 1.207
date: 2007/12/12 04:29:04; author: mezz; state: Exp; lines: +3 -3
Update to 2.12.3.
v. 1.206
date: 2007/11/02 20:53:38; author: mezz; state: Exp; lines: +1 -1
Remove a patch that cause some GTK+2 (mostly xfce4) apps to start up too
long and consume 100% CPU. If anyone want to revisit with improvement on
this patch, I personal think it should be take up to upstream first before
we can re-add it. Bump the PORTREVISION.
PR: ports/117556
Submitted by: Stephen Hurd
Approved by: portmgr (marcus)
v. 1.205
date: 2007/10/24 23:34:32; author: marcus; state: Exp; lines: +10 -10
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
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).
The FreeBSD GNOME team would also like to thank our various testers and
contributors:
Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)
PRs fixed in this release:
111272, 113470, 115995, 116338
v. 1.204
date: 2007/09/30 22:48:03; author: marcus; state: Exp; lines: +0 -0
Forced commit to note that the CUPS fix is required after the upgrade of
cups-base to 1.3.
v. 1.203
date: 2007/09/30 22:42:46; author: marcus; state: Exp; lines: +1 -1
Fix build and subsequent functionality of the CUPS printer backend
in GTK+.
PR: 116750
Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=467414
v. 1.202
date: 2007/09/14 19:25:20; author: marcus; state: Exp; lines: +1 -2
Remove USE_XPM as it brings in USE_XLIB via bsd.port.mk. The xpm library
is already imported via USE_XORG. This should fix the cyclic dependency
problems people are reporting.
v. 1.201
date: 2007/09/14 04:51:56; author: marcus; state: Exp; lines: +1 -1
GTK+ does not need an X11 server.
v. 1.200
date: 2007/09/13 19:33:58; author: flz; state: Exp; lines: +6 -2
Remove dependency on xorg-libraries and set USE_XORG to the complete list
of X libraries instead. This is necessary for the upcoming x11/pixman port.
Approved by: marcus
v. 1.199
date: 2007/07/17 04:30:08; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.14.
v. 1.198
date: 2007/06/14 02:15:28; author: ahze; state: Exp; lines: +2 -2
Update to 2.10.13
v. 1.197
date: 2007/05/19 22:01:12; author: marcus; state: Exp; lines: +4 -5
Remove support for a separate X11BASE.
Approved by: portmgr (implicit)
v. 1.196
date: 2007/05/19 20:30:56; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.195
date: 2007/05/03 02:29:33; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.12.
v. 1.194
date: 2007/03/24 20:14:44; author: mezz; state: Exp; lines: +0 -9
Clean up the lines that has been disable the workaround of SSE2 bug for about
5-6 months with no problem.
v. 1.193
date: 2007/03/18 18:48:45; author: marcus; state: Exp; lines: +1 -28
Remove the special handing of WITH_DEBUG since this is taken care of in
bsd.port.mk now.
Reported by: mi
v. 1.192
date: 2007/03/14 11:45:30; author: ahze; state: Exp; lines: +1 -1
Update to 2.10.11
v. 1.191
date: 2007/03/12 22:07:25; author: marcus; state: Exp; lines: +2 -2
Update to 2.10.10.
v. 1.190
date: 2007/02/22 04:50:53; author: marcus; state: Exp; lines: +1 -1
Fix a bug where a NULL path could be dereferenced in a GtkFileChooserButton
which would lead to critical errors under GNOME 2.16, and a crash under
GNOME 2.17. See http://bugzilla.gnome.org/show_bug.cgi?id=410565 for
more details.
Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=410565 (see
http://bugzilla.gnome.org/attachment.cgi?id=83080&action=view)
v. 1.189
date: 2007/01/23 19:32:18; author: mezz; state: Exp; lines: +2 -2
Update to 2.10.9.
v. 1.188
date: 2007/01/18 18:21:47; author: marcus; state: Exp; lines: +1 -1
Fix a double free that could cause a crash in applications that make use
of the GTK+ recent items code.
Obtained from: GNOME SVN
v. 1.187
date: 2007/01/17 09:13:07; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.8.
v. 1.186
date: 2007/01/06 01:11:03; author: marcus; state: Exp; lines: +2 -2
Update to 2.10.7.
v. 1.185
date: 2006/12/28 20:55:36; author: marcus; state: Exp; lines: +1 -1
Fix LPR printing for applications that use gtkprint. See
http://bugzilla.gnome.org/show_bug.cgi?id=390159 for more details.
Reported by: oliver
v. 1.184
date: 2006/10/25 21:19:26; author: marcus; state: Exp; lines: +3 -1
Fix gtkprint with users that have cups-base installed, but who are
using lpr instead of CUPS for printing. With this fix, CUPS users should be
able to print to file, CUPS printers, and BSD lpr printers. Non-CUPS
users should be able to print to file and BSD lpr printers.
Approved by: portmgr (implicit)
v. 1.183
date: 2006/10/14 08:35:00; author: marcus; state: Exp; lines: +20 -11
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,
jylefort and marcus have completed work on a port of HAL to FreeBSD. This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.
But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:
Phillip Neumann
tmclaugh
mux
Yuri Pankov
chinsan
Thomas
Brian Gruber
Franz Klammer
Dominique Goncalves
Pascal Hofstee
Yasuda Keisuke
backyard
Andris Raugulis
Eric L. Chen
Pawel Worach
QuiRK on #freebsd-gnome
Shane Bell
luigi
sajd on #freebsd-gnome
sat
Chris Coleman
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz
Enjoy!
Approved by: portmgr (implicit, kris)
v. 1.182
date: 2006/07/02 19:22:57; author: marcus; state: Exp; lines: +1 -1
Update to 2.8.20.
|
| |

|