Skip site navigation (1)Skip section navigation (2)

CVS log for ports/Mk/bsd.kde.mk

[BACK] Up to [FreeBSD] / ports / Mk

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.82: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:20:46 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +5 -3 lines
- 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

Revision 1.81: download - view: text, markup, annotated - select for diffs
Thu Jun 11 09:09:28 2009 UTC (2 years, 8 months ago) by erwin
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -6 lines
Pass TMPDIR on to configure and make environments.

PR:		132407
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>

Revision 1.80: download - view: text, markup, annotated - select for diffs
Fri Aug 29 11:29:41 2008 UTC (3 years, 5 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +2 -2 lines
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)

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:16:11 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +2 -4 lines
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)

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Aug 18 09:21:32 2008 UTC (3 years, 5 months ago) by miwi
Branches: MAIN
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +2 -2 lines
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.

Revision 1.77: download - view: text, markup, annotated - select for diffs
Wed Aug 13 09:14:11 2008 UTC (3 years, 5 months ago) by miwi
Branches: MAIN
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +5 -5 lines
- 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

Revision 1.76: download - view: text, markup, annotated - select for diffs
Sat Apr 19 17:46:02 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +5 -5 lines
- 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)

Revision 1.75: download - view: text, markup, annotated - select for diffs
Mon Oct 29 23:47:21 2007 UTC (4 years, 3 months ago) by lofi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +2 -2 lines
Update to KDE 3.5.8

Revision 1.74: download - view: text, markup, annotated - select for diffs
Mon Jul 16 10:12:03 2007 UTC (4 years, 6 months ago) by lofi
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +2 -86 lines
Update to Qt 4.3.0, introduce bsd.qt.mk.

Approved by: portmgr (bsd.port.mk changes)

Revision 1.73: download - view: text, markup, annotated - select for diffs
Wed Jul 4 10:24:00 2007 UTC (4 years, 7 months ago) by lofi
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +2 -2 lines
Update to KDE 3.5.7 / KOffice 1.6.3

Revision 1.72: download - view: text, markup, annotated - select for diffs
Thu Apr 19 17:07:59 2007 UTC (4 years, 9 months ago) by lofi
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +3 -3 lines
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.

Revision 1.71: download - view: text, markup, annotated - select for diffs
Thu Apr 12 12:33:34 2007 UTC (4 years, 10 months ago) by lofi
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +3 -3 lines
Another typo of mine.

Discovered by: Diego Depaoli <trebestie@gmail.com>

Revision 1.70: download - view: text, markup, annotated - select for diffs
Sun Mar 25 04:07:55 2007 UTC (4 years, 10 months ago) by lofi
Branches: MAIN
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +2 -2 lines
Update to 4.2.3

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Mar 13 19:10:09 2007 UTC (4 years, 10 months ago) by lofi
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -2 lines
Update to KDE 3.5.6 / KOffice 1.6.2

Revision 1.68: download - view: text, markup, annotated - select for diffs
Fri Feb 23 16:53:13 2007 UTC (4 years, 11 months ago) by lofi
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +4 -3 lines
- (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

Revision 1.67: download - view: text, markup, annotated - select for diffs
Thu Feb 8 17:17:35 2007 UTC (5 years ago) by rafan
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +2 -2 lines
- Fix typo: svg is in graphics/qt4-svg

Approved by:	lofi (implicit)

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Feb 6 10:37:11 2007 UTC (5 years ago) by lofi
Branches: MAIN
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +3 -3 lines
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

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Feb 5 20:56:12 2007 UTC (5 years ago) by lofi
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +87 -2 lines
Add qt4, a multiplatform C++ application framework

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Dec 19 21:19:11 2006 UTC (5 years, 1 month ago) by lofi
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +8 -3 lines
Update to KDE 3.5.5 / KOffice 1.6.1

Approved by:	portmgr

Revision 1.63: download - view: text, markup, annotated - select for diffs
Tue Sep 12 23:26:10 2006 UTC (5 years, 4 months ago) by lofi
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +2 -2 lines
KDE 3.5.4 / KOffice 1.5.2

Revision 1.62: download - view: text, markup, annotated - select for diffs
Wed Jul 5 02:18:08 2006 UTC (5 years, 7 months ago) by linimon
Branches: MAIN
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +3 -3 lines
* 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]

Revision 1.61: download - view: text, markup, annotated - select for diffs
Mon Jun 5 19:23:51 2006 UTC (5 years, 8 months ago) by lofi
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +2 -2 lines
Update to KDE 3.5.3

Revision 1.60: download - view: text, markup, annotated - select for diffs
Tue Apr 4 23:02:40 2006 UTC (5 years, 10 months ago) by lofi
Branches: MAIN
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +2 -1 lines
Sometimes uic is called in configure scripts, too.

Revision 1.59: download - view: text, markup, annotated - select for diffs
Mon Apr 3 09:34:22 2006 UTC (5 years, 10 months ago) by lofi
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +5 -0 lines
Set TMPDIR for all users of uic in order to avoid spamming files outside
WRKDIR.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Thu Mar 30 20:30:00 2006 UTC (5 years, 10 months ago) by lofi
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +2 -2 lines
Update to KDE 3.5.2

Revision 1.57: download - view: text, markup, annotated - select for diffs
Wed Feb 1 09:12:47 2006 UTC (6 years ago) by lofi
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +3 -3 lines
Update to KDE 3.5.1.

Revision 1.56: download - view: text, markup, annotated - select for diffs
Sun Jan 29 04:54:22 2006 UTC (6 years ago) by linimon
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +2 -2 lines
Switch this over to the mailing list.

Approved by:	will

Revision 1.55: download - view: text, markup, annotated - select for diffs
Sat Jan 21 17:37:01 2006 UTC (6 years ago) by krion
Branches: MAIN
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +3 -3 lines
- 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]

Revision 1.54: download - view: text, markup, annotated - select for diffs
Sun Jan 8 19:31:07 2006 UTC (6 years, 1 month ago) by lofi
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +2 -2 lines
Update to KDE 3.5.0

Revision 1.53: download - view: text, markup, annotated - select for diffs
Sat Nov 5 15:55:24 2005 UTC (6 years, 3 months ago) by lofi
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +3 -23 lines
Remove KDE2/QT1 cruft.

Submitted by: arved

Revision 1.52: download - view: text, markup, annotated - select for diffs
Sat Nov 5 11:19:24 2005 UTC (6 years, 3 months ago) by lofi
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +2 -2 lines
Update to KDE 3.4.3 / KOffice 1.4.2

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sun Jul 31 22:46:04 2005 UTC (6 years, 6 months ago) by lofi
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +2 -2 lines
Update to KDE 3.4.2 / KOffice 1.4.1

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sun Jun 26 15:38:25 2005 UTC (6 years, 7 months ago) by lofi
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +2 -2 lines
Update to KDE 3.4.1

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sun Mar 20 18:17:21 2005 UTC (6 years, 10 months ago) by lofi
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Update to KDE 3.4

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sun Jan 9 10:12:07 2005 UTC (7 years, 1 month ago) by krion
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Remove trailing spaces.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Wed Dec 29 21:51:42 2004 UTC (7 years, 1 month ago) by lofi
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +3 -2 lines
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.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Mon Dec 13 20:11:44 2004 UTC (7 years, 1 month ago) by lofi
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Update to KDE 3.3.2

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Dec 5 11:24:06 2004 UTC (7 years, 2 months ago) by lofi
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -2 lines
Fix implicit dependency on imake for KDE and all USE_KDELIBS_VER
users.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Thu Dec 2 00:18:06 2004 UTC (7 years, 2 months ago) by lofi
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Argh argh argh argh. Full reverse!

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Dec 2 00:15:44 2004 UTC (7 years, 2 months ago) by lofi
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Sync with ports.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon Nov 8 00:33:37 2004 UTC (7 years, 3 months ago) by lofi
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -2 lines
Update to KDE 3.3.1

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Aug 30 19:55:08 2004 UTC (7 years, 5 months ago) by lofi
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +6 -6 lines
Update to KDE 3.3

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Jul 23 14:53:13 2004 UTC (7 years, 6 months ago) by arved
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +6 -36 lines
Retire QT2. QT3 was released a few years ago and QT4 will be released soon.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Jun 9 16:57:13 2004 UTC (7 years, 8 months ago) by lofi
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Update to version 3.2.3

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon May 24 00:34:38 2004 UTC (7 years, 8 months ago) by lofi
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +12 -7 lines
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

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat May 22 11:08:35 2004 UTC (7 years, 8 months ago) by lofi
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +7 -1 lines
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.

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri May 21 22:47:45 2004 UTC (7 years, 8 months ago) by lofi
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1 lines
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.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Apr 20 09:07:43 2004 UTC (7 years, 9 months ago) by lofi
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Update to KDE 3.2.2

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Mar 9 19:40:42 2004 UTC (7 years, 11 months ago) by lofi
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +5 -5 lines
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).

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Feb 9 12:05:31 2004 UTC (8 years ago) by lofi
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +3 -3 lines
Prefer a LIB_DEPENDS.

Pointy hat to: me.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Feb 9 04:46:23 2004 UTC (8 years ago) by lofi
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
Be more anal about dependencies: Depend on something only present in kdelibs
3.2.0, but not in 3.1.x.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Thu Feb 5 01:22:47 2004 UTC (8 years ago) by lofi
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +7 -6 lines
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.

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Sep 18 14:56:51 2003 UTC (8 years, 4 months ago) by will
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +5 -5 lines
Upgrade to Qt 3.2.1 / KDE 3.1.4.  See x11/kde3/Makefile rev 1.64 for details.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Jul 29 04:26:08 2003 UTC (8 years, 6 months ago) by lofi
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +3 -3 lines
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)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Jul 21 16:05:58 2003 UTC (8 years, 6 months ago) by arved
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -6 lines
Merge from KDE-FreeBSD Repo:
  Garbage collect USE_QT2, which was renamed to USE_QT_VER= 2 a looong
  time ago.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jun 23 18:14:38 2003 UTC (8 years, 7 months ago) by will
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +28 -3 lines
Add support for CVS builds (using a different repository).  Tested on the
FruitSalad portbuild cluster.

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon May 19 19:43:23 2003 UTC (8 years, 8 months ago) by lioux
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
Update to KDE 3.1.2

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Apr 5 22:16:02 2003 UTC (8 years, 10 months ago) by alane
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Rejoice, for the long awaited upgrade to kde 3.1.1 is here!

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Mar 28 23:46:14 2003 UTC (8 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2 lines
Revert accidental commit.  KDE 3.1.1 is not in ports yet.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Mar 28 22:22:25 2003 UTC (8 years, 10 months ago) by alane
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Removed KDE_I18N_VERSION, which I should have removed before release.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 28 18:36:51 2003 UTC (9 years ago) by alane
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +38 -34 lines
update to 3.1 official release

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Oct 11 07:35:44 2002 UTC (9 years, 4 months ago) by alane
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +11 -2 lines
Fixed botched setup of MASTER_SITE_KDE_kde. Damn was I stupid. I didn't
test all the cases. Sorry, folks.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Oct 10 23:54:33 2002 UTC (9 years, 4 months ago) by alane
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -2 lines
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}

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Sep 15 21:50:36 2002 UTC (9 years, 4 months ago) by seanc
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Fix building of kdemultimedia3 on -CURRENT.  Obtained from wca.

Reviewed by:	wca
Approved by:	knu (mentor)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Sep 10 07:46:25 2002 UTC (9 years, 5 months ago) by alane
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
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")

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Aug 31 02:35:01 2002 UTC (9 years, 5 months ago) by kris
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -5 lines
Remove USE_NEWGCC, which is no longer supported or required.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Aug 25 04:37:09 2002 UTC (9 years, 5 months ago) by will
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
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]

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jul 4 19:35:43 2002 UTC (9 years, 7 months ago) by will
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +8 -1 lines
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>

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jun 16 20:27:51 2002 UTC (9 years, 7 months ago) by will
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
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.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat May 11 20:01:09 2002 UTC (9 years, 9 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -4 lines
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>

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun May 5 09:55:30 2002 UTC (9 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +14 -2 lines
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.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Apr 19 02:29:28 2002 UTC (9 years, 9 months ago) by will
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +11 -32 lines
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.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Nov 14 15:56:53 2001 UTC (10 years, 2 months ago) by will
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_5_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -3 lines
(QT3/KDE3 only:) Use alternate dependency style; fix looking for qt
libraries.  kdelibs from cvs building now in kde/freebsd repository.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Nov 13 06:35:28 2001 UTC (10 years, 2 months ago) by will
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -5 lines
(QT3/KDE3 only:) Remove -lqt, this was a mistake.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Nov 5 21:29:59 2001 UTC (10 years, 3 months ago) by will
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Good Will.  \
OK Will.
BAD Will! \
Will forgot the backslash at the end of the line...

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Nov 4 16:48:23 2001 UTC (10 years, 3 months ago) by will
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Slight modification to accomodate devel environment.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Nov 4 06:18:26 2001 UTC (10 years, 3 months ago) by will
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +48 -10 lines
Experimental support for the QT/KDE 3.x series.
WARNING: This is not for anyone who isn't involved in my group of
KDE/FreeBSD developers & QA testers.  Do not use it in any FreeBSD ports.
These changes will be mainly used by modules in the KDE CVS Repository.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Apr 14 20:43:29 2001 UTC (10 years, 9 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_4_0, RELEASE_4_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +20 -20 lines
Fix glaring logic/typo bugs:
1) Move USE_KDEBASE_VER above USE_KDELIBS_VER so the implication works.
2) QTCFLIBS -> QTCFGLIBS, fixes port pre-definition of QTCFGLIBS.
3) Use libkonq.so.4, NOT libkparts.so.4 (part of kdelibs2!) for indication
   of kdebase2 installation.

Wake-up call from:	demon (whose kwix port now works :)

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 3 08:14:43 2001 UTC (10 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +42 -36 lines
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.

Reviewed by:	portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by:	David Faure <faure@kde.org> (proxy auth patches)
		Alex Zepeda <garbanzo@kde.org> (old patches removal)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Mar 26 03:40:24 2001 UTC (10 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -4 lines
Fix bogon.  Note to self: pay more attention to what you're doing.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 25 23:22:46 2001 UTC (10 years, 10 months ago) by will
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -10 lines
Fix variable usage and comments.

Submitted by:	asami

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Mar 24 22:15:32 2001 UTC (10 years, 10 months ago) by will
Branches: MAIN
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.

Introduce bsd.kde.mk, which will be tested on bento before becoming
fully activated.

Replace qt22-static with qt2-static, since it's just a proxy.  Update
qt-designer to depend on qt23.  Also make the old hack to package the
correct lib obsolete by using PLIST_SUB instead.

Miscellaneous changes:  remove LIBQTFILE from CONFIGURE_ENV, it's not
used anymore.  Solve namespace pollution problems with the devel/pth and
devel/libgnugetopt ports.  Hopefully.

Suggested by:	ade, asami, sobomax (bsd.kde.mk)
Repocopied by:	asami (qt22-static --> qt2-static)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options