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) combination for a given watch list. This is what FreshPorts will look for.

non port: misc/kdeaddons/Makefile

Number of commits found: 18

Monday, 9 Sep 2002
07:24 alane search for other commits by this committer
KDE2 is dead. The source is no longer available.
Original commit
Sunday, 1 Sep 2002
16:07 dwcjr search for other commits by this committer
${PERL} -> ${REINPLACE_CMD}

PR:             40784
Submitted by:   corecode@corecode.ath.cx
Reviewed by:    flynn@energyhq.homeip.net
Original commit
Friday, 21 Jun 2002
02:48 alane search for other commits by this committer
Distfiles have been moved on kde site to Attic.

PR:             ports/39558
Submitted by:   glewis
Reviewed by:    alane
Original commit
Wednesday, 17 Apr 2002
12:38 sobomax search for other commits by this committer
Chase increase of libSDL version number.
Original commit
Saturday, 30 Mar 2002
09:07 will search for other commits by this committer
Fix the KDE ports to not use objprelink, if OSVERSION >= 500029.  This is
not tested other than for syntax, but should DTRT from what I understand
of the problem.

Submitted by:   bento
Original commit
Friday, 11 Jan 2002
06:17 will search for other commits by this committer
Bring in a few changes to the KDE ports infrastructure, and some fixes.    -
Move all stuff specific to kde core ports to x11/kde2/Makefile.kde.      +
Default to compile optimized for speed, not debugging, in ports        builds,
not just packages.  We don't really get that many backtraces        or debugging
information, and there's a better way to provide these        things to people
willing to spend some time working on KDE.  It's        at (as announced
before): http://freebsd.kde.org/.    - Remove teTeX dependency for kdegraphics2
upon request, and being unable      to find any reason not to.  Apparently,
kdegraphics still compiles      libkdvi and kdvi -- I guess dvips is merely a
runtime dependency.      Therefore to enable its use one just needs to add the
teTeX package.      Bump PORTREVISION to reflect dependency change.    - Fix
koffice port by removing PYTHON_VERSION, which is unnecessary.    
Original commit
Tuesday, 8 Jan 2002
01:24 will search for other commits by this committer
If !WANT_KDE_NDEBUG and !PARALLEL_PACKAGE_BUILDING, also add   --enable-debug
and turn off stripping of binaries so we actually get all   the debugging we're
supposed to get.  :)    
Original commit
Saturday, 5 Jan 2002
02:29 will search for other commits by this committer
Conditionalize use of objprelink based on whether we're running on  
MACHINE_ARCH=i386 *and* whether NO_KDE_OBJPRELINK is defined.    
Original commit
Friday, 7 Dec 2001
15:43 petef search for other commits by this committer
Fix a problem with auto{conf,make}:  some build magic was introduced to   make
sure that the "autoconf" and "automake" binaries KDE looked for were   found and
were autoconf213 and automake14 (as there are issues with the   latest
versions), but the logic in setting $PATH was wrong.  This puts  
${WRKSRC}/auto-bin before the rest of the users $PATH.  This fixes KDE   auto*
problems if automake14 and automake-1.5 are both installed.    
Original commit
Tuesday, 4 Dec 2001
03:47 will search for other commits by this committer
Upgrade KDE to 2.2.2:    * General:           - Support for objprelink.         
 - Hack for autoconf 2.13/automake 1.4.  Note that we can't use             the
standard USE_AUTO* because they change things in work/*;             KDE has its
own way of doing that.           - Light cleanup of extra dirs in the PLISTs
provided by              my mkplistpkg[1] script.           - Speedups of both
compile and runtime through the usage of             --disable-debug and
--enable-final.  The latter did not work             with the kdemultimedia
package, unfortunately.           - Patch updates.    * audio/kdemultimedia2:   
       - Patch to fix KSCD on FreeBSD[2].  It works very well now.    *
deskutils/kdepim:           - Enable kpilot[3].  Pull in the latest pilot-link
stuff.    * devel/kdesdk,    * devel/kdevelop:           - No specific changes. 
  * devel/qt-designer:           - Make this port depend almost entirely on qt23
to make it more             maintainable, so I don't have to keep hacking the
patches to             get them to apply.    * editors/koffice,    *
games/kdegames,    * graphics/kdegraphics:           - No specific changes.    *
misc/kdeaddons:           - SDL is required now.  Cull SDL PLIST_SUB and such.  
        - Fix breakage from hardcoding "sdl-config".    * misc/kdeutils2:       
   - Fix problem with klaptopdaemon[4] where it didn't properly            
display the battery time.  This patch is untested, but applied.    *
net/kdenetwork2:           - Fix DCC for KSIRC[5].           - Remove ktalkd
from the build.  It requires some weird thing             in the configure
script that I don't have time to look at.    * sysutils/kdeadmin:           - No
specific changes.    * textproc/kdoc:           - Remove bogus requirement that
kdoc requires Perl 5.6.0; it sure             seems to operate fine with >=
5.005.  But I'll let time tell.    * www/quanta:           - No specific changes
(--disable-debug support only).    * x11/kde2:           - No specific changes. 
  * x11/kdebase2:           - Fix ksysguard compile by merging the files from
the HEAD branch             of KDE CVS that were missing at release time for
FreeBSD[6].  :\    * x11/kdelibs2:           - Recognize CUPS' spinoff[7].      
    - Add libxslt dependency since it was removed from kdelibs.           - Fix
libxml compile problems[8] (accomplished by upgrading).           - Remove
libkformula from port Makefile; this library has been             spun off into
koffice.           - Fix mode problems with DCOP[9].  This allows you to save
files             properly.  It also seems to be a FreeBSD specific problem.    
      - Fix bashisms in kdeprint/imagetops script[10].    * x11-clocks/kdetoys2:
          - No specific changes.    * x11-toolkits/qt23:           - Do NOT
upgrade to QT 2.3.2[11].           - Allow devel/qt-designer to depend on this
port entirely for the             patches by adding a perlre to accomplish this.
   * x11-wm/kdeartwork:           - No specific changes.    
Original commit
Saturday, 27 Oct 2001
09:50 demon search for other commits by this committer
Upgrade to 2.2.1.    
Original commit
Tuesday, 11 Sep 2001
15:56 knu search for other commits by this committer
Oops, assign LIB_DEPENDS with += instead of = for the slave port.    
Original commit
15:53 knu search for other commits by this committer
Set DIST_SUBDIR to KDE.    
Original commit
15:46 knu search for other commits by this committer
Make this port properly depend on kdebase and kdemultimedia2.    
Original commit
Thursday, 30 Aug 2001
18:22 knu search for other commits by this committer
Add kde to CATEGORIES.    
Original commit
Monday, 20 Aug 2001
21:48 will search for other commits by this committer
Fix accidental typo...    
Original commit
Wednesday, 15 Aug 2001
17:25 will search for other commits by this committer
*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/.  :\    
Original commit
13:43 will search for other commits by this committer
Update to KDE 2.2:    
Original commit

Number of commits found: 18