The FreeBSD Ports Archive
FreeBSD x11-toolkits : gtk124>
Gimp Toolkit for X11 GUI (previous stable version)
GTK is a library for creating graphical user interfaces similar to
the Motif "look and feel". It is designed to be small and efficient, but
still flexible enough to allow the programmer freedom in the interfaces
created. GTK allows the programmer to use a variety of standard user
interface widgets such as push, radio and check buttons, menus, lists
and frames. It also provides several "container" widgets which can be
used to control the layout of the user interface elements.
GTK provides some unique features. (At least, I know of no other
widget library which provides them). For example, a button does not
contain a label, it contains a child widget, which in most instances
will be a label. However, the child widget can also be a pixmap, image
or any combination possible the programmer desires. This flexibility is
adhered to throughout the library.
- Vanilla
vanilla@FreeBSD.org
http://www.gtk.org/
|
gtk12 history
v. 1.106
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.105
date: 2006/10/14 08:52:22; author: marcus; state: Exp; lines: +4 -4
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.104
date: 2006/02/23 10:40:17; author: ade; state: Exp; lines: +6 -3
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.103
date: 2005/11/15 06:51:59; author: ade; state: Exp; lines: +1 -1
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.
v. 1.102
date: 2005/04/20 05:49:11; author: bland; state: Exp; lines: +1 -1
Fix inter-library dependency on libgdk.
Reported by: krismail
v. 1.101
date: 2005/02/27 15:40:26; author: pav; state: Exp; lines: +1 -0
- Use INFO
Requested by: krion
v. 1.100
date: 2004/07/09 17:43:04; author: marcus; state: Exp; lines: +1 -1
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
v. 1.99
date: 2004/04/17 18:17:15; author: marcus; state: Exp; lines: +1 -1
Always add the default gtkrc file to the search path so that we know we'll
have some sane theme properties when using KDE 3 or GNOME 2.
Submitted by: kan
v. 1.98
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.97
date: 2004/03/02 06:07:54; author: kris; state: Exp; lines: +7 -1
Respect WITHOUT_NLS.
Approved by: maintainer
v. 1.96
date: 2004/02/04 04:36:29; author: marcus; state: Exp; lines: +2 -3
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.95
date: 2004/01/23 18:12:24; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.94
date: 2003/08/26 20:25:57; author: marcus; state: Exp; lines: +1 -1
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.93
date: 2003/08/25 05:41:37; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.92
date: 2003/04/20 19:54:00; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.91
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.90
date: 2002/11/20 20:11:27; author: marcus; state: Exp; lines: +3 -2
Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that use
the old xxx-config files, remove the "12" suffix. This will allow people
building Glib and GTK+ ports by hand to do so without a lot of extra
hacking. Since these ports are so heavily used, the xxx12-config files
aren't removed completely, but rather symlinked to their xxx-config
counterparts.
PR: 39417
v. 1.89
date: 2002/09/20 17:07:34; 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.88
date: 2002/09/10 16:27:10; author: marcus; state: Exp; lines: +0 -5
Remove mention of the WITH_XINPUT macro.
Submitted by: netchild
v. 1.87
date: 2002/09/05 18:12:57; author: marcus; state: Exp; lines: +3 -6
Enable XInput by default. Apparently, this doesn't hurt anything, and will
help people using certain input devices and in certain locales.
Requested by: netchild, Teemu Hakala
v. 1.86
date: 2002/08/16 06:23:44; author: marcus; state: Exp; lines: +9 -0
Add a knob for enabling XInput support.
Submitted by: Rocco Caputo (with some modification)
v. 1.85
date: 2002/08/01 16:22:39; author: ade; state: Exp; lines: +1 -1
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
v. 1.84
date: 2002/07/04 17:19:38; author: sobomax; state: Exp; lines: +2 -1
Convert to USE_GNOMENG.
v. 1.83
date: 2002/06/14 04:20:57; author: marcus; state: Exp; lines: +1 -1
Fix another problem in the pkgconfig files for these ports. After running
a build of xscreensaver and xscreensaver-gnome, everything looks good.
Reported by: dougb
v. 1.82
date: 2002/06/13 21:42:42; author: marcus; state: Exp; lines: +1 -1
Correct the name of the gdk library in the gdk pkgconfig file. This should get
xscreensaver building correctly without needing to delete pkgconfig.
Bump PORTREVISION.
Reported by: many
v. 1.81
date: 2002/06/10 15:33:34; author: sobomax; state: Exp; lines: +1 -1
Correct gtk+/glib libraries names in .pc files.
Submitted by: alfred
v. 1.80
date: 2002/04/12 17:10:13; author: ade; state: Exp; lines: +2 -2
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
v. 1.79
date: 2002/03/15 19:44:24; author: ade; state: Exp; lines: +1 -1
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
v. 1.78
date: 2001/12/20 19:18:54; author: nectar; state: Exp; lines: +2 -2
When creating shared memory segments, make them readable/writable
only by the owner.
v. 1.77
date: 2001/05/31 22:16:12; author: ade; state: Exp; lines: +2 -2
Add removal of libdata/ to the plist. Ideally, this should be fixed
by adding libdata to the X11 mtree's, but this hack will do for now,
and let bento build the 506 ports that apparently depend on gtk12 :)
v. 1.76
date: 2001/05/23 00:49:00; author: ade; state: Exp; lines: +4 -7
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2
to make transitioning to GNOME/GTK+/GLIB a little easier.
v. 1.75
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.74
date: 2001/04/02 15:45:27; author: ade; state: Exp; lines: +2 -3
Update to 1.2.10 - note that there were some critical bugs in 1.2.9
for i18n users - everyone is strongly urged to upgrade, particularly
GNOME users.
v. 1.73
date: 2001/03/30 17:16:17; author: ben; state: Exp; lines: +2 -1
Add .uk master site.
Approved by: ade (maintainer)
v. 1.72
date: 2001/03/23 05:42:29; author: ade; state: Exp; lines: +2 -2
Sigh. Reclaim these, primarily for GNOME 1.4
v. 1.71
date: 2001/03/23 05:34:24; author: vanilla; state: Exp; lines: +2 -2
Someone don't like my style, so I drop maintainer now.
v. 1.70
date: 2001/03/11 21:50:29; author: sf; state: Exp; lines: +6 -6
make MASTER_SITE_SUBDIR more effective.
Submitted by: knu
v. 1.69
date: 2001/03/11 17:06:38; author: sf; state: Exp; lines: +4 -2
add MASTER_SITE_RINGSERVER.
Approved by: maintainer
v. 1.68
date: 2001/03/06 14:12:40; author: vanilla; state: Exp; lines: +2 -2
Add --with-native-locale to CONFIGURE_ARGS.
v. 1.67
date: 2001/03/06 12:30:48; author: vanilla; state: Exp; lines: +3 -3
Upgrade to 1.2.9
Submitted by: clive
v. 1.66
date: 2001/02/09 22:30:23; author: vanilla; state: Exp; lines: +2 -1
Bump version.
Reminded by: dima
v. 1.65
date: 2000/10/05 06:23:00; author: reg; state: Exp; lines: +3 -6
Implement USE_GLIB.
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.106
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.105
date: 2006/10/14 08:52:22; author: marcus; state: Exp; lines: +4 -4
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.104
date: 2006/02/23 10:40:17; author: ade; state: Exp; lines: +6 -3
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.103
date: 2005/11/15 06:51:59; author: ade; state: Exp; lines: +1 -1
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.
v. 1.102
date: 2005/04/20 05:49:11; author: bland; state: Exp; lines: +1 -1
Fix inter-library dependency on libgdk.
Reported by: krismail
v. 1.101
date: 2005/02/27 15:40:26; author: pav; state: Exp; lines: +1 -0
- Use INFO
Requested by: krion
v. 1.100
date: 2004/07/09 17:43:04; author: marcus; state: Exp; lines: +1 -1
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
v. 1.99
date: 2004/04/17 18:17:15; author: marcus; state: Exp; lines: +1 -1
Always add the default gtkrc file to the search path so that we know we'll
have some sane theme properties when using KDE 3 or GNOME 2.
Submitted by: kan
v. 1.98
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.97
date: 2004/03/02 06:07:54; author: kris; state: Exp; lines: +7 -1
Respect WITHOUT_NLS.
Approved by: maintainer
v. 1.96
date: 2004/02/04 04:36:29; author: marcus; state: Exp; lines: +2 -3
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.95
date: 2004/01/23 18:12:24; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.94
date: 2003/08/26 20:25:57; author: marcus; state: Exp; lines: +1 -1
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.93
date: 2003/08/25 05:41:37; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.92
date: 2003/04/20 19:54:00; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.91
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.90
date: 2002/11/20 20:11:27; author: marcus; state: Exp; lines: +3 -2
Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that use
the old xxx-config files, remove the "12" suffix. This will allow people
building Glib and GTK+ ports by hand to do so without a lot of extra
hacking. Since these ports are so heavily used, the xxx12-config files
aren't removed completely, but rather symlinked to their xxx-config
counterparts.
PR: 39417
v. 1.89
date: 2002/09/20 17:07:34; 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.88
date: 2002/09/10 16:27:10; author: marcus; state: Exp; lines: +0 -5
Remove mention of the WITH_XINPUT macro.
Submitted by: netchild
v. 1.87
date: 2002/09/05 18:12:57; author: marcus; state: Exp; lines: +3 -6
Enable XInput by default. Apparently, this doesn't hurt anything, and will
help people using certain input devices and in certain locales.
Requested by: netchild, Teemu Hakala
v. 1.86
date: 2002/08/16 06:23:44; author: marcus; state: Exp; lines: +9 -0
Add a knob for enabling XInput support.
Submitted by: Rocco Caputo (with some modification)
v. 1.85
date: 2002/08/01 16:22:39; author: ade; state: Exp; lines: +1 -1
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
v. 1.84
date: 2002/07/04 17:19:38; author: sobomax; state: Exp; lines: +2 -1
Convert to USE_GNOMENG.
v. 1.83
date: 2002/06/14 04:20:57; author: marcus; state: Exp; lines: +1 -1
Fix another problem in the pkgconfig files for these ports. After running
a build of xscreensaver and xscreensaver-gnome, everything looks good.
Reported by: dougb
v. 1.82
date: 2002/06/13 21:42:42; author: marcus; state: Exp; lines: +1 -1
Correct the name of the gdk library in the gdk pkgconfig file. This should get
xscreensaver building correctly without needing to delete pkgconfig.
Bump PORTREVISION.
Reported by: many
v. 1.81
date: 2002/06/10 15:33:34; author: sobomax; state: Exp; lines: +1 -1
Correct gtk+/glib libraries names in .pc files.
Submitted by: alfred
v. 1.80
date: 2002/04/12 17:10:13; author: ade; state: Exp; lines: +2 -2
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
v. 1.79
date: 2002/03/15 19:44:24; author: ade; state: Exp; lines: +1 -1
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
v. 1.78
date: 2001/12/20 19:18:54; author: nectar; state: Exp; lines: +2 -2
When creating shared memory segments, make them readable/writable
only by the owner.
v. 1.77
date: 2001/05/31 22:16:12; author: ade; state: Exp; lines: +2 -2
Add removal of libdata/ to the plist. Ideally, this should be fixed
by adding libdata to the X11 mtree's, but this hack will do for now,
and let bento build the 506 ports that apparently depend on gtk12 :)
v. 1.76
date: 2001/05/23 00:49:00; author: ade; state: Exp; lines: +4 -7
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2
to make transitioning to GNOME/GTK+/GLIB a little easier.
v. 1.75
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.74
date: 2001/04/02 15:45:27; author: ade; state: Exp; lines: +2 -3
Update to 1.2.10 - note that there were some critical bugs in 1.2.9
for i18n users - everyone is strongly urged to upgrade, particularly
GNOME users.
v. 1.73
date: 2001/03/30 17:16:17; author: ben; state: Exp; lines: +2 -1
Add .uk master site.
Approved by: ade (maintainer)
v. 1.72
date: 2001/03/23 05:42:29; author: ade; state: Exp; lines: +2 -2
Sigh. Reclaim these, primarily for GNOME 1.4
v. 1.71
date: 2001/03/23 05:34:24; author: vanilla; state: Exp; lines: +2 -2
Someone don't like my style, so I drop maintainer now.
v. 1.70
date: 2001/03/11 21:50:29; author: sf; state: Exp; lines: +6 -6
make MASTER_SITE_SUBDIR more effective.
Submitted by: knu
v. 1.69
date: 2001/03/11 17:06:38; author: sf; state: Exp; lines: +4 -2
add MASTER_SITE_RINGSERVER.
Approved by: maintainer
v. 1.68
date: 2001/03/06 14:12:40; author: vanilla; state: Exp; lines: +2 -2
Add --with-native-locale to CONFIGURE_ARGS.
v. 1.67
date: 2001/03/06 12:30:48; author: vanilla; state: Exp; lines: +3 -3
Upgrade to 1.2.9
Submitted by: clive
v. 1.66
date: 2001/02/09 22:30:23; author: vanilla; state: Exp; lines: +2 -1
Bump version.
Reminded by: dima
v. 1.65
date: 2000/10/05 06:23:00; author: reg; state: Exp; lines: +3 -6
Implement USE_GLIB.
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.106
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.105
date: 2006/10/14 08:52:22; author: marcus; state: Exp; lines: +4 -4
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
v. 1.104
date: 2006/02/23 10:40:17; author: ade; state: Exp; lines: +6 -3
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.103
date: 2005/11/15 06:51:59; author: ade; state: Exp; lines: +1 -1
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.
v. 1.102
date: 2005/04/20 05:49:11; author: bland; state: Exp; lines: +1 -1
Fix inter-library dependency on libgdk.
Reported by: krismail
v. 1.101
date: 2005/02/27 15:40:26; author: pav; state: Exp; lines: +1 -0
- Use INFO
Requested by: krion
v. 1.100
date: 2004/07/09 17:43:04; author: marcus; state: Exp; lines: +1 -1
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
v. 1.99
date: 2004/04/17 18:17:15; author: marcus; state: Exp; lines: +1 -1
Always add the default gtkrc file to the search path so that we know we'll
have some sane theme properties when using KDE 3 or GNOME 2.
Submitted by: kan
v. 1.98
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.97
date: 2004/03/02 06:07:54; author: kris; state: Exp; lines: +7 -1
Respect WITHOUT_NLS.
Approved by: maintainer
v. 1.96
date: 2004/02/04 04:36:29; author: marcus; state: Exp; lines: +2 -3
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.95
date: 2004/01/23 18:12:24; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.94
date: 2003/08/26 20:25:57; author: marcus; state: Exp; lines: +1 -1
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.93
date: 2003/08/25 05:41:37; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.92
date: 2003/04/20 19:54:00; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.91
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.90
date: 2002/11/20 20:11:27; author: marcus; state: Exp; lines: +3 -2
Now that Glib 1.2 and GTK+ 1.2 are the only versions in the tree that use
the old xxx-config files, remove the "12" suffix. This will allow people
building Glib and GTK+ ports by hand to do so without a lot of extra
hacking. Since these ports are so heavily used, the xxx12-config files
aren't removed completely, but rather symlinked to their xxx-config
counterparts.
PR: 39417
v. 1.89
date: 2002/09/20 17:07:34; 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.88
date: 2002/09/10 16:27:10; author: marcus; state: Exp; lines: +0 -5
Remove mention of the WITH_XINPUT macro.
Submitted by: netchild
v. 1.87
date: 2002/09/05 18:12:57; author: marcus; state: Exp; lines: +3 -6
Enable XInput by default. Apparently, this doesn't hurt anything, and will
help people using certain input devices and in certain locales.
Requested by: netchild, Teemu Hakala
v. 1.86
date: 2002/08/16 06:23:44; author: marcus; state: Exp; lines: +9 -0
Add a knob for enabling XInput support.
Submitted by: Rocco Caputo (with some modification)
v. 1.85
date: 2002/08/01 16:22:39; author: ade; state: Exp; lines: +1 -1
Chase shlib rev of devel/gettext
Submitted by: lots and lots
Pointy hat to: ade
v. 1.84
date: 2002/07/04 17:19:38; author: sobomax; state: Exp; lines: +2 -1
Convert to USE_GNOMENG.
v. 1.83
date: 2002/06/14 04:20:57; author: marcus; state: Exp; lines: +1 -1
Fix another problem in the pkgconfig files for these ports. After running
a build of xscreensaver and xscreensaver-gnome, everything looks good.
Reported by: dougb
v. 1.82
date: 2002/06/13 21:42:42; author: marcus; state: Exp; lines: +1 -1
Correct the name of the gdk library in the gdk pkgconfig file. This should get
xscreensaver building correctly without needing to delete pkgconfig.
Bump PORTREVISION.
Reported by: many
v. 1.81
date: 2002/06/10 15:33:34; author: sobomax; state: Exp; lines: +1 -1
Correct gtk+/glib libraries names in .pc files.
Submitted by: alfred
v. 1.80
date: 2002/04/12 17:10:13; author: ade; state: Exp; lines: +2 -2
gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
with a "-old" suffix -- gettext-old will have its deorbit burn
sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order
Reviewed by: portmgr
v. 1.79
date: 2002/03/15 19:44:24; author: ade; state: Exp; lines: +1 -1
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
v. 1.78
date: 2001/12/20 19:18:54; author: nectar; state: Exp; lines: +2 -2
When creating shared memory segments, make them readable/writable
only by the owner.
v. 1.77
date: 2001/05/31 22:16:12; author: ade; state: Exp; lines: +2 -2
Add removal of libdata/ to the plist. Ideally, this should be fixed
by adding libdata to the X11 mtree's, but this hack will do for now,
and let bento build the 506 ports that apparently depend on gtk12 :)
v. 1.76
date: 2001/05/23 00:49:00; author: ade; state: Exp; lines: +4 -7
Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2
to make transitioning to GNOME/GTK+/GLIB a little easier.
v. 1.75
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.74
date: 2001/04/02 15:45:27; author: ade; state: Exp; lines: +2 -3
Update to 1.2.10 - note that there were some critical bugs in 1.2.9
for i18n users - everyone is strongly urged to upgrade, particularly
GNOME users.
v. 1.73
date: 2001/03/30 17:16:17; author: ben; state: Exp; lines: +2 -1
Add .uk master site.
Approved by: ade (maintainer)
v. 1.72
date: 2001/03/23 05:42:29; author: ade; state: Exp; lines: +2 -2
Sigh. Reclaim these, primarily for GNOME 1.4
v. 1.71
date: 2001/03/23 05:34:24; author: vanilla; state: Exp; lines: +2 -2
Someone don't like my style, so I drop maintainer now.
v. 1.70
date: 2001/03/11 21:50:29; author: sf; state: Exp; lines: +6 -6
make MASTER_SITE_SUBDIR more effective.
Submitted by: knu
v. 1.69
date: 2001/03/11 17:06:38; author: sf; state: Exp; lines: +4 -2
add MASTER_SITE_RINGSERVER.
Approved by: maintainer
v. 1.68
date: 2001/03/06 14:12:40; author: vanilla; state: Exp; lines: +2 -2
Add --with-native-locale to CONFIGURE_ARGS.
v. 1.67
date: 2001/03/06 12:30:48; author: vanilla; state: Exp; lines: +3 -3
Upgrade to 1.2.9
Submitted by: clive
v. 1.66
date: 2001/02/09 22:30:23; author: vanilla; state: Exp; lines: +2 -1
Bump version.
Reminded by: dima
v. 1.65
date: 2000/10/05 06:23:00; author: reg; state: Exp; lines: +3 -6
Implement USE_GLIB.
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.por |
| |

|