Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.10_14 04 Jan 2011 03:32:21 |
mezz |
The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.
PR: ports/153355
Discussed with: My team, FreeBSD GNOME Team
Tested by: pointyhat-exp (thanks pav!) |
1.1.10_14 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.1.10_14 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.1.10_13 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.1.10_12 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.1.10_11 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.1.10_11 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.1.10_10 02 Feb 2009 01:36:16 |
araujo |
- Use GNOME macro instead of ${MASTER_SITE_GNOME}, remove
MASTER_SITE_SUBDIR when possible.
PR: ports/125243
Submitted by: pgollucci
Reworked by: myself
Tested on: pointyhat exp-run (pav) |
1.1.10_10 06 Jun 2008 14:07:24 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
1.1.10_9 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.1.10_8 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 ) |
1.1.10_7 04 Jul 2007 18:03:24 |
marcus |
Fix the build with GCC 4.2.
Reported by: pointyhat via pav |
1.1.10_7 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}. |
1.1.10_6 22 Apr 2007 12:00:57 |
pav |
- Fix after objformat removal
Reported by: krismail |
1.1.10_6 14 Oct 2006 08:54:54 |
marcus |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris) |
1.1.10_5 16 May 2006 05:21:16 |
mezz |
portlint:
-Use DOCSDIR in plist. |
1.1.10_5 15 May 2006 22:23:04 |
mezz |
Add USE_GETTEXT to appease portlint. |
1.1.10_5 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.1.10_4 23 Nov 2005 22:41:05 |
pav |
- Add SHA256 checksums |
1.1.10_4 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. |
1.1.10_4 29 Aug 2004 18:13:43 |
marcus |
Chase the libpspell shared lib version. |
1.1.10_3 13 Aug 2004 23:12:25 |
pav |
- Fix build with gcc-3.4 |
1.1.10_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 |
1.1.10_3 18 Mar 2004 14:33:42 |
pav |
- Add SIZE to GNOME ports
Submitted by: trevor |
1.1.10_3 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. |
1.1.10_3 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.1.10_2 17 Nov 2003 12:29:10 |
trevor |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
1.1.10_2 30 Sep 2003 02:39:45 |
marcus |
Bump PORTREVISION for the previous commit. |
1.1.10_1 30 Sep 2003 02:39:29 |
marcus |
Re-enable gconf support now that gconf1 plays nicely with gconf2. |
1.1.10_1 25 Sep 2003 05:40:49 |
adamw |
Remove gconf support. This fixes crashes encountered in apps such
as GnuCash when trying to view reports or help documents.
Obtained from: marcus |
1.1.10 12 Jun 2003 09:46:10 |
adamw |
Remove REINPLACE commands that were rolled into gnomehack. |
1.1.10 05 Apr 2003 04:55:05 |
marcus |
* Update to 1.1.10
* Remove USE_GNOMENG macro |
1.1.8 07 Mar 2003 06:12:57 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
1.1.8 08 Feb 2003 06:34:44 |
marcus |
Update to 1.1.8. |
1.1.7 19 Jan 2003 19:16:10 |
marcus |
Update to 1.1.7. |
1.1.6_2 24 Dec 2002 17:59:15 |
marcus |
Fix a bug where text copied from Mozilla or Galeon could not be pasted
into The GtkHTML editor (e.g. into Evolution's mail composer).
Approved by: portmgr (lioux) |
1.1.6_1 02 Dec 2002 01:39:32 |
marcus |
Fix a typo that could result in ports depending on gtkhtml not to build. |
1.1.6 22 Nov 2002 20:29:41 |
marcus |
Make soup optional in gtkhtml. In doing this, we have to make sure soup is
a dependency of Evolution, so don't count on getting it from gtkhtml.
The reason for this is fear that the underlying soup protocol, SOAP is
inherently insecure. Thus far, however, there have been no advisories or
exploits, and the one soup user, Evolution does not appear to have any
SOAP-based security holes. See the following for more information:
http://www.xml.com/pub/a/2002/02/27/security-lather.html
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service11212001.asp
Requested by: Scott A. Moberly <smoberly@karamazov.org> |
1.1.6 11 Nov 2002 19:43:16 |
marcus |
Update to 1.1.6. |
1.0.4_1 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. |
1.0.4_1 03 Sep 2002 16:09:43 |
marcus |
Chase pspell so version, and note that libpspell is now installed by
textproc/aspell. |
1.0.4 14 Jul 2002 03:44:55 |
marcus |
s/ghttp/libghttp/ |
1.0.4 11 Jul 2002 17:16:11 |
sobomax |
Convert all core GNOME1 components and some of the most popular GNOME1
apps to bsd.gnomeng.mk. The goal is to make GNOME1 framework more modular,
which will allow to use GNOME1 apps with GNOME2 desktop as well as considerably
reduce langht of dependency chains for GNOME1 ports (for example after this
commit AbiWord's dependency chain was reduced by 7 ports from 57 to only
50, while Gnumeric's - from 60 to 53 and so on).
The most of the GNOME1 apps are still not converted, so that lot of work is
still ahead.
Please report any unusual problems to gnome@FreeBSD.org.
Discussed with: marcus
Reviewed by: marcus |
1.0.4 19 Jun 2002 08:18:10 |
sobomax |
Add USE_REINPLACE where appropriate. |
1.0.4 16 Jun 2002 14:47:30 |
sobomax |
- Update to 1.0.4;
- use REINPLACE_CMD. |
1.0.3 10 Jun 2002 12:29:29 |
sobomax |
Update to 1.0.3. |
1.0.2_2 01 May 2002 20:23:04 |
sobomax |
- Move misc documentation into share/doc where it belongs;
- use USE_LIBTOOL while I here;
- make gnome-hint from gnomecore actually working;
- bump PORTREVISIONs. |
1.0.2_1 24 Apr 2002 15:50:10 |
marcus |
Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9
is also installed.
PR: 36401
Reported by: many
Approved by: sobomax |
1.0.2_1 27 Mar 2002 05:03:01 |
sobomax |
Don't link with libgnuregex - the benefit is unclear (if any), while it causes
certain problems on -stable when editing html text (evolution et al).
Reported by: Mark Sergeant <msergeant@looksmart.net>
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> |
1.0.2 25 Mar 2002 20:16:20 |
sobomax |
Update to 1.0.2. |
25 Jan 2002 11:06:47 |
sobomax |
Don't build/install useless statically linked version of the shared module. |
13 Jan 2002 19:22:29 |
sobomax |
Update to 1.0.1. |
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. |
12 Dec 2001 21:53:44 |
sobomax |
Don't install useless duplicate copy of gtkhtml-properties.desktop. |
12 Dec 2001 07:57:52 |
sobomax |
Add missed "@dirrm share/gnome/control-center/capplets". |
05 Dec 2001 13:20:06 |
sobomax |
Update to 1.0.0. |
20 Nov 2001 14:19:40 |
sobomax |
Update to 0.16.1. |
09 Nov 2001 16:38:14 |
sobomax |
Update to 0.16.0. |
09 Oct 2001 15:07:58 |
sobomax |
Chase increase of libgal shared library version number. |
09 Oct 2001 08:28:56 |
sobomax |
Update to 0.14.0. |
01 Oct 2001 07:38:41 |
sobomax |
Update to 0.13.0. |
11 Sep 2001 08:41:55 |
sobomax |
Update to 0.12.0. |
26 Aug 2001 02:48:22 |
demon |
Chase gal SHLIB version. |
09 Aug 2001 11:46:50 |
sobomax |
Update version number of gal shared library. |
03 Aug 2001 08:26:43 |
sobomax |
Update to 0.11.1. |
02 Aug 2001 14:45:58 |
sobomax |
Delete ${PREFIX}/share/gnome/control-center/capplets directory on deinstall. |
23 Jul 2001 11:18:06 |
sobomax |
Update to 0.10.0. |
13 Jul 2001 02:53:42 |
demon |
Chase gal SHLIB version bump. |
19 Jun 2001 10:37:36 |
ade |
Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore
(adding some extra functionality). |
21 May 2001 19:06:31 |
ade |
Chase new shlib revision from x11-toolkits/gal |
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:51:18 |
ade |
The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole bunch of
GNOME applications under one convenient building mechanism. |
29 Mar 2001 16:35:19 |
sobomax |
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} |
12 Mar 2001 15:56:54 |
ade |
Add missing dependency |
09 Feb 2001 22:01:59 |
ade |
Update for new x11-toolkits/gal shared library revision |
31 Jan 2001 16:22:08 |
sobomax |
Update pspell version number. |
31 Jan 2001 15:56:54 |
ade |
Update to 0.8.2 |
25 Jan 2001 23:32:34 |
ade |
Update to 0.8.1 |
05 Jan 2001 15:36:45 |
ade |
Mangle this to work with bonobo-0.31 |
15 Dec 2000 17:54:46 |
ade |
Update to 0.8 |
08 Dec 2000 21:11:46 |
ade |
Use new version of x11-toolkits/gal. Bump PORTREVISION since they're not
binary compatible. |
20 Oct 2000 17:25:56 |
ade |
Update to 0.7 |
10 Oct 2000 18:25:19 |
ade |
Updates for new bonobo |
08 Oct 2000 08:11:25 |
asami |
Convert category www to new layout. |
05 Oct 2000 08:17:31 |
reg |
Implement USE_GNOME, part 2. |
03 Oct 2000 18:37:51 |
ade |
Chase new gconf |
28 Sep 2000 19:04:24 |
ade |
Add textproc/pspell as a dependency |
17 Aug 2000 17:41:52 |
ade |
Update to 0.6.1 |
04 Aug 2000 17:11:37 |
ade |
Re-sobomize to use pre-patch instead of post-extract |
04 Aug 2000 12:59:34 |
sobomax |
Fix a keybinding search path (PREFIX/share/gtkhtml -->
PREFIX/share/gnome/gtkhtml). |
04 Aug 2000 02:34:41 |
ade |
Extensive patchfile cleanups using sobomax's wonderful post-extract rule |
27 Jul 2000 09:16:55 |
sobomax |
Add gconf.8 to LIB_DEPENDS. This should fix bento's PLIST error. |
12 Jul 2000 15:37:08 |
ade |
Update to 0.5 |
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 17:38:11 |
ade |
Add GtkHTML, a GTK/GNOME lightweight HTML rendering, printing, and editing
engine. |