| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 May 2006 06:11:17
2.2.12_6
|
mezz  |
x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20
x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for other ports, chase the rename.
PR: ports/97985
Repocopy by: marcus |
13 May 2006 05:00:46
2.2.12_6
|
edwin  |
Remove USE_REINPLACE from categories starting with X |
11 May 2006 19:59:09
2.2.12_6
|
jylefort  |
Move the gtk--2 programming reference to the gtk--2-reference port. |
23 Feb 2006 10:40:45
2.2.12_5
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
23 Nov 2005 22:41:05
2.2.12_4
|
pav  |
- Add SHA256 checksums |
15 Nov 2005 06:52:12
2.2.12_4
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
05 Nov 2005 05:22:06
2.2.12_4
|
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
22 Apr 2005 02:42:03
2.2.12_3
|
bland  |
Fix inter-library dependencies.
Reported by: krismail |
12 Mar 2005 10:54:27
2.2.12_2
|
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
07 Nov 2004 22:37:47
2.2.12_1
|
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
04 Aug 2004 21:59:44
2.2.12
|
marcus  |
Fix warnings when doing make deinstall by applying some @unexec
magic when removing shared directories.
PR: 70013 |
09 Jul 2004 17:43:11
2.2.12
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
04 Jun 2004 18:52:08
2.2.12
|
bland  |
Update to 2.2.12 |
05 Apr 2004 03:31:02
2.2.11_1
|
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
30 Mar 2004 23:30:27
2.2.11
|
marcus  |
Update to 2.2.11. |
24 Mar 2004 07:05:48
2.2.10_1
|
bland  |
Fix detection of ambiguous const template specialization.
This triggered build breakage in gnome-vfsmm port. |
15 Mar 2004 19:30:58
2.2.10
|
marcus  |
Update to 2.2.10. |
14 Mar 2004 06:17:56
2.2.9
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
18 Feb 2004 02:31:36
2.2.9
|
bland  |
Update to 2.2.9 |
04 Feb 2004 05:10:27
2.2.8_2
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
30 Sep 2003 06:52:45
2.2.8_1
|
bland  |
- Remove obsolete --without-gnome option.
- Exclude tests/ from build and packaging. |
30 Sep 2003 02:20:46
2.2.8
|
adamw  |
Update to 2.2.8. |
24 Aug 2003 23:26:15
2.2.7
|
bland  |
Update to 2.2.7
Approved by: marcus (mentor) |
21 Aug 2003 18:19:36
2.2.6
|
bland  |
Update to 2.2.6
Approved by: marcus (mentor) |
21 Jul 2003 23:59:30
2.2.5
|
marcus  |
* Update to 2.2.5
* Use USE_BZIP2 |
21 Jul 2003 19:10:44
2.2.4
|
marcus  |
Update to 2.2.4. |
07 Jul 2003 23:36:40
2.2.3_1
|
adamw  |
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. |
19 Jun 2003 22:01:45
2.2.3
|
marcus  |
Change the LATEST_LINK to make this port easier to find.
Requested by: Alexander Nedotsukov <bland@mail.ru> |
01 Jun 2003 00:18:42
2.2.3
|
marcus  |
Update to 2.2.3. |
22 May 2003 07:39:16
2.2.2
|
marcus  |
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 <bland@mail.ru> |
21 May 2003 18:31:39
2.2.2
|
marcus  |
Update to 2.2.2. |
22 Apr 2003 04:56:28
2.2.1
|
marcus  |
Convert to new GNOME infrastructure. |
20 Apr 2003 19:54:06
2.2.1
|
marcus  |
Remove USE_GNOMENG. |
04 Apr 2003 07:28:29
2.2.1
|
marcus  |
Update to 2.2.1. |
07 Mar 2003 06:14:08
2.2.0
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
16 Feb 2003 00:07:43
2.2.0
|
marcus  |
Remove a left-over include directory.
Reported by: bento |
08 Feb 2003 03:33:52
2.2.0
|
marcus  |
Update to 2.2.0. |
07 Feb 2003 19:21:11
2.0.2_1
|
marcus  |
Chase gtk20's shared lib version. |
01 Jan 2003 19:12:52
2.0.2
|
marcus  |
Update to 2.0.2. |
17 Nov 2002 00:15:24
2.0.1
|
marcus  |
Update to 2.0.1. |
01 Nov 2002 23:37:08
2.0.0
|
marcus  |
Update to 2.0.0. |
19 Oct 2002 06:59:18
1.3.26
|
marcus  |
Update to 1.3.26. |
12 Oct 2002 07:33:02
1.3.23
|
marcus  |
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 <rooneg@electricjellyfish.net>
Martin Klaffenboeck <martin.klaffenboeck@gmx.at> |