1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
Commit Graph

3838 Commits

Author SHA1 Message Date
Kirill Ponomarev
9e5fc8dded Update to version 3.17.
PR:		ports/69812
Submitted by:	Ports Fury
2004-07-30 20:49:07 +00:00
Adam Weinberger
c4ab51f484 Move a bunch of now unique stuff out of gnomehier and into
the ports that really own the directories.
2004-07-28 14:36:31 +00:00
Pav Lucistnik
eeb1f47e0f - Update to 0.6.3
PR:		ports/69635
Submitted by:	Simon Barner <barner@in.tum.de> (maintainer)
2004-07-28 14:03:09 +00:00
Volker Stolz
af8a1d7182 Add tree-widget 2.0, a tree widget for Emacs.
PR:		ports/69666
Submitted by:	Dryice Liu <dryice@liu.com.cn>
2004-07-28 11:22:15 +00:00
Gary Jennejohn
3e696e436c Update to version 9.4h. 2004-07-26 18:55:07 +00:00
Eric Anholt
51c06499d3 Don't print the WITH_GTK2 availability message if WITH_GTK2 is already set. 2004-07-23 20:02:31 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Gary Jennejohn
6a027d62cd Add patch-emacs.c to fix the following problem as quoted from the PR:
The port patches src/mem-limits.h to declare the "lim_data" variable
as rlim_t (a 64-bit type), but src/emacs.c still defines it as an
integer.  This makes the memory limit checking think that there are
zero bytes available.

PR: 69347
Submitted by: Andrew Heybey <ath@niksun.com>
2004-07-21 21:56:24 +00:00
Volker Stolz
f9b6f78e21 Update to pre 15
PR:		ports/69208
Submitted by:	Linh Pham
2004-07-19 06:52:02 +00:00
Tilman Keskinoz
8586c06561 Update to 2.60
PR:		69061
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2004-07-17 15:35:54 +00:00
Kirill Ponomarev
5aacd41110 Add tea 0.9.1, a simple GTK+ text editor.
PR:		ports/68995
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2004-07-13 16:10:46 +00:00
Pav Lucistnik
a5b1630a3d - Update to 2.0.8 2004-07-13 11:54:11 +00:00
Erwin Lansing
6c1f69e3c7 Revert r1.192 that was committed by accident 2004-07-13 06:39:00 +00:00
Kirill Ponomarev
92f36fc209 Fix build on 4.x
PR:		ports/68965
Submitted by:	maintainer
2004-07-13 06:28:28 +00:00
Kirill Ponomarev
7290aa7f4f Add 2bsd-vi 040605, this is the original BSD vi editor by Bill
Joy, unencumbered and updated to build and run on modern
systems.

PR:		ports/68956
Submitted by:	David Thiel <lx@redundancy.redundancy.org>
2004-07-12 21:07:29 +00:00
Kirill Ponomarev
037281d66e Support WITHOUT_NLS 2004-07-11 10:03:33 +00:00
Kirill Ponomarev
8d30470d24 Support WITHOUT_NLS 2004-07-10 19:18:46 +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
Alexander Nedotsukov
555df18ed5 Remove editors/moleskine
Moleskine is officially unmaintained for last 1.5 years.
2004-07-09 17:08:17 +00:00
Jeremy Messenger
0ea0df3ec4 Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 or
those ports will not work. Please see the more detail about this:

http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html

Also, please check http://www.freebsd.org/gnome/docs/porting.html for the
update about gconf, gconf.pl script and etc.

Approved by:	marcus (portmgr hat)
Reviewed by:	My team, FreeBSD GNOME Team
2004-07-07 16:23:51 +00:00
Martin Blapp
db8bfc7249 Upgrade to Product Update 3. 2004-07-05 13:26:42 +00:00
MANTANI Nobutaka
4db22ef588 Fix hangup problem in japanese-egg-anthy input method.
PR:		ports/68617
Submitted by:	SANETO Takanori <sanewo@ba2.so-net.ne.jp>
2004-07-04 14:57:22 +00:00
Joe Marcus Clarke
34fb14d170 Remove patches that were rolled into bsd.gnome.mk.
Reported by:	pointyhat via kris
2004-07-03 02:11:32 +00:00
Christian Weisgerber
861dd3b526 * Update to 1.2.4. Changes in this release: various bug fixes.
* Fix regular expressions in nanorc.sample; pointed out by Jacek Wotka.
2004-06-30 22:38:45 +00:00
Mark Linimon
274abb9676 Change a BROKEN to IGNORE if dependencies are not satisfied. This will
save an otherwise pointless bento/pointyhat build.

No response from maintainer for quite some time.
2004-06-29 09:17:09 +00:00
Joe Marcus Clarke
8aeb872c4a Update to GNOME 2.6.2. The full set of changesis listed at
http://lists.gnome.org/archives/gnome-announce-list/2004-June/msg00067.html.
2004-06-29 05:14:30 +00:00
Alexander Nedotsukov
ef7a6d06f2 - Update to 2.6.2
- Convert to new gconf keys handling scheme.
2004-06-26 01:59:54 +00:00
Pav Lucistnik
fbdc191c9f - Update to 0.7.14 2004-06-23 14:21:41 +00:00
Michael Nottebrock
e8a3b06aef Remove inclusion of Makefile.kde from all remaining ports not maintained
by kde@

Approved by: maintainer timeout
2004-06-22 19:42:06 +00:00
Pav Lucistnik
eeea5a46e1 - Update to 0.7.13 2004-06-20 22:28:49 +00:00
Jimmy Olgeni
6bcfe3029c Remove some extra whitespace. 2004-06-17 16:00:55 +00:00
Jimmy Olgeni
96d2b11231 Upgrade to version 1.9.6. 2004-06-17 15:59:47 +00:00
Pav Lucistnik
1447ddf41d - Unify print/gsfonts dependency check
PR:		ports/67999, ports/68035
Submitted by:	Jose M Rodriguez <freebsd@wanadoo.es>
2004-06-17 08:18:55 +00:00
Pav Lucistnik
58a856cc4d - Fix plist and unbreak for tamago-emacs20
PR:		ports/67957
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
2004-06-16 18:47:17 +00:00
Maho Nakata
2defa2b26f add correct dependence gnu cp (coreutils)
pointed out : kris
2004-06-15 09:19:21 +00:00
Maho Nakata
437cdc00bd 1) Remove IGNORE. Now runs
2) cleanups
3) procedure of localized builds have been substantially
   changed
4) make use of ccache
2004-06-13 23:57:01 +00:00
Kris Kennaway
babcfd82bf BROKEN: Broken pkg-plist
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2004053003/tamago-emacs20-4.0.6.0.20020909.4_1.log
2004-06-13 23:22:28 +00:00
Tilman Keskinoz
667137ea77 Fix build on gcc34 2004-06-12 22:18:46 +00:00
Tilman Keskinoz
57ff3b4db6 Fix build with gcc34 2004-06-12 22:09:18 +00:00
Tilman Keskinoz
d8925574ce Fix build with gcc34 (conflicting types) 2004-06-12 22:02:10 +00:00
Maho Nakata
cb0a174d52 remove. no longer necessary 2004-06-12 06:47:41 +00:00
Maho Nakata
a5ded0ef3b Opps, backout accidentially removed files... 2004-06-11 11:15:57 +00:00
Maho Nakata
d5fd60772a update to cws_src680_ooo20040620, checkedout at 2004/06/11
Still marked as ignore, but manual installtion works.
2004-06-11 10:57:50 +00:00
David E. O'Brien
3a7600be4d Respect ${CC}.
PR:		67774
Submitted by:	michael johnson <ahze@ahze.net>
2004-06-11 00:10:11 +00:00
Will Andrews
bd09ff3a55 Update gsfonts dependency. Use DOCSDIR instead of port-specific INFODIR.
Use PORTDOCS.

PR:		67736
Submitted by:	MAINTAINER
2004-06-10 03:51:15 +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
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Volker Stolz
3137670bd8 - Register conflicts with cedet
- Use INFO
- Add a pointer to newer version in devel/cedet
- Assign maintainership to submitter

PR:		ports/66732
2004-06-09 08:03:21 +00:00
Kris Kennaway
b0f5fd3249 BROKEN: Unfetchable 2004-06-08 23:41:31 +00:00
David E. O'Brien
e794a01dde Update to Vim 6.3 release. 2004-06-08 20:32:00 +00:00
David E. O'Brien
766628f521 Update to Vim 6.3 release. 2004-06-08 16:09:52 +00:00
Dima Dorfman
8f82f5bb50 Remove broken distfile link.
PR:		66694
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-06-08 09:39:25 +00:00
Volker Stolz
2eb6392427 Update to pre14.
PR:		ports/67615
Submitted by:	Linh Pham
2004-06-07 07:48:25 +00:00
Doug Barton
4397d5ffb9 Update to the Pine 4.60 source. Remove the same wonky master site I
removed from the Pine port.
2004-06-06 03:17:55 +00:00
Markus Brueffer
bd1473d0a7 Don't use Makefile.kde anymore 2004-06-06 02:37:40 +00:00
Volker Stolz
73f024789f - Update to pre13
- Note that PLIST is generated on the fly in Makefile white here

PR:		ports/67514
Submitted by:	Linh Pham
2004-06-03 10:03:09 +00:00
Ying-Chieh Liao
31a02aa7dd add jedit-devel 4.2.0pre8
Powerful programmer's text editor written in Java

PR:		62283
Submitted by:	Linh Pham <question+freebsdpr@closedsrc.org>
2004-06-03 02:35:30 +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
Eric Anholt
ae67bcb215 No need for explicit XFree86-4-libraries dependencies when you've got
LIB_DEPENDS on gtk, among others.
2004-05-29 22:15:02 +00:00
Kirill Ponomarev
fd403c96c4 - Fix MASTER_SITES
PR:		ports/67344
Submitted by:	Roman Neuhauser <neuhauser@chello.cz>
2004-05-29 16:34:35 +00:00
Kirill Ponomarev
87a32678ac - Update to version 3.0
PR:		ports/66136
Submitted by:	krion, pav
Approved by:	maintainer
2004-05-28 17:59:39 +00:00
Joe Marcus Clarke
139dd03af8 Update to 2.6.1. 2004-05-26 22:28:08 +00:00
MANTANI Nobutaka
84edff6d3e Enable interruption with C-g key while opening network connection.
PR:		ports/65910
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2004-05-24 14:11:16 +00:00
Michael Nottebrock
a3ac17e7bb Whoops, that's what you get for not testing properly.
Pointy hat to: me
2004-05-23 14:14:34 +00:00
Kris Kennaway
6a773d294b s/post-patch/pre-build/ since emacs is a BUILD_DEPENDS 2004-05-23 09:58:54 +00:00
Michael Nottebrock
008abc415c Enable dependency on wv2 (and therefore MS Word import) unconditionally. 2004-05-22 22:15:11 +00:00
Kris Kennaway
49ed103866 BROKEN on 4.x: Does not compile (tries to link to libpthread) 2004-05-22 05:56:58 +00:00
Kris Kennaway
e6bbbfeed6 Add missing USE_ZIP
Mark BROKEN since most of the files have checksum mismatches.
2004-05-22 05:54:20 +00:00
Jun Kuriyama
38a1897919 Without touching .nosearch, normal-top-level-add-subdirs-to-load-path
function in subdirs.el adds %%ELISPDIR%%/egg/egg which is for
implementation specific.

This port has egg/egg/anthy.el, and japanese/anthy also have anthy.el
for actual use.  Anthy tries to load egg/egg/anthy.el, not thier
anthy.el without this fix.
2004-05-22 04:59:52 +00:00
Kris Kennaway
1dff517892 BROKEN: Checksum mismatch 2004-05-21 07:31:09 +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
Mark Linimon
37b71d2e4d Canonicalize handling of inclusion of bsd.port.mk.
PR:		ports/64393
Submitted by:	eik
Approved by:	maintainer timeout (2 months)
2004-05-18 22:45:06 +00:00
Mark Linimon
0f5d5158b7 Pet portlint. 2004-05-18 19:04:32 +00:00
Mark Linimon
fc04f7220b Canonicalize inclusion of master-port's Makefile.
PR:		ports/64393
Submitted by:	eik
2004-05-18 18:50:55 +00:00
Norikatsu Shigemura
9c8612a246 o Adopt gnudoit/gnuattach to -emacs/-xemacs suffixed.
o Bump PORTREVISION accordingly.

PR:		ports/66710
Submitted by:	Yoshihiko Sarumaru <mistra@imasy.or.jp>
2004-05-18 17:20:59 +00:00
Norikatsu Shigemura
ceb1b076f1 Update to HEAD branch(4 times revised at 2002.09.09 based 4.0.6).
PR:		ports-jp/14676, ports/66656
Submitted by:	KIMURA Yasuhiro <yasu@utahime.org>
Obtained from:	Debian
2004-05-18 17:16:21 +00:00
Maho Nakata
23448d980d Update to cws_srx645_ooo112fix2, checking out by 2004/May/18th 2004-05-18 14:48:57 +00:00
Kris Kennaway
9febdc3258 BROKEN on 4.x: Does not compile (tries to link to libpthread) 2004-05-18 10:31:29 +00:00
Kris Kennaway
c1a9c78832 Unbreak WITH_TCL builds.
Submitted by:	Michael Edenfield <kutulu@kutulu.org>
PR:		66434
Approved by:	maintainer
2004-05-17 23:51:15 +00:00
Oliver Eikemeier
232da7beb1 clean up after various repocopies 2004-05-17 17:14:19 +00:00
Shigeyuki Fukushima
a590c1afe9 Add new master site with http-connection. 2004-05-16 13:30:37 +00:00
Martin Blapp
36e6f1636d NO_LATEST_LINK=yes
Obtained from:          kris
2004-05-15 11:39:35 +00:00
Joe Marcus Clarke
5295fd7fc8 Update to GNOME 2.6.1. All of the changes and the official announcement can
be found at:

http://www.gnomedesktop.org/article.php?sid=1794&mode=thread&order=0&thold=1
2004-05-14 17:44:23 +00:00
Martin Blapp
eb3e872da0 Bump portrevision. 2004-05-13 08:57:32 +00:00
Martin Blapp
a52c81fd2c Upgrade to so-7-pp2 (product update 2). 2004-05-13 08:56:06 +00:00
Markus Brueffer
6cb83709d6 Update to version 1.6.3 2004-05-12 19:51:48 +00:00
Kirill Ponomarev
c7063badd4 - Fix build
Reported by:	bento/dosirak/pointyhat/who_knows by kris
2004-05-11 07:45:37 +00:00
Kirill Ponomarev
4f52bf1495 - Update to version 0.3.7
PR:		ports/66463
Submitted by:	Ports Fury
2004-05-10 15:31:33 +00:00
Jeremy Messenger
e820a13b0e Add a missing dependency, eel2.
PR:		ports/66413
Submitted by:	Simon Barner <barner@in.tum.de> (maintainer)
Approved by:	marcus (backup mentor)
2004-05-10 07:02:02 +00:00
Erwin Lansing
2f778a0834 Drop maintainership. Maintainer is not using FreeBSD as
primary OS any longer.

Thanks for all your work, Serge! Sorry to see you go.

PR:		66407
Submitted by:	Serge Gagnon <gagnon_s@sympatico.ca> (maintainer)
2004-05-09 07:10:43 +00:00
David E. O'Brien
1b39efa5f9 Update to Vim 6.2 patchlevel 532 2004-05-09 03:33:40 +00:00
David E. O'Brien
85edf7b80d Add patch #502 to BADPATCHES. While it patches OK, and bulids fine for me;
for others it caused a build failure.

Tested by:	will
2004-05-09 02:54:47 +00:00
Maho Nakata
20688a3dfe Fix extract command (helpcontents now have some trailing
gabage)

Submitted by:	Gerrit Kuhn <gerrit@pmp.uni-hannover.de>
2004-05-07 17:20:36 +00:00
Kirill Ponomarev
7d2da5b33c - Add aewan-0.8.7,
Aewan is a curses-based program that allows for the creation
and editing of ascii art.
2004-05-06 20:06:35 +00:00
FUJISHIMA Satsuki
9f9df75916 fix for emacs20: add forgotten delta. 2004-05-06 12:35:57 +00:00
Michael Nottebrock
8590c3cb0d Update to version 1.3.1 2004-05-06 10:20:36 +00:00
Maho Nakata
bfd49d64a3 Add Dutch localized helpcontent 2004-05-05 18:58:35 +00:00
Maho Nakata
a7dc7bf6dd Fix localized helpcontents. somefiles are missing.
http://www.openoffice.org/issues/show_bug.cgi?id=23330
2004-05-05 18:46:41 +00:00
Michael Nottebrock
ceb035bdd4 Match pkg-descr with COMMENT. 2004-05-05 13:53:32 +00:00
Michael Nottebrock
f2cc1a318e Correct pkg-descr.
Noticed by: Ion-Mihai Tetcu <itetcu@apropo.ro>
2004-05-05 13:51:08 +00:00
Michael Nottebrock
28913d78a7 Add koffice-i18n-bg, localized messages and documentation for koffice
(tajik)
2004-05-03 23:26:16 +00:00
Michael Nottebrock
88e4d19f4e Add koffice-i18n-bg, localized messages and documentation for koffice
(bulgarian)
2004-05-03 23:24:36 +00:00
Markus Brueffer
df9b02f815 Remove reference to former maintainer
Requested by:	brueffer
2004-05-03 18:12:21 +00:00
Joe Marcus Clarke
77668c739c Update to 2.6.1. 2004-05-03 16:14:09 +00:00
David E. O'Brien
b07915c81a Update to Vim 6.2 patchlevel 521 2004-05-02 23:36:15 +00:00
Pete Fritchman
274738da3b Update to 0.6.2.
PR:		65233
Submitted by:	maintainer
2004-05-02 17:38:03 +00:00
Pav Lucistnik
c7c82f36e5 - Update to 1.0.3
PR:		ports/66068
Submitted by:	Geoffrey Mainland <mainland@apeiron.net> (maintainer)
2004-05-02 17:05:12 +00:00
Shigeyuki Fukushima
4b582face7 Update to 1.14.6.
Sorry, splitted commit.

PR:		ports/66120
Submitted by:	shuhei <sa264@cam.ac.uk>
2004-05-02 12:15:27 +00:00
Shigeyuki Fukushima
5c5f5a3cef Update to 1.14.6.
PR:		ports/66120
Submitted by:	shuhei <sa264@cam.ac.uk>
2004-05-02 12:13:51 +00:00
Shigeyuki Fukushima
db8e4c70ba Update to 1.14.6.
PR:		ports/66118
Submitted by:	shuhei <sa264@cam.ac.uk>
2004-05-02 12:07:59 +00:00
Clive Lin
dd205b9669 Previous commit is wrong. The proper way to do it right is by adding
${PKGNAMEPREFIX} prefix before LATEST_LINK of the master port.

Obtained from:	eik
Reminded (again) by:	kris
2004-04-30 14:01:50 +00:00
Clive Lin
e3f52e0a05 . Define NO_LATEST_LINK so that packages/Latest will not be disturbed.
. This commit will also help its satellite port to avoid problem above:
  . chinese/emacs20
2004-04-30 10:32:50 +00:00
Joe Marcus Clarke
6e6113910e Update to 2.6.0. 2004-04-29 03:14:26 +00:00
Michael Nottebrock
6c593b2c29 Update to KDE 3.2.2 2004-04-20 09:08:07 +00:00
Clement Laforet
1c10896d38 - Make port "slave-aware"
Noticed by:	Ports with duplicate LATEST_LINKS report
2004-04-19 14:09:31 +00:00
Kris Kennaway
a64412f2a4 Set ONLY_FOR_ARCHS=i386; this either does not compile, or does not run on
non-i386 architectures.  Use a newer version instead.
2004-04-19 12:50:31 +00:00
Kris Kennaway
014d833f42 Add missing INFO file 2004-04-19 09:19:48 +00:00
Gary Jennejohn
ad76ce6da9 Add patch-regex.c to handle an overflow which is caused by long lines
produced by compile and make output in xemacs.

PR: 		ports/62437
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2004-04-18 20:28:17 +00:00
Pav Lucistnik
c28a91dd92 - Update to 0.5.11
PR:		ports/65714
Submitted by:	Ports Fury
2004-04-18 16:11:38 +00:00
Gary Jennejohn
c61d1777e2 Update to version 9.4f. 2004-04-13 18:49:39 +00:00
Edwin Groothuis
757f18a5a7 Also fix this ones Makefile by moving the test for libXm.so more up. 2004-04-13 08:10:24 +00:00
Edwin Groothuis
dc5c753a59 Unbreak port by moving some definitions from the pre-fetch target
to "above it".

Noticed by: nearly everybody.
2004-04-13 06:29:58 +00:00
Gary Jennejohn
2abaca8e66 Add a check for ${X11BASE}/lib/libXm.so so that a dependency can be added
on open-motif.

PR: 		ports/62401
Submitted by:	Vivek Khera <khera@kcilink.com>
2004-04-12 21:47:20 +00:00
Thierry Thomas
508bed379a use DOCSDIR + some cleaning.
PR:		ports/65412
Submitted by:	maintainer
Approved by:	pav (mentor)
2004-04-12 20:54:04 +00:00
Maho Nakata
ebcf9bfb8e Make (more) use of USE_GNOME
Submitted by:	adamw
2004-04-12 01:03:34 +00:00
Maho Nakata
1f8c78b3c0 update MASTER_SITES
Reported by:	kris
2004-04-12 00:52:04 +00:00
Maho Nakata
46b7ad4ab6 Fix LATEST_LINK conflicts
NO_LATEST_LINK=yes for openoffice-1.0 ports
since they may be deprecated in future...

Pointed out by:	kris
2004-04-12 00:35:36 +00:00
Maho Nakata
0faa9350f5 Make fetchable from MASTER_LOCAL_SITE 2004-04-10 21:16:09 +00:00
Maho Nakata
2fc090c2be Make fetchable 2004-04-10 21:14:13 +00:00
Trevor Johnson
c0669efed5 Tidy up whitespace. 2004-04-10 17:26:55 +00:00
Trevor Johnson
6e7d58c396 Trim whitespace. 2004-04-10 16:07:10 +00:00
Maho Nakata
d6710df205 remove PORTREVIESION (typo)
Actually OOo1.1.1p1 is not a bugfix for FreeBSD,
but very very minor fix for Windows. I'm lucky.
Sorry for everyone.

Pointy hat to:	me
Submitted:	Jon Noack <noackjr@alumni.rice.edu>
PR:		65377
2004-04-10 04:08:14 +00:00
Maho Nakata
7c36a93577 Update to cws_src680_ooo20040329, checked out at 20040402 2004-04-09 23:16:42 +00:00
Maho Nakata
52ae1091d7 ${FRELEASE_NR} to ${PORTVERSION} for sdk and solver section 2004-04-09 09:21:22 +00:00
Maho Nakata
7ead418e9b update to 1.1.2RC (checkout cws_srx645_ooo112fix1, 2004/04/08 9pm JST)
please see the release note
http://download.openoffice.org/1.1.2rc/release_notes_1.1.2rc.html

removed patches:
a) patch-solenv+inc+unxfbsdi.mk
   http://www.openoffice.org/issues/show_bug.cgi?id=25500

b) patch-sw+source+filter+ww8+ww8scan.cxx
   http://www.openoffice.org/issues/show_bug.cgi?id=23856
   http://www.openoffice.org/issues/show_bug.cgi?id=24123
   but actually fixed somewhere I cannot find

added patch:
c) patch-setup2+wrapper+install.sh
   http://www.openoffice.org/issues/show_bug.cgi?id=27638

Note: simple test was done for FreeBSD 5.2.1-RELEASE
2004-04-09 08:47:39 +00:00
Maho Nakata
9d57fcc490 a) Update to 1.1.1p1 (treated as bump port revision)
b) Bump port revision accordingly
2004-04-08 12:13:39 +00:00
Maho Nakata
74deda3002 Make solver section.
Suggested by:	Takamichi Akiyama <tora@openoffice.org>
2004-04-08 11:42:21 +00:00
Edwin Groothuis
c5f3ebf972 Unbreak for 5.x
Informed maintainer.
2004-04-08 06:53:38 +00:00
Norikatsu Shigemura
7006cc81dc Update to 1.79.20040401. 2004-04-07 08:23:50 +00:00
Joe Marcus Clarke
bdc61ea5e8 Fix build with gtk+-1.2.
Obtained from:	SciTE CVS
2004-04-07 07:51:14 +00:00
Kevin Lo
e2503cc281 Mark unbroken and update to 1.0.0
Submitted by:	Markus Brueffer <markus@brueffer.de>
2004-04-07 06:29:23 +00:00
Joe Marcus Clarke
30a6592296 Re-enable AbiWord on non-i386 architectures. 2004-04-07 04:53:00 +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
facceed9bc Restore the conditional AbiWord2 dependency. 2004-04-05 19:38:21 +00:00
Joe Marcus Clarke
fd4aaaa3a0 Correct dependency files for AbiWord2 and evolution.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2004-04-05 18:47:46 +00:00
Kris Kennaway
b9355d7259 Remove openoffice-1.1-sl_SL
Pointy hat to:	maho
2004-04-05 13:27:24 +00:00
Joe Marcus Clarke
9fd33955e9 Whoops, something got fubar'd. Put these versions back to 2.6.0. 2004-04-05 04:21:53 +00:00
Joe Marcus Clarke
6cbeacc6cf Update to 2.5.2. 2004-04-05 04:16:14 +00:00
Joe Marcus Clarke
b41b93b15e Fix some known compatibility problems with GNOME 2.6. 2004-04-05 04:15:24 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +00:00
Joe Marcus Clarke
c4851e78e4 Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever.  It fixes many bugs, and adds some features missing in previous
FreeBSD ports.  To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:

http://www.freebsd.org/gnome/docs/faq26.html

Please read it carefully.  GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:

http://www.marcuscom.com/tinderbox/

The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts.  We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.

Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
2004-04-05 03:11:39 +00:00
Michael Nottebrock
3db468a213 Convert to OPTIONS. 2004-04-04 06:59:01 +00:00
Kris Kennaway
00f2693518 Relocate previous commit to prevent error in WITHOUT_X11 case. 2004-04-04 02:49:57 +00:00
Kris Kennaway
06822f2831 BROKEN on amd64 (missing -fPIC) and ia64 (hangs during configure) 2004-04-03 13:50:54 +00:00
Kris Kennaway
98dd96ee20 Remove category pkg/COMMENT files in favour of a COMMENT variable in the
category makefile.

Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR:		59651
2004-04-02 07:29:48 +00:00
Kris Kennaway
71ffddbe0d Add LATEST_LINK=emacs20 to avoid conflict with editors/emacs 2004-04-02 07:14:19 +00:00
Sergey A. Osokin
01a6b1fcb3 Update to 5.6.0.
Move doc-files from pkg-plist to Makefile.

Approved by:	Ryan Thompson <ryan@sasknow.com> (maintainer)
2004-04-01 08:47:24 +00:00
Christian Weisgerber
08b7bf3ed2 Expand $SYSCONFDIR in man pages.
Obtained from:	Robert Nagy <thuglife@bsd.hu> via OpenBSD
2004-04-01 01:27:29 +00:00
Maho Nakata
bfcab3b882 Update to 1.1.1 2004-03-31 13:54:59 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Trevor Johnson
d6f80a3fea Add size data.
Approved by:	Simon Barner (maintainer)
2004-03-31 01:20:29 +00:00
Kris Kennaway
70635e88ab Mark uemacs NO_CDROM:
MicroEMACS 4.0 can be copied and distributed freely for any
        non-commercial purposes. Commercial users may use MicroEMACS
        4.0 inhouse. Shareware distributors may redistribute
        MicroEMACS 4.0 for media costs only. MicroEMACS 4.0 can only
        be incorporated into commercial software or resold with the
        permission of the current author.

Submitted by:	imp
2004-03-30 23:58:14 +00:00
Kirill Ponomarev
4efa9ce4ab - Use USE_ICONV knob
Approved by:	portmgr
2004-03-30 19:20:22 +00:00
Joe Marcus Clarke
439ef397ae * Fix the build with the upcoming gtk+-2.4
* Fix the i18n installation
* Fix some malloc bugs that cause crashes in -CURRENT [1]
* Correct the plist
* Use more GNOME components
* Clean up pkg-descr to remove quotes and wrap at 80 lines
* Add SIZE data

PR:		64587
Submitted by:	Jeremy Messenger <mezz7@cox.net>
Approved by:	maintainer
Obtained from:	Beaver CVS [1]
2004-03-28 17:46:27 +00:00
Markus Brueffer
52e6bb4485 - Update to version 1.6.2
- take maintainership [1]
- clean up pkg-plist
- switch to MASTER_SITE_SOURCEFORGE_EXTENDED

Approved by:	maintainer [1]
		arved (mentor)
2004-03-28 16:02:07 +00:00
Kris Kennaway
f48c117a3c Mark ONLY_FOR_ARCHS: this port only builds on alpha and i386, and is not
likely to be ported to other architectures.  Use the emacs port instead.
2004-03-28 05:02:50 +00:00
Kris Kennaway
474c479329 The xemacs21 port contained an old version that is no longer useful;
remove it in favour of the xemacs port.

Submitted by:	maintainer
2004-03-27 13:44:28 +00:00
Maho Nakata
6bbd1855fa 1) update to 1.1.1.RC3 (md5 announced by Sander Visek)
http://www.openoffice.org/servlets/ReadMsg?list=releases&msgNo=7157
2) add message how to build OOo SDK
3) add JDKDIR in path so that OOo can find the JDK
   partial solution to http://www.freebsd.org/cgi/query-pr.cgi?pr=64678
2004-03-27 02:50:58 +00:00
Greg Lewis
a26e97bac7 . Fix the build on 5.x.
Submitted by:	bento via kris
2004-03-26 18:19:25 +00:00
MANTANI Nobutaka
e6d2af565d Add SIZE to distinfo.
Submitted by:	trevor
2004-03-25 13:32:31 +00:00
Kris Kennaway
412fec5a76 Port to amd64.
Submitted by:	James Van Artsdalen <james-freebsd-amd64 at jrv.org>, gallatin, kan
2004-03-25 10:59:14 +00:00
Kris Kennaway
1dc9a49ff7 Rename misnamed patch (patch:mem-limits.h) 2004-03-25 10:56:24 +00:00
Maho Nakata
9906cd7e76 According to
http://l10n.openoffice.org/all_supported_languages.html
,
ISO language code of Slovenian is sl, and country code
is SI, not SL, move editors/openoffice-1.1-sl-SL to
editors/openoffice-1.1-sl-SI.
2004-03-25 10:25:52 +00:00
Maho Nakata
55d29f5c59 1) According to
http://l10n.openoffice.org/all_supported_languages.html
,
ISO code of Slovenian is sl-SI, not sl-SL, so
move editors/openoffice-1.1-sl-SL to editors/openoffice-1.1-sl-SI.

remove editors/openoffice-1.1-sl-SL
and add editors/openoffice-1.1-sl-SI
in CVSROOT/modules

2) add editors/openoffice-1.1-devel in CVSROOT/modules
accordingly (after repo repocoy)

pointy hat to: maho (2)
2004-03-25 10:22:47 +00:00
Kris Kennaway
e5a91991c0 Port to amd64.
Submitted by:	James Van Artsdalen <james-freebsd-amd64 at jrv.org>, gallatin, kan
2004-03-25 10:17:38 +00:00
Kirill Ponomarev
30ea8d50bf - Fix MASTER_SITES
PR:		ports/64684
Submitted by:	maintainer
2004-03-25 07:56:29 +00:00
FUJISHIMA Satsuki
86d17b5a91 disconnect openoffice-1.1-devel until updated. 2004-03-23 07:32:05 +00:00
FUJISHIMA Satsuki
d2bf885ecf LANG_PKGNAME is et for Estonian, not es. 2004-03-23 07:16:53 +00:00
Tilman Keskinoz
9392870cdb Don't add -fPIC to CFLAGS on amd64 and ia64.
The original problem seems to be fixed in koffice 1.3

Tested on:	amd64
2004-03-22 14:56:46 +00:00
Tilman Keskinoz
31c33906f5 Only the shared library needs to be built with -fPIC 2004-03-22 13:32:40 +00:00
Maho Nakata
06b61e1710 move openoffice-1.1-gr to openoffice-1.1-el
since correct ISO language name of greek is el
2004-03-21 09:28:22 +00:00
Maho Nakata
9c49ec5761 move openoffice-1.1-gr to openoffice-1.1-el
since correct ISO language name of greek is el not gr
2004-03-21 09:26:11 +00:00
Maho Nakata
85427ca83c Move openoffice-1.1-gr to openoffice-1.1-el
since correct ISO language code of Greek is el
2004-03-21 09:23:46 +00:00
Maho Nakata
056a0f6b81 Add Estonian language version of OpenOffice.org 2004-03-21 09:15:39 +00:00
Maho Nakata
7da86de3bc Add Slovenian language version of OpenOffice.org 2004-03-21 09:14:00 +00:00
Kris Kennaway
131cd97388 Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21.  Retire the editors/emacs21 port.

PR:	ports/24983
2004-03-21 07:39:49 +00:00
Maho Nakata
6828af599d Correct SDK making procedure. 2004-03-21 03:43:22 +00:00
Maho Nakata
dc92ce5dde 1) make package-rename section better
2) add sdk section to make SDK package independently (yet some files
   seem to be missing)
2004-03-21 03:02:09 +00:00
Maho Nakata
8717e4abaa Add openoffice-1.1-devel accordingly
after repo copy
2004-03-21 01:11:11 +00:00
David E. O'Brien
045136aaed Back out rev. 1.247 (add GNU_CONFIGURE, which make respect for CC/CFLAGS
flags), as it broke all the CONF_OPT_* knobs.
2004-03-20 19:11:45 +00:00
Mathieu Arnold
0cc1988912 Reorder those files 2004-03-20 19:06:44 +00:00
David E. O'Brien
9dcc06472b Update to Vim 6.2 patchlevel 383 2004-03-20 18:21:33 +00:00
Kirill Ponomarev
28b3650875 - Update to version 0.7.5
PR:		ports/64504
Submitted by:	Ports Fury
2004-03-20 17:24:13 +00:00
Kris Kennaway
c5be245fc8 BROKEN on 5.x: Does not compile due to ache's gnuregex changes 2004-03-19 11:39:21 +00:00
Kris Kennaway
9010e4772a BROKEN: Does not compile with qt 3.3 2004-03-19 11:10:55 +00:00
Maho Nakata
952b5ad296 In some environments, they cannot java.
So put JDKDIR in CONFIGURE_ARGS explicitly.

Submitted by:	many people
2004-03-19 04:31:38 +00:00
Thierry Thomas
4617e79801 SIZE-ify my ports.
Submitted by:	Trevor Johnson <trevor@FreeBSD.org>
Approved by:	mat (mentor).
2004-03-19 00:19:49 +00:00
Thierry Thomas
677820188c Reassign maintainership to the former maintainer.
Welcome back, Serge!

Approved by:	mat
2004-03-18 22:57:28 +00:00
Kris Kennaway
af7cd7e565 Port to amd64.
Submitted by:	James Van Artsdalen (james-freebsd-amd64 at jrv.org)
Pointed out by:	gallatin
Much rejoicing by: kris
2004-03-18 22:42:22 +00:00
Trevor Johnson
38069212cc Add size data, approved by maintainers. 2004-03-18 20:59:15 +00:00
Jimmy Olgeni
2a67f30d03 Add SIZE data.
Submitted by:	trevor
2004-03-18 20:45:09 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Pav Lucistnik
7d83787187 - Add SIZE to GNOME ports
Submitted by:	trevor
2004-03-18 14:05:58 +00:00
Michael Landin
d07ec18b9e - SIZEify.
Submitted by:		trevor
2004-03-18 09:56:10 +00:00
Trevor Johnson
e1177f5c54 Add size data.
Approved by:	maintainers
2004-03-18 02:27:55 +00:00
Michael Nottebrock
e2762930d2 SIZEify. 2004-03-18 01:32:19 +00:00
Maho Nakata
68eacb8750 Add expireation dates of GIF patent.
(It has already been expired in United States)
2004-03-17 12:32:53 +00:00
Maho Nakata
c9cad973c1 Add preliminary SDK support
Note patches won't be integrated since it is dirty hack.

http://qa.openoffice.org/issues/show_bug.cgi?id=24142
2004-03-17 03:54:27 +00:00
Kris Kennaway
edd9e2d1d8 Add staroffice70
Pointy hat to:	mbr
2004-03-17 00:25:26 +00:00
Joe Marcus Clarke
61b3a6bec8 Chase the new location of libXft. 2004-03-16 22:54:05 +00:00
Sergei Kolobov
81b58d354b - Update to 4.1-final 2004-03-15 16:51:15 +00:00
Maho Nakata
ef809618ab Do not bork COMMENT/pkg-message/pkg-descr
Submitted by:	eik
2004-03-15 13:18:30 +00:00
Maho Nakata
9040d4551e 1) remove IGNORE
2) set port name as 1.1.1.RC1 (RC2 will soon appear)
2004-03-15 13:06:15 +00:00
Maho Nakata
a66ae315f4 modified so that applies cleanly 2004-03-15 12:53:04 +00:00
Maho Nakata
c279c9b874 Modified so that correctly apply 2004-03-15 12:49:46 +00:00
Maho Nakata
bbccccb19f Add $(STDLIBCPP)
http://qa.openoffice.org/issues/show_bug.cgi?id=25500
2004-03-15 12:47:18 +00:00
David E. O'Brien
e09fa49c9a Fix problem in the configuration of Cscope support.
Submitted by:	Marc Olzheim <marcolz@stack.nl>
2004-03-14 22:46:03 +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
Doug Barton
eade3ab710 Now that the SIZE thing has stabilized, add it to the ports I maintain. 2004-03-14 00:17:57 +00:00
Oliver Eikemeier
40999ed687 add WANT_GNOME=yes to let at least make -V work,
even though the port is not connected to the build

Prompted by:	Dan Langille <dan@langille.org>
2004-03-13 15:33:52 +00:00
Maho Nakata
48ffd77495 COMMENT is always defined. 2004-03-13 02:36:55 +00:00
Maho Nakata
210bf1cea0 LD_PATH and LD_PATH1 are not used any more. 2004-03-13 02:35:33 +00:00
Maho Nakata
b331e700df clean up do-install and install-user section
(do-install section was wrong. alinged to tab...)
2004-03-13 02:33:31 +00:00
Maho Nakata
20bf2d1bc8 Response file while installation is not needed.
Install script now can handle ${PREFIX}.
2004-03-13 02:13:24 +00:00
Maho Nakata
27a837dc88 1) oo_1.1.1_src is the new WRKSRC
2) add coreutils (gcp) at build depend section
3) remove USE_GCC message at pre-fetch sectoin
2004-03-13 02:01:50 +00:00
Maho Nakata
808b154e82 1) FRELEASE_NR -> 1.1.1
2) pass appropreate parameters to configure args
3) gcc-3.2 is the only compiler that can produce
   usable compiler at the moment
4) remove pkg-descr and pkg-message section
   may not needed
5) suffix of package should be tbz not tbz2
   (package rename section)
2004-03-13 01:51:50 +00:00
Maho Nakata
53eeef062f valueOf(timestamp_); is ambigious.
http://qa.openoffice.org/issues/show_bug.cgi?id=24315
2004-03-12 21:33:47 +00:00
Maho Nakata
27439155e2 build fails sw/source/filter/ww8/ww8scan.cxx debug=true
http://www.openoffice.org/issues/show_bug.cgi?id=23856
Correct patch is:
http://www.openoffice.org/issues/show_bug.cgi?id=24123
2004-03-12 12:30:22 +00:00
Maho Nakata
a28a088444 Committed.
http://qa.openoffice.org/issues/show_bug.cgi?id=25495
2004-03-12 12:13:39 +00:00
Ade Lovett
91e0c8f1a7 Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* with
the USE_<x> equivalents.  In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.

First in a series of major autotools cleanups.
2004-03-12 02:48:25 +00:00
Edwin Groothuis
91256c15ab Date: Wed, 10 Mar 2004 23:30:56 -0800 (PST)
From: Roman Shterenzon <romanbsd@yahoo.com>
To: ports@freebsd.org
Subject: e-mail change

The email address roman@xpert.com is no longer valid.
Please update ports' maintainer to ports@oven.org.

Submitted by:	Roman Shterenzon <romanbsd@yahoo.com>
2004-03-12 00:32:23 +00:00
Maho Nakata
976a3ba472 remove fix-kdewrappers and fix-gnomewrappers.
they are no longer used.
2004-03-11 12:36:03 +00:00
Kris Kennaway
bc7c298658 This appears to be broken globally. 2004-03-11 10:35:21 +00:00
Maho Nakata
1f9fe8cfe5 1) set EXTRACT_ONLY appropreate distname.
2) Opps, remove IGNORE. mark as IGNORE again.
2004-03-11 10:16:24 +00:00
Maho Nakata
a7dc5308ab 1) Clean up BUILD_DEPENDS
2) No longer `#include <malloc.h>' exist
   http://www.openoffice.org/issues/show_bug.cgi?id=20975
2004-03-11 10:00:41 +00:00
Maho Nakata
1d64f52154 Now configure has --enable-mozilla. 2004-03-11 09:58:53 +00:00
Maho Nakata
6fc2bdaceb Committed at somewhere. 2004-03-11 09:57:28 +00:00
Maho Nakata
c2a0e626cd Committed.
http://www.openoffice.org/issues/show_bug.cgi?id=21615
2004-03-11 09:56:25 +00:00
Maho Nakata
a49eb219fb Committed.
http://www.openoffice.org/issues/show_bug.cgi?id=21127
2004-03-11 09:55:51 +00:00
Maho Nakata
ee8484258e Committed.
http://www.openoffice.org/issues/show_bug.cgi?id=18064
2004-03-11 09:54:55 +00:00
Maho Nakata
8588ce2d22 Committed.
http://www.openoffice.org/issues/show_bug.cgi?id=18063
2004-03-11 09:53:44 +00:00
Maho Nakata
ea040e109c Committed.
http://www.openoffice.org/issues/show_bug.cgi?id=18062
2004-03-11 09:52:38 +00:00
Maho Nakata
131aa4b313 Update MASTER_SITES. 2004-03-11 02:00:54 +00:00
Maho Nakata
550442c9db Update distinfo
1) 1.1.1rc
2) SIZEfy
2004-03-11 01:41:01 +00:00
Maho Nakata
b05fbde2b9 remove
FIND, CUT, AWK, GREP and PASTE.
they are already in the bsd.port.mk
2004-03-11 00:33:42 +00:00
Maho Nakata
324ae3d43c Marked as IGNORE. I'll work for 1.1.1RC. 2004-03-11 00:31:15 +00:00
Michael Nottebrock
f64c6af4f4 Update to KDE 3.2.1 / QT 3.3.1
Important changes:
==================

KDE:

- Audio/arts does not install artswrapper anymore, instead it is provided by
  audio/artswrapper. See UPDATING.

- misc/kdeaddons3 is now a metaport with

	editors/kate-plugins
	editors/vimpart
	games/atlantikdesigner
	misc/kaddressbook-plugins
	misc/kfile-plugins
	misc/kicker-applets
	misc/knewsticker-scripts
	misc/konq-plugins
	misc/ksig
	misc/renamedlgplugins
	multimedia/noatun-plugins
	net/kontact-plugins

  as slave ports.

- A number of KDE ports now uses OPTIONS do make various WITH_* options more
  visible.

- Plist fixes

- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
  newly created projects.

- kdebase will no longer remove previous KDM configurations. This won't take
  effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
  remove the configuration), but subsequent updates will merge old configs.

QT:

- Previous versions of QT could be compiled with debugging-support enabled by
  defining DEBUG. This switch has been renamed to the more unambiguous
  WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
2004-03-09 19:41:12 +00:00
Trevor Johnson
acc0028bba Remove master sites which are offline, have a very different version
of the distfile, or do not have the distfile.
2004-03-09 16:43:17 +00:00
Michael Nottebrock
b335652f5a Add vimpart, a KDE wrapper for (g)vim. 2004-03-09 12:57:27 +00:00
Michael Nottebrock
c726e8e6f3 Add kate-plugins, additional plugins and features for kate (part of kdebase). 2004-03-09 12:56:31 +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
Michael Nottebrock
51f27cec12 Add missing language slave ports. 2004-03-08 17:22:49 +00:00
Michael Nottebrock
d303292cf6 Fix plists. 2004-03-08 17:22:26 +00:00
Christian Weisgerber
d005297cae Add mirror site. 2004-03-07 20:52:11 +00:00
Michael Nottebrock
895175fe58 Add -se. 2004-03-07 09:54:41 +00:00
Michael Nottebrock
cb1c6ff934 Fix plist. 2004-03-07 09:54:08 +00:00
Michael Nottebrock
b0045322e5 Add -lo to the metaport. 2004-03-07 00:07:56 +00:00
Michael Nottebrock
a8653f3e4a Fix plist. 2004-03-07 00:04:38 +00:00
Joe Marcus Clarke
d0ed1badaf Update to 2.0.4. Note: opening Word document is still broken, but a bug has
been filed:

http://bugzilla.abisource.com/show_bug.cgi?id=6466

For a list of what's new, checkout:

http://www.abisource.com/changelogs/2.0.4.phtml
2004-03-06 23:55:41 +00:00
Clement Laforet
ade55e56d7 - Really fix gxedit...
- use %%DOCSDIR%% and %%DATADIR%%
2004-03-03 13:53:47 +00:00
Clement Laforet
1c64aadc70 Fix build.
Reported by:		kris
Another pointy hat to:	me
2004-03-03 12:26:51 +00:00
Kris Kennaway
bd9f599df5 This is actually broken on all 5.x platforms. 2004-03-03 09:37:47 +00:00
Adam Weinberger
8572b20f4b AbiWord2 will prefer enchant over aspell if it's installed. So, register
a dependency on it if it exists. Furthermore, modify the default
behaviour to install enchant if no dictionary backend is installed. Also
introduced is a WITH_ENCHANT option.

Noticed by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-02-28 18:37:39 +00:00
Alexander Nedotsukov
be586f2c5d - Fix crash on startup bug for locales with mb acceleratos in menu.
- Utilize USE_ICONV
2004-02-27 18:21:07 +00:00
Kirill Ponomarev
922e09b481 - Fix build on 5.x
Reported by:	bento via kris
2004-02-27 09:23:15 +00:00
Joe Marcus Clarke
e8f86d7148 Adjust the AbiWord dependency for i386 only. 2004-02-26 17:46:07 +00:00
Joe Marcus Clarke
493027699b Looks like there are no 64-bit platforms on which AbiWord builds at this time.
Reported by:	bento via kris
2004-02-26 17:45:37 +00:00
Kris Kennaway
7729d0afa1 BROKEN on alpha: Does not compile 2004-02-26 09:28:49 +00:00
Kris Kennaway
7c2081387c BROKEN on !i386 5.x: Does not compile 2004-02-25 10:34:28 +00:00
Kris Kennaway
d48c061ea6 BROKEN on !i386: Does not compile 2004-02-25 10:22:42 +00:00
Kris Kennaway
4fbc58c5d8 BROKEN on alpha 5.x: Does not compile 2004-02-25 10:18:17 +00:00
Markus Brueffer
cd5c893578 - Update to 1.6.1
- Use SIZE in distinfo
- Change mastersite (old one doesn't carry the new version)

PR:		62132
Approved by:	arved (mentor)
2004-02-24 20:45:03 +00:00
Sergey A. Osokin
fc1ce0f4df Add GNU_CONFIGURE, which make respect for CC/CFLAGS flags.
Approved by:	obrien (maintainer)
2004-02-24 10:21:49 +00:00
Kris Kennaway
3626875d4f BROKEN on !i386 and !amd64: Does not compile 2004-02-23 05:20:31 +00:00
Clement Laforet
ff83219f04 - Fix MASTER_SITES
PR:             63235
Submitted by:   Dominic Mitchell <dom@happygiraffe.net> (maintainer)
2004-02-22 22:26:19 +00:00
Martin Blapp
5307d47cef Remove 'unset noclobber' which has been accidently committed.
Noticed by: Adam Weinberger <adamw@magnesium.net>
2004-02-22 15:09:46 +00:00
Joe Marcus Clarke
2edcb36306 Update to 1.59. 2004-02-22 06:35:41 +00:00
Joe Marcus Clarke
728d838db1 Add fpc-ide, a Turbo Pascal-like IDE/compiler/debugger for the Free Pascal
project.

PR:		62574
Submitted by:	John Merryweather Cooper <coop9211@uidaho.edu>
2004-02-22 02:17:09 +00:00
Martin Blapp
9712da8b88 Bump portrevision. 2004-02-21 10:53:27 +00:00
Martin Blapp
d4b4ec1084 Resolve crash in autopilot for forms. 2004-02-21 10:52:14 +00:00
Martin Blapp
7e5ab1309e Adjust PTHREAD_CFLAGS and THREAD_CFLAGS for ports and standalone
builds. Use the correct values according to bsd.port.mk.
2004-02-21 10:24:34 +00:00
Christian Weisgerber
45b1972986 Update to 1.2.3.
This release includes many fixes, including converting file formats,
the suspend handler, and the ever popular replace function.   New
features include more Pico compatibility in the file browser.
2004-02-20 21:52:12 +00:00
Joe Marcus Clarke
36ab3b4511 This port doesn't work on any version of Alpha. 2004-02-20 17:56:31 +00:00
Tilman Keskinoz
b2fd6b20dc Fix build on AMD64 2004-02-20 15:47:55 +00:00
Michael Nottebrock
9271d22f83 Fix distinfo (previously had the distinfo for koffice-i18n-fi).
Noticed by: Bento
2004-02-20 02:35:38 +00:00
Michael Nottebrock
67359ddfe9 Correct distinfo - previously had the distinfo for koffice-i18n-fi.
Noticed by: Bento
2004-02-20 02:28:47 +00:00
Michael Nottebrock
15c0d5b7d0 Correct pkg-plist.
Noticed by: Bento.
2004-02-20 02:27:34 +00:00
Pav Lucistnik
da8f237415 - Update to 0.7.12 2004-02-18 09:20:44 +00:00
Gary Jennejohn
e0c091d347 Update to version 9.4d. 2004-02-17 20:43:01 +00:00
Shigeyuki Fukushima
9cc56c2e2c Add NO_LATEST_LINK flag. 2004-02-17 13:37:22 +00:00
David E. O'Brien
3d6b8a5b94 Port was broken if you WITH_GTK=1. The USE_GTK needs to be modified to
occur before the .include <bsd.port.pre.mk>.

Submitted by:	kris
2004-02-15 22:03:07 +00:00
David E. O'Brien
837e83529a Update to Vim 6.2 patchlevel 263 2004-02-15 22:01:49 +00:00
Mark Linimon
28a6e79ebb Fix build.
PR:		ports/62562
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-02-12 02:54:23 +00:00
David E. O'Brien
1e9d5d0350 Use MASTER_SITE_VIM so people don't waste time with dead sites.
Update sizes.
2004-02-09 17:29:19 +00:00
MANTANI Nobutaka
8a23647149 Add patch-src:process.c.
Due to the change in src/sys/kern/uipc_syscalls.c between rev. 1.153 and 1.154,
connectiton attempt fails with EALREADY after connect (2) is interrupted.
The patch fixes this problem.

Obtained from:	http://www.init-main.com/d/resource/process.c.diff
Patch author:	takawata
2004-02-08 14:44:26 +00:00
Kris Kennaway
98332e5f00 BROKEN on 5.x: does not compile 2004-02-08 02:50:27 +00:00
Kris Kennaway
cf375e609d BROKEN with perl 5.8: Does not compile 2004-02-08 01:04:37 +00:00
Daniel Eischen
516e68ade2 Update Nedit to 5.4. Note that our open-motif port is at 2.2.2 which
is known to be buggy.  It was pulled from the opengroup site.  Nedit
now checks the version of motif and issues a very loud warning
when it is built.
2004-02-07 23:38:15 +00:00
Kris Kennaway
239fda3347 BROKEN on 5.x: does not compile 2004-02-06 22:55:40 +00:00