Port details |
- guile-gnome Guile binding library for GNOME
- 0.20_10 x11-toolkits
=10 0.20_10Version of this port present on the latest quarterly branch. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2000-06-09 17:44:02
- Last Update: 2008-03-02 20:29:15
- SVN Revision: UNKNOWN
- People watching this port, also watch:: gmake, libxml2, zip
- Also Listed In: gnome scheme
- License: not specified in port
- Description:
- Guile binding library for GNOME
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- guile-gnome>0:x11-toolkits/guile-gnome
- No installation instructions:
- This port has been deleted.
- PKGNAME: guile-gnome
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkg-config : devel/pkg-config
- libraries : x11/xorg-libraries
- Runtime dependencies:
-
- BSD.gnome.dist : misc/gnomehier
- pkg-config : devel/pkg-config
- libraries : x11/xorg-libraries
- Library dependencies:
-
- guilegtk-1.2.0 : x11-toolkits/guile-gtk
- esd.2 : audio/esound
- bonobo.2 : devel/bonobo
- gal.23 : x11-toolkits/gal
- gconf-1.1 : devel/gconf
- gdk_pixbuf.2 : graphics/gdk-pixbuf
- glib-12.3 : devel/glib12
- glibwww.1 : www/glibwww
- gnomecanvaspixbuf.1 : graphics/gnomecanvas
- gnomedb.0 : databases/gnome-db
- gnome.5 : x11/gnome-libs
- gnomeprint.16 : print/gnome-print
- gtk-12.2 : x11-toolkits/gtk12
- gtkhtml-1.1.3 : www/gtkhtml
- capplet.5 : x11/libcapplet
- gda-client.0 : databases/libgda
- ghttp.1 : www/libghttp
- glade.4 : devel/libglade
- xml.5 : textproc/libxml
- Imlib.5 : graphics/imlib
- oaf.0 : devel/oaf
- ORBit.2 : devel/ORBit
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.20_10 02 Mar 2008 20:29:15
 |
marcus  |
Remove guile-gnome as it is obsolete, does not build with guile-1.8, and
nothing depends on it. |
0.20_10 24 Oct 2007 23:37:25
 |
marcus  |
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 (Only the first 15 lines of the commit message are shown above ) |
0.20_9 15 Jul 2007 00:11:46
 |
pav  |
- Fix after objformat removal |
0.20_9 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.20_8 26 Mar 2007 19:56:40
 |
mezz  |
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG. |
0.20_8 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.20_7 23 Nov 2005 22:41:05
 |
pav  |
- Add SHA256 checksums |
0.20_7 15 Nov 2005 06:52:12
 |
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. |
0.20_7 09 Jul 2004 17:43:11
 |
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 |
0.20_7 18 Mar 2004 14:46:32
 |
pav  |
- Add SIZE to GNOME ports
Submitted by: trevor |
0.20_7 14 Mar 2004 06:17:56
 |
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. |
0.20_7 04 Feb 2004 05:10:27
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.20_6 28 Oct 2003 02:00:59
 |
marcus  |
Try to pacify bento, and get this port to build reliably. |
0.20_6 28 Aug 2003 00:01:09
 |
edwin  |
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 <fuyuki@nigredo.org> |
0.20_6 02 May 2003 03:20:51
 |
marcus  |
Fix build with guile-1.6.4.
Obtained from: guile-gnome CVS |
0.20_6 20 Apr 2003 19:54:06
 |
marcus  |
Remove USE_GNOMENG. |
0.20_6 07 Mar 2003 06:14:08
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.20_6 13 Jan 2003 04:31:41
 |
marcus  |
Use USE_X_PREFIX. This fixes the plist issues reported on bento, and
shouldn't have any negative effect on port functionality. |
0.20_5 12 Nov 2002 03:56:22
 |
marcus  |
Fix build with gtkhtml-1.1. |
0.20_5 12 Nov 2002 02:09:58
 |
marcus  |
Bump PORTREVISION after the gtkhtml version bump. |
0.20_4 20 Sep 2002 17:07:51
 |
marcus  |
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. |
0.20_4 31 Aug 2002 18:14:07
 |
marcus  |
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 |
0.20_3 14 Jul 2002 15:09:04
 |
marcus  |
Use USE_GNOMENG. |
0.20_3 19 Jun 2002 21:14:44
 |
marcus  |
It seems the guile-snarf syntax has changed in 1.4.1. Update ports which
use the old syntax.
Prompted by: Mike Harding <mvh@ix.netcom.com> |
17 Feb 2002 10:46:20
    |
sobomax  |
Fix breakage caused by the recent removal of the compat symlinks from libglade.
|
12 Nov 2001 12:13:42
    |
sobomax  |
Fix a breakage resulted from path to gdk-pixbuf's includes being hardcoded.
|
17 Aug 2001 15:53:20
    |
sobomax  |
(forced) |
17 Aug 2001 15:50:30
    |
sobomax  |
Unbroke with latest gtkhtml. |
24 Jul 2001 10:23:25
    |
sobomax  |
Unbroke with latest gtkhtml. |
19 Jun 2001 12:34:22
    |
ade  |
Enable gtkhtml support (gal support is currently broken here). |
19 Jun 2001 10:43:09
    |
ade  |
Clean up dependency chains after moving gtkhtml/gal inside the USE_GNOME knob
|
14 May 2001 17:41:02
    |
ade  |
Add in bonobo support |
11 May 2001 17:36:50
    |
ade  |
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.
|
04 May 2001 22:39:58
    |
ade  |
Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo
bloat, I'll only list the updates. |
05 Feb 2001 16:49:18
    |
olgeni  |
Batch of style fixes for x11-toolkits. |
08 Oct 2000 08:03:53
    |
asami  |
Convert category x11-toolkits to new layout. |
05 Oct 2000 07:42:57
    |
reg  |
Implement USE_GTK, part 2. |
21 Aug 2000 11:07:37
    |
sobomax  |
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines. |
16 Aug 2000 21:40:54
    |
ade  |
Fix dependency on guile-gtk |
04 Aug 2000 02:05:14
    |
ade  |
Update for new shlib revision from guile 1.4 |
11 Jul 2000 23:02:23
    |
ade  |
Update for new devel/libglade shlib version |
16 Jun 2000 22:52:41
    |
asami  |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 11:38:51
    |
sobomax  |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration. |
09 Jun 2000 21:44:02
    |
ade  |
guile-gnome is a series of GUILE bindings for the GNOME environment. Bonobo
and GtkHTML support will be added later as things stabilize. |