notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: Mk/bsd.kde.mk

Number of commits found: 74

Friday, 26 Jul 2013
19:19 rene search for other commits by this committer
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.

Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports

PR:		ports/180745
Submitted by:	rene
Approved by:	portmgr (bapt)
Exp-run by:	bapt
Original commitRevision:323748 
Wednesday, 23 May 2012
08:17 miwi search for other commits by this committer
- Remove emacs mode, -*- mode: ...; -*- [1]
- Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify
dependencie [2]
- Fix make reinstall [3]
- Trivial comment change for PORTDATA [4]

PR:             151954 [1]
                161314 [2]
                167085 [3]
                167465 [4]
Submitted by:   Anonymous <swell.k@gmail.com> [1]
                dougb@ and Chris Rees <utisoft@gmail.com> [2]
                Garrett Cooper <yanegomi@gmail.com> [3]
                "Bryan Drewery" <bryan@shatow.net> [4]
Tested via:     phw
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- 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
Original commit
Thursday, 11 Jun 2009
09:09 erwin search for other commits by this committer
Pass TMPDIR on to configure and make environments.

PR:             132407
Submitted by:   Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Original commit
Friday, 29 Aug 2008
11:30 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release
of KDE 3.5.10 for FreeBSD. The official KDE 3.5.10 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.10.php

While not a very exciting release in terms of features,
3.5.10 brings a couple of nice bugfixes and translation
updates to those who choose to stay with KDE 3.5. The
fixes are thinly spread across KPDF with a number of crash
fixes, KGPG and probably most interesting various fixes
in kicker, KDE3's panel:

    * Improved visibility on transparent backgrounds
    * Themed arrow buttons in applets that were missing them
    * Layout and antialiasing fixes in various applets

Approved by:    portmgr (erwin/pav)
Original commit
Thursday, 21 Aug 2008
06:18 rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:             126524 (obsoletes 52917)
Submitted by:   rafan
Tested on:      two pointyhat 7-amd64 exp runs (by pav)
Approved by:    portmgr (pav)
Original commit
Monday, 18 Aug 2008
09:22 miwi search for other commits by this committer
The KDE FreeBSD team is proud to announce the release
of KDE 3.5.9 for FreeBSD. The official KDE 3.5.9 release
notes can be found at:
http://www.kde.org/announcements/announce-3.5.9.php

After the KDE 4.1.0 import the team found time to make
KDE 3.5.9 ready for the Ports tree.

KDE 3.5.9 was released six months ago and 3.5.10 is coming
soon. We are not sure we have time to get 3.5.10 for FreeBSD
7.1/6.4 release, but we would have minimum 3.5.9 for those
people who prefer to stay with KDE3.

Of course Thanks to all Testers.
Original commit
Wednesday, 13 Aug 2008
09:14 miwi search for other commits by this committer
- Fix dependency checks so that KDE3 apps pull in the correct versions
  of kdelibs3 and kdebase3, when they only currently have KDE4 installed
  (this is because kde4 also installs libs with same name, so check for unique
files)

Thanks to:      Andy Fawcett/Max Brazhnikov
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Monday, 29 Oct 2007
23:48 lofi search for other commits by this committer
Update to KDE 3.5.8
Original commit
Monday, 16 Jul 2007
10:12 lofi search for other commits by this committer
Update to Qt 4.3.0, introduce bsd.qt.mk.

Approved by: portmgr (bsd.port.mk changes)
Original commit
Wednesday, 4 Jul 2007
10:25 lofi search for other commits by this committer
Update to KDE 3.5.7 / KOffice 1.6.3
Original commit
Thursday, 19 Apr 2007
17:08 lofi search for other commits by this committer
Rename all binaries in qt4 which conflict with binaries installed by
qt33 to ($binary)-qt4 and adjust dependencies accordingly. This
avoids conflicts once X11BASE has been changed to /usr/local and
incidentally makes the naming scheme of the qt4 executables in ports
equal to that of the Fedora Core and Debian packages.
Original commit
Thursday, 12 Apr 2007
12:33 lofi search for other commits by this committer
Another typo of mine.

Discovered by: Diego Depaoli <trebestie@gmail.com>
Original commit
Sunday, 25 Mar 2007
04:08 lofi search for other commits by this committer
Update to 4.2.3
Original commit
Tuesday, 13 Mar 2007
19:10 lofi search for other commits by this committer
Update to KDE 3.5.6 / KOffice 1.6.2
Original commit
Friday, 23 Feb 2007
16:53 lofi search for other commits by this committer
- (Re)add the sql dependency trigger. [1]

- Don't clobber BUILD/RUN_DEPENDS if no QT4_COMPONENTS are specified. [2]

Submitted by: [1] Danny Pansters <danny@ricin.com>, [2] nivit
Original commit
Thursday, 8 Feb 2007
17:17 rafan search for other commits by this committer
- Fix typo: svg is in graphics/qt4-svg

Approved by:    lofi (implicit)
Original commit
Tuesday, 6 Feb 2007
10:37 lofi search for other commits by this committer
Post-import bugfixorama:

- Move qt4-codecs-tw to chinese [1]
- Add some missing quotes [1]

- From the "this never happened in the clean room" dept:
  Disable session management support more universally to
  avoid linktime errors.

[1] Spotted by: rafan
Original commit
Monday, 5 Feb 2007
20:56 lofi search for other commits by this committer
Add qt4, a multiplatform C++ application framework
Original commit
Tuesday, 19 Dec 2006
21:19 lofi search for other commits by this committer
Update to KDE 3.5.5 / KOffice 1.6.1

Approved by:    portmgr
Original commit
Tuesday, 12 Sep 2006
23:26 lofi search for other commits by this committer
KDE 3.5.4 / KOffice 1.5.2
Original commit
Wednesday, 5 Jul 2006
02:18 linimon search for other commits by this committer
* Change all bogus uses of BROKEN to IGNORE.  Note: the BROKEN_WITH_*
  forms are retained for compatibility but deprecated [1]

* Add sha256 to CHECKSUM_ALGORITHMS [2]

* Remove some whitespace [2]

* Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3]

* Fix USE_LDCONFIG with non-default PREFIX [4]

* Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets
  support [5]

* Add 'make missing' to show missing dependencies [6]

* Fix DESKTOP_ENTRIES processing on 4.x [7]

PR:     92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5],
        93601 [6], 98891 [7]

Submitted by:   linimon [1], edwin [2], alex at foxybanana dot com [3],
                gerald [4], flz [4], alepulver [5], alex at fafula dot com [6],
                shaun [7]
Original commit
Monday, 5 Jun 2006
19:24 lofi search for other commits by this committer
Update to KDE 3.5.3
Original commit
Tuesday, 4 Apr 2006
23:02 lofi search for other commits by this committer
Sometimes uic is called in configure scripts, too.
Original commit
Monday, 3 Apr 2006
09:34 lofi search for other commits by this committer
Set TMPDIR for all users of uic in order to avoid spamming files outside
WRKDIR.
Original commit
Thursday, 30 Mar 2006
20:30 lofi search for other commits by this committer
Update to KDE 3.5.2
Original commit
Wednesday, 1 Feb 2006
09:13 lofi search for other commits by this committer
Update to KDE 3.5.1.
Original commit
Sunday, 29 Jan 2006
04:54 linimon search for other commits by this committer
Switch this over to the mailing list.

Approved by:    will
Original commit
Saturday, 21 Jan 2006
17:37 krion search for other commits by this committer
- Fix 'all-depends-list' target in cases if dependencies list is
  very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]

- Fix warning issued during make index on archs !368. [7]

- Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
  all files under ${WRKSRC}. If set to a string, remove in all files
  under ${WRKSRC} with one of these names the ^Ms. [8]

- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
  checking the existance of the Perl modules with the "perl -e 'use
  module;'" command. [9]

- Fix bsd.port.mk variable quoting issues.  No quoting is necessary
  anymore either in the Makefile or on the command line.  Affected
  variables include:

  BROKEN
  FORBIDDEN
  IGNORE
  MANUAL_PACKAGE_BUILD
  NO_CDROM
  NO_PACKAGE
  RESTRICTED

  [10]

- Add NOFETCHFILES variable.  If set, don't download these files
  from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
  ${MASTER_SITE_OVERRIDE}). [11]

- Improve 'search' target output. [12]

- Add a new virtual category for Amateur Radio - hamradio. [13]

- Cleanup some old/unused pathes in bsd.port.mk. [14]

- Add @dirrmtry for plists which does the same as:
  "@unexec rmdir %D/foo 2>/dev/null || true" [15]

- Remove virtual category - offix. [16]

- Use portsnap instead of cvsup or cvs on "make update" in
  /usr/ports. [17]

- Move location of bsd.autotools.mk within bsd.port.mk [18]

- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]

- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]

- Replace the string "FreeBSD" by "The FreeBSD Project" in the
  security warning [21]

- Add bsd.local.mk for local modification to ports framework. [22]

- Replace rcNG spelling by rc.d [23]

- Remove superfluous USE_REINPLACE. [24]

Special thanks to:      linimon for spending hours with all these patches
                        clement for fixes
                        kris for help with pointyhat
PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
        ports/83789 [4], ports/84053 [5], ports/86281 [6],
        ports/87214 [7], ports/87234 [8], ports/87318 [9],
        ports/87396 [10], ports/87605 [11], ports/87840 [12],
        ports/88230 [13], ports/88493 [14], ports/88711 [15],
        ports/88751 [16], ports/89281 [17], ports/89999 [18],
        ports/90031 [19], ports/90150 [20], ports/90668 [21],
        ports/91433 [23], ports/88754 [24]
Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
                pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                edwin [8, 9, 11, 15, 21],
                fenner [10], Arseny Nasokin
<tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]
Original commit
Sunday, 8 Jan 2006
19:31 lofi search for other commits by this committer
Update to KDE 3.5.0
Original commit
Saturday, 5 Nov 2005
15:55 lofi search for other commits by this committer
Remove KDE2/QT1 cruft.

Submitted by: arved
Original commit
11:19 lofi search for other commits by this committer
Update to KDE 3.4.3 / KOffice 1.4.2
Original commit
Sunday, 31 Jul 2005
22:46 lofi search for other commits by this committer
Update to KDE 3.4.2 / KOffice 1.4.1
Original commit
Sunday, 26 Jun 2005
15:38 lofi search for other commits by this committer
Update to KDE 3.4.1
Original commit
Sunday, 20 Mar 2005
18:17 lofi search for other commits by this committer
Update to KDE 3.4
Original commit
Sunday, 9 Jan 2005
10:12 krion search for other commits by this committer
Remove trailing spaces.
Original commit
Wednesday, 29 Dec 2004
21:51 lofi search for other commits by this committer
Globally disable -Wl,-as-needed for all users of USE_KDELIBS_VER. Binaries
linked with -pthread and -Wl,as-needed will have all references to libphthread
stripped (reason/reasoning unknown), causing funny runtime errors when Qt
decides to fire up a thread.
Original commit
Monday, 13 Dec 2004
20:12 lofi search for other commits by this committer
Update to KDE 3.3.2
Original commit
Sunday, 5 Dec 2004
11:24 lofi search for other commits by this committer
Fix implicit dependency on imake for KDE and all USE_KDELIBS_VER
users.
Original commit
Thursday, 2 Dec 2004
00:18 lofi search for other commits by this committer
Argh argh argh argh. Full reverse!
Original commit
00:15 lofi search for other commits by this committer
Sync with ports.
Original commit
Monday, 8 Nov 2004
00:34 lofi search for other commits by this committer
Update to KDE 3.3.1
Original commit
Monday, 30 Aug 2004
19:55 lofi search for other commits by this committer
Update to KDE 3.3
Original commit
Friday, 23 Jul 2004
14:53 arved search for other commits by this committer
Retire QT2. QT3 was released a few years ago and QT4 will be released soon.
Original commit
Wednesday, 9 Jun 2004
16:58 lofi search for other commits by this committer
Update to version 3.2.3
Original commit
Monday, 24 May 2004
00:34 lofi search for other commits by this committer
Move the conftargethack into the USE_KDELIBS_VER section so users of
USE_QT_VER won't get it.

Breakage of doxygen reported by: pointyhat via kris
Original commit
Saturday, 22 May 2004
11:08 lofi search for other commits by this committer
Move another helpful bit from Makefile.kde to bsd.kde.mk:

Unless _NO_KDE_CONFTARGET_HACK is set, users of bsd.kde.mk
will automatically have

CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} set.

This is necessary for almost every package using a configure script
created with non-historic versions of autoconf and really should be
handled in bsd.port.mk.
Original commit
Friday, 21 May 2004
22:47 lofi search for other commits by this committer
Move a CONFIGURE_ENV tweak from Makefile.kde to bsd.kde.mk so all ports
which have the working configure bits have a chance to figure out the correct
threads libs by themselves.
Original commit
Tuesday, 20 Apr 2004
09:08 lofi search for other commits by this committer
Update to KDE 3.2.2
Original commit
Tuesday, 9 Mar 2004
19:41 lofi search for other commits by this committer
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).
Original commit
Monday, 9 Feb 2004
12:05 lofi search for other commits by this committer
Prefer a LIB_DEPENDS.

Pointy hat to: me.
Original commit
04:46 lofi search for other commits by this committer
Be more anal about dependencies: Depend on something only present in kdelibs
3.2.0, but not in 3.1.x.
Original commit
Thursday, 5 Feb 2004
01:23 lofi search for other commits by this committer
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.
Original commit
Thursday, 18 Sep 2003
14:57 will search for other commits by this committer
Upgrade to Qt 3.2.1 / KDE 3.1.4.  See x11/kde3/Makefile rev 1.64 for details.
Original commit
Tuesday, 29 Jul 2003
04:26 lofi search for other commits by this committer
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)
Original commit
Monday, 21 Jul 2003
16:05 arved search for other commits by this committer
Merge from KDE-FreeBSD Repo:
  Garbage collect USE_QT2, which was renamed to USE_QT_VER= 2 a looong
  time ago.
Original commit
Monday, 23 Jun 2003
18:14 will search for other commits by this committer
Add support for CVS builds (using a different repository).  Tested on the
FruitSalad portbuild cluster.
Original commit
Monday, 19 May 2003
19:43 lioux search for other commits by this committer
Update to KDE 3.1.2
Original commit
Saturday, 5 Apr 2003
22:16 alane search for other commits by this committer
Rejoice, for the long awaited upgrade to kde 3.1.1 is here!
Original commit
Friday, 28 Mar 2003
23:46 will search for other commits by this committer
Revert accidental commit.  KDE 3.1.1 is not in ports yet.
Original commit
22:22 alane search for other commits by this committer
Removed KDE_I18N_VERSION, which I should have removed before release.
Original commit
Tuesday, 28 Jan 2003
18:36 alane search for other commits by this committer
update to 3.1 official release
Original commit
Friday, 11 Oct 2002
07:35 alane search for other commits by this committer
Fixed botched setup of MASTER_SITE_KDE_kde. Damn was I stupid. I didn't
test all the cases. Sorry, folks.
Original commit
Thursday, 10 Oct 2002
23:54 alane search for other commits by this committer
1. Welcome to KDE 3.0.4.
2. Added a tagged version of MASTER_SITE_KDE, called MASTER_SITE_KDE_kde,
   like this:
   MASTER_SITE_KDE_kde=    ${MASTER_SITE_KDE:S@%/@%/:kde@g}
Original commit
Sunday, 15 Sep 2002
21:50 seanc search for other commits by this committer
Fix building of kdemultimedia3 on -CURRENT.  Obtained from wca.

Reviewed by:    wca
Approved by:    knu (mentor)
Original commit
Tuesday, 10 Sep 2002
07:46 alane search for other commits by this committer
Automagically mark kde2 ports as bork bork borked. If it really only needs
qt2 then you better change it to say so or else it's on the hit list. Will
has said that all kde2 ports must be fixed or gone before 4.7 ports freeze.

Submitted by:   Tilman Linneweh <tilman@arved.de>
Reviewed by:    resident psychopath and wild and crazy guy AlanE
Approved by:    billg@microsoft.com ("anything to get rid of some free s/w")
Original commit
Saturday, 31 Aug 2002
02:35 kris search for other commits by this committer
Remove USE_NEWGCC, which is no longer supported or required.
Original commit
Sunday, 25 Aug 2002
04:37 will search for other commits by this committer
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]
Original commit
Thursday, 4 Jul 2002
19:35 will search for other commits by this committer
Update to 3.0.2 (full log):

General:
[1] Add a means of updating via patches rather than always using tarballs.
    Unfortunately, this method proved unreliable due to the binary files
    included with most of the KDE tarballs.  For now, leave this support
    in until I can decide what to do with it.
[2] Remove patches that were fixed in KDE CVS for KDE_3_0_BRANCH.  This
    includes removal of malloc.h (from our viewpoint at least), a bug in
    kiconloader, and a typo in knode.
[3] Move the current KDE version number to KDE_VERSION in bsd.kde.mk.
[4] Support the notion of KDE_PREFIX.
[5] Move arts and kde3-i18n* ports to use Makefile.kde.

french/kde3-i18n:
[6] Remove cruft from when this was generated with a core dump in the
    3.0.1 distribution generation.

All other ports: No changes of note not mentioned above.

Thanks to the quick testers for their assistance with this upgrade:
Tested by:      Matt Douhan <matt@athame.co.uk>
                Andy Fawcett <andy@athame.co.uk>
                Dave Cantrell <phaedrus@alltel.net>
Original commit
Sunday, 16 Jun 2002
20:27 will search for other commits by this committer
Get rid of old cruft that was inserted a long time ago to workaround
problems people were seeing with e.g. devel/pth and friends installed.
They conflict with GCC3 and may not be an issue anymore.  But if someone
reports the issue again we'll address it with a finer comb next time.
Original commit
Saturday, 11 May 2002
20:01 will search for other commits by this committer
Minor cleanups/fixes:
[1] Warn people about Qt1, remove warning about Qt3, and fix something I
    forgot to fix before committing the Qt3/KDE3 stuff.

[2] Programs that were using USE_QT_VER=3 were looking in the wrong
    place for the headers if they relied solely on QTCPPFLAGS to give
    it to them.

Reported by:    [2] Frank Laszlo <laszlof@earthlink.net>
Original commit
Sunday, 5 May 2002
09:55 kris search for other commits by this committer
Add back the qt145 port and support for qt-1.x.  This should not
have been removed because it was not broken and a lot of working
ports depended on it.  The qt145 port now installs files named
*qt1* instead of *qt* so it does not conflict with the other qt
versions.
Original commit
Friday, 19 Apr 2002
02:30 will search for other commits by this committer
Say goodbye to Qt 1.x and all of its dependents.  The one port I found
which probably isn't supposed to be removed is misc/instant-workstation,
which had a dependency on audio/xamp (being removed), so I removed that
dependency and bumped PORTREVISION.  All other ports are real dependents
upon Qt 1.x, including KDE 1.x stuff.

Code in bsd.kde.mk supporting these ports is also removed or adjusted.
Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be
committed Real Soon Now (TM), pending repo-copies.

This commit made in impending view of Qt3/KDE3 entering ports tree.
Original commit

Number of commits found: 74