<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/accessibility, branch release/6.4.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2008-11-19T10:43:57Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.</title>
<updated>2008-11-19T10:43:57Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-11-19T10:43:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f982be45e81588a27383cd1a3eb12789b8498904'/>
<id>urn:sha1:f982be45e81588a27383cd1a3eb12789b8498904</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The KDE FreeBSD team is proud to announce the release of KDE 4.1.1</title>
<updated>2008-09-03T13:06:24Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-09-03T13:06:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=129bf63f8416f47bb81fbbd4768288036db1681c'/>
<id>urn:sha1:129bf63f8416f47bb81fbbd4768288036db1681c</id>
<content type='text'>
for FreeBSD. The official KDE 4.1.1 release notes can be found at
http://www.kde.org/announcements/changelogs/changelog4_1to4_1_1.php.

KDE Community ships sirst translation and service release of the 4.1
dree desktop, containing numerous bugfixes, Performance Improvements
and Translation Updates.

Pretty much all applications have received the developers' attention,
resulting in a long list of bugfixes and improvements. The most significant
changes are:

    * Significant performance, interaction and rendering correctness
      improvements in KHTML and Konqueror, KDE's web browser
    * User interaction, rendering and stability fixes in Plasma,
      the KDE4 desktop shell
    * PDF backend fixes in the document viewer Okular
    * Fixes in Gwenview, the image viewer's thumbnailing, more
      robust retrieval and display of images with broken metadata
    * Stability and interaction fixes in KMail

New Ports:
- graphics/kcoloredit
	* KColorEdit is a palette files editor. It can be used
	  for editing color palettes and for color choosing and
	  naming.

- graphics/kgraphviewer
	* KGraphViewer is a GraphViz DOT graph viewer for KDE. The
	  GraphViz programs are free-software layout engines for graphs.
	  KGraphViewer displays the graphs in a modern, user-friendly GUI
	  with all the power of a well integrated KDE application.

- graphics/kiconedit
	* KIconEdit is designed to help create icons for KDE using the standard
	  icon palette.

- graphics/skanlite
	* Skanlite is a simple image scanning application that does nothing
	  more than scan and save images. Skanlite can open a save dialog for
	  every image scanned or save the images immediately in a specified
	  directory with auto-generated names and format. The user can also
	  choose to show the scanned image before saving.
</content>
</entry>
<entry>
<title>The KDE FreeBSD team is proud to announce the release</title>
<updated>2008-08-29T11:30:04Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-08-29T11:30:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8d67f4a547695c3afa1b7cf31fd8e007d8197959'/>
<id>urn:sha1:8d67f4a547695c3afa1b7cf31fd8e007d8197959</id>
<content type='text'>
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)
</content>
</entry>
<entry>
<title>Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.</title>
<updated>2008-08-21T06:18:49Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-08-21T06:18:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=741aa714833b9bb1e9afaaf5124d3f5c60b5e49c'/>
<id>urn:sha1:741aa714833b9bb1e9afaaf5124d3f5c60b5e49c</id>
<content type='text'>
Specifically, newer autoconf (&gt; 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 -&gt; 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)
</content>
</entry>
<entry>
<title>The KDE FreeBSD team is proud to announce the release</title>
<updated>2008-08-18T09:22:07Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-08-18T09:22:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2c918e019a040b30b78004dfa679f0734a3481e4'/>
<id>urn:sha1:2c918e019a040b30b78004dfa679f0734a3481e4</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>The KDE FreeBSD team is proud to announce the release of KDE 4.1.0</title>
<updated>2008-08-09T16:52:28Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-08-09T16:52:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=568f8e877fb50618d4813b943d712e3bc08fd147'/>
<id>urn:sha1:568f8e877fb50618d4813b943d712e3bc08fd147</id>
<content type='text'>
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.

Some note:

* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist

* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.

For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.

Have fun!
</content>
</entry>
<entry>
<title>- File was rerolled to add missing example file</title>
<updated>2008-08-06T08:20:36Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-08-06T08:20:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=99f2c6b2950e14fa4a37fbd1d65f60363107d62d'/>
<id>urn:sha1:99f2c6b2950e14fa4a37fbd1d65f60363107d62d</id>
<content type='text'>
- Bump PORTREVISION

Submitted by:	maintainer via im
</content>
</entry>
<entry>
<title>- Update to 0.0.6</title>
<updated>2008-08-06T07:43:41Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-08-06T07:43:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=239fc5f2535df775c8531470d4b2fde75e18d206'/>
<id>urn:sha1:239fc5f2535df775c8531470d4b2fde75e18d206</id>
<content type='text'>
PR:		126286
Submitted by:	Marcus von Appen &lt;mva@sysfault.org&gt; (maintainer)
</content>
</entry>
<entry>
<title>- Update to qt 4.4.1</title>
<updated>2008-08-04T23:30:38Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-08-04T23:30:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d56984b0567867dd57ecb27fe0c508025c2426c5'/>
<id>urn:sha1:d56984b0567867dd57ecb27fe0c508025c2426c5</id>
<content type='text'>
Note:
	With this update several ports specific problems
	have been fixed. Qt4 headers and libraries have
	been moved to include/qt4 and lib/qt4. bsd.qt.mk
	defines QT_INCDIR and QT_LIBDIR now, which could
	be used in qt4-dependent ports if required.

Thanks to:	Max Brazhnikov Danny Pansters
</content>
</entry>
<entry>
<title>Update to 0.4.21.</title>
<updated>2008-08-04T17:19:13Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2008-08-04T17:19:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=828bde31f5d7c7533895cd5a2267cc648d359e5f'/>
<id>urn:sha1:828bde31f5d7c7533895cd5a2267cc648d359e5f</id>
<content type='text'>
</content>
</entry>
</feed>
