1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
Commit Graph

146 Commits

Author SHA1 Message Date
Jeremy Messenger
30d0b53a6b Update to 2.6.0. In the next release 2.6.1 should have fix reduce
dependencies. Do not complain to me for extra dependencies. Anyway, see
release notes:

	http://www.abisource.com/release-notes/2.6.0.phtml

Addition details for abiword-plugins:
	-Remove bz2abw plugins, no longer exists.
	-Add MathView and OpenXML plugins.
	-Add all --disable-* in there in case if they add autocheck.
2008-04-05 16:27:57 +00:00
Joe Marcus Clarke
47c1047a0d Use an explicit (void *)0 instead of NULL to indicate a varargs sentinel.
This fixes the runtime on 64-bit platforms since since C++ treats NULL as
simply 0.

PR:		119127
2007-12-30 23:46:29 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Tom McLaughlin
aed3cf7928 Chase optional gucharmap dependency after update 2007-03-19 16:06:46 +00:00
Jeremy Messenger
3525612445 Update to 2.4.6, see release notes and changelogs for details:
http://www.abisource.com/release-notes/2.4.6.phtml
	http://www.abisource.com/changelogs/2.4.6.phtml
2006-11-30 20:37:39 +00:00
Martin Wilke
551bcf836c Chase increase of textproc/wv shlib version.
Submitted by:	pointyhat via kris
2006-11-07 08:15:51 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Jeremy Messenger
f501dc607e Update to 2.4.5, see release notes and changelog for details:
http://www.abisource.com/release-notes/2.4.5.phtml
	http://www.abisource.com/changelogs/2.4.5.phtml
2006-07-10 22:28:19 +00:00
Jeremy Messenger
c28c1bb7e5 Fix the fileselector crash on amd64, bump the PORTREVISION.
Submitted by:		Mark Kane <mark@mkproductions.org>
AbiWord Bugzilla:	http://bugzilla.abisource.com/show_bug.cgi?id=8776
2006-05-11 19:50:29 +00:00
Jeremy Messenger
ccd06bac18 -Update to 2.4.4, see release notes and changelogs for detail:
http://www.abisource.com/release-notes/2.4.4.phtml
	http://www.abisource.com/changelogs/2.4.4.phtml
-Add CFLAGS=-g and STRIP= in WITH_DEBUG.
-Remove USE_REINPLACE.
-Use @dirrmtry.
2006-04-14 19:32:50 +00:00
Jeremy Messenger
4ac8388fff Chase wv's shared library version bump, bump the PORTREVISION. 2006-03-15 18:06:16 +00:00
Edwin Groothuis
e33233f948 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 01:55:36 +00:00
Jeremy Messenger
fd96bf141e Update to 2.4.2, see the release notes and changelog for details.
http://www.abisource.com/release-notes/2.4.2.phtml
	http://www.abisource.com/changelogs/2.4.2.phtml
2006-01-10 07:01:47 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Michael Johnson
79c7d9ac7a - Chase enchant libver bump 2005-11-10 10:08:37 +00:00
Jeremy Messenger
b0e6fb00cb - Update to 2.4.1, see the release note for details:
http://www.abisource.com/release-notes/2.4.1.phtml

- Replace from pkg-install to plist by use '@exec /bin/mkdir -p...', it's
  easier that way.
- Correct the plist for plugins by add '@unexec /bin/rmdir....true'
- Re-enable install the .server and .xml files for bonobo/ui stuff, only
  happen if GNOME is enable (autocheck by libgnomeui).
- Add CONFLICTS with abiword(-plugins)-devel now.
- As for plugins, grammar-checker, OpenWriter and OpenDocument have been added.
2005-11-05 05:44:53 +00:00
Michael Johnson
7265393097 - Add EXTRACT_AFTER_ARGS to shave off a few seconds and 59MB for abiword
89MB for abiword-plugins
2005-09-12 08:29:01 +00:00
Jeremy Messenger
3e49f2d3c7 Add application/msword mime type for you can double click on any of .doc files
and some other features.

Submitted by:	sajd in #freebsd.gnome (freenode)
2005-07-22 01:38:22 +00:00
Jeremy Messenger
4ac5a6e6ba Update to 2.2.8.
http://www.abisource.com/release-notes/2.2.8.phtml
2005-06-06 06:26:39 +00:00
Jeremy Messenger
c5ff3a0d74 Update to 2.2.7, this fix a crash bug with locale stuff.
"Update: Yep, we broke text rendering when using locales other than
	English. Please get 2.2.7. Our sincere appologies."

	http://www.abisource.com/release-notes/2.2.7.phtml
2005-04-05 00:06:04 +00:00
Jeremy Messenger
b517ed1b6d - Update to 2.2.6, see detail:
http://www.abisource.com/release-notes/2.2.6.phtml
- Disable GNOME support in abiword-plugins; it needs to catch up with newer
  nautilus 2.10.x.
2005-04-04 06:15:20 +00:00
Jeremy Messenger
c1d95aab80 Fully-qualify the path to update-desktop-database and update-mime-database in
the plist since /usr/local/bin isn't in pkg_add's PATH. Bump the PORTREVISION.
2005-03-16 21:47:50 +00:00
Joe Marcus Clarke
b3458f652e Bump PORTREVISION to chase the glib20 shared lib version change. 2005-03-12 10:54:27 +00:00
Jeremy Messenger
cd22039a96 Update to 2.2.5, see more details:
http://www.abisource.com/release-notes/2.2.5.phtml
2005-03-03 03:43:30 +00:00
Jeremy Messenger
77cb5dec8b -Remove nautilus2 dependency; it doesn't need it any longer. [1]
-While I am here, add a new knob, WITH_DEBUG.

Submitted by:	Zahemszky Gabor <Gabor@Zahemszky.HU> [1]
2005-02-26 22:42:40 +00:00
Pav Lucistnik
7d6b36b5c5 - Update distinfo for previous update to 2.2.4
Reported by:	mux
Pointy hat to:	mezz
2005-02-22 13:11:40 +00:00
Jeremy Messenger
749db0bcca Update to 2.2.4, see details:
http://www.abisource.com/release-notes/2.2.4.phtml
	http://www.abisource.com/changelogs/2.2.4.phtml

As for abiword-plugins:

	- the libwpd (WordPerfect) plugin has been disabled because the
	  textproc/libwpd needs to be update to 0.8.x. I will creating a
	  patch of update and bugging to the maintainer.
	- Remove AbiGdkPixbuf, it has been moved to the mainline (abiword)
	  and is enable by default (core; not a plugin). Finally, they did it!
2005-02-22 07:53:16 +00:00
Jeremy Messenger
924f071a21 -Update to 2.2.3, see more details:
http://www.abisource.com/release-notes/2.2.3.phtml
	http://www.abisource.com/changelogs/2.2.3.phtml

-Remove the 'text/plain' mimetype in the favor of 10 days vote @ freebsd-gnome.
	no	12% (3 votes)
	yes	87% (21 votes)

-Few of our patches have been merged in the this release.
2005-01-17 21:23:31 +00:00
Joe Marcus Clarke
aca8e2a600 Chase the new location for update-desktop-database by allowing the command
to be found in PATH.
2004-12-29 02:18:31 +00:00
Jeremy Messenger
f55f64936a Re-add a patch that was created by bland back in AbiWord2 2.0.3_2. bland said,
'Fix crash on startup bug for locales with mb acceleratos in menu.'

Reported by:	Mikhail Teterin <mi@corbulon.video-collage.com>
Tested by:	Mikhail Teterin <mi@corbulon.video-collage.com>
2004-12-12 21:20:54 +00:00
Adam Weinberger
9a3dae36b5 Remove dead link from MASTER_SITES. 2004-12-06 01:12:53 +00:00
Jeremy Messenger
83ab839c2b -Move editors/AbiWord2 -> editors/abiword
-Update to 2.2.1, see the detail:

	http://www.abisource.com/release-notes/2.2.1.phtml
2004-12-04 21:46:46 +00:00
Joe Marcus Clarke
114182d13d Remove aspell configure hack to fix build with the new version of aspell. 2004-11-09 01:02:04 +00:00
Joe Marcus Clarke
46a4d69571 Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
2004-11-07 22:37:47 +00:00
Joe Marcus Clarke
347d9f245c Update to 2.0.12, and create the post-install directories before installing
into them.  While AbiWord doesn't "own" these directories, this definitely
helps with alternate PREFIX test installations.
2004-10-11 23:41:21 +00:00
Joe Marcus Clarke
c77372c01a Update to 2.0.11. 2004-08-31 00:15:42 +00:00
Joe Marcus Clarke
dc18106873 Fix the build with aspell 0.60. 2004-08-30 04:08:47 +00:00
Thierry Thomas
64e8cb66bb Chase libaspell to aspell.16. 2004-08-28 22:50:44 +00:00
Joe Marcus Clarke
59fcf29573 Update to 2.0.10. 2004-08-16 17:15:36 +00:00
Jeremy Messenger
458fde86c7 Update to 2.0.9, this is supposed to fix the gcc 3.4.x. See the changelog for
the full detail: http://www.abisource.com/release-notes/2.0.9.phtml
2004-08-02 00:32:40 +00:00
Pav Lucistnik
a5b1630a3d - Update to 2.0.8 2004-07-13 11:54:11 +00:00
Jeremy Messenger
98124acc2c - Clean up to make it looks nicer.
- Change from autogen.sh to configure; it works fine with tweaks.
- No longer wv check for the conflict, which it depends on textproc/wv
  rather than the one include AbiWord's tarball. I have tested my Mom
  and sister's docs from their work/school and they works fine with wv
  port. I don't see any problem or slowdown.
- Force AbiWord to check/compile everything what apps that are
  installed (headers, libraries, etc) from ports rather than check and
  use the stuff that are included in tarball such as wv, zlib, libpng,
  popt and etc. (Use external dependencies.)
- Improvement the autochecks and knobs of WITH_ENCHANT and WITH_ASPELL.
- Add the new WITHOUT_GTKSPELL knob to allow us not depend and install
  either Aspell or Enchant, but the spell checker will be still enable
  and dictionary will be install. The spell checker works fine in my
  test so far.
- Add install the Help docs to fix the ports/66623 and add a new
  WITHOUT_HELP_DOCS to disable the install Help docs.

Reviewed by:	marcus and adamw
2004-06-09 19:12:14 +00:00
Pav Lucistnik
d936956c25 - Fix a startup crash in ap_GetLabel_Autotext()
PR:		ports/67484
Submitted by:	Oleg Sharoiko <os@rsu.ru>
2004-06-02 19:05:39 +00:00
Joe Marcus Clarke
2ebbc9b6d9 * Update to 2.0.7
* Do not install GNOME files into the wrong location
* Protect more files behind GNOME_ENABLED that rely on the GNOME
  heirarchy
2004-05-20 05:53:54 +00:00
Joe Marcus Clarke
7a970b5237 Update to 2.0.6 now with 64-bit fixes that should get it working on platforms
other than i386.
2004-04-07 04:52:21 +00:00
Joe Marcus Clarke
3d6e57a22a AbiWord 2.0 has not been ported to use gucharmap-1.4.x yet.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2004-04-05 22:07:39 +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
Joe Marcus Clarke
4857abc9a8 Update to 2.0.5 now with the Word doc crash fixed. 2004-03-09 05:26:12 +00:00