Port details |
- gnomebuild A GNOME Build Framework (GBF)
- 0.1.3 devel
=3 0.1.3Version of this port present on the latest quarterly branch. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2001-07-24 09:19:37
- Last Update: 2006-05-28 01:48:18
- SVN Revision: UNKNOWN
- People watching this port, also watch:: gconf2, glib, libglade2
- Also Listed In: gnome
- License: not specified in port
- Description:
- This is a GNOME Build Framework (GBF).
WWW: http://www.gnome.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- gnomebuild>0:devel/gnomebuild
- No installation instructions:
- This port has been deleted.
- PKGNAME: gnomebuild
- 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.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- intltool-extract : textproc/intltool
- gnome-mime-data-2.0.pc : misc/gnomemimedata
- pkg-config : devel/pkgconfig
- Runtime dependencies:
-
- perl5.8.7 : lang/perl5.8
- BSD.gnome-x11.dist : misc/gnomehier
- gnome-mime-data-2.0.pc : misc/gnomemimedata
- pkg-config : devel/pkgconfig
- Library dependencies:
-
- gdl-1.0 : x11-toolkits/gdl
- intl : devel/gettext
- esd.2 : audio/esound
- atk-1.0.0 : accessibility/atk
- gconf-2.4 : devel/gconf2
- glib-2.0.0 : devel/glib20
- gnomevfs-2.0 : devel/gnomevfs2
- gtk-x11-2.0.0 : x11-toolkits/gtk20
- art_lgpl_2.5 : graphics/libart_lgpl2
- bonobo-2.0 : devel/libbonobo
- bonoboui-2.0 : x11-toolkits/libbonoboui
- glade-2.0.0 : devel/libglade2
- gnome-2.0 : x11/libgnome
- gnomecanvas-2.0 : graphics/libgnomecanvas
- gnomeui-2.0 : x11-toolkits/libgnomeui
- IDL-2.0 : devel/libIDL
- xml2.5 : textproc/libxml2
- xslt.2 : textproc/libxslt
- linc.1 : net/linc
- ORBit-2.0 : devel/ORBit2
- pango-1.0.0 : x11-toolkits/pango
- X11.6 : x11/xorg-libraries
- 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.1.3 28 May 2006 01:48:18
 |
mezz  |
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.
PR: ports/97985
Repocopy by: marcus |
0.1.3 15 May 2006 22:23:04
 |
mezz  |
Add USE_GETTEXT to appease portlint. |
0.1.3 15 May 2006 22:15:45
 |
marcus  |
Update to 0.1.3. |
0.1.2_2 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
0.1.2_2 23 Feb 2006 10:40:45
 |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.1.2_1 23 Nov 2005 22:41:05
 |
pav  |
- Add SHA256 checksums |
0.1.2_1 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.1.2_1 05 Nov 2005 05:22:06
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared library update. |
0.1.2 01 Aug 2005 02:32:07
 |
marcus  |
Update to 0.1.2.
PR: 84308
Submitted by: vsevolod |
0.1.1 24 May 2005 07:54:11
 |
bland  |
Update to 0.1.1 |
0.1.0_5 12 Mar 2005 10:54:27
 |
marcus  |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.1.0_4 07 Nov 2004 22:37:47
 |
marcus  |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.1.0_3 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.1.0_3 11 Apr 2004 00:33:48
 |
marcus  |
* Use lthack
* Fix build with gtk+-2.4 |
0.1.0_3 05 Apr 2004 03:31:02
 |
marcus  |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.1.0_2 18 Mar 2004 13:47:05
 |
pav  |
- Add SIZE to GNOME ports
Submitted by: trevor |
0.1.0_2 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.1.0_2 23 Feb 2004 21:07:36
 |
marcus  |
Fix build with new gnuregex.h scheme as well as on 4.X i386.
Reported by: bento via kris |
0.1.0_2 20 Feb 2004 18:01:29
 |
marcus  |
Use two different approaches for 4.X and 5.X for the printf(size_t) problem.
Reported by: bento via kris |
0.1.0_2 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.1.0_1 31 Jan 2004 18:25:23
 |
marcus  |
Fix the build on Alpha -STABLE.
Reported by: bento via kris |
0.1.0_1 17 Dec 2003 08:35:56
 |
bland  |
Fix build on 64-bit architectures.
We should use %zu printf modifier to specify size_t equivalent argument.
Reported by: bento |
0.1.0_1 26 Oct 2003 06:34:39
 |
marcus  |
Fix build on 64-bit architectures.
Reported by: bento via kris |
0.1.0_1 17 Oct 2003 07:36:58
 |
bland  |
Fix GDL library dependency test pattern. |
0.1.0 16 Oct 2003 15:54:11
 |
adamw  |
Update to 0.1.0. |
0.0.2_1 18 Aug 2003 21:07:19
 |
marcus  |
Mark IGNORE until scaffold can be committed. |
0.0.2_1 12 Jun 2003 09:46:10
 |
adamw  |
Remove REINPLACE commands that were rolled into gnomehack. |
0.0.2_1 20 Apr 2003 02:56:27
 |
marcus  |
Remove USE_GNOMENG. |
0.0.2_1 07 Mar 2003 06:01:16
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.0.2_1 12 Nov 2002 02:09:58
 |
marcus  |
Bump PORTREVISION after the gtkhtml version bump. |
0.0.2 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.0.2 06 Aug 2002 19:06:30
 |
sobomax  |
Use USE_GNOMENG. |
0.0.2 15 Mar 2002 08:40:51
 |
sobomax  |
Unbreak with latest gnomevfs.
Submitted by: bento |
20 Dec 2001 06:19:02
    |
sobomax  |
Backout previous change - it seems that new revision of the patch doesn't
apply everywhere. |
19 Dec 2001 20:20:23
    |
sobomax  |
Don't filter libc_r on 5-CURRENT. |
31 Oct 2001 08:20:45
    |
sobomax  |
Don't link in libc - FreeBSD doesn't need this. |
24 Jul 2001 13:19:37
    |
sobomax  |
Add gnomebuild 0.0.2, a GNOME Build Framework (GBF). |