non port: x11-toolkits/guile-gnome/Makefile |
Number of commits found: 33 |
Sunday, 2 Mar 2008
|
20:29 marcus
Remove guile-gnome as it is obsolete, does not build with guile-1.8, and
nothing depends on it.
 |
Wednesday, 24 Oct 2007
|
23:37 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
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
 |
Sunday, 15 Jul 2007
|
00:11 pav
- Fix after objformat removal
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Monday, 26 Mar 2007
|
19:56 mezz
Portlint:
-INSTALLS_SHLIB -> USE_LDCONFIG.
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Tuesday, 15 Nov 2005
|
06:52 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.
 |
Friday, 9 Jul 2004
|
17:43 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
 |
Sunday, 14 Mar 2004
|
06:17 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.
 |
Wednesday, 4 Feb 2004
|
05:10 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
 |
Tuesday, 28 Oct 2003
|
02:00 marcus
Try to pacify bento, and get this port to build reliably.
 |
Thursday, 28 Aug 2003
|
00:01 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>
 |
Sunday, 20 Apr 2003
|
19:54 marcus
Remove USE_GNOMENG.
 |
Friday, 7 Mar 2003
|
06:14 ade
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
 |
Monday, 13 Jan 2003
|
04:31 marcus
Use USE_X_PREFIX. This fixes the plist issues reported on bento, and
shouldn't have any negative effect on port functionality.
 |
Tuesday, 12 Nov 2002
|
02:09 marcus
Bump PORTREVISION after the gtkhtml version bump.
 |
Friday, 20 Sep 2002
|
17:07 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.
 |
Saturday, 31 Aug 2002
|
18:14 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
 |
Sunday, 14 Jul 2002
|
15:09 marcus
Use USE_GNOMENG.
 |
Tuesday, 19 Jun 2001
|
12:34 ade
Enable gtkhtml support (gal support is currently broken here).
 |
10:43 ade
Clean up dependency chains after moving gtkhtml/gal inside the USE_GNOME knob
 |
Monday, 14 May 2001
|
17:41 ade
Add in bonobo support
 |
Friday, 11 May 2001
|
17:36 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.
 |
Friday, 4 May 2001
|
22:39 ade
Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo
bloat, I'll only list the updates.
 |
Monday, 5 Feb 2001
|
16:49 olgeni
Batch of style fixes for x11-toolkits.
 |
Thursday, 5 Oct 2000
|
07:42 reg
Implement USE_GTK, part 2.
 |
Monday, 21 Aug 2000
|
11:07 sobomax
USE_LIBTOOL implies GNU_CONFIGURE, so remove redundant GNU_CONFIGURE lines.
 |
Wednesday, 16 Aug 2000
|
21:40 ade
Fix dependency on guile-gtk
 |
Friday, 4 Aug 2000
|
02:05 ade
Update for new shlib revision from guile 1.4
 |
Tuesday, 11 Jul 2000
|
23:02 ade
Update for new devel/libglade shlib version
 |
Friday, 16 Jun 2000
|
22:52 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.)
 |
11:38 sobomax
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
 |
Friday, 9 Jun 2000
|
21:44 ade
guile-gnome is a series of GUILE bindings for the GNOME environment. Bonobo
and GtkHTML support will be added later as things stabilize.
 |
Number of commits found: 33 |