1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
Commit Graph

1646 Commits

Author SHA1 Message Date
Maxim Sobolev
0fac8b3bf5 Warn a user that if he wants to display AbiWord on the remote X terminal
than he neesd to make fonts available to remote X server.
2001-08-20 13:27:17 +00:00
Maxim Sobolev
98780e936e Update to 0.5.0.
PR:		29885
Submitted by:	Pete Fritchman <petef@databits.net>
2001-08-20 12:48:44 +00:00
Jimmy Olgeni
7f646206eb Fix MASTER_SITE_SUBDIR. It needs the same replacement as DISTNAME: .rc1 -> -rc1.
(breakage from 1.24)
2001-08-20 12:26:05 +00:00
Jason Evans
58608244c3 Update to version 1.6.1. 2001-08-20 07:40:23 +00:00
Kris Kennaway
9a88e878ad Upgrade the distfile to 3.17.4 in an attempt to get this port building
again.  Note failure of attempt and give up; this port is still broken in
the same way as the previous (looks like it's expecting some missing
libraries; ncurses and at least one other).  Therefore, mark BROKEN.
2001-08-20 06:21:51 +00:00
Will Andrews
459cc7e1f0 Bring in python 2.1 dependency.
Submitted by:	Kent Stewart <kstewart@urx.com>
2001-08-19 20:38:27 +00:00
Will Andrews
8f6c4cb316 I forgot to get rid of the illegal hyphen in PORTVERSION. This is
probably the most egregious violation of the Porter's Handbook I've
ever made.  *grin*   Technically, it's still illegal, but at least
pkg_version recognizes this string as less than whatever KDE might
use in the future...

Submitted by:	knu
2001-08-17 18:49:02 +00:00
Maxim Sobolev
44e5d4aa86 Update to 0.9.2. 2001-08-16 13:13:50 +00:00
Will Andrews
9cf3af7dc9 Oops, fix KOffice 1.1rc1 pointer too. :\
Submitted by:	scottl
2001-08-15 21:20:53 +00:00
Will Andrews
b4a7c57e95 *sigh* They changed the path to the tarballs again. This was verified
on my local mirror at ftp://csociety-ftp.ecn.purdue.edu/pub/kde/.  :\

Submitted by:	scottl
2001-08-15 16:25:13 +00:00
Will Andrews
3901adbb04 Update to KDE 2.2:
* All patches except sysutils/kdeadmin/files/patch-rpmMessages.c:
	- Either obsoleted or merged into KDE.
 * All pkg-plists:
	- Huge diffs are due to mass conversion from static HTML pages
	  to XML/XSL versions.
 * audio/kdemultimedia2:
	- aRts + Noatun, etc. now work and play MP3s et al properly,
	  using the mpg123 aRtsplugin.  Remove mpeglib[,_artsplug]
	  from compile.
 * converters/kdesupport2:
	- Obsolete.  No longer used in this version of KDE.
 * deskutils/kdepim:
	- Use autoconf and account for brokenness in the configure
	  script by replacing invocations of INSTALL under libical
	  with the proper incantations.
	- Per David O'Brien's request, move libimap to libkimap;
	  this was performed by Rik Hemsley <rikkus@kde.org>.
 * devel/kdesdk:
	- New module with some helpful tools.  One in particular that
	  seems demanded is ``kbabel'', which, as I've been told, is
	  a translator's wet dream.
	- Workaround dumb problem in kbabel's libgettext (which I could
	  not figure out how to remove) by replacing its error() with
	  errc().  KBabel seems to run fine with this patch.
 * devel/kdevelop:
	- Fix lame check for libkdeui.so.* by replacing it with just
	  a check for libkdeui.so.  It's been/being removed from
	  kdevelop after 2.2.
 * editors/koffice:
	- Fix kivio compile errors by substituting in PTHREAD_LIBS
	  in the correct place.  Compensate for kivio's dependency
	  on pthreads by changing kivio to use LD_PRELOAD=/usr/lib/libc_r.so
	  in kivio.desktop.
 * games/kdegames2:
	- Some new games.
 * graphics/kdegraphics2:
	- Fix link errors in libkscan and kamera where they
	  require gettext (ie: add -lintl).
	- Fix compile error in kamera.cpp which is dependent on a
	  correctly done gphoto2.. of course, this will only help
	  people who've manually installed gphoto2 themselves.
 * net/kdenetwork2:
	- Mimelib was moved here (reason for removal of kdesupport2).
 * misc/kdeaddons:
	- New module to FreeBSD ports; some simple addons for KDE2.
	  Suggested by Lauri Watts <lauri@kde.org>.
 * misc/kdeutils2:
	- Added a couple manpages.
 * x11-clocks/kdetoys2:
	- Some new apps.
 * sysutils/kdeadmin:
	- Remove kuser from compile because it has some problems.  ;\
 * x11/kdelibs2:
	- Add libFAM dependency to help people who run FAM; FAM
	  increases the overall desktop responsiveness.
	  Submitted by Lauri Watts <lauri@kde.org>.
	- Add CUPS dependency to bring in KDE's new print system.
	- Add bzip2/libxml2 dependencies to support the new help kioslave.
	- Disable installation of libltdl stuff to prevent conflicts
	  with other stuff.  Submitted by wjv.
	- Add pkg-req script to avoid conflicts with kdelibs11; add
	  to Makefile too.  Submitted by benno.
	- Be sure to remove the pth header conflicts stuff from the
	  arts/mcop_mt section.
	- Fix problem with configure trying to find -lfam in the
	  wrong place.
	- Remove kspell and api subdirs from doc; we don't need them,
	  and there are problems trying to build/install them.
	  Submitted by Lauri Watts <lauri@kde.org>.
 * x11/kdebase2:
	- Solve link permissions problem by changing the modes on
	  files installed by kdesktop/init/Templates to 644.
	  Submitted by Jim Durham <durham@w2xo.pgh.pa.us>.
 * x11/kde2:
	- Bump version; no other changes.

Special thanks to Lauri Watts <lauri@kde.org> for helping me test
packages generated by these changes on a virgin system.  I believe
that this is the best-tested update I've ever done for KDE, and it
really shines this time around.

I just noticed there are a couple other PRs in the PR db that need
to be addressed.  I will take care of those by tomorrow.  Sorry...

PR:			22735, 28549
Blanket approval by:	demon (kdesdk, kdevelop)
2001-08-15 12:43:08 +00:00
David E. O'Brien
d7d4e11428 Update to Vim 6.0 beta AR 2001-08-13 17:11:17 +00:00
Maxim Sobolev
7c11e3f182 - Fix a breakage when at compile time there is a BSD iconv package installed;
- respect CFLAGS.

Reported by:	*many*
2001-08-13 12:33:47 +00:00
Akinori MUSHA
f5fbf25bc2 This patch has been merged already. 2001-08-13 04:43:11 +00:00
Maxim Sobolev
8a16cfc628 Add w3m' and gnome-help-browser' into the list of browsers that may be used
to read AbiWord help files.
2001-08-08 16:11:09 +00:00
Maxim Sobolev
bc318710ee Update to 0.9.0. 2001-08-08 15:46:45 +00:00
David E. O'Brien
2379127908 Update to Vim 6.0 beta AQ 2001-08-08 01:25:44 +00:00
Mario Sergio Fujikawa Ferreira
d2470fd299 Patch required for installation to be successful, better config
file management, and to respect CFLAGS

PR:		29390
Submitted by:	maintainer
2001-08-02 19:00:03 +00:00
Akinori MUSHA
79f86fd6ec Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3.

I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.

Sorry for inconvenience.  I'll try to check compatibility hard before
committing next time.
2001-08-01 11:56:24 +00:00
Jason Evans
b0ecd8ac69 Update to version 1.6. 2001-08-01 10:21:41 +00:00
Mario Sergio Fujikawa Ferreira
0ccc0e0e43 o Update to version 2.9.7p1
o COMMENT that this is a development version

PR:		29254
Submitted by:	maintainer
2001-07-31 16:53:55 +00:00
Maxim Sobolev
087b3199ca Update to 1.0.8. 2001-07-27 13:11:08 +00:00
Akinori MUSHA
dd8fc61f89 Reflect databases/db3's shlib version bump from 2 to 3. 2001-07-25 15:05:11 +00:00
David E. O'Brien
fea21db97b Update Vim 5.8 to patchlevel 8. 2001-07-23 16:27:58 +00:00
David W. Chapman Jr.
53e7c69432 Update to 2.9.7 pre 0
PR:		28933
Submitted by:	maintainer
2001-07-22 03:21:13 +00:00
Jason Evans
ca165edbb4 Update to version 1.5.3. 2001-07-19 04:54:47 +00:00
Maxim Sobolev
6367ceead9 Update to 0.4.1.
PR:		28700
Submitted by:	Pete Fritchman <petef@databits.net>
2001-07-17 15:20:37 +00:00
Mark Pulford
5c00a9c8f0 Update to 1.9.0
PR:		29013
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-07-17 03:59:03 +00:00
Maxim Sobolev
465b045b72 Update to 1.0.6. 2001-07-16 20:17:15 +00:00
Maxim Sobolev
48cb5a790e Update to 0.7.5. 2001-07-16 20:08:39 +00:00
Kevin Lo
77f3a7b90a Initial import of kxmleditor-0.4
KXML editor is a program that displays contents of XML file.
2001-07-14 18:01:50 +00:00
Ying-Chieh Liao
0e0315b151 upgrade to 1.21 2001-07-13 10:42:14 +00:00
Mark Pulford
55fd257380 Update to 1.7
PR:		28923
Submitted by:	maintainer
2001-07-13 03:17:56 +00:00
Jason Evans
300430402c Update to version 1.5.2. 2001-07-12 08:35:35 +00:00
Maxim Sobolev
a7bb3a9999 Update to 0.9.2.
PR:		28876
Submitted by:	maintainer
2001-07-11 10:20:12 +00:00
Dima Dorfman
823b209e44 Remove a master site due to lack of bandwidth. 2001-07-11 08:49:24 +00:00
Maxim Sobolev
ab74a07739 Update to 1.0.5. 2001-07-10 11:30:25 +00:00
Dima Dorfman
ec155e2e49 Remove my hack and replace it with a better, more correct patch from
the vendor.
2001-07-09 22:33:14 +00:00
Kevin Lo
f191849710 Update to version 0.3.2
PR: 28787
Submitted by: Patrick Li <pat@databits.net>
2001-07-08 14:51:01 +00:00
Dima Dorfman
656dd7d5d2 Add nvi-devel, the development snapshot of nvi. 2001-07-07 23:45:42 +00:00
Satoshi Taoka
144580b726 Update to version 10.4 2001-07-07 03:01:39 +00:00
Kevin Lo
3a6b86c7f9 Initial import of hnb-1.7.
Hnb is the hierarchical notebook a data organizer.

PR: 28765
Submitted by: Patrick Li <pat@databits.net>
2001-07-06 16:19:07 +00:00
Jason Evans
e5dd3a41a3 Update to version 1.5.1. 2001-07-06 10:15:22 +00:00
Ying-Chieh Liao
132c9cdc22 add lfhex
Large file hex editor
2001-07-06 02:54:38 +00:00
Satoshi Taoka
3b7391269c My poor English in pkg-descr was corrected
Submitted by: imp
2001-07-06 00:08:28 +00:00
Ying-Chieh Liao
3cbc255427 upgrade to 1.2 2001-07-05 18:45:11 +00:00
Ying-Chieh Liao
6dc452d99a change WWW
Submitted by:	auther (jewfish <jewfish@jewfish.net>)
2001-07-04 20:12:48 +00:00
Dmitry Sivachenko
edd6a0d044 Update to 1.0.3 2001-07-03 09:32:27 +00:00
Maxim Sobolev
efdcddcab5 Forgot to include this patch into my previous commit. 2001-07-02 06:24:24 +00:00
Maxim Sobolev
a906d8e8b9 Update to 1.0.3. 2001-07-02 06:20:15 +00:00