The FreeBSD Ports Archive
FreeBSD x11-toolkits : guile-gnome4>
Guile binding library for GNOME
Guile binding library for GNOME
|
guile-gnome history
v. 1.32
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.31
date: 2007/07/15 00:11:45; author: pav; state: Exp; lines: +3 -0
- Fix after objformat removal
v. 1.30
date: 2007/05/19 20:31:08; 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.29
date: 2007/03/26 19:56:40; author: mezz; state: Exp; lines: +1 -1
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
v. 1.28
date: 2006/02/23 10:40:23; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.27
date: 2005/11/15 06:52:00; 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.26
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.25
date: 2004/03/14 06:17:48; 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.24
date: 2004/02/04 05:10:08; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.23
date: 2003/10/28 02:00:59; author: marcus; state: Exp; lines: +4 -1
Try to pacify bento, and get this port to build reliably.
v. 1.22
date: 2003/08/28 00:01:08; author: edwin; state: Exp; lines: +1 -1
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki
v. 1.21
date: 2003/04/20 19:54:02; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.20
date: 2003/03/07 06:14:03; 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.19
date: 2003/01/13 04:31:41; author: marcus; state: Exp; lines: +2 -1
Use USE_X_PREFIX. This fixes the plist issues reported on bento, and
shouldn't have any negative effect on port functionality.
v. 1.18
date: 2002/11/12 02:09:58; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION after the gtkhtml version bump.
v. 1.17
date: 2002/09/20 17:07:35; author: marcus; state: Exp; lines: +1 -1
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
v. 1.16
date: 2002/08/31 18:14:05; author: marcus; state: Exp; lines: +1 -1
Remove quotes are sizeof() calls. This was breaking builds on 64-bit
architectures, and probably causing some interesting things on i386.
Bump PORTREVISION for i386 machines.
PR: 42258
v. 1.15
date: 2002/07/14 15:09:01; author: marcus; state: Exp; lines: +3 -2
Use USE_GNOMENG.
v. 1.14
date: 2001/06/19 11:34:21; author: ade; state: Exp; lines: +3 -3
Enable gtkhtml support (gal support is currently broken here).
v. 1.13
date: 2001/06/19 09:43:03; author: ade; state: Exp; lines: +3 -4
Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
v. 1.12
date: 2001/05/14 16:41:01; author: ade; state: Exp; lines: +3 -2
Add in bonobo support
v. 1.11
date: 2001/05/11 16:36:48; 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.10
date: 2001/05/04 21:39:53; author: ade; state: Exp; lines: +7 -7
Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
v. 1.9
date: 2001/02/05 16:49:01; author: olgeni; state: Exp; lines: +2 -2
Batch of style fixes for x11-toolkits.
v. 1.8
date: 2000/10/05 06:42:48; author: reg; state: Exp; lines: +3 -8
Implement USE_GTK, part 2.
v. 1.7
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.6
date: 2000/08/16 20:40:53; author: ade; state: Exp; lines: +2 -2
Fix dependency on guile-gtk
Submitted by: bento
v. 1.5
date: 2000/08/04 01:05:09; author: ade; state: Exp; lines: +2 -2
Update for new shlib v. from guile 1.4
v. 1.4
date: 2000/07/11 22:02:21; author: ade; state: Exp; lines: +2 -2
Update for new devel/libglade shlib version
v. 1.3
date: 2000/06/16 21:52:34; 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.2
date: 2000/06/16 10:38:22; 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.1
date: 2000/06/09 20:44:01; author: ade; state: Exp;
guile-gnome is a series of GUILE bindings for the GNOME environment.
Bonobo and GtkHTML support will be added later as things stabilize.
=============================================================================
v. 1.32
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.31
date: 2007/07/15 00:11:45; author: pav; state: Exp; lines: +3 -0
- Fix after objformat removal
v. 1.30
date: 2007/05/19 20:31:08; 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.29
date: 2007/03/26 19:56:40; author: mezz; state: Exp; lines: +1 -1
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
v. 1.28
date: 2006/02/23 10:40:23; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.27
date: 2005/11/15 06:52:00; 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.26
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.25
date: 2004/03/14 06:17:48; 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.24
date: 2004/02/04 05:10:08; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.23
date: 2003/10/28 02:00:59; author: marcus; state: Exp; lines: +4 -1
Try to pacify bento, and get this port to build reliably.
v. 1.22
date: 2003/08/28 00:01:08; author: edwin; state: Exp; lines: +1 -1
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki
v. 1.21
date: 2003/04/20 19:54:02; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.20
date: 2003/03/07 06:14:03; 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.19
date: 2003/01/13 04:31:41; author: marcus; state: Exp; lines: +2 -1
Use USE_X_PREFIX. This fixes the plist issues reported on bento, and
shouldn't have any negative effect on port functionality.
v. 1.18
date: 2002/11/12 02:09:58; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION after the gtkhtml version bump.
v. 1.17
date: 2002/09/20 17:07:35; author: marcus; state: Exp; lines: +1 -1
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
v. 1.16
date: 2002/08/31 18:14:05; author: marcus; state: Exp; lines: +1 -1
Remove quotes are sizeof() calls. This was breaking builds on 64-bit
architectures, and probably causing some interesting things on i386.
Bump PORTREVISION for i386 machines.
PR: 42258
v. 1.15
date: 2002/07/14 15:09:01; author: marcus; state: Exp; lines: +3 -2
Use USE_GNOMENG.
v. 1.14
date: 2001/06/19 11:34:21; author: ade; state: Exp; lines: +3 -3
Enable gtkhtml support (gal support is currently broken here).
v. 1.13
date: 2001/06/19 09:43:03; author: ade; state: Exp; lines: +3 -4
Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
v. 1.12
date: 2001/05/14 16:41:01; author: ade; state: Exp; lines: +3 -2
Add in bonobo support
v. 1.11
date: 2001/05/11 16:36:48; 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.10
date: 2001/05/04 21:39:53; author: ade; state: Exp; lines: +7 -7
Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
v. 1.9
date: 2001/02/05 16:49:01; author: olgeni; state: Exp; lines: +2 -2
Batch of style fixes for x11-toolkits.
v. 1.8
date: 2000/10/05 06:42:48; author: reg; state: Exp; lines: +3 -8
Implement USE_GTK, part 2.
v. 1.7
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.6
date: 2000/08/16 20:40:53; author: ade; state: Exp; lines: +2 -2
Fix dependency on guile-gtk
Submitted by: bento
v. 1.5
date: 2000/08/04 01:05:09; author: ade; state: Exp; lines: +2 -2
Update for new shlib v. from guile 1.4
v. 1.4
date: 2000/07/11 22:02:21; author: ade; state: Exp; lines: +2 -2
Update for new devel/libglade shlib version
v. 1.3
date: 2000/06/16 21:52:34; 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.2
date: 2000/06/16 10:38:22; 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.1
date: 2000/06/09 20:44:01; author: ade; state: Exp;
guile-gnome is a series of GUILE bindings for the GNOME environment.
Bonobo and GtkHTML support will be added later as things stabilize.
=============================================================================
v. 1.32
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.31
date: 2007/07/15 00:11:45; author: pav; state: Exp; lines: +3 -0
- Fix after objformat removal
v. 1.30
date: 2007/05/19 20:31:08; 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.29
date: 2007/03/26 19:56:40; author: mezz; state: Exp; lines: +1 -1
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
v. 1.28
date: 2006/02/23 10:40:23; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.27
date: 2005/11/15 06:52:00; 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.26
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.25
date: 2004/03/14 06:17:48; 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.24
date: 2004/02/04 05:10:08; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
v. 1.23
date: 2003/10/28 02:00:59; author: marcus; state: Exp; lines: +4 -1
Try to pacify bento, and get this port to build reliably.
v. 1.22
date: 2003/08/28 00:01:08; author: edwin; state: Exp; lines: +1 -1
Use the virtual category "scheme" (part ii)
Add the virtual category "scheme" to the maintained ports
(except sxm). I guess no maintainer would deny this trivial
change.
PR: ports/56052
Submitted by: Kimura Fuyuki
v. 1.21
date: 2003/04/20 19:54:02; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG.
v. 1.20
date: 2003/03/07 06:14:03; 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.19
date: 2003/01/13 04:31:41; author: marcus; state: Exp; lines: +2 -1
Use USE_X_PREFIX. This fixes the plist issues reported on bento, and
shouldn't have any negative effect on port functionality.
v. 1.18
date: 2002/11/12 02:09:58; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION after the gtkhtml version bump.
v. 1.17
date: 2002/09/20 17:07:35; author: marcus; state: Exp; lines: +1 -1
GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable. Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
v. 1.16
date: 2002/08/31 18:14:05; author: marcus; state: Exp; lines: +1 -1
Remove quotes are sizeof() calls. This was breaking builds on 64-bit
architectures, and probably causing some interesting things on i386.
Bump PORTREVISION for i386 machines.
PR: 42258
v. 1.15
date: 2002/07/14 15:09:01; author: marcus; state: Exp; lines: +3 -2
Use USE_GNOMENG.
v. 1.14
date: 2001/06/19 11:34:21; author: ade; state: Exp; lines: +3 -3
Enable gtkhtml support (gal support is currently broken here).
v. 1.13
date: 2001/06/19 09:43:03; author: ade; state: Exp; lines: +3 -4
Clean up dependency chains after moving gtkhtml/gal inside the
USE_GNOME knob
v. 1.12
date: 2001/05/14 16:41:01; author: ade; state: Exp; lines: +3 -2
Add in bonobo support
v. 1.11
date: 2001/05/11 16:36:48; 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.10
date: 2001/05/04 21:39:53; author: ade; state: Exp; lines: +7 -7
Update to GNOME 1.4 -- massive changes all around, for the sake of
CVS repo bloat, I'll only list the updates.
graphics/imlib 1.9.9 -> 1.9.10
textproc/xml-i18n-tools 0.8 -> 0.8.1
x11/gnomelibs 1.2.11 -> 1.2.13
devel/oaf 0.6.2 -> 0.6.5
devel/gconf 0.12 -> 1.0.0
devel/gnomevfs 0.5 -> 1.0
graphics/gdk-pixbuf 0.9.0 -> 0.11.0
sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1
print/gnomeprint 0.25 -> 0.28
devel/bonobo 0.37 -> 1.0.3
audio/gnomeaudio 1.0.0 -> 1.4.0
x11/gnomecore 1.2.4 -> 1.4.0.3
devel/libgtop 1.0.11 -> 1.0.12
x11/gnomeapplets 1.2.4 -> 1.4.0.1
misc/gnomeuserdocs NEW 1.4.1
misc/gnomeutils 1.2.1 -> 1.4.0
deskutils/gnomepim 1.2.0 -> 1.4.0
games/gnomegames 1.2.0 -> 1.4.0.1
print/ggv 0.95 -> 1.0
editors/ghex 1.1.4 -> 1.2
devel/bugbuddy 1.2 -> 2.0.1
devel/glade 0.5.11 -> 0.6.2
sysutils/gtop 1.0.12 -> 1.0.13
x11/xalf NEW 0.11
x11-toolkits/py-gtk 0.6.6 -> 0.6.7
x11-toolkits/py-gnome 1.0.53 -> 1.4.0
x11-toolkits/guile-gtk 0.19 -> 0.20
x11-toolkits/guile-gnome 0.10 -> 0.20
devel/libsigc++ 1.0.1 -> 1.0.3
x11-toolkits/gnome-- 1.1.15 -> 1.1.17
x11-toolkits/panel-- NEW 0.1
x11-fm/gnomemc 4.5.51 -> 4.5.54
v. 1.9
date: 2001/02/05 16:49:01; author: olgeni; state: Exp; lines: +2 -2
Batch of style fixes for x11-toolkits.
v. 1.8
date: 2000/10/05 06:42:48; author: reg; state: Exp; lines: +3 -8
Implement USE_GTK, part 2.
v. 1.7
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.6
date: 2000/08/16 20:40:53; author: ade; state: Exp; lines: +2 -2
Fix dependency on guile-gtk
Submitted by: bento
v. 1.5
date: 2000/08/04 01:05:09; author: ade; state: Exp; lines: +2 -2
Update for new shlib v. from guile 1.4
v. 1.4
date: 2000/07/11 22:02:21; author: ade; state: Exp; lines: +2 -2
Update for new devel/libglade shlib version
v. 1.3
date: 2000/06/16 21:52:34; 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.2
date: 2000/06/16 10:38:22; 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.1
date: 2000/06/09 20:44:01; author: ade; state: Exp;
guile-gnome is a series of GUILE bindings for the GNOME environment.
Bonobo and GtkHTML support will be added later as things stabilize.
=============================================================================
|
| |

|