Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.2_2,1 17 Oct 2013 17:28:19 |
tijl |
Remove audio/akode*. This was part of KDE 3.x.
PR: ports/182283
Approved by: Scot Hetzel <swhetzel@gmail.com> (maintainer) |
2.0.2_2,1 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
30 Aug 2013 23:01:06
|
bapt |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix |
2.0.2_2,1 17 Dec 2012 19:24:44 |
wxs |
Conver to new options.
PR: ports/173777
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>
Approved by: swhetzel@gmail.com (maintainer) |
2.0.2_2,1 09 Oct 2012 22:06:38 |
linimon |
Force numerous ports that fail to build with clang over to instead always
rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.
The ports chosen were ports that blocked 2 or more ports from building with
clang. (There are several hundred other ports that still fail to build with
clang, even with this patch. This is merely one step along the way.)
Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.
For those who have gcc as their default compiler, this change is believed
to cause no change.
Hat: portmgr
Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
combinations of patch/no-patch and flag settings. |
2.0.2_2,1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.0.2_1,1 13 Jul 2011 21:13:52 |
crees |
- Update MASTER_SITES
- Pass maintainership to submitter
PR: ports/155297
Submitted by: Scot Hetzel <swhetzel@gmail.com>
Reviewed by: "Frank J. Laszlo" <laszlof@freebsd.org>
Approved by: rene (mentor, implicit), kde (makc) |
2.0.2_1,1 10 Jun 2011 05:47:58 |
bapt |
Mark as broken as it is no more available on public mirror |
2.0.2_1,1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.0.2_1,1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
2.0.2_1,1 24 Oct 2009 16:40:22 |
makc |
Fix the USE_AUTOTOOLS assignment.
Minor clean-ups.
Bump PORTREVISION.
PR: ports/139884
Submitted by: Tijl Coosemans <tijl at ulyssis.org> |
2.0.2,1 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
2.0.2,1 29 Aug 2008 11:55:02 |
miwi |
- Remove CONFIGURE_TARGET hack in various bsd.*.mk |
2.0.2,1 29 Aug 2008 11:30:04 |
miwi |
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) |
2.0.2,1 21 Aug 2008 06:18:49 |
rafan |
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 ) |
2.0.2,1 18 Aug 2008 09:22:07 |
miwi |
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. |
2.0.2_1,1 27 May 2008 05:57:00 |
edwin |
Enable support for audio/akode-plugins-pulseaudio
PR: ports/121344
Submitted by: Scot Hetzel <swhetzel@gmail.com> |
2.0.2,1 13 Mar 2008 17:40:59 |
lofi |
Update to 2.0.2 |
2.0.1,1 03 Jan 2008 15:40:40 |
pav |
- Remove option for Polypaudio, the respective plugin was removed
Reported by: Helko Glathe <Helko.Glathe@freenet.de> |
2.0.1,1 29 Oct 2007 23:48:18 |
lofi |
Update to KDE 3.5.8 |
2.0.1,1 04 Jul 2007 10:25:00 |
lofi |
Update to KDE 3.5.7 / KOffice 1.6.3 |
2.0.1,1 13 Mar 2007 19:10:49 |
lofi |
Update to KDE 3.5.6 / KOffice 1.6.2 |
2.0.1,1 19 Dec 2006 21:19:54 |
lofi |
Update to KDE 3.5.5 / KOffice 1.6.1
Approved by: portmgr |
2.0.1,1 17 Sep 2006 19:59:22 |
lofi |
Update to 2.0.1.
Submitted by: Igor Bushuev <exlex@exlex.ru> |
2.0,1 12 Sep 2006 23:26:52 |
lofi |
KDE 3.5.4 / KOffice 1.5.2 |
2.0,1 05 Jun 2006 19:24:26 |
lofi |
Update to KDE 3.5.3 |
2.0,1 03 May 2006 05:14:35 |
edwin |
Remove USE_REINPLACE from ports in categories starting with A. |
2.0,1 30 Mar 2006 20:30:29 |
lofi |
Update to KDE 3.5.2 |
2.0,1 07 Feb 2006 17:22:25 |
lofi |
fetch(1) is stupid (force refetch instead of trying and failing to resume
downloads). |
2.0,1 07 Feb 2006 00:26:00 |
lofi |
Adjust pkg-descr. |
2.0,1 07 Feb 2006 00:19:56 |
lofi |
Update to 2.0 |
2.0.r1,1 01 Feb 2006 09:13:29 |
lofi |
Update to KDE 3.5.1. |
2.0.r1,1 08 Jan 2006 19:31:44 |
lofi |
Update to KDE 3.5.0 |
3.4.3 05 Nov 2005 11:19:58 |
lofi |
Update to KDE 3.4.3 / KOffice 1.4.2 |
3.4.2 31 Jul 2005 22:46:35 |
lofi |
Update to KDE 3.4.2 / KOffice 1.4.1 |
3.4.1 03 Jul 2005 01:54:13 |
lofi |
Patch kdemultimedia's configure-script to prevent it from bailing
in certain environments/sh versions.
Reported & submitted by: Steven Friedrich <FreeBSD@insightbb.com> |
3.4.1 26 Jun 2005 15:38:58 |
lofi |
Update to KDE 3.4.1 |
3.4.0 20 Mar 2005 18:17:56 |
lofi |
Update to KDE 3.4 |