| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in 4.1.x series.
You have only two weeks to play with it -- KDE 4.2.0 is coming ;)
Great thanks for those who helped us with testing 4.1.2 and 4.1.3 during long-long ports ice-age.
For lists of bugfixes and improvements please see:
http://www.kde.org/announcements/changelogs/changelog4_1_1to4_1_2.php
http://www.kde.org/announcements/changelogs/changelog4_1_2to4_1_3.php
http://www.kde.org/announcements/changelogs/changelog4_1_3to4_1_4.php
Approved by: miwi (mentor)
Notes:
svn path=/head/; revision=225995
|
|
|
|
| |
Notes:
svn path=/head/; revision=225487
|
|
|
|
| |
Notes:
svn path=/head/; revision=225455
|
|
|
|
| |
Notes:
svn path=/head/; revision=225335
|
|
|
|
| |
Notes:
svn path=/head/; revision=225221
|
|
|
|
| |
Notes:
svn path=/head/; revision=223979
|
|
|
|
|
|
|
|
| |
PR: 129104
Submitted by: Alex Keda <admin@lissyara.su> (maintainer)
Notes:
svn path=/head/; revision=223923
|
|
|
|
|
|
|
|
| |
PR: 129365
Submitted by: Oleksandr Bezpalko <obezpalko@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=223848
|
|
|
|
| |
Notes:
svn path=/head/; revision=223664
|
|
|
|
| |
Notes:
svn path=/head/; revision=222685
|
|
|
|
| |
Notes:
svn path=/head/; revision=221286
|
|
|
|
| |
Notes:
svn path=/head/; revision=221259
|
|
|
|
| |
Notes:
svn path=/head/; revision=220851
|
|
|
|
|
|
|
| |
Fix RUN_DEPENDS
Notes:
svn path=/head/; revision=220831
|
|
|
|
| |
Notes:
svn path=/head/; revision=220640
|
|
|
|
|
|
|
|
| |
Reported by: QA Tindie
Approved by: portmgr
Notes:
svn path=/head/; revision=220313
|
|
|
|
|
|
|
|
| |
PR: 127065
Submitted by: maintainer
Notes:
svn path=/head/; revision=219909
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=219759
|
|
|
|
|
|
|
| |
* set PORTSCOUT variable
Notes:
svn path=/head/; revision=219442
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=219410
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=218938
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=218752
|
|
|
|
| |
Notes:
svn path=/head/; revision=218502
|
|
|
|
|
|
|
|
| |
PR: 126405
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Notes:
svn path=/head/; revision=218375
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
Notes:
svn path=/head/; revision=218272
|
|
|
|
| |
Notes:
svn path=/head/; revision=217765
|
|
|
|
|
|
|
| |
MAKE_ENV
Notes:
svn path=/head/; revision=217477
|
|
|
|
| |
Notes:
svn path=/head/; revision=216972
|
|
|
|
| |
Notes:
svn path=/head/; revision=215667
|
|
|
|
| |
Notes:
svn path=/head/; revision=214472
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
| |
Notes:
svn path=/head/; revision=212602
|
|
|
|
| |
Notes:
svn path=/head/; revision=212380
|
|
|
|
| |
Notes:
svn path=/head/; revision=212327
|
|
|
|
| |
Notes:
svn path=/head/; revision=212304
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=211584
|
|
|
|
|
|
|
|
| |
PR: ports/122774
Submitted by: Oleksandr Bezpalko <obezpalko at gmail.com> (maintainer)
Notes:
svn path=/head/; revision=211475
|
|
|
|
|
|
|
|
|
|
|
|
| |
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=211450
|
|
|
|
|
|
|
|
|
|
|
| |
- Update distinfo since multimedia/xmms was updated to 1.2.11.
PR: ports/121748
Submitted by: myself
Approved by: gabor (mentor), maintainer timeout (> 2 weeks)
Notes:
svn path=/head/; revision=210702
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@
Notes:
svn path=/head/; revision=210636
|
|
|
|
| |
Notes:
svn path=/head/; revision=210598
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209811
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209735
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes:
svn path=/head/; revision=209570
|
|
|
|
|
|
|
|
|
| |
. bug-fix release;
. a patch from devel/eric4/files/ incorporated upstream;
. fix configuration file (mdir is rather mainDir but not manDir).
Notes:
svn path=/head/; revision=208278
|
|
|
|
| |
Notes:
svn path=/head/; revision=206771
|
|
|
|
| |
Notes:
svn path=/head/; revision=206125
|
|
|
|
|
|
|
|
|
| |
PR: ports/119187
Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=205942
|
|
|
|
|
|
|
|
| |
PR: 119684
Submitted by: Oleksandr Bezpalko <obezpalko@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=205900
|
|
|
|
| |
Notes:
svn path=/head/; revision=203862
|