| There is a PORTS FREEZE in effect! |
|
A ports freeze
means that commits will be few and far between and only by approval.
|
| non port: audio/arts/Makefile |
|
CVSWeb
|
Number of commits found: 66 |
|
Fri, 29 Aug 2008
|
[ 12:55 miwi ]
1.25 audio/akode/Makefile
1.66 audio/arts/Makefile
1.229 x11/kdelibs3/Makefile
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
|
[ 12:30 miwi ]
1.27 accessibility/kdeaccessibility/Makefile
1.50 arabic/kde3-i18n/Makefile
1.3 audio/akode-plugins-ffmpeg/Makefile
1.22 audio/akode-plugins-jack/Makefile
1.21 audio/akode-plugins-mpc/Makefile
1.21 audio/akode-plugins-mpeg/Makefile
1.21 audio/akode-plugins-oss/Makefile
1.21 audio/akode-plugins-resampler/Makefile
1.24 audio/akode/Makefile
1.65 audio/arts/Makefile
(Only the first 10 of 269 ports in this commit are shown above. )
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)
|
|
Thu, 21 Aug 2008
|
[ 07:18 rafan ]
1.4 accessibility/yasr/Makefile
1.15 archivers/advancecomp/Makefile
1.24 archivers/arj/Makefile
1.27 archivers/dact/Makefile
1.22 archivers/gzip/Makefile
1.10 archivers/libmspack/Makefile
1.3 archivers/libpar2/Makefile
1.37 archivers/lzo/Makefile
1.44 archivers/lzo2/Makefile
1.16 archivers/lzop/Makefile
(Only the first 10 of 1030 ports in this commit are shown above. )
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 (Only the first 15 lines of the commit message are shown above )
|
|
Mon, 18 Aug 2008
|
[ 10:22 miwi ]
1.26 accessibility/kdeaccessibility/Makefile
1.49 arabic/kde3-i18n/Makefile
1.2 audio/akode-plugins-ffmpeg/Makefile
1.21 audio/akode-plugins-jack/Makefile
1.20 audio/akode-plugins-mpc/Makefile
1.20 audio/akode-plugins-mpeg/Makefile
1.20 audio/akode-plugins-oss/Makefile
1.20 audio/akode-plugins-resampler/Makefile
1.22 audio/akode/Makefile
1.63 audio/arts/Makefile
(Only the first 10 of 304 ports in this commit are shown above. )
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.
|
|
Fri, 6 Jun 2008
|
[ 14:07 edwin ]
1.32 audio/abcde/Makefile
1.3 audio/abraca/Makefile
1.3 audio/akode-plugins-pulseaudio/Makefile
1.7 audio/amarok-fs/Makefile
1.83 audio/amarok/Makefile
1.2 audio/amb-plugins/Makefile
1.5 audio/ampache/Makefile
1.13 audio/aqualung/Makefile
1.24 audio/ardour/Makefile
1.62 audio/arts/Makefile
(Only the first 10 of 345 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
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)
|
|
Sat, 19 Apr 2008
|
[ 18:56 miwi ]
1.2 www/helixplugin/files/BSDmakefile
1.2 x11/gpctool/files/BSDmakefile
1.4 japanese/kanji18/files/DEINSTALL.tmpl
1.4 japanese/kanji26/files/DEINSTALL.tmpl
1.4 cad/cider/files/FreeBSD
1.2 audio/festival+OGI/files/FreeBSD.mak
1.3 japanese/kanji18/files/INSTALL.tmpl
1.3 japanese/kanji26/files/INSTALL.tmpl
1.64 accessibility/at-spi/Makefile
1.43 accessibility/dasher/Makefile
(Only the first 10 of 2842 ports in this commit are shown above. )
- 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)
|
|
Mon, 29 Oct 2007
|
[ 23:48 lofi ]
1.24 accessibility/kdeaccessibility/Makefile
1.48 arabic/kde3-i18n/Makefile
1.32 arabic/koffice-i18n/Makefile
1.19 audio/akode-plugins-jack/Makefile
1.18 audio/akode-plugins-mpc/Makefile
1.18 audio/akode-plugins-mpeg/Makefile
1.18 audio/akode-plugins-oss/Makefile
1.20 audio/akode-plugins-polypaudio/Makefile
1.18 audio/akode-plugins-resampler/Makefile
1.20 audio/akode-plugins-xiph/Makefile
(Only the first 10 of 422 ports in this commit are shown above. )
Update to KDE 3.5.8
|
|
Sat, 28 Jul 2007
|
[ 13:27 miwi ]
1.19 audio/akode-plugins-xiph/Makefile
1.9 audio/aqualung/Makefile
1.59 audio/arts/Makefile
1.24 audio/audacity-devel/Makefile
1.34 audio/audacity/Makefile
1.23 audio/beast/Makefile
1.22 audio/cmus/Makefile
1.27 audio/darkice/Makefile
1.56 audio/easytag-devel/Makefile
1.41 audio/easytag/Makefile
(Only the first 10 of 128 ports in this commit are shown above. )
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
|
|
Wed, 4 Jul 2007
|
[ 11:25 lofi ]
1.23 accessibility/kdeaccessibility/Makefile
1.47 arabic/kde3-i18n/Makefile
1.30 arabic/koffice-i18n/Makefile
1.17 audio/akode-plugins-jack/Makefile
1.17 audio/akode-plugins-mpc/Makefile
1.17 audio/akode-plugins-mpeg/Makefile
1.17 audio/akode-plugins-oss/Makefile
1.18 audio/akode-plugins-polypaudio/Makefile
1.17 audio/akode-plugins-resampler/Makefile
1.18 audio/akode-plugins-xiph/Makefile
(Only the first 10 of 448 ports in this commit are shown above. )
Update to KDE 3.5.7 / KOffice 1.6.3
|
|
Sat, 19 May 2007
|
[ 21:32 flz ]
1.5 x11-servers/xorg-server-snap/files/BSD.x11-xorg.dist
1.1364 MOVED
1.2 accessibility/at-poke/Makefile
1.60 accessibility/at-spi/Makefile
1.51 accessibility/atk/Makefile
1.37 accessibility/dasher/Makefile
1.60 accessibility/gail/Makefile
1.41 accessibility/gnome-mag/Makefile
1.35 accessibility/gnopernicus/Makefile
1.35 accessibility/gok/Makefile
(Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
Sun, 8 Apr 2007
|
[ 15:52 arved ]
1.56 audio/arts/Makefile
1.1 audio/arts/files/patch-artsc-artsdsp.in
Fix artsdsp on 64-bit archs
2 portlint nits while here
|
|
Tue, 13 Mar 2007
|
[ 19:10 lofi ]
1.21 accessibility/kdeaccessibility/Makefile
1.45 arabic/kde3-i18n/Makefile
1.28 arabic/koffice-i18n/Makefile
1.16 audio/akode-plugins-jack/Makefile
1.16 audio/akode-plugins-mpc/Makefile
1.16 audio/akode-plugins-mpeg/Makefile
1.16 audio/akode-plugins-oss/Makefile
1.16 audio/akode-plugins-polypaudio/Makefile
1.16 audio/akode-plugins-resampler/Makefile
1.16 audio/akode-plugins-xiph/Makefile
(Only the first 10 of 452 ports in this commit are shown above. )
Update to KDE 3.5.6 / KOffice 1.6.2
|
|
Tue, 19 Dec 2006
|
[ 22:03 lofi ]
1.54 audio/arts/Makefile
Only depend on jack on FreeBSD 5.3+
|
[ 21:19 lofi ]
1.20 accessibility/kdeaccessibility/Makefile
1.44 arabic/kde3-i18n/Makefile
1.27 arabic/koffice-i18n/Makefile
1.15 audio/akode-plugins-jack/Makefile
1.15 audio/akode-plugins-mpc/Makefile
1.15 audio/akode-plugins-mpeg/Makefile
1.15 audio/akode-plugins-oss/Makefile
1.15 audio/akode-plugins-polypaudio/Makefile
1.15 audio/akode-plugins-resampler/Makefile
1.15 audio/akode-plugins-xiph/Makefile
(Only the first 10 of 431 ports in this commit are shown above. )
Update to KDE 3.5.5 / KOffice 1.6.1
Approved by: portmgr
|
|
Tue, 12 Dec 2006
|
[ 14:04 lofi ]
1.52 audio/arts/Makefile
Don't depend on jack on 4.x anymore, since the latest jack update broke
it there.
Note to committers: Please check dependencies before conditionally marking
something BROKEN. You may inadvertently cut down half of the ports tree
when all you meant to do was removing a leaf.
|
|
Wed, 13 Sep 2006
|
[ 00:26 lofi ]
1.19 accessibility/kdeaccessibility/Makefile
1.43 arabic/kde3-i18n/Makefile
1.26 arabic/koffice-i18n/Makefile
1.13 audio/akode-plugins-jack/Makefile
1.13 audio/akode-plugins-mpc/Makefile
1.13 audio/akode-plugins-mpeg/Makefile
1.13 audio/akode-plugins-oss/Makefile
1.13 audio/akode-plugins-polypaudio/Makefile
1.13 audio/akode-plugins-resampler/Makefile
1.13 audio/akode-plugins-xiph/Makefile
(Only the first 10 of 442 ports in this commit are shown above. )
KDE 3.5.4 / KOffice 1.5.2
|
|
Wed, 14 Jun 2006
|
[ 19:54 lofi ]
1.50 audio/arts/Makefile
1.18 audio/artswrapper/Makefile
Forced commit to note that the current versions of these ports already
contain the fixes for the vulnerabilities decribed in
Security: http://www.kde.org/info/security/advisory-20060614-2.txt
Security: CVE-2006-2916
|
|
Fri, 9 Jun 2006
|
[ 17:07 lofi ]
1.49 audio/arts/Makefile
1.2 audio/artswrapper/files/artswrapper.c
1.1 audio/arts/files/patch-arts-1.2.x
Don't assume setuid() cannot fail for suid root applications.
|
|
Mon, 5 Jun 2006
|
[ 20:24 lofi ]
1.18 accessibility/kdeaccessibility/Makefile
1.42 arabic/kde3-i18n/Makefile
1.25 arabic/koffice-i18n/Makefile
1.12 audio/akode-plugins-jack/Makefile
1.12 audio/akode-plugins-mpc/Makefile
1.12 audio/akode-plugins-mpeg/Makefile
1.12 audio/akode-plugins-oss/Makefile
1.12 audio/akode-plugins-polypaudio/Makefile
1.12 audio/akode-plugins-resampler/Makefile
1.12 audio/akode-plugins-xiph/Makefile
(Only the first 10 of 381 ports in this commit are shown above. )
Update to KDE 3.5.3
|
|
Wed, 3 May 2006
|
[ 06:14 edwin ]
1.17 accessibility/kdeaccessibility/Makefile
1.21 archivers/arj/Makefile
1.20 archivers/deepforest/Makefile
1.2 archivers/deutex/Makefile
1.5 archivers/dynamite/Makefile
1.3 archivers/fpc-paszlib/Makefile
1.16 archivers/gzip/Makefile
1.18 archivers/ha/Makefile
1.26 archivers/hpack.non-usa.only/Makefile
1.3 archivers/liblzxcomp/Makefile
(Only the first 10 of 196 ports in this commit are shown above. )
Remove USE_REINPLACE from ports in categories starting with A.
|
|
Thu, 6 Apr 2006
|
[ 04:20 lofi ]
1.46 audio/arts/Makefile
Looks like arts really wants glib2 these days.
|
|
Thu, 30 Mar 2006
|
[ 21:30 lofi ]
1.16 accessibility/kdeaccessibility/Makefile
1.41 arabic/kde3-i18n/Makefile
1.10 audio/akode-plugins-jack/Makefile
1.10 audio/akode-plugins-mpc/Makefile
1.10 audio/akode-plugins-mpeg/Makefile
1.10 audio/akode-plugins-oss/Makefile
1.10 audio/akode-plugins-polypaudio/Makefile
1.10 audio/akode-plugins-resampler/Makefile
1.10 audio/akode-plugins-xiph/Makefile
1.10 audio/akode/Makefile
(Only the first 10 of 314 ports in this commit are shown above. )
Update to KDE 3.5.2
|
|
Thu, 23 Feb 2006
|
[ 10:40 ade ]
1.49 accessibility/at-spi/Makefile
1.44 accessibility/atk/Makefile
1.29 accessibility/dasher/Makefile
1.52 accessibility/gail/Makefile
1.31 accessibility/gnomemag/Makefile
1.17 accessibility/gnomespeech/Makefile
1.28 accessibility/gnopernicus/Makefile
1.26 accessibility/gok/Makefile
1.15 accessibility/kdeaccessibility/Makefile
1.14 arabic/katoob/Makefile
(Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
|
Wed, 1 Feb 2006
|
[ 09:13 lofi ]
1.14 accessibility/kdeaccessibility/Makefile
1.40 arabic/kde3-i18n/Makefile
1.7 audio/akode-plugins-jack/Makefile
1.7 audio/akode-plugins-mpc/Makefile
1.7 audio/akode-plugins-mpeg/Makefile
1.7 audio/akode-plugins-oss/Makefile
1.7 audio/akode-plugins-polypaudio/Makefile
1.7 audio/akode-plugins-resampler/Makefile
1.7 audio/akode-plugins-xiph/Makefile
1.7 audio/akode/Makefile
(Only the first 10 of 322 ports in this commit are shown above. )
Update to KDE 3.5.1.
|
|
Sun, 8 Jan 2006
|
[ 19:31 lofi ]
1.1 x11-toolkits/qt33/files/0065-fix_werror_with_gcc4.patch
1.1 x11-toolkits/qt33/files/0066-fcsort2fcmatch.patch
1.1 x11-toolkits/qt33/files/0067-nofclist.patch
1.868 MOVED
1.13 accessibility/kdeaccessibility/Makefile
1.39 arabic/kde3-i18n/Makefile
1.6 audio/akode-plugins-jack/Makefile
1.6 audio/akode-plugins-mpc/Makefile
1.6 audio/akode-plugins-mpeg/Makefile
1.6 audio/akode-plugins-oss/Makefile
(Only the first 10 of 397 ports in this commit are shown above. )
Update to KDE 3.5.0
|
|
Sat, 5 Nov 2005
|
[ 11:19 lofi ]
1.12 accessibility/kdeaccessibility/Makefile
1.38 arabic/kde3-i18n/Makefile
1.21 arabic/koffice-i18n/Makefile
1.5 audio/akode-plugins-jack/Makefile
1.5 audio/akode-plugins-mpc/Makefile
1.5 audio/akode-plugins-mpeg/Makefile
1.5 audio/akode-plugins-oss/Makefile
1.5 audio/akode-plugins-polypaudio/Makefile
1.5 audio/akode-plugins-resampler/Makefile
1.5 audio/akode-plugins-xiph/Makefile
(Only the first 10 of 433 ports in this commit are shown above. )
Update to KDE 3.4.3 / KOffice 1.4.2
|
|
Sun, 31 Jul 2005
|
[ 23:46 lofi ]
1.11 accessibility/kdeaccessibility/Makefile
1.37 arabic/kde3-i18n/Makefile
1.20 arabic/koffice-i18n/Makefile
1.4 audio/akode-plugins-jack/Makefile
1.4 audio/akode-plugins-mpc/Makefile
1.4 audio/akode-plugins-mpeg/Makefile
1.4 audio/akode-plugins-oss/Makefile
1.4 audio/akode-plugins-polypaudio/Makefile
1.4 audio/akode-plugins-resampler/Makefile
1.4 audio/akode-plugins-xiph/Makefile
(Only the first 10 of 363 ports in this commit are shown above. )
Update to KDE 3.4.2 / KOffice 1.4.1
|
|
Sun, 26 Jun 2005
|
[ 16:38 lofi ]
1.10 accessibility/kdeaccessibility/Makefile
1.35 arabic/kde3-i18n/Makefile
1.18 arabic/koffice-i18n/Makefile
1.2 audio/akode-plugins-jack/Makefile
1.2 audio/akode-plugins-mpc/Makefile
1.2 audio/akode-plugins-mpeg/Makefile
1.2 audio/akode-plugins-oss/Makefile
1.2 audio/akode-plugins-polypaudio/Makefile
1.2 audio/akode-plugins-resampler/Makefile
1.2 audio/akode-plugins-xiph/Makefile
(Only the first 10 of 368 ports in this commit are shown above. )
Update to KDE 3.4.1
|
|
Tue, 12 Apr 2005
|
[ 19:05 lofi ]
1.38 audio/arts/Makefile
1.20 audio/jack/Makefile
1.97 graphics/kdegraphics3/Makefile
1.33 security/gpgme/Makefile
1.182 x11-toolkits/qt33/Makefile
s/.elseif/.elif
|
[ 04:26 obrien ]
1.10 archivers/advancecomp/Makefile
1.17 archivers/arj/Makefile
1.14 archivers/cabextract/Makefile
1.14 archivers/dact/Makefile
1.3 archivers/dynamite/Makefile
1.11 archivers/gzip/Makefile
1.12 archivers/lzop/Makefile
1.3 archivers/orange/Makefile
1.5 archivers/par2cmdline/Makefile
1.44 archivers/star/Makefile
(Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
|
Mon, 11 Apr 2005
|
[ 09:04 obrien ]
1.9 archivers/advancecomp/Makefile
1.15 archivers/arj/Makefile
1.13 archivers/cabextract/Makefile
1.13 archivers/dact/Makefile
1.2 archivers/dynamite/Makefile
1.10 archivers/gzip/Makefile
1.11 archivers/lzop/Makefile
1.2 archivers/orange/Makefile
1.4 archivers/par2cmdline/Makefile
1.42 archivers/star/Makefile
(Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
Sun, 3 Apr 2005
|
[ 11:39 lofi ]
1.35 audio/arts/Makefile
Only depend on jack on i386 and amd64.
|
|
Sun, 20 Mar 2005
|
[ 18:17 lofi ]
1.1 x11-toolkits/qt33/files/0001-dnd_optimization.patch
1.1 x11-toolkits/qt33/files/0002-dnd_active_window_fix.patch
1.1 x11-toolkits/qt33/files/0007-qpixmap_constants.patch
1.1 x11-toolkits/qt33/files/0015-qiconview-finditem.patch
1.1 x11-toolkits/qt33/files/0016-qiconview-rebuildcontainer.patch
1.1 x11-toolkits/qt33/files/0017-qiconview-ctrl_rubber.patch
1.1 x11-toolkits/qt33/files/0020-designer-deletetabs.patch
1.1 x11-toolkits/qt33/files/0032-fix_rotated_randr.diff
1.1 x11-toolkits/qt33/files/0035-qvaluelist-streaming-operator.patch
1.1 x11-toolkits/qt33/files/0036-qprogressbar-optimization.patch
(Only the first 10 of 445 ports in this commit are shown above. )
Update to KDE 3.4
|
|
Sat, 12 Mar 2005
|
[ 10:54 marcus ]
1.43 accessibility/at-spi/Makefile
1.39 accessibility/gail/Makefile
1.24 accessibility/gnomemag/Makefile
1.11 accessibility/gnomespeech/Makefile
1.11 arabic/katoob/Makefile
1.8 archivers/rox-archive/Makefile
1.4 astro/gdesklets-goodweather-psi/Makefile
1.3 astro/gkrellmoon2/Makefile
1.31 astro/glunarclock/Makefile
1.25 astro/gpsdrive/Makefile
(Only the first 10 of 911 ports in this commit are shown above. )
Bump PORTREVISION to chase the glib20 shared lib version change.
|
|
Mon, 13 Dec 2004
|
[ 20:12 lofi ]
1.8 accessibility/kdeaccessibility/Makefile
1.33 arabic/kde3-i18n/Makefile
1.15 arabic/koffice-i18n/Makefile
1.32 audio/arts/Makefile
1.4 audio/mpeglib_artsplug/Makefile
1.25 chinese/kde3-i18n-zh_CN/Makefile
1.25 chinese/kde3-i18n-zh_TW/Makefile
1.10 chinese/koffice-i18n-zh_CN/Makefile
1.12 chinese/koffice-i18n-zh_TW/Makefile
1.47 deskutils/kdepim3/Makefile
(Only the first 10 of 323 ports in this commit are shown above. )
Update to KDE 3.3.2
|
|
Sun, 5 Dec 2004
|
[ 11:24 lofi ]
1.31 audio/arts/Makefile
1.160 x11/kdelibs3/Makefile
1.45 Mk/bsd.kde.mk
Fix implicit dependency on imake for KDE and all USE_KDELIBS_VER
users.
|
|
Mon, 8 Nov 2004
|
[ 00:34 lofi ]
1.7 accessibility/kdeaccessibility/Makefile
1.32 arabic/kde3-i18n/Makefile
1.14 arabic/koffice-i18n/Makefile
1.30 audio/arts/Makefile
1.6 audio/artswrapper/Makefile
1.3 audio/mpeglib_artsplug/Makefile
1.24 chinese/kde3-i18n-zh_CN/Makefile
1.24 chinese/kde3-i18n-zh_TW/Makefile
1.9 chinese/koffice-i18n-zh_CN/Makefile
1.11 chinese/koffice-i18n-zh_TW/Makefile
(Only the first 10 of 363 ports in this commit are shown above. )
Update to KDE 3.3.1
|
|
Mon, 30 Aug 2004
|
[ 20:55 lofi ]
1.515 MOVED
1.6 accessibility/kdeaccessibility/Makefile
1.31 arabic/kde3-i18n/Makefile
1.13 arabic/koffice-i18n/Makefile
1.29 audio/arts/Makefile
1.5 audio/artswrapper/Makefile
1.2 audio/mpeglib_artsplug/Makefile
1.23 chinese/kde3-i18n-zh_CN/Makefile
1.23 chinese/kde3-i18n-zh_TW/Makefile
1.8 chinese/koffice-i18n-zh_CN/Makefile
(Only the first 10 of 392 ports in this commit are shown above. )
Update to KDE 3.3
|
|
Wed, 9 Jun 2004
|
[ 17:58 lofi ]
1.5 accessibility/kdeaccessibility/Makefile
1.30 arabic/kde3-i18n/Makefile
1.10 arabic/koffice-i18n/Makefile
1.28 audio/arts/Makefile
1.4 audio/artswrapper/Makefile
1.22 chinese/kde3-i18n-zh_CN/Makefile
1.22 chinese/kde3-i18n-zh_TW/Makefile
1.6 chinese/koffice-i18n-zh_CN/Makefile
1.8 chinese/koffice-i18n-zh_TW/Makefile
1.40 deskutils/kdepim3/Makefile
(Only the first 10 of 292 ports in this commit are shown above. )
Update to version 3.2.3
|
|
Tue, 1 Jun 2004
|
[ 16:33 lofi ]
1.27 audio/arts/Makefile
1.1 audio/arts/files/patch-flow_gsl_Makefile.in
1.1 audio/arts/files/patch-mcopidl_Makefile.in
1.3 audio/arts/files/patch-soundserver-Makefile.in
Make PTHREAD_LIBS-safe.
|
|
Tue, 25 May 2004
|
[ 23:51 lofi ]
1.26 audio/arts/Makefile
Additionally set CONFIGURE_TARGET to empty.
|
[ 16:03 lofi ]
1.25 audio/arts/Makefile
Add --build... to CONFIGURE_ARGS now that arts doesn't get it anymore
from either Makefile.kde or bsd.kde.mk.
Noticed by: many
PR: ports/67164
|
|
Sun, 2 May 2004
|
[ 19:05 lofi ]
1.24 audio/arts/Makefile
Add optional dependencies on esound and NAS.
Noticed by: Albert Kinderman <albert.kinderman@csun.edu>
Lauri Watts <lauri@kde.org>
|
|
Tue, 20 Apr 2004
|
[ 10:08 lofi ]
1.4 accessibility/kdeaccessibility/Makefile
1.29 arabic/kde3-i18n/Makefile
1.8 arabic/koffice-i18n/Makefile
1.23 audio/arts/Makefile
1.3 audio/artswrapper/Makefile
1.21 chinese/kde3-i18n-zh_CN/Makefile
1.21 chinese/kde3-i18n-zh_TW/Makefile
1.4 chinese/koffice-i18n-zh_CN/Makefile
1.6 chinese/koffice-i18n-zh_TW/Makefile
1.39 deskutils/kdepim3/Makefile
(Only the first 10 of 309 ports in this commit are shown above. )
Update to KDE 3.2.2
|
|
Mon, 5 Apr 2004
|
[ 04:31 marcus ]
1.4 arabic/katoob/Makefile
1.6 archivers/rox-archive/Makefile
1.24 astro/glunarclock/Makefile
1.19 astro/gpsdrive/Makefile
1.3 astro/ksetisaver/Makefile
1.7 astro/ksetispy/Makefile
1.10 astro/ksetiwatch/Makefile
1.3 audio/amarok/Makefile
1.22 audio/arts/Makefile
1.17 audio/audacity/Makefile
(Only the first 10 of 575 ports in this commit are shown above. )
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
|
|
Tue, 9 Mar 2004
|
[ 19:41 lofi ]
1.365 MOVED
1.3 accessibility/kdeaccessibility/Makefile
1.28 arabic/kde3-i18n/Makefile
1.7 arabic/koffice-i18n/Makefile
1.21 audio/arts/Makefile
1.2 audio/artswrapper/Makefile
1.20 chinese/kde3-i18n-zh_CN/Makefile
1.20 chinese/kde3-i18n-zh_TW/Makefile
1.3 chinese/koffice-i18n-zh_CN/Makefile
1.5 chinese/koffice-i18n-zh_TW/Makefile
(Only the first 10 of 360 ports in this commit are shown above. )
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(Only the first 15 lines of the commit message are shown above )
|
|
Wed, 3 Mar 2004
|
[ 15:07 lofi ]
1.20 audio/arts/Makefile
Do not install artswrapper suid.
Requested by: nectar
|
|
Fri, 13 Feb 2004
|
[ 03:56 lofi ]
1.19 audio/arts/Makefile
1.17 audio/arts/distinfo
1.2 audio/arts/files/patch-flow-gsl-gslglib.c
1.2 audio/arts/files/patch-mcop-debug.cc
1.8 audio/arts/pkg-plist
Update to version 1.2.0.
Reasons for doing it now instead of
together with all the other KDE 3.2
(read: lame excuses):
- Problems which it supposedly has
do not surface in testing.
- It's the official arts version for KDE 3.2
and people reporting bugs at bugs.kde.org
will earn funny looks if they report they
have arts 1.1.4 still.
- Many people seem to have inexplicable problems
with arts 1.1.4 and KDE (which didn't surface
in testing either... bleh)
- It does no longer contain a statically linked,
outdated glib and instead links to glib20 from
ports - this should fix 'artsdsp xmms' once and
for all.
|
|
Sat, 7 Feb 2004
|
[ 21:16 lofi ]
1.18 audio/arts/Makefile
Make artswrapper suid. This will enable running artsd with realtime
priority. Bump PORTREVISION.
|
|
Thu, 5 Feb 2004
|
[ 10:53 lofi ]
1.17 audio/arts/Makefile
Unclobber PORTREVISION.
Noticed by: krion
|
[ 01:23 lofi ]
1.2 accessibility/kdeaccessibility/Makefile
1.27 arabic/kde3-i18n/Makefile
1.5 arabic/koffice-i18n/Makefile
1.16 audio/arts/Makefile
1.19 chinese/kde3-i18n-zh_CN/Makefile
1.19 chinese/kde3-i18n-zh_TW/Makefile
1.2 chinese/koffice-i18n-zh_CN/Makefile
1.4 chinese/koffice-i18n-zh_TW/Makefile
1.33 deskutils/kdepim3/Makefile
1.29 devel/kdesdk3/Makefile
(Only the first 10 of 366 ports in this commit are shown above. )
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.
|
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ]
1.29 accessibility/at-spi/Makefile
1.35 accessibility/atk/Makefile
1.7 accessibility/dasher/Makefile
1.26 accessibility/gail/Makefile
1.8 accessibility/gnomemag/Makefile
1.5 accessibility/gnomespeech/Makefile
1.6 accessibility/gnopernicus/Makefile
1.10 accessibility/gok/Makefile
1.7 accessibility/linux-atk/Makefile
1.2 arabic/katoob/Makefile
(Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
|
Fri, 5 Dec 2003
|
[ 01:20 peter ]
1.14 audio/arts/Makefile
Make arts compile on amd64. The already-existing patches to use
vasnprintf() solve it just fine, but it would help if the
#ifdef HAVE_VASNPRINTF was actually turned on.
|
|
Mon, 17 Nov 2003
|
[ 12:29 trevor ]
1.7 archivers/lbrate/Makefile
1.9 archivers/nomarch/Makefile
1.13 audio/arts/Makefile
1.2 audio/gnomespeech/Makefile
1.9 audio/snowstar/Makefile
1.5 benchmarks/pipebench/Makefile
1.7 chinese/mplayer-fonts/Makefile
1.28 converters/recode/Makefile
1.53 databases/libgda2/Makefile
1.26 databases/libgnomedb/Makefile
(Only the first 10 of 151 ports in this commit are shown above. )
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
|
|
Fri, 3 Oct 2003
|
[ 23:34 will ]
1.12 audio/arts/Makefile
1.29 deskutils/kdepim3/Makefile
1.26 devel/kdesdk3/Makefile
1.51 editors/koffice-kde3/Makefile
1.72 games/kdegames3/Makefile
1.74 graphics/kdegraphics3/Makefile
1.76 misc/kdeutils3/Makefile
1.89 multimedia/kdemultimedia3/Makefile
1.93 net/kdenetwork3/Makefile
1.9 net/kmerlin/Makefile
(Only the first 10 of 35 ports in this commit are shown above. )
Fix the -pthread problem in case the option gets removed again. This
patch involved patching the core auto* routines in KDE to accept the
PTHREAD_* variables in the environment, with fallbacks. We decided the
easiest way to implement this in ports was to generate configure instead
of risking incorrect generation at port configure time.
Said patch has already been committed to HEAD in KDE and as such will be
removed with the 3.2 upgrade once it is released.
Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE
modules) have this support commented out due to lack of patch.
Helped out: Adriaan de Groot <adridg@cs.kun.nl>
Lauri Watts <lauri@kde.org>
Andy Fawcett <andy@athame.co.uk>
|
|
Thu, 18 Sep 2003
|
[ 15:57 will ]
1.11 audio/arts/Makefile
1.28 deskutils/kdepim3/Makefile
1.4 german/koffice-i18n/Makefile
1.73 graphics/kdegraphics3/Makefile
1.25 misc/kde3-i18n/Makefile
1.9 misc/koffice-i18n/Makefile
1.27 polish/kde3-i18n/Makefile
1.26 portuguese/kde3-i18n/Makefile
1.4 portuguese/koffice-i18n/Makefile
1.271 x11-toolkits/Makefile
(Only the first 10 of 120 ports in this commit are shown above. )
Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.
|
|
Tue, 29 Jul 2003
|
[ 05:26 lofi ]
1.10 audio/arts/Makefile
1.26 deskutils/kdepim3/Makefile
1.50 editors/koffice-kde3/Makefile
1.71 games/kdegames3/Makefile
1.71 graphics/kdegraphics3/Makefile
1.17 korean/kde3-i18n/Makefile
1.27 misc/kde3-i18n-az/Makefile
1.25 misc/kde3-i18n-ca/Makefile
1.27 misc/kde3-i18n-id/Makefile
1.27 misc/kde3-i18n-lv/Makefile
(Only the first 10 of 146 ports in this commit are shown above. )
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)
|
|
Mon, 19 May 2003
|
[ 20:43 lioux ]
1.9 audio/arts/Makefile
1.16 chinese/kde3-i18n-zh_CN/Makefile
1.16 chinese/kde3-i18n-zh_TW/Makefile
1.13 french/kde3-i18n/Makefile
1.13 german/kde3-i18n/Makefile
1.24 hebrew/kde3-i18n/Makefile
1.24 hungarian/kde3-i18n/Makefile
1.14 japanese/kde3-i18n/Makefile
1.16 korean/kde3-i18n/Makefile
1.23 misc/kde3-i18n-af/Makefile
(Only the first 10 of 152 ports in this commit are shown above. )
Update to KDE 3.1.2
|
|
Sat, 5 Apr 2003
|
[ 23:16 alane ]
1.8 audio/arts/Makefile
1.22 devel/kdesdk3/Makefile
1.14 korean/kde3-i18n/Makefile
1.24 misc/kde3-i18n-az/Makefile
1.24 misc/kde3-i18n-hr/Makefile
1.24 misc/kde3-i18n-id/Makefile
1.24 misc/kde3-i18n-lv/Makefile
1.19 misc/kde3-i18n/Makefile
1.72 misc/kdeutils3/Makefile
1.83 multimedia/kdemultimedia3/Makefile
(Only the first 10 of 143 ports in this commit are shown above. )
Rejoice, for the long awaited upgrade to kde 3.1.1 is here!
|
|
Fri, 7 Mar 2003
|
[ 05:56 ade ]
1.4 audio/HVSC-Update/Makefile
1.2 audio/abcmidi/Makefile
1.2 audio/abcselect/Makefile
1.6 audio/ac3dec/Makefile
1.11 audio/amp/Makefile
1.2 audio/ample/Makefile
1.7 audio/arts/Makefile
1.16 audio/bladeenc/Makefile
1.3 audio/btc/Makefile
1.3 audio/ermixer/Makefile
(Only the first 10 of 118 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
|
Tue, 28 Jan 2003
|
[ 18:36 alane ]
1.6 audio/arts/Makefile
1.24 deskutils/kdepim3/Makefile
1.20 devel/kdesdk3/Makefile
1.69 games/kdegames3/Makefile
1.68 graphics/kdegraphics3/Makefile
1.29 misc/kdeaddons3/Makefile
1.4 misc/kdeedu3/Makefile
1.70 misc/kdeutils3/Makefile
1.75 multimedia/kdemultimedia3/Makefile
1.88 net/kdenetwork3/Makefile
(Only the first 10 of 124 ports in this commit are shown above. )
update to 3.1 official release
|
|
Tue, 9 Jul 2002
|
[ 18:02 will ]
1.5 audio/arts/Makefile
1.5 audio/arts/distinfo
1.0.3 was apparently un-released. Bump PORTEPOCH. Sigh.
|
|
Mon, 8 Jul 2002
|
[ 17:29 will ]
1.4 audio/arts/Makefile
1.4 audio/arts/distinfo
Update to 1.0.3 to fix a realtime priority bug.
|
|
Thu, 4 Jul 2002
|
[ 20:39 will ]
1.3 audio/arts/Makefile
1.72 audio/kdemultimedia3/Makefile
1.8 chinese/kde3-i18n-zh_CN/Makefile
1.8 chinese/kde3-i18n-zh_TW/Makefile
1.21 deskutils/kdepim3/Makefile
1.18 devel/kdesdk3/Makefile
1.47 devel/kdevelop/Makefile
1.42 editors/koffice-kde3/Makefile
1.4 french/kde3-i18n/Makefile
1.68 games/kdegames3/Makefile
(Only the first 10 of 189 ports in this commit are shown above. )
Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.
|
|
Sat, 15 Jun 2002
|
[ 17:16 will ]
1.2 audio/arts/Makefile
1.71 audio/kdemultimedia3/Makefile
1.7 chinese/kde3-i18n-zh_CN/Makefile
1.7 chinese/kde3-i18n-zh_TW/Makefile
1.20 deskutils/kdepim3/Makefile
1.17 devel/kdesdk3/Makefile
1.46 devel/kdevelop/Makefile
1.41 editors/koffice-kde3/Makefile
1.3 french/kde3-i18n/Makefile
1.67 games/kdegames3/Makefile
(Only the first 10 of 232 ports in this commit are shown above. )
Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to the
rigorous testing performed on the part of the KDE/FreeBSD Project
over the last three weeks. Thanks to everyone who helped test!
General changes:
[1] Follow KDE2 style by moving KDE core specific macros and
the like to x11/kde3/Makefile.kde.
[2] Fix a variety of comments or miscellaneous data to reflect
that this is KDE3 and not KDE2.
[3] Account for more empty directories in the PLISTs.
deskutils/kdepim3:
[4] More #include <malloc.h> -> #include <stdlib.h>.
audio/arts:(Only the first 15 lines of the commit message are shown above )
|
|
Mon, 22 Apr 2002
|
[ 00:47 will ]
1.10 misc/kde3-i18n-af/scripts/Configure
1.10 misc/kde3-i18n-ar/scripts/Configure
1.10 misc/kde3-i18n-az/scripts/Configure
1.10 misc/kde3-i18n-bg/scripts/Configure
1.10 misc/kde3-i18n-bs/scripts/Configure
1.10 misc/kde3-i18n-ca/scripts/Configure
1.10 misc/kde3-i18n-cs/scripts/Configure
1.10 misc/kde3-i18n-da/scripts/Configure
1.10 misc/kde3-i18n-el/scripts/Configure
1.10 misc/kde3-i18n-en_GB/scripts/Configure
(Only the first 10 of 471 ports in this commit are shown above. )
Please welcome Qt3/KDE3 to our ports tree. This includes work since the
original versions of these ports, so some PORTREVISIONs were bumped. See
http://freebsd.kde.org/ and mailing lists linked to from there for info
on the packages generated to test these ports.
bsd.kde.mk has already been updated a few days ago to work with these.
Some patches applied to fix a few bugs were:
deskutils/kdepim3:
[1] Remove kpilot from build because it wasn't ready at release.
editors/koffice-kde3:
[2] Fix compile time bugs for FreeBSD.
misc/kdeedu3:
[3] Fix compile problem with kvoctrain.(Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 66 |