Patrick Li
28ea639631
Update to 0.11.31
...
PR: ports/41487
Submitted by: maintainer
2002-08-09 19:45:06 +00:00
Joe Marcus Clarke
8d1a9c6cff
Update to 2.0.3.
2002-08-07 19:57:01 +00:00
Marc Fonvieille
deef46806d
Fix links to the Handbook, the FAQ and the porters-handbook.
...
Approved by: portmgr
2002-08-04 09:04:12 +00:00
Joe Marcus Clarke
eeaeb79f02
Use USE_GNOMENG.
2002-07-28 20:38:37 +00:00
Jimmy Olgeni
5d8dd138b6
Update port to version 1.3.3.
2002-07-28 19:24:56 +00:00
Joe Marcus Clarke
00e8321afb
Update to 2.0.2.
2002-07-25 21:58:17 +00:00
Maxim Sobolev
6ed2788314
Don't bother to build included test programs - they aren't installed or
...
executed anyway.
2002-07-25 13:42:15 +00:00
Maxim Sobolev
6b15f6bdf4
Fix the recent problem with list view. You need at least 2.0.1_1 for
...
this to work. Obrained from GNOME cvs, therefore the patch will go
away during the next version update. Bump PORTREVISION. Update to GNOMENG
while I am here.
2002-07-25 13:41:22 +00:00
Maxim Sobolev
5edeb94a4a
Fix the problem with Nautilus not sensing available desktop area properly
...
and therefore allowing to place icons under the panel. This will go
away when gnomepanel is teached to set _NET_WORKAREA properly (it
doesn't do it yet). More details are on the very top of the patch. Bump
PORTREVISION.
2002-07-24 20:04:28 +00:00
Joe Marcus Clarke
90dafff164
Update to 2.0.1.
2002-07-24 04:52:36 +00:00
Patrick Li
3e9bb42870
Update to 0.11.30
...
PR: ports/40823
Submitted by: maintainer
2002-07-22 02:40:28 +00:00
Patrick Li
baec0e5177
Update to 0.11.28
...
PR: ports/40706
Submitted by: maintainer
2002-07-17 23:49:32 +00:00
Maxim Sobolev
59ece3d395
USE_GTK implies USE_GLIB, so that remove the latter when the former is present.
2002-07-15 16:54:09 +00:00
Joe Marcus Clarke
8b8618eef7
Add a dependency on libghttp. This isn't polled at configure time, but it
...
is needed by nautilus-text-view.c.
PR: 40522
2002-07-14 04:08:06 +00:00
Maxim Sobolev
fda3a2e945
Apart from libpanel this port also requires bonobo and gnomevfs.
2002-07-12 09:39:57 +00:00
Joe Marcus Clarke
f6ffd9afe0
Fix broken make configure. There is no gnomecore component to GNOMENG.
...
Instead, it's libpanel.
Reported by: Mike Harding <mvh@ix.netcom.com>
2002-07-12 03:20:06 +00:00
Maxim Sobolev
19a718ac4c
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
2002-07-11 17:16:10 +00:00
Joe Marcus Clarke
b181342166
Add a patch to nautilus to fix the freeze problem when thumbnailing certain
...
images. FreeBSD has a 64K default thread stack size, and this is too small
for eel's gdk extensions. This patch simply doubles the thumbnailing
thread size to 128K.
2002-07-09 23:17:40 +00:00
Joe Marcus Clarke
8251611f61
Add fam as a dependency if libfam.so.0 exists. Nautilus will implicitly add
...
it anyway, so this fixes the missing lib problem if fam is uninstalled.
PR: 38253
2002-07-05 05:43:27 +00:00
Joe Marcus Clarke
58d11a98d4
The FreeBSD GNOME team is proud to present GNOME 2.0 Release.
2002-06-30 22:20:44 +00:00
Dmitry Sivachenko
95d46da523
This port doesn't need to run ldconfig.
2002-06-29 14:03:42 +00:00
Dmitry Sivachenko
d4698d4f14
Update to version 4.4.7.
2002-06-29 08:31:23 +00:00
Hye-Shik Chang
ad99aad61d
Use REINPLACE_CMD instead of PERL
...
PR: 39790
Submitted by: Scott Flatman <sf@dsinw.com>
2002-06-26 17:33:16 +00:00
Joe Marcus Clarke
58d6153c1e
Update to GNOME 2.0 RC2.
2002-06-26 09:18:37 +00:00
Jimmy Olgeni
7f8c5f43d7
Update to version 1.3.2.
2002-06-23 15:06:57 +00:00
Ying-Chieh Liao
7d16510c2c
upgrade to 0.11.27
...
PR: 39685
Submitted by: maintainer
2002-06-23 06:23:23 +00:00
Jimmy Olgeni
a1321bb6c4
Update port to version 0.1.16.
2002-06-21 21:57:14 +00:00
Joe Marcus Clarke
74036e70b5
Add USE_REINPLACE.
2002-06-19 19:52:00 +00:00
Joe Marcus Clarke
a93d74b318
Update to 0.9.7.
...
PR: 39437
Submitted by: maintainer
2002-06-19 17:35:17 +00:00
Maxim Sobolev
4803463633
Add USE_REINPLACE where appropriate.
2002-06-19 08:18:10 +00:00
Joe Marcus Clarke
d0d49cfda8
Update to 0.5.
...
PR: 39323
Submitted by: maintainer
2002-06-15 19:19:29 +00:00
Joe Marcus Clarke
515147d6b6
Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release.
2002-06-15 09:05:13 +00:00
Ying-Chieh Liao
43e80d5a4b
Replace ${PERL} with ${REINPLACE_CMD}.
...
PR: 39243, 39244, 39245, 39249
Submitted by: maintainer
2002-06-14 07:21:10 +00:00
Joe Marcus Clarke
b93b4ad73e
Fix up patches from previous commit.
2002-06-12 00:20:39 +00:00
Joe Marcus Clarke
9f04edac18
Update to the latest GNOME 2 snapshot.
2002-06-12 00:18:21 +00:00
Patrick Li
7348436b67
Update to 0.11.26
...
PR: 39143
Submitted by: maintainer
2002-06-11 16:16:29 +00:00
Patrick Li
145ff47c4d
Update to 0.11.25
...
PR: 38887
Submitted by: maintainer
2002-06-06 20:52:09 +00:00
Joe Marcus Clarke
f01424c3b9
Actually include the patch.
...
Submitted by: sobomax
2002-06-06 09:36:26 +00:00
Joe Marcus Clarke
59d7bf18f3
Update the bookmarks to make them more FreeBSD-friendly.
...
Suggested by: marcel
2002-06-06 04:06:38 +00:00
Jimmy Olgeni
b97976781c
This port does no longer depend on rox-base.
2002-05-31 10:16:28 +00:00
Jimmy Olgeni
b3a892860b
Update port to version 1.3.1 (uses shared-mime-info rather than rox-base).
...
Fix a small bug from post-extract (wrong icon path).
2002-05-31 10:09:38 +00:00
Joe Marcus Clarke
1aadf412fd
Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release.
2002-05-28 16:08:26 +00:00
Ying-Chieh Liao
179bbaf140
upgrade to 2.5.0
...
PR: 38601
Submitted by: maintainer
2002-05-27 09:08:12 +00:00
Jimmy Olgeni
a1b66ae3b1
Update to version 0.1.15.
2002-05-24 19:54:43 +00:00
Kris Kennaway
4d6de4bdae
Add back jafm which was prematurely removed by will, but mark it BROKEN
...
because it doesn't build with recent versions of bison.
2002-05-24 11:48:15 +00:00
Jimmy Olgeni
4b656ad95d
Update port to version 0.1.14 (gtk2 based).
2002-05-24 09:48:19 +00:00
Jimmy Olgeni
e7267fa701
Update port to version 1.3.0 (which requires gtk2).
2002-05-24 09:46:23 +00:00
Maxim Sobolev
ad77d95ef0
Remove leftover file.
2002-05-20 18:04:17 +00:00
Maxim Sobolev
cb6e6af1a3
Update nautilus2 to 1.1.16 after a repo-copy from ports/x11-fm/nautilus and
...
connect it to the build.
2002-05-20 18:03:39 +00:00
Joe Marcus Clarke
b699984486
Add file_menu_applet 0.4, a small GNOME panel application which creates a
...
file manager.
PR: 37802
Submitted by: Franz Klammer <klammer@webonaut.com>
2002-05-06 21:22:25 +00:00