Commit Graph

30 Commits

Author SHA1 Message Date
Jeremy Messenger
096acdd021 Update to 1.4.2.
PR:		ports/128853
Submitted by:	bf <bf2006a@yahoo.com>
2008-12-04 21:05:13 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Jeremy Messenger
fecba074ef Correct the patch. 2008-04-17 01:44:17 +00:00
Michael Johnson
3b3feb82ea Fix build on OSVERSION < 700042
PR:		ports/122831
Submitted by:	barbara <barbara.xxx1975@libero.ot>
2008-04-16 21:39:20 +00:00
Michael Johnson
1b57e8f338 Update to 1.4.0
PR:		 ports/122822
Submitted by:	 Wen heping <wenheping@gmail.com>
2008-04-16 17:23:32 +00:00
Jeremy Messenger
e20500a815 Update to 1.3.0. 2006-11-30 20:37:18 +00:00
Jeremy Messenger
31ad592f90 INSTALLS_SHLIB -> USE_LDCONFIG.
Found by:	portlint (cports.sh)
2006-11-05 03:59:12 +00:00
Jeremy Messenger
95dabcae89 Update to 1.2.6. 2006-07-10 22:27:59 +00:00
Jeremy Messenger
fd61dcde3f -Update to 1.2.5.
-Update the pkg-descr, copied from its website.
2006-04-14 19:32:18 +00:00
Pav Lucistnik
1927a4daee - Fix build on FreeBSD 4.X
PR:		ports/94536
Submitted by:	Tod McQuillin <devin@spamcop.net>
2006-03-16 15:42:49 +00:00
Jeremy Messenger
66027fa236 - Update to 1.2.3. [1]
- Remove the USE_REINPLACE. [1]
- Update the WWW. [1]
- Use the DATADIR in plist. [1]
- Add --{disable|enable}-* for us can control knob better to disable/enable,
  because of autocheck exists in the configure.
- Disable hspell support for now, it needs newer hspell 0.9 that has a new
  hspell_get_dictionary_path() function. Current in ports only has hspell 0.8.

PR:		ports/94326 [1]
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> [1]
2006-03-15 17:36:22 +00:00
Ade Lovett
8503536d38 Conversion to a single libtool environment.
Approved by:	portmgr (kris)
2006-02-23 10:40:44 +00:00
Ade Lovett
54a0b86543 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.
2005-11-15 06:52:12 +00:00
Michael Johnson
c022379dd7 - Update to 1.2.0 2005-11-10 10:07:24 +00:00
Joe Marcus Clarke
235c907ae5 Bump PORTREVISION to chase the glib20 shared library update. 2005-11-05 05:22:06 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Michael Johnson
b2f55e9601 - Remove gnomeprefix from USE_GNOME to fix plist for gnome 2.10
Spotted by:	ade via irc
2005-03-08 02:11:54 +00:00
Jeremy Messenger
61de80f3ff -Update to 1.1.5.
-Use libtool 1.5.
2004-12-15 06:14:48 +00:00
Joe Marcus Clarke
ac54da6195 Chase the libpspell shared lib version. 2004-08-29 18:13:43 +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
Jeremy Messenger
4168351dde Enable the Aspell support is turn on by default now. AbiWord's spell checker
will not work unless this compiles with Aspell support.

Reviewed by:	marcus and adamw
2004-06-09 19:09:27 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +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
Adam Weinberger
8110d5ec3d Update to 1.1.3, and de-conditionalize the ispell bidness. Ispell is
included in the enchant source, and is built automatically.

PR:		ports/63250
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-02-28 18:45:11 +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
Adam Weinberger
aac5a28ba8 {a,h,i}spell libs are only installed if you build enchant with support for them.
So, conditionalize their registration within pkg-plist.

Hurrrrrr... I should have caught that earlier...
2004-01-17 22:40:59 +00:00
Joe Marcus Clarke
4f64109097 Add a missing dependency on aspell.
Reported by:	bento
2004-01-17 10:15:46 +00:00
Adam Weinberger
e03e1d7043 A silly update, but it's more correcter now:
Correct the "Date created: year.

Better that I make this mistake here than on a cheque ::P
2004-01-04 21:21:09 +00:00
Adam Weinberger
45c9aaefdf Fix missing file to pkg-plist. 2004-01-03 21:45:53 +00:00
Adam Weinberger
d4f420056d Add enchant, a backend dictionary broker. It provides a framework for
interfacing with various pre-existing dictionary programs.
2004-01-03 21:30:57 +00:00