Commit graph

50 commits

Author SHA1 Message Date
Tijl Coosemans
3127da9b78 Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent ports
Approved by:	portmgr (implicit, PORTREVISION bump on unstaged port)
2014-07-04 20:28:31 +00:00
Koop Mast
d5c708dfb3 USE_GNOME=ltverhack -> USES=libtool:keepla 2014-05-03 07:40:57 +00:00
Baptiste Daroussin
5db213b652 Use options helpers
Use install-strip target to strip binaries (it respect DONTSTRIP which is passed to env in case we do build WITH_DEBUG)
Switch ispell -> aspell-ispell

Approved by:	kwm (gnome)
2014-01-28 14:07:36 +00:00
Koop Mast
46a75802a5 Fix myspell (hunspell) and ispell backends. It needs to known the exact
directory where the dictonaries are located.
Use MULTI options. A spellcheck library without any spell check backends
 is useless.
Switch default to HUNSPELL, it beter maintained.
Stageify.
2013-11-17 16:52:37 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Koop Mast
dbf9cc73e2 Make sure we use system hunspell and look in the right location where to
find the dictionaries. [1]
Do the same for hspell and ispell, and use new lib_depend syntax.
USE_GMAKE => USES=gmake and fix bug in configure script.

PR:		ports/180660
Submitted by:	tijl@
2013-09-20 12:15:57 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Koop Mast
7f2a857b29 Restore default options from before conversion to OptionsNG.
Reported by:	makc@
Approved by:	portmgr (miwi@)
Pointyhat to:	kwm@
2013-04-03 16:52:20 +00:00
Koop Mast
2a3357182d Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfix
instead of gnomehack and pet portlint.
Add conflicts with future gnome3 versions.

Reviewed by:	miwi, bapt
2013-03-19 10:40:22 +00:00
Koop Mast
7887c684ad * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
2013-03-08 10:51:34 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Koop Mast
0e682dded4 Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-08-11 19:20:17 +00:00
Baptiste Daroussin
0f57ce77af - update to 1.3.2
- remove hungarian dictionnary (will be readded later as a separate port)
- rework description
- change WWW
- chase library bump
- add license
2011-07-19 05:23:03 +00:00
Julien Laffaye
5f71edd927 - Connect textproc/hunspell to the build
- Unconnect hungarian/hunspell
- Chase hunspell move
- Add an entry to MOVED and UPDATING

Approved by:	bapt (mentor)
2011-07-18 16:21:26 +00:00
Olli Hauer
fc03c837e2 -remove MD5 2011-07-03 14:40:25 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Koop Mast
af4412ffcc Update to 1.6.0.
Add some backend options. [1]

Submitted by:	makc@ [1]
2010-07-25 12:45:16 +00:00
Jeremy Messenger
789d75c728 -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
2009-08-02 19:36:34 +00:00
Stanislav Sedov
3a9cefc5cd - Use OPTIONS
- Make zemberek optional (requires dbus).

Approved by:	gnome (marcus)
2009-02-12 17:11:09 +00:00
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