Commit graph

55 commits

Author SHA1 Message Date
Joe Marcus Clarke
282b6d529f s/ghttp/libghttp/ 2002-07-14 03:44:55 +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
Maxim Sobolev
4803463633 Add USE_REINPLACE where appropriate. 2002-06-19 08:18:10 +00:00
Maxim Sobolev
cbaa66da4a - Update to 1.0.4;
- use REINPLACE_CMD.
2002-06-16 14:47:30 +00:00
Maxim Sobolev
b5ca806d50 Update to 1.0.3. 2002-06-10 12:29:29 +00:00
Maxim Sobolev
17b6cc0afe - Move misc documentation into share/doc where it belongs;
- use USE_LIBTOOL while I here;
- make gnome-hint from gnomecore actually working;
- bump PORTREVISIONs.
2002-05-01 20:23:03 +00:00
Joe Marcus Clarke
b417efd74e 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
2002-04-24 15:50:09 +00:00
Maxim Sobolev
0b0565b9c2 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>
2002-03-27 05:03:00 +00:00
Maxim Sobolev
98f0d12144 Update to 1.0.2. 2002-03-25 20:16:20 +00:00
Maxim Sobolev
260c581207 Don't build/install useless statically linked version of the shared module. 2002-01-25 11:06:45 +00:00
Maxim Sobolev
0e638f172e Update to 1.0.1.
PR:		33832
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-01-13 19:22:28 +00:00
Maxim Sobolev
d0fba3e0f1 Backout previous change - it seems that new revision of the patch doesn't
apply everywhere.

Submitted by:	Todd Punderson <todd@doonga.net>
2001-12-20 06:19:02 +00:00
Maxim Sobolev
41c22e9c76 Don't filter libc_r on 5-CURRENT. 2001-12-19 20:20:23 +00:00
Maxim Sobolev
4f31c8081a Don't install useless duplicate copy of gtkhtml-properties.desktop. 2001-12-12 21:53:44 +00:00
Maxim Sobolev
4edc9698f5 Add missed "@dirrm share/gnome/control-center/capplets". 2001-12-12 07:57:52 +00:00
Maxim Sobolev
355e9dc55b Update to 1.0.0. 2001-12-05 13:20:06 +00:00
Maxim Sobolev
41b2e22b6b Update to 0.16.1. 2001-11-20 14:19:40 +00:00
Maxim Sobolev
8a83446f9b Update to 0.16.0. 2001-11-09 16:38:14 +00:00
Maxim Sobolev
f93cf69aa4 Chase increase of libgal shared library version number. 2001-10-09 14:07:56 +00:00
Maxim Sobolev
00d1f847bd Update to 0.14.0. 2001-10-09 07:28:56 +00:00
Maxim Sobolev
5bd7e19981 Update to 0.13.0. 2001-10-01 06:38:40 +00:00
Maxim Sobolev
51561b2b3c Update to 0.12.0. 2001-09-11 07:41:55 +00:00
Dmitry Sivachenko
489c56164f Chase gal SHLIB version.
PR:		29998, 29992
2001-08-26 01:48:22 +00:00
Maxim Sobolev
d5d576777f Update version number of gal shared library. 2001-08-09 10:46:50 +00:00
Maxim Sobolev
e1c296cea2 Update to 0.11.1. 2001-08-03 07:26:43 +00:00
Maxim Sobolev
919650cc56 Delete ${PREFIX}/share/gnome/control-center/capplets directory on deinstall. 2001-08-02 13:45:57 +00:00
Maxim Sobolev
2797263fb0 Update to 0.10.0. 2001-07-23 10:18:05 +00:00
Dmitry Sivachenko
5bd83fdeea Chase gal SHLIB version bump. 2001-07-13 01:53:42 +00:00
Ade Lovett
b5271952f0 Fold gtkhtml (and, by association, gal) into dependencies for x11/gnomecore
(adding some extra functionality).
2001-06-19 09:37:36 +00:00
Ade Lovett
60db595359 Chase new shlib revision from x11-toolkits/gal 2001-05-21 18:06:30 +00:00
Ade Lovett
5ed28dbe7a 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.
2001-05-11 16:36:50 +00:00
Ade Lovett
48d56577d5 The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole
bunch of GNOME applications under one convenient building mechanism.

Applications include:

mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa,
bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm,
gnucash and abiword.
2001-05-04 21:51:17 +00:00
Maxim Sobolev
4ca0e60800 -pthread --> ${PTHREAD_LIBS}
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}

Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
2001-03-29 16:35:19 +00:00
Ade Lovett
ab006702ae Add missing dependency
Submitted by:	bento (sorta)
2001-03-12 15:56:54 +00:00
Ade Lovett
d0d337cf0e Update for new x11-toolkits/gal shared library revision 2001-02-09 22:01:59 +00:00
Maxim Sobolev
7e52050297 Update pspell version number. 2001-01-31 16:22:06 +00:00
Ade Lovett
fc049ff4e8 Update to 0.8.2 2001-01-31 15:56:54 +00:00
Ade Lovett
506e831f6c Update to 0.8.1 2001-01-25 23:32:34 +00:00
Ade Lovett
97b2a3cd19 Mangle this to work with bonobo-0.31
Obtained from:	GNOME CVS
2001-01-05 15:36:45 +00:00
Ade Lovett
97064d197b Update to 0.8 2000-12-15 17:54:45 +00:00
Ade Lovett
fb392542b7 Use new version of x11-toolkits/gal.
Bump PORTREVISION since they're not binary compatible.
2000-12-08 21:11:45 +00:00
Ade Lovett
f2741e3bc2 Update to 0.7 2000-10-20 16:25:56 +00:00
Ade Lovett
778c2011ea Updates for new bonobo 2000-10-10 17:25:14 +00:00
Jeremy Lea
c76cf46929 Implement USE_GNOME, part 2. 2000-10-05 07:17:31 +00:00
Ade Lovett
cd92546e53 Chase new gconf 2000-10-03 17:37:51 +00:00
Ade Lovett
a08c93c34a Add textproc/pspell as a dependency 2000-09-28 18:04:24 +00:00
Ade Lovett
16da53961f Update to 0.6.1 2000-08-17 16:41:52 +00:00
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Maxim Sobolev
5f79c8595a Fix a keybinding search path (PREFIX/share/gtkhtml --> PREFIX/share/gnome/gtkhtml). 2000-08-04 11:59:33 +00:00
Ade Lovett
9594f3f893 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:34:38 +00:00