Joe Marcus Clarke
ac54da6195
Chase the libpspell shared lib version.
2004-08-29 18:13:43 +00:00
Pav Lucistnik
1c2549007c
- Fix build with gcc-3.4
2004-08-13 23:12:25 +00:00
Joe Marcus Clarke
9e5632dd66
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
2004-07-09 17:43:11 +00:00
Pav Lucistnik
db249059e4
- Add SIZE to GNOME ports
...
Submitted by: trevor
2004-03-18 14:33:42 +00:00
Ade Lovett
3f651573ad
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.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
73f7c91b5d
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
b3ba3ae427
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
2003-11-17 12:29:10 +00:00
Joe Marcus Clarke
42c8a92900
Bump PORTREVISION for the previous commit.
2003-09-30 02:39:45 +00:00
Joe Marcus Clarke
e960eade03
Re-enable gconf support now that gconf1 plays nicely with gconf2.
2003-09-30 02:39:29 +00:00
Adam Weinberger
8108744cf6
Remove gconf support. This fixes crashes encountered in apps such
...
as GnuCash when trying to view reports or help documents.
Obtained from: marcus
2003-09-25 05:40:49 +00:00
Adam Weinberger
5a1964dbcd
Remove REINPLACE commands that were rolled into gnomehack.
2003-06-12 09:46:09 +00:00
Joe Marcus Clarke
41bacf8722
* Update to 1.1.10
...
* Remove USE_GNOMENG macro
2003-04-05 04:55:05 +00:00
Ade Lovett
7e52725f2a
Clear moonlight beckons.
...
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Joe Marcus Clarke
d496af3241
Update to 1.1.8.
2003-02-08 06:34:44 +00:00
Joe Marcus Clarke
7dd4e05662
Update to 1.1.7.
2003-01-19 19:16:10 +00:00
Joe Marcus Clarke
5beaf51b8b
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)
2002-12-24 17:59:15 +00:00
Joe Marcus Clarke
47994272c0
Fix a typo that could result in ports depending on gtkhtml not to build.
2002-12-02 01:39:32 +00:00
Joe Marcus Clarke
7bdec3fd36
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>
2002-11-22 20:29:41 +00:00
Joe Marcus Clarke
9375059e53
Update to 1.1.6.
2002-11-11 19:43:16 +00:00
Joe Marcus Clarke
59deb69012
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.
2002-09-20 17:07:51 +00:00
Joe Marcus Clarke
373af7ebb2
Chase pspell so version, and note that libpspell is now installed by
...
textproc/aspell.
2002-09-03 16:09:43 +00:00
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