non port: editors/koffice/Makefile |
Number of commits found: 39 |
Monday, 9 Sep 2002
|
07:24 alane
KDE2 is dead. The source is no longer available.
 |
Sunday, 7 Jul 2002
|
21:45 alane
Fixed unfetchable file.
 |
Monday, 18 Mar 2002
|
10:27 knu
Bump PORTREVISION to reflect the (lib)iconv upgrade.
 |
09:46 sobomax
Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that need
libiconv.
 |
Friday, 11 Jan 2002
|
06:17 will
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.
 |
Tuesday, 8 Jan 2002
|
01:24 will
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. :)
 |
Monday, 24 Dec 2001
|
21:47 petef
Update to 1.1.1.
 |
Saturday, 8 Dec 2001
|
14:10 petef
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.
 |
Tuesday, 4 Dec 2001
|
03:47 will
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.
 |
Monday, 10 Sep 2001
|
21:22 demon
Set DIST_SUBDIR=KDE
 |
Wednesday, 29 Aug 2001
|
02:45 will
EEK! Put PORTEPOCH back!
 |
00:20 will
Update to 1.1. Most notable changes: full purge of killustrator to rename to
kontour, and a gnumeric import/export filter for kspread. The gnumeric filter
doesn't work, currently investigating that...
 |
Saturday, 25 Aug 2001
|
03:17 will
Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically to
maintain and improve QT/KDE on FreeBSD. This group (at this time) consists
of: demon, olgeni, kevlo, lauri@kde.org, rwatson, and will.
 |
Tuesday, 21 Aug 2001
|
12:25 olgeni
KIllustrator has been renamed to Kontour, but the Illustration template still
has the "killustrator" icon name. Fix both the icon name and program title
with a simple regexp in post-patch target. Before this, the Illustration
template had the default document icon.
 |
Monday, 20 Aug 2001
|
13:26 olgeni
Fix MASTER_SITE_SUBDIR. It needs the same replacement as DISTNAME: .rc1 -> -rc1.
(breakage from 1.24)
 |
Sunday, 19 Aug 2001
|
21:38 will
Bring in python 2.1 dependency.
 |
Friday, 17 Aug 2001
|
19:49 will
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...
 |
Wednesday, 15 Aug 2001
|
22:20 will
Oops, fix KOffice 1.1rc1 pointer too. :\
 |
17:25 will
*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/. :\
 |
13:43 will
Update to KDE 2.2:
 |
Tuesday, 3 Apr 2001
|
09:14 will
Overhaul QT/KDE support: - bsd.port.mk update to use bsd.kde.mk for
USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix
bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce
QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to
2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication
that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs
build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone
since it looks like black magic to me. Should still work w/ compat shims
for older USE_QT[,2] style. Some others were also left alone for the same
reason.
 |
Sunday, 1 Apr 2001
|
19:17 will
Bump PORTREVISION per kpresenter fix. I did have this in here, I just only
committed files. :(
 |
Saturday, 24 Mar 2001
|
22:15 will
Bring in my fixes for KDE2 for users of XFree86 4.0.x. Basically, what this
involves is this: Cull GL from Qt by default, but still provide a Qt+GL
library that may or may not have threads. Then also provide a Qt library that
has threads but not GL. This allows us to make KDE2 depend on a library that
will *not* have threads, ever. Threads will be revisited at a later date.
Ports that require GL support need to be updated to use the hacked library,
libqtgl.so.4. The net result is that we bloat our qt2 package by 1.5-2.5MB
for compatability. Also, static qt will not have GL support.
 |
Tuesday, 27 Feb 2001
|
22:30 will
Add patches to fix build with KDE 2.1. Bump PORTREVISION to denote new
package based on KDE 2.1. Change MAINTAINER back to myself. This should fix
kde2 metaport once again.
 |
Tuesday, 12 Dec 2000
|
03:02 kevlo
Upgrade to 2.0.1
 |
Wednesday, 29 Nov 2000
|
11:46 sobomax
Update iconv to 2.0 and reflect shared library version bump.
 |
Friday, 17 Nov 2000
|
18:24 will
Resign as maintainer of KDE2 ports, having brought them up from inception to
the final release of KDE 2.0. Kevin Lo <kevlo@FreeBSD.org> will continue as
the new maintainer. He has commit privileges on the KDE tree, making him an
excellent candidate for this job. I'll be behind the scenes for awhile, since
there are some structural changes I'd like to make but I'd rather have Kevin
do the work. Please, people, direct your patches at Kevin and watch his
"freetime deprivation process" _really_ start. :-P
 |
Monday, 30 Oct 2000
|
02:47 will
Fix yet another typo.
 |
02:25 will
Fix typo.. grr!
 |
Sunday, 29 Oct 2000
|
04:09 will
Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow people to
compile on X4.0.1.
 |
00:22 will
Implement fix for configure scripts in regards to finding X libs on XFree86
4.0.1.
 |
Wednesday, 25 Oct 2000
|
04:33 will
Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road... All
KDE2 ports now use default USE_QT2. Still todo: Merge in MTREE stuff.
 |
Friday, 15 Sep 2000
|
22:40 will
Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If you have
not tried KDE 2.0 or haven't done so in awhile (i.e. since July or before),
you should try this. This version is extremely stable and offers better
functionality than before. This update also introduces the KDE2 modules
kdegraphics and kdemultimedia to our ports tree. Additionally, this marks the
first time FreeBSD packages were announced as part of the KDE2 beta release
announcement! :-)
 |
Tuesday, 12 Sep 2000
|
11:07 sobomax
Reflect iconv library version bump.
 |
Wednesday, 30 Aug 2000
|
00:44 will
Update to 20000829A snapshot. Disable kdenetwork2 for the time being so I can
address some of its issues (should see it marked un-broken in about 3 hours,
if they're trivial enough). It took too long to get this update out the
door... :-(
 |
Saturday, 29 Jul 2000
|
03:44 will
Update to 20000724A (custom-rolled snapshot). Rejoice, because now Konqueror
can load HTML documents, KOffice works semi-well, and KDE2 in general seems
less buggy. Only kdeutils was left out of this mega-update. However, it
should return soon. :-)
 |
Wednesday, 19 Jul 2000
|
18:50 asami
Mark these BROKEN, they don't compile/run properly.
 |
Friday, 16 Jun 2000
|
22:52 asami
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
 |
09:48 sobomax
Fourth round of INSTALLS_SHLIBS conversion.
 |
Number of commits found: 39 |