The FreeBSD Ports Archive
FreeBSD x11-toolkits : gtkmm244>
C++ wrapper for Gtk+, Pango, Atk
gtkmm24 history
v. 1.115
date: 2007/12/12 04:29:51; author: mezz; state: Exp; lines: +2 -2
Update to 2.12.3.
v. 1.114
date: 2007/10/24 23:34:33; author: marcus; state: Exp; lines: +2 -2
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.113
date: 2007/08/10 20:09:32; author: marcus; state: Exp; lines: +2 -2
Update to 2.10.11.
v. 1.112
date: 2007/05/24 06:07:46; author: marcus; state: Exp; lines: +1 -1
Allow these ports to build with GCC 4.2.
Approved by: portmgr (implicit)
v. 1.111
date: 2007/05/19 20:31:03; 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.110
date: 2007/05/02 00:19:27; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.10.
v. 1.109
date: 2007/04/22 19:03:35; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.9.
v. 1.108
date: 2007/03/07 19:11:24; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.8.
v. 1.107
date: 2007/01/28 19:13:24; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.7.
v. 1.106
date: 2006/12/08 16:54:17; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.6.
v. 1.105
date: 2006/12/02 06:09:23; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.5.
v. 1.104
date: 2006/11/21 21:18:17; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.4.
v. 1.103
date: 2006/10/14 08:52:22; author: marcus; state: Exp; lines: +9 -5
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.102
date: 2006/05/31 22:18:49; author: mezz; state: Exp; lines: +2 -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.101
date: 2006/05/31 03:20:04; author: mezz; state: Exp; lines: +1 -1
Update to 2.8.8.
v. 1.100
date: 2006/05/12 23:36:13; author: marcus; state: Exp; lines: +1 -1
Update to 2.8.7.
v. 1.99
date: 2006/05/12 23:31:41; author: marcus; state: Exp; lines: +1 -3
Update to 2.8.6.
v. 1.98
date: 2006/05/11 21:35:25; author: jylefort; state: Exp; lines: +13 -16
Move the gtkmm24 programming reference to the gtkmm24-reference port.
v. 1.97
date: 2006/04/15 01:45:36; author: mezz; state: Exp; lines: +1 -2
Update to 2.8.5.
v. 1.96
date: 2006/02/23 10:40:22; author: ade; state: Exp; lines: +2 -11
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.95
date: 2006/02/07 02:07:58; author: bland; state: Exp; lines: +1 -1
- Fix plist (leftover %D prefix in @dirrmtry entry). [1]
- Remove obsolete USE_REINPLACE.
Reported by: krismail [1]
v. 1.94
date: 2006/02/02 08:47:21; author: bland; state: Exp; lines: +1 -1
Update to 2.8.3
v. 1.93
date: 2005/12/17 21:33:36; author: mezz; state: Exp; lines: +7 -7
-Update to 2.8.2.
-Using --disable-demos instead of patch to disable it.
-NOPORTDOCS no longer need a hack, using --disable-docs instead.
v. 1.92
date: 2005/11/19 06:02:20; author: ade; state: Exp; lines: +1 -1
Switch to :: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
v. 1.91
date: 2005/11/05 06:24:20; author: marcus; state: Exp; lines: +3 -2
Update to 2.8.1.
v. 1.90
date: 2005/07/05 17:16:53; author: ahze; state: Exp; lines: +2 -4
- Remove MASTER_SITE_LOCAL from MASTER_SITES since everything seems to work
again.
v. 1.89
date: 2005/06/18 14:18:08; author: ahze; state: Exp; lines: +2 -4
- Remove MASTER_SITE_SOURCEFORGE
v. 1.88
date: 2005/06/18 14:13:40; author: ahze; state: Exp; lines: +4 -2
- Temp add MASTER_SITE_LOCAL to MASTER_SITES
I can only fetch 14% from the main gnome ftp and no other gnome mirror
has it as of 10:10EST
v. 1.87
date: 2005/06/11 07:57:58; author: marcus; state: Exp; lines: +1 -2
Update to 2.6.3.
v. 1.86
date: 2005/04/20 00:53:19; author: bland; state: Exp; lines: +1 -0
Fix inter-library dependencies so dependands get properly linked.
This required for systems with pkgconfig 0.17+ installed.
v. 1.85
date: 2005/04/15 19:00:41; author: adamw; state: Exp; lines: +2 -2
Update to 2.6.2.
There's some problem with link stage for programs linking
against gtkmm24 on 4.x that's existed since at least 2.6.1.
I'm committing this update because it doesn't make the problem
any worse.
v. 1.84
date: 2005/03/15 03:44:43; author: marcus; state: Exp; lines: +1 -1
Update to 2.6.1.
v. 1.83
date: 2005/03/12 11:24:28; author: marcus; state: Exp; lines: +1 -1
Update to 2.6.0. Note: this release is API and ABI compatible with
2.4.x, so a repocopy to gtkmm26 is not needed.
v. 1.82
date: 2005/02/06 21:34:57; author: marcus; state: Exp; lines: +1 -1
Update to 2.4.11.
v. 1.81
date: 2004/12/04 00:35:57; author: bland; state: Exp; lines: +1 -2
Update to 2.4.8
v. 1.80
date: 2004/11/07 22:37:32; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.79
date: 2004/11/02 04:14:19; author: bland; state: Exp; lines: +12 -4
Update to 2.4.6
v. 1.78
date: 2004/09/30 05:31:59; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.77
date: 2004/08/17 07:18:23; author: bland; state: Exp; lines: +1 -0
Fix plist.
Reported by: pointyhat
v. 1.76
date: 2004/08/10 10:26:40; author: bland; state: Exp; lines: +1 -1
Update to 2.4.5
v. 1.75
date: 2004/07/09 17:43:05; 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.74
date: 2004/07/08 14:42:03; author: bland; state: Exp; lines: +5 -5
- Fix examples build trigger.
- Axe yet more build but not install stuff.
v. 1.73
date: 2004/07/08 12:01:08; author: bland; state: Exp; lines: +2 -1
Fix LATEST_LINK.
v. 1.72
date: 2004/07/02 04:05:53; author: bland; state: Exp; lines: +1 -1
Update to 2.4.4
v. 1.71
date: 2004/06/26 07:14:01; author: bland; state: Exp; lines: +10 -4
Add gtkmm 2.4.3 after repocopy from gtk--2, a C++ wrapper for GTK+,
Pango, Atk.
v. 1.70
date: 2004/06/04 18:52:06; author: bland; state: Exp; lines: +1 -2
Update to 2.2.12
v. 1.69
date: 2004/04/05 03:31:00; author: marcus; state: Exp; lines: +1 -0
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.68
date: 2004/03/30 23:30:27; author: marcus; state: Exp; lines: +1 -2
Update to 2.2.11.
v. 1.67
date: 2004/03/24 07:05:48; author: bland; state: Exp; lines: +2 -1
Fix detection of ambiguous const template specialization.
This triggered build breakage in gnome-vfsmm port.
v. 1.66
date: 2004/03/15 19:30:57; author: marcus; state: Exp; lines: +1 -1
Update to 2.2.10.
v. 1.65
date: 2004/03/14 06:17:44; 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.64
date: 2004/02/18 02:31:36; author: bland; state: Exp; lines: +1 -2
Update to 2.2.9
v. 1.63
date: 2004/02/04 05:10:03; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.62
date: 2003/09/30 06:52:45; author: bland; state: Exp; lines: +3 -1
- Remove obsolete --without-gnome option.
- Exclude tests/ from build and packaging.
v. 1.61
date: 2003/09/30 02:20:45; author: adamw; state: Exp; lines: +1 -1
Update to 2.2.8.
v. 1.60
date: 2003/08/24 23:26:15; author: bland; state: Exp; lines: +1 -1
Update to 2.2.7
Approved by: marcus (mentor)
v. 1.59
date: 2003/08/21 18:19:36; author: bland; state: Exp; lines: +1 -1
Update to 2.2.6
Approved by: marcus (mentor)
v. 1.58
date: 2003/07/21 23:59:30; author: marcus; state: Exp; lines: +2 -1
* Update to 2.2.5
* Use USE_BZIP2
v. 1.57
date: 2003/07/21 19:10:44; author: marcus; state: Exp; lines: +1 -2
Update to 2.2.4.
v. 1.56
date: 2003/07/07 23:36:40; author: adamw; state: Exp; lines: +14 -0
Don't build and install examples by default. This cuts build time by
more than half.
Examples are available via a WITH_EXAMPLES knob, which is off by
default.
Bump PORTREVISION.
v. 1.55
date: 2003/06/19 22:01:45; author: marcus; state: Exp; lines: +1 -1
Change the LATEST_LINK to make this port easier to find.
Requested by: Alexander Nedotsukov
v. 1.54
date: 2003/06/01 00:18:42; author: marcus; state: Exp; lines: +1 -1
Update to 2.2.3.
v. 1.53
date: 2003/05/22 07:39:16; author: marcus; state: Exp; lines: +1 -1
Update the comment and description to mention the other libraries for
which this port is a wrapper. Also, add a URL to the pkg-descr.
Suggested by: Alexander Nedotsukov
v. 1.52
date: 2003/05/21 18:31:39; author: marcus; state: Exp; lines: +1 -1
Update to 2.2.2.
v. 1.51
date: 2003/04/22 04:56:27; author: marcus; state: Exp; lines: +2 -3
Convert to new GNOME infrastructure.
v. 1.50
date: 2003/04/20 19:53:59; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.49
date: 2003/04/04 07:28:29; author: marcus; state: Exp; lines: +1 -1
Update to 2.2.1.
v. 1.48
date: 2003/03/07 06:14:01; 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.47
date: 2003/02/08 03:33:52; author: marcus; state: Exp; lines: +2 -3
Update to 2.2.0.
v. 1.46
date: 2003/02/07 19:21:09; author: marcus; state: Exp; lines: +2 -1
Chase gtk20's shared lib version.
v. 1.45
date: 2003/01/01 19:12:52; author: marcus; state: Exp; lines: +7 -4
Update to 2.0.2.
v. 1.44
date: 2002/11/17 00:15:24; author: marcus; state: Exp; lines: +1 -1
Update to 2.0.1.
v. 1.43
date: 2002/11/01 23:37:07; author: marcus; state: Exp; lines: +1 -1
Update to 2.0.0.
v. 1.42
date: 2002/10/19 06:59:18; author: marcus; state: Exp; lines: +2 -2
Update to 1.3.26.
v. 1.41
date: 2002/10/12 07:32:59; author: marcus; state: Exp; lines: +11 -16
Add gtkmm2 after a repo copy from gtk--. Gtkmm2 is a collection of C++
bindings for GTK+-2.0.
PR: 36945
Submitted by: garrett rooney
Martin Klaffenboeck
v. 1.40
date: 2002/09/20 17:07:33; 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.39
date: 2002/08/31 02:44:05; author: kris; state: Exp; lines: +0 -1
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh
PR: ports/40571
v. 1.38
date: 2002/08/18 21:38:32; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION after latest libsigc++ upgrade. This is needed or ports
depending on gtk-- will not build.
Reported by: Adriel Cardenas G.
v. 1.37
date: 2002/07/16 16:02:48; author: sobomax; state: Exp; lines: +2 -1
Use USE_GNOMENG.
v. 1.36
date: 2002/02/12 09:21:25; author: sobomax; state: Exp; lines: +1 -1
Comment out DIST_SUBDIR=gnome pending next version update.
v. 1.35
date: 2002/02/12 05:06:42; author: ade; state: Exp; lines: +4 -2
These are GNOME components more than anything else, so track the version
as supplied by MASTER_SITE_GNOME.
v. 1.34
date: 2001/11/13 11:18:08; author: sobomax; state: Exp; lines: +2 -2
Update to 1.2.8.
PR: 31763
Submitted by: Patrick Li
v. 1.33
date: 2001/08/12 12:11:54; author: demon; state: Exp; lines: +2 -2
Update to 1.2.7
v. 1.32
date: 2001/05/11 16:36:44; 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.31
date: 2001/03/13 15:11:03; author: sobomax; state: Exp; lines: +2 -2
Update to 1.2.5.
v. 1.30
date: 2000/12/22 20:50:10; author: nakai; state: Exp; lines: +2 -3
Update to 1.2.4
Submitted by: Maxim Sobolev
v. 1.29
date: 2000/10/14 10:58:54; author: nakai; state: Exp; lines: +4 -2
Add --with-sigc-prefix
Submitted by: Warner Losh
v. 1.28
date: 2000/10/08 10:23:44; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.27
date: 2000/10/05 06:42:42; author: reg; state: Exp; lines: +4 -6
Implement USE_GTK, part 2.
v. 1.26
date: 2000/09/11 11:24:11; author: nakai; state: Exp; lines: +2 -2
Update to 1.2.3
v. 1.25
date: 2000/08/28 10:58:44; author: sobomax; state: Exp; lines: +2 -2
Update to 1.2.2.
No response from: nakai (maintainer)
v. 1.24
date: 2000/08/21 10:07:25; author: sobomax; state: Exp; lines: +1 -2
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
v. 1.23
date: 2000/06/16 21:52:16; 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.22
date: 2000/06/16 10:38:10; 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.21
date: 2000/06/14 13:21:04; author: sobomax; state: Exp; lines: +3 -2
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
v. 1.20
date: 2000/04/16 05:17:54; author: nakai; state: Exp; lines: +6 -43
Update to 1.2.0
v. 1.19
date: 2000/04/10 01:10:18; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.18
date: 1999/12/04 19:08:12; author: steve; state: Exp; lines: +2 -2
New location on MASTER_SITE.
PR: 15238, 15248
Submitted by: Ade Lovett
v. 1.17
date: 1999/10/18 05:19:16; author: nakai; state: Exp; lines: +3 -2
Change MASTER_SITES
v. 1.16
date: 1999/10/14 09:31:28; author: nakai; state: Exp; lines: +7 -5
PR: ports/14303
Submitted by:Ade Lovett
Update to 1.0.3
v. 1.15
date: 1999/08/31 02:59:12; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.14
date: 1999/08/22 19:46:29; author: cpiazza; state: Exp; lines: +3 -11
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
v. 1.13
date: 1999/08/17 19:36:56; author: cpiazza; state: Exp; lines: +4 -4
egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett
v. 1.12
date: 1999/08/15 06:50:01; author: cpiazza; state: Exp; lines: +3 -2
Move the USE_X_PREFIX up a few lines so it actually gets used.
PR: 13137
Submitted by: Yasuhito FUTATSUKI
v. 1.11
date: 1999/06/09 11:35:31; author: steve; state: Exp; lines: +2 -2
bsd.port.mk already takes care of passing CC and CXX in the environment
for configure.
Submitted by: Jeremy Lea
v. 1.10
date: 1999/06/08 23:54:19; author: steve; state: Exp; lines: +6 -3
Make sure we pass CC and CXX in configure's environment so that
boxes that require egcs from the ports collection will use it
instaed of the system compiler.
PR: 1176
Submitted by: Yukihiro Nakai
v. 1.9
date: 1999/05/29 03:55:36; author: steve; state: Exp; lines: +14 -4
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea
v. 1.8
date: 1999/05/12 11:37:22; author: asami; state: Exp; lines: +7 -11
Make this compile.
Submitted by: Jeremy Lea
v. 1.7
date: 1999/05/07 02:20:32; author: mharo; state: Exp; lines: +44 -10
Unbroken gtk--
PR: 11532
Submitted by: Yukihiro Nakai nacai@iname.com
v. 1.6
date: 1999/01/12 16:50:43; author: vanilla; state: Exp; lines: +2 -2
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
v. 1.5
date: 1998/10/20 07:35:11; author: asami; state: Exp; lines: +2 -2
This is broken for non-ELF systems too.
v. 1.4
date: 1998/10/15 11:43:00; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
../../src/gtk--/container.h: In function `static void Gtk_Container::cpp_class_init(struct _GtkContainerClass *, struct Gtk_c_signals_Container *)':
In file included from ../../src/gtk--/bin.h:8,
from ../../src/gtk--/alignment.h:8,
from ../../src/gtk--.h:208,
from gtk--.cc:31:
../../src/gtk--/container.h:242: `struct _GtkContainerClass' has no member named `foreach'
../../src/gtk--/container.h:243: `struct _GtkContainerClass' has no member named `foreach'
gmake[4]: *** [gtk--.lo] Error 1
gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk--/work/Gtk---0.9.14/src/gtk--'
v. 1.3
date: 1998/09/22 22:55:55; author: asami; state: Exp; lines: +2 -2
gtk and gtk11 are now ELFized.
v. 1.2
date: 1998/09/15 09:39:00; author: asami; state: Exp; lines: +2 -2
No need to use += for variable defined only once. (I know it's just
a comment, but a bad one nonetheless. :)
v. 1.1
date: 1998/08/31 22:01:46; author: kuriyama; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/08/31 22:01:46; author: kuriyama; state: Exp; lines: +0 -0
C++ wrapper for gtk, a x11 graphics library
PR: ports/6704
Submitted by: Yukihiro Nakai
=============================================================================
v. 1.115
date: 2007/12/12 04:29:51; author: mezz; state: Exp; lines: +2 -2
Update to 2.12.3.
v. 1.114
date: 2007/10/24 23:34:33; author: marcus; state: Exp; lines: +2 -2
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.113
date: 2007/08/10 20:09:32; author: marcus; state: Exp; lines: +2 -2
Update to 2.10.11.
v. 1.112
date: 2007/05/24 06:07:46; author: marcus; state: Exp; lines: +1 -1
Allow these ports to build with GCC 4.2.
Approved by: portmgr (implicit)
v. 1.111
date: 2007/05/19 20:31:03; 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.110
date: 2007/05/02 00:19:27; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.10.
v. 1.109
date: 2007/04/22 19:03:35; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.9.
v. 1.108
date: 2007/03/07 19:11:24; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.8.
v. 1.107
date: 2007/01/28 19:13:24; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.7.
v. 1.106
date: 2006/12/08 16:54:17; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.6.
v. 1.105
date: 2006/12/02 06:09:23; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.5.
v. 1.104
date: 2006/11/21 21:18:17; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.4.
v. 1.103
date: 2006/10/14 08:52:22; author: marcus; state: Exp; lines: +9 -5
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.102
date: 2006/05/31 22:18:49; author: mezz; state: Exp; lines: +2 -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.101
date: 2006/05/31 03:20:04; author: mezz; state: Exp; lines: +1 -1
Update to 2.8.8.
v. 1.100
date: 2006/05/12 23:36:13; author: marcus; state: Exp; lines: +1 -1
Update to 2.8.7.
v. 1.99
date: 2006/05/12 23:31:41; author: marcus; state: Exp; lines: +1 -3
Update to 2.8.6.
v. 1.98
date: 2006/05/11 21:35:25; author: jylefort; state: Exp; lines: +13 -16
Move the gtkmm24 programming reference to the gtkmm24-reference port.
v. 1.97
date: 2006/04/15 01:45:36; author: mezz; state: Exp; lines: +1 -2
Update to 2.8.5.
v. 1.96
date: 2006/02/23 10:40:22; author: ade; state: Exp; lines: +2 -11
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.95
date: 2006/02/07 02:07:58; author: bland; state: Exp; lines: +1 -1
- Fix plist (leftover %D prefix in @dirrmtry entry). [1]
- Remove obsolete USE_REINPLACE.
Reported by: krismail [1]
v. 1.94
date: 2006/02/02 08:47:21; author: bland; state: Exp; lines: +1 -1
Update to 2.8.3
v. 1.93
date: 2005/12/17 21:33:36; author: mezz; state: Exp; lines: +7 -7
-Update to 2.8.2.
-Using --disable-demos instead of patch to disable it.
-NOPORTDOCS no longer need a hack, using --disable-docs instead.
v. 1.92
date: 2005/11/19 06:02:20; author: ade; state: Exp; lines: +1 -1
Switch to :: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
v. 1.91
date: 2005/11/05 06:24:20; author: marcus; state: Exp; lines: +3 -2
Update to 2.8.1.
v. 1.90
date: 2005/07/05 17:16:53; author: ahze; state: Exp; lines: +2 -4
- Remove MASTER_SITE_LOCAL from MASTER_SITES since everything seems to work
again.
v. 1.89
date: 2005/06/18 14:18:08; author: ahze; state: Exp; lines: +2 -4
- Remove MASTER_SITE_SOURCEFORGE
v. 1.88
date: 2005/06/18 14:13:40; author: ahze; state: Exp; lines: +4 -2
- Temp add MASTER_SITE_LOCAL to MASTER_SITES
I can only fetch 14% from the main gnome ftp and no other gnome mirror
has it as of 10:10EST
v. 1.87
date: 2005/06/11 07:57:58; author: marcus; state: Exp; lines: +1 -2
Update to 2.6.3.
v. 1.86
date: 2005/04/20 00:53:19; author: bland; state: Exp; lines: +1 -0
Fix inter-library dependencies so dependands get properly linked.
This required for systems with pkgconfig 0.17+ installed.
v. 1.85
date: 2005/04/15 19:00:41; author: adamw; state: Exp; lines: +2 -2
Update to 2.6.2.
There's some problem with link stage for programs linking
against gtkmm24 on 4.x that's existed since at least 2.6.1.
I'm committing this update because it doesn't make the problem
any worse.
v. 1.84
date: 2005/03/15 03:44:43; author: marcus; state: Exp; lines: +1 -1
Update to 2.6.1.
v. 1.83
date: 2005/03/12 11:24:28; author: marcus; state: Exp; lines: +1 -1
Update to 2.6.0. Note: this release is API and ABI compatible with
2.4.x, so a repocopy to gtkmm26 is not needed.
v. 1.82
date: 2005/02/06 21:34:57; author: marcus; state: Exp; lines: +1 -1
Update to 2.4.11.
v. 1.81
date: 2004/12/04 00:35:57; author: bland; state: Exp; lines: +1 -2
Update to 2.4.8
v. 1.80
date: 2004/11/07 22:37:32; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.79
date: 2004/11/02 04:14:19; author: bland; state: Exp; lines: +12 -4
Update to 2.4.6
v. 1.78
date: 2004/09/30 05:31:59; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.77
date: 2004/08/17 07:18:23; author: bland; state: Exp; lines: +1 -0
Fix plist.
Reported by: pointyhat
v. 1.76
date: 2004/08/10 10:26:40; author: bland; state: Exp; lines: +1 -1
Update to 2.4.5
v. 1.75
date: 2004/07/09 17:43:05; 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.74
date: 2004/07/08 14:42:03; author: bland; state: Exp; lines: +5 -5
- Fix examples build trigger.
- Axe yet more build but not install stuff.
v. 1.73
date: 2004/07/08 12:01:08; author: bland; state: Exp; lines: +2 -1
Fix LATEST_LINK.
v. 1.72
date: 2004/07/02 04:05:53; author: bland; state: Exp; lines: +1 -1
Update to 2.4.4
v. 1.71
date: 2004/06/26 07:14:01; author: bland; state: Exp; lines: +10 -4
Add gtkmm 2.4.3 after repocopy from gtk--2, a C++ wrapper for GTK+,
Pango, Atk.
v. 1.70
date: 2004/06/04 18:52:06; author: bland; state: Exp; lines: +1 -2
Update to 2.2.12
v. 1.69
date: 2004/04/05 03:31:00; author: marcus; state: Exp; lines: +1 -0
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.68
date: 2004/03/30 23:30:27; author: marcus; state: Exp; lines: +1 -2
Update to 2.2.11.
v. 1.67
date: 2004/03/24 07:05:48; author: bland; state: Exp; lines: +2 -1
Fix detection of ambiguous const template specialization.
This triggered build breakage in gnome-vfsmm port.
v. 1.66
date: 2004/03/15 19:30:57; author: marcus; state: Exp; lines: +1 -1
Update to 2.2.10.
v. 1.65
date: 2004/03/14 06:17:44; 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.64
date: 2004/02/18 02:31:36; author: bland; state: Exp; lines: +1 -2
Update to 2.2.9
v. 1.63
date: 2004/02/04 05:10:03; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.62
date: 2003/09/30 06:52:45; author: bland; state: Exp; lines: +3 -1
- Remove obsolete --without-gnome option.
- Exclude tests/ from build and packaging.
v. 1.61
date: 2003/09/30 02:20:45; author: adamw; state: Exp; lines: +1 -1
Update to 2.2.8.
v. 1.60
date: 2003/08/24 23:26:15; author: bland; state: Exp; lines: +1 -1
Update to 2.2.7
Approved by: marcus (mentor)
v. 1.59
date: 2003/08/21 18:19:36; author: bland; state: Exp; lines: +1 -1
Update to 2.2.6
Approved by: marcus (mentor)
v. 1.58
date: 2003/07/21 23:59:30; author: marcus; state: Exp; lines: +2 -1
* Update to 2.2.5
* Use USE_BZIP2
v. 1.57
date: 2003/07/21 19:10:44; author: marcus; state: Exp; lines: +1 -2
Update to 2.2.4.
v. 1.56
date: 2003/07/07 23:36:40; author: adamw; state: Exp; lines: +14 -0
Don't build and install examples by default. This cuts build time by
more than half.
Examples are available via a WITH_EXAMPLES knob, which is off by
default.
Bump PORTREVISION.
v. 1.55
date: 2003/06/19 22:01:45; author: marcus; state: Exp; lines: +1 -1
Change the LATEST_LINK to make this port easier to find.
Requested by: Alexander Nedotsukov
v. 1.54
date: 2003/06/01 00:18:42; author: marcus; state: Exp; lines: +1 -1
Update to 2.2.3.
v. 1.53
date: 2003/05/22 07:39:16; author: marcus; state: Exp; lines: +1 -1
Update the comment and description to mention the other libraries for
which this port is a wrapper. Also, add a URL to the pkg-descr.
Suggested by: Alexander Nedotsukov
v. 1.52
date: 2003/05/21 18:31:39; author: marcus; state: Exp; lines: +1 -1
Update to 2.2.2.
v. 1.51
date: 2003/04/22 04:56:27; author: marcus; state: Exp; lines: +2 -3
Convert to new GNOME infrastructure.
v. 1.50
date: 2003/04/20 19:53:59; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.49
date: 2003/04/04 07:28:29; author: marcus; state: Exp; lines: +1 -1
Update to 2.2.1.
v. 1.48
date: 2003/03/07 06:14:01; 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.47
date: 2003/02/08 03:33:52; author: marcus; state: Exp; lines: +2 -3
Update to 2.2.0.
v. 1.46
date: 2003/02/07 19:21:09; author: marcus; state: Exp; lines: +2 -1
Chase gtk20's shared lib version.
v. 1.45
date: 2003/01/01 19:12:52; author: marcus; state: Exp; lines: +7 -4
Update to 2.0.2.
v. 1.44
date: 2002/11/17 00:15:24; author: marcus; state: Exp; lines: +1 -1
Update to 2.0.1.
v. 1.43
date: 2002/11/01 23:37:07; author: marcus; state: Exp; lines: +1 -1
Update to 2.0.0.
v. 1.42
date: 2002/10/19 06:59:18; author: marcus; state: Exp; lines: +2 -2
Update to 1.3.26.
v. 1.41
date: 2002/10/12 07:32:59; author: marcus; state: Exp; lines: +11 -16
Add gtkmm2 after a repo copy from gtk--. Gtkmm2 is a collection of C++
bindings for GTK+-2.0.
PR: 36945
Submitted by: garrett rooney
Martin Klaffenboeck
v. 1.40
date: 2002/09/20 17:07:33; 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.39
date: 2002/08/31 02:44:05; author: kris; state: Exp; lines: +0 -1
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh
PR: ports/40571
v. 1.38
date: 2002/08/18 21:38:32; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION after latest libsigc++ upgrade. This is needed or ports
depending on gtk-- will not build.
Reported by: Adriel Cardenas G.
v. 1.37
date: 2002/07/16 16:02:48; author: sobomax; state: Exp; lines: +2 -1
Use USE_GNOMENG.
v. 1.36
date: 2002/02/12 09:21:25; author: sobomax; state: Exp; lines: +1 -1
Comment out DIST_SUBDIR=gnome pending next version update.
v. 1.35
date: 2002/02/12 05:06:42; author: ade; state: Exp; lines: +4 -2
These are GNOME components more than anything else, so track the version
as supplied by MASTER_SITE_GNOME.
v. 1.34
date: 2001/11/13 11:18:08; author: sobomax; state: Exp; lines: +2 -2
Update to 1.2.8.
PR: 31763
Submitted by: Patrick Li
v. 1.33
date: 2001/08/12 12:11:54; author: demon; state: Exp; lines: +2 -2
Update to 1.2.7
v. 1.32
date: 2001/05/11 16:36:44; 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.31
date: 2001/03/13 15:11:03; author: sobomax; state: Exp; lines: +2 -2
Update to 1.2.5.
v. 1.30
date: 2000/12/22 20:50:10; author: nakai; state: Exp; lines: +2 -3
Update to 1.2.4
Submitted by: Maxim Sobolev
v. 1.29
date: 2000/10/14 10:58:54; author: nakai; state: Exp; lines: +4 -2
Add --with-sigc-prefix
Submitted by: Warner Losh
v. 1.28
date: 2000/10/08 10:23:44; author: asami; state: Exp; lines: +2 -2
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
v. 1.27
date: 2000/10/05 06:42:42; author: reg; state: Exp; lines: +4 -6
Implement USE_GTK, part 2.
v. 1.26
date: 2000/09/11 11:24:11; author: nakai; state: Exp; lines: +2 -2
Update to 1.2.3
v. 1.25
date: 2000/08/28 10:58:44; author: sobomax; state: Exp; lines: +2 -2
Update to 1.2.2.
No response from: nakai (maintainer)
v. 1.24
date: 2000/08/21 10:07:25; author: sobomax; state: Exp; lines: +1 -2
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
v. 1.23
date: 2000/06/16 21:52:16; 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.22
date: 2000/06/16 10:38:10; 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.21
date: 2000/06/14 13:21:04; author: sobomax; state: Exp; lines: +3 -2
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
v. 1.20
date: 2000/04/16 05:17:54; author: nakai; state: Exp; lines: +6 -43
Update to 1.2.0
v. 1.19
date: 2000/04/10 01:10:18; author: cpiazza; state: Exp; lines: +4 -4
Update with the new PORTNAME/PORTVERSION variables
v. 1.18
date: 1999/12/04 19:08:12; author: steve; state: Exp; lines: +2 -2
New location on MASTER_SITE.
PR: 15238, 15248
Submitted by: Ade Lovett
v. 1.17
date: 1999/10/18 05:19:16; author: nakai; state: Exp; lines: +3 -2
Change MASTER_SITES
v. 1.16
date: 1999/10/14 09:31:28; author: nakai; state: Exp; lines: +7 -5
PR: ports/14303
Submitted by:Ade Lovett
Update to 1.0.3
v. 1.15
date: 1999/08/31 02:59:12; author: peter; state: Exp; lines: +1 -1
$Id$ -> $FreeBSD$
v. 1.14
date: 1999/08/22 19:46:29; author: cpiazza; state: Exp; lines: +3 -11
Change all ports that need a new gcc on 3.x to use USE_NEWGCC.
v. 1.13
date: 1999/08/17 19:36:56; author: cpiazza; state: Exp; lines: +4 -4
egcc/eg++ have been renamed to gcc295/g++295. Change
all the ports that use them accordingly.
PR: 13205
Submitted by: Ade Lovett
v. 1.12
date: 1999/08/15 06:50:01; author: cpiazza; state: Exp; lines: +3 -2
Move the USE_X_PREFIX up a few lines so it actually gets used.
PR: 13137
Submitted by: Yasuhito FUTATSUKI
v. 1.11
date: 1999/06/09 11:35:31; author: steve; state: Exp; lines: +2 -2
bsd.port.mk already takes care of passing CC and CXX in the environment
for configure.
Submitted by: Jeremy Lea
v. 1.10
date: 1999/06/08 23:54:19; author: steve; state: Exp; lines: +6 -3
Make sure we pass CC and CXX in configure's environment so that
boxes that require egcs from the ports collection will use it
instaed of the system compiler.
PR: 1176
Submitted by: Yukihiro Nakai
v. 1.9
date: 1999/05/29 03:55:36; author: steve; state: Exp; lines: +14 -4
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea
v. 1.8
date: 1999/05/12 11:37:22; author: asami; state: Exp; lines: +7 -11
Make this compile.
Submitted by: Jeremy Lea
v. 1.7
date: 1999/05/07 02:20:32; author: mharo; state: Exp; lines: +44 -10
Unbroken gtk--
PR: 11532
Submitted by: Yukihiro Nakai nacai@iname.com
v. 1.6
date: 1999/01/12 16:50:43; author: vanilla; state: Exp; lines: +2 -2
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
v. 1.5
date: 1998/10/20 07:35:11; author: asami; state: Exp; lines: +2 -2
This is broken for non-ELF systems too.
v. 1.4
date: 1998/10/15 11:43:00; author: jseger; state: Exp; lines: +3 -1
Mark BROKEN for ELF:
../../src/gtk--/container.h: In function `static void Gtk_Container::cpp_class_init(struct _GtkContainerClass *, struct Gtk_c_signals_Container *)':
In file included from ../../src/gtk--/bin.h:8,
from ../../src/gtk--/alignment.h:8,
from ../../src/gtk--.h:208,
from gtk--.cc:31:
../../src/gtk--/container.h:242: `struct _GtkContainerClass' has no member named `foreach'
../../src/gtk--/container.h:243: `struct _GtkContainerClass' has no member named `foreach'
gmake[4]: *** [gtk--.lo] Error 1
gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk--/work/Gtk---0.9.14/src/gtk--'
v. 1.3
date: 1998/09/22 22:55:55; author: asami; state: Exp; lines: +2 -2
gtk and gtk11 are now ELFized.
v. 1.2
date: 1998/09/15 09:39:00; author: asami; state: Exp; lines: +2 -2
No need to use += for variable defined only once. (I know it's just
a comment, but a bad one nonetheless. :)
v. 1.1
date: 1998/08/31 22:01:46; author: kuriyama; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1998/08/31 22:01:46; author: kuriyama; state: Exp; lines: +0 -0
C++ wrapper for gtk, a x11 graphics library
PR: ports/6704
Submitted by: Yukihiro Nakai
=============================================================================
v. 1.115
date: 2007/12/12 04:29:51; author: mezz; state: Exp; lines: +2 -2
Update to 2.12.3.
v. 1.114
date: 2007/10/24 23:34:33; author: marcus; state: Exp; lines: +2 -2
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.113
date: 2007/08/10 20:09:32; author: marcus; state: Exp; lines: +2 -2
Update to 2.10.11.
v. 1.112
date: 2007/05/24 06:07:46; author: marcus; state: Exp; lines: +1 -1
Allow these ports to build with GCC 4.2.
Approved by: portmgr (implicit)
v. 1.111
date: 2007/05/19 20:31:03; 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.110
date: 2007/05/02 00:19:27; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.10.
v. 1.109
date: 2007/04/22 19:03:35; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.9.
v. 1.108
date: 2007/03/07 19:11:24; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.8.
v. 1.107
date: 2007/01/28 19:13:24; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.7.
v. 1.106
date: 2006/12/08 16:54:17; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.6.
v. 1.105
date: 2006/12/02 06:09:23; author: mezz; state: Exp; lines: +1 -1
Update to 2.10.5.
v. 1.104
date: 2006/11/21 21:18:17; author: marcus; state: Exp; lines: +1 -1
Update to 2.10.4.
v. 1.103
date: 2006/10/14 08:52:22; author: marcus; state: Exp; lines: +9 -5
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.102
date: 2006/05/31 22:18:49; author: mezz; state: Exp; lines: +2 -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.101
date: 2006/05/31 03:20:04; author: mezz; state: Exp; lines: +1 -1
Update to 2.8.8.
v. 1.100
date: 2006/05/12 23:36:13; author: marcus; state: Exp; lines: +1 -1
Update to 2.8.7.
v. 1.99
date: 2006/05/12 23:31:41; author: marcus; state: Exp; lines: +1 -3
Update to 2.8.6.
v. 1.98
date: 2006/05/11 21:35:25; author: jylefort; state: Exp; lines: +13 -16
Move the gtkmm24 programming reference to the gtkmm24-reference port.
v. 1.97
date: 2006/04/15 01:45:36; author: mezz; state: Exp; lines: +1 -2
Update to 2.8.5.
v. 1.96
date: 2006/02/23 10:40:22; author: ade; state: Exp; lines: +2 -11
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.95
date: 2006/02/07 02:07:58; author: bland; state: Exp; lines: +1 -1
- Fix plist (leftover %D prefix in @dirrmtry entry). [1]
- Remove obsolete USE_REINPLACE.
Reported by: krismail [1]
v. 1.94
date: 2006/02/02 08:47:21; author: bland; state: Exp; lines: +1 -1
Update to 2.8.3
v. 1.93
date: 2005/12/17 21:33:36; author: mezz; state: Exp; lines: +7 -7
-Update to 2.8.2.
-Using --disable-demos instead of patch to disable it.
-NOPORTDOCS no longer need a hack, using --disable-docs instead.
v. 1.92
date: 2005/11/19 06:02:20; author: ade; state: Exp; lines: +1 -1
Switch to :: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
v. 1.91
date: 2005/11/05 06:24:20; author: marcus; state: Exp; lines: +3 -2
Update to 2.8.1.
v. 1.90
date: 2005/07/05 17:16:53; author: ahze; state: Exp; lines: +2 -4
- Remove MASTER_SITE_LOCAL from MASTER_SITES since everything seems to work
again.
v. 1.89
date: 2005/06/18 14:18:08; author: ahze; state: Exp; lines: +2 -4
- Remove MASTER_SITE_SOURCEFORGE
v. 1.88
date: 2005/06/18 14:13:40; author: ahze; state: Exp; lines: +4 -2
- Temp add MASTER_SITE_LOCAL to MASTER_SITES
I can only fetch 14% from the main gnome ftp and no other gnome mirror
has it as of 10:10EST
v. 1.87
date: 2005/06/11 07:57:58; author: marcus; state: Exp; lines: +1 -2
Update to 2.6.3.
v. 1.86
date: 2005/04/20 00:53:19; author: bland; state: Exp; lines: +1 -0
Fix inter-library dependencies so dependands get properly linked.
This required for systems with pkgconfig 0.17+ installed.
v. 1.85
date: 2005/04/15 19:00:41; author: adamw; state: Exp; lines: +2 -2
Update to 2.6.2.
There's some problem with link stage for programs linking
against gtkmm24 on 4.x that's existed since at least 2.6.1.
I'm committing this update because it doesn't make the problem
any worse.
v. 1.84
date: 2005/03/15 03:44:43; author: marcus; state: Exp; lines: +1 -1
Update to 2.6.1.
v. 1.83
date: 2005/03/12 11:24:28; author: marcus; state: Exp; lines: +1 -1
Update to 2.6.0. Note: this release is API and ABI compatible with
2.4.x, so a repocopy to gtkmm26 is not needed.
v. 1.82
date: 2005/02/06 21:34:57; author: marcus; state: Exp; lines: +1 -1
Update to 2.4.11.
v. 1.81
date: 2004/12/04 00:35:57; author: bland; state: Exp; lines: +1 -2
Update to 2.4.8
v. 1.80
date: 2004/11/07 22:37:32; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.79
date: 2004/11/02 04:14:19; author: bland; state: Exp; lines: +12 -4
Update to 2.4.6
v. 1.78
date: 2004/09/30 05:31:59; author: kris; state: Exp; lines: +1 -1
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr
v. 1.77
date: 2004/08/17 07:18:23; author: bland; state: Exp; lines: +1 -0
Fix plist.
Reported by: pointyhat
v. 1.76
date: 2004/08/10 10:26:40; author: bland; state: Exp; lines: +1 -1
Update to 2.4.5
v. 1.75
date: 2004/07/09 17:43:05; 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.74
date: 2004/07/08 14:42:03; author: bland; state: Exp; lines: +5 -5
- Fix examples build trigger.
- Axe yet more build but not install stuff.
v. 1.73
date: 2004/07/08 12:01:08; author: bland; state: Exp; lines: +2 -1
Fix LATEST_LINK.
v. 1.72
date: 2004/07/02 04:05:53; author: bland; state: Exp; lines: +1 -1
Update to 2.4.4
v. 1.71
date: 2004/06/26 07:14:01; author: bland; state: Exp; lines: +10 -4
Add gtkmm 2.4.3 after repocopy from gtk--2, a C++ wrapper for GTK+,
Pango, Atk.
v. 1.70
date: 2004/06/04 18:52:06; author: bland; state: Exp; lines: +1 -2
Update to 2.2.12
v. 1.69
date: 2004/04/05 03:31:00; author: marcus; state: Exp; |
| |

|