Commit Graph

72 Commits

Author SHA1 Message Date
Kris Kennaway
e273033cfb Tweak IGNORE string to give a better-worded error message. 2004-12-18 22:36:50 +00:00
Michael Nottebrock
43136aaadc Fix kde3-i18n ports. 2004-12-16 11:24:06 +00:00
Michael Nottebrock
0083804533 Update to KDE 3.3.2 2004-12-13 20:12:15 +00:00
Michael Nottebrock
14a1da27f4 Update to KDE 3.3.1 2004-11-08 00:34:12 +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
Michael Nottebrock
b4c31bafd8 Update to KDE 3.3 2004-08-30 19:55:42 +00:00
Thierry Thomas
64e8cb66bb Chase libaspell to aspell.16. 2004-08-28 22:50:44 +00:00
Volker Stolz
6227d5f003 - Update to 1.1
- Update maintainer's email

PR:		ports/70886
Submitted by:	Samy Al Bahra (maintainer)
2004-08-27 10:02:22 +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
Michael Nottebrock
1bbbed8488 Pet portlint. 2004-07-11 08:18:11 +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
Michael Nottebrock
9774b28273 Update to version 3.2.3 2004-06-09 16:58:30 +00:00
Pav Lucistnik
7a8709c112 - Fix crash in search and replace
- Fix crash on exit when permissions on configuration file were changed

PR:		ports/67126
Submitted by:	Samy Al Bahra <samy@kerneled.org> (maintainer)
2004-05-24 23:33:38 +00:00
Kirill Ponomarev
b026949796 - Fix build with latest gtk
PR:		ports/66969
Submitted by:	maintainer
2004-05-21 13:02:21 +00:00
Kris Kennaway
219a9ab52a BROKEN: Does not compile 2004-04-19 04:28:22 +00:00
Joe Marcus Clarke
731798cdcf Chase the glib20 update, and bump all affected ports' PORTREVISIONs. 2004-04-05 03:31:02 +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
Trevor Johnson
a1bc8c46f5 Add size data, approved by maintainers. 2004-03-20 21:03:41 +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
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
Michael Nottebrock
bb69699e26 Depend on gettext instead of non-existent gettext-old.
Do not clobber PORTREVISION.
2004-02-05 04:40:08 +00:00
Michael Nottebrock
38a92d46fe Update to KDE 3.2.0
Important changes:
==================

- Kmail and knode have been moved from kdenetwork to kdepim. This
  means you will have to install kdepim if you want to continue using
  kmail or knode. This is to ease integration with korganizer, in
  the new 'Kontact' application.

- The arabic translations for KDE and KOffice have been moved from
  misc to the arabic category.

- There is a new module called kdeaccessibility in the accessibility
  category.  It contains a few utilities for disabled users like a
  magnification lens and a text-to-speech frontend.

- In KDM, you need to select the 'CUSTOM' session profile in order
  to have your .xsession executed. This is particularly important if
  you're using the aegypten tools
  (http://freebsd.kde.org/howtos/aegypten-kmail.php).

- We have started making more parts of the ports optional. In kdepim,
  both Kandy and KPilot can be turned off with ports-knobs. This
  process will continue in the 3.2 series.
2004-02-05 01:23:10 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Joe Marcus Clarke
3b9002d4d5 Add the pkg directory with COMMENT for arabic.
Approved by:	portmgr (implicit)
Pointy hat to:	me
2003-11-24 17:13:16 +00:00
Will Andrews
9d058c47e8 Move these ports to the new arabic category after the repocopies. Fix
up dependencies and add this incident to MOVED.

PR:		(closed already) 57507, 57508, 57510, 57512, 57513, 57515
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-11-16 02:36:29 +00:00
Will Andrews
a3b1dbe9f1 Add katoob 0.3.5, a light-weight, bidirectional editor for arabic
texts.

PR:		57511
Submitted by:	Pav Lucistnik <pav@oook.cz> through
		Samy Al Bahra <samy@kerneled.com> (maintainer)
2003-11-09 16:35:38 +00:00
Maho Nakata
e4ab6030f0 OpenOffice -> OpenOffice.org
Submitted by:	Pavel@Janik.cz (Pavel Janik)
2003-11-09 14:11:29 +00:00
Maho Nakata
f725432f95 Add OpenOffice.org 1.1 of Arabic version 2003-11-08 23:19:18 +00:00
Joe Marcus Clarke
ecfe9118e9 Add the new real category, arabic. This is not tied to the build as there
are no ports here yet.  Genetlement, start your repo copies.
2003-11-07 16:54:15 +00:00
Edwin Groothuis
19fd949701 New arabic port: khotot
This port contains a collection of some of the most popular
	Arabic fonts created and used by the Arabic UNIX community.

PR:		ports/57512
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-10-03 11:53:34 +00:00
Edwin Groothuis
5f35155004 New arabic port: kacst_fonts
This port contains a collection of TrueType Arabic fonts
	created by the King Abdulaziz Scientific organization in
	Saudi Arabia.

PR:		ports/57510
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-10-03 11:49:18 +00:00
Edwin Groothuis
5942db7168 New arabic port: ae_fonts_ttf
This port contains a collection of some of the most popular
	Arabic fonts created and used by the Arabic UNIX community.
	This truetype font set was developed at Arabeyes.

PR:		ports/57508
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-10-03 11:47:23 +00:00
Edwin Groothuis
66c7661cd9 New arabic port: ae_fonts_mono
Some popular PCF Arabic fonts created and used by the Arabic
	UNIX community.

PR:		ports/57507
Submitted by:	Samy Al Bahra <samy@kerneled.com>
2003-10-03 11:45:00 +00:00
Will Andrews
905a5d8acf Catch up with a couple more doc updates. 2003-09-20 20:22:44 +00:00
Will Andrews
01ff961210 Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details. 2003-09-18 14:57:05 +00:00
Michael Nottebrock
ac4ef3820b Update KDE to the latest official release, KDE 3.1.3
Official KDE 3.1.3 announcement:
http://www.kde.org/announcements/announce-3.1.3.php

(may not work until a few hours after this commit - we jumped the gun a little
 in order to have the update in place at the time the security notifications for
 KDE 3.1.2 will be released together with the announcement of KDE 3.1.3).

Changelog from 3.1.2 to 3.1.3 release:
http://www.kde.org/announcements/changelogs/changelog3_1_2to3_1_3.php

Thanks and credits need to go to the whole KDE-FreeBSD team, as well
as everyone on kde@freebsd.org for providing feedback, reporting bugs
and just using the KDE ports.

Approved by: will (real mentor asleep)
2003-07-29 04:26:22 +00:00
Mario Sergio Fujikawa Ferreira
9433ac58db Update to KDE 3.1.2 2003-05-19 19:43:36 +00:00
Mario Sergio Fujikawa Ferreira
f92f54dbaf New port: localized messages and documentation for koffice 2003-05-19 17:32:57 +00:00
Alan Eldridge
b294b98273 Rejoice, for the long awaited upgrade to kde 3.1.1 is here! 2003-04-05 22:16:12 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Will Andrews
ac13482cc4 Upgrade kde-i18n to 3.1. Note that the following modules did not get a
release for 3.1: az hr id is ko lv.  These modules remain at their previous
release (and still work), but may be incomplete or incorrect.  However,
their distfiles were moved to DIST_SUBDIR=KDE/kde-i18n anyway.
2003-01-28 19:37:55 +00:00
Alan Eldridge
f62b4deba3 1. Removed comments from pkg-plist files per will's request.
2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those
   cvsup servers (in about an hour or so)!
2002-10-11 07:42:22 +00:00
Will Andrews
ebe714bf05 Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted to
more closely conform to FreeBSD style etc, and Konqueror SSL patch merged.

Tested by:	Matt Douhan <matt@fruitsalad.org>, alane
Submitted by:	lioux [1]
2002-08-25 04:37:30 +00:00
Alan Eldridge
75e902ef96 1. Changed the lib depends on gettext to a build depends. This will mean
that the dependency is not stored in a package and so future gettext upgrades
should not require a PORTREVISION bump to force the new builds.
2. Bumped PORTREVISION as this affects package contents. Hopefully this
is the last time this happens for this reason.
2002-08-03 03:19:23 +00:00
Alan Eldridge
04f8520956 Bump PORTREVISION. KDE is fragile enough in its dependencies; we don't
need bizarre gettext errors cropping up, too.
2002-08-01 21:09:43 +00:00
Ade Lovett
c8eaa93644 Chase shlib rev of devel/gettext
Submitted by:	lots and lots
Pointy hat to:	ade
2002-08-01 16:22:41 +00:00
Will Andrews
a4b8a80ee1 Fix MASTER_SITE_SUBDIR.
PR:		40272
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-07-09 17:06:38 +00:00
Will Andrews
3491a5043b Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51. 2002-07-04 19:39:36 +00:00