FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 4:03 PM GMT
non port: audio/akode/Makefile
CVSWeb

Number of commits found: 30

Wed, 13 Jul 2011
[ 21:13 crees ] Original commit 
1.11 audio/akode-plugins-ffmpeg/Makefile
1.25 audio/akode-plugins-jack/Makefile
1.25 audio/akode-plugins-mpc/Makefile
1.25 audio/akode-plugins-mpeg/Makefile
1.25 audio/akode-plugins-oss/Makefile
1.9 audio/akode-plugins-pulseaudio/Makefile
1.25 audio/akode-plugins-resampler/Makefile
1.29 audio/akode-plugins-xiph/Makefile
1.30 audio/akode/Makefile
- 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)
Fri, 10 Jun 2011
[ 05:47 bapt ] Original commit 
1.29 audio/akode/Makefile
Mark as broken as it is no more available on public mirror
Sat, 4 Dec 2010
[ 07:34 ade ] Original commit 
1.63 accessibility/atk/Makefile
1.58 accessibility/gnome-mag/Makefile
1.33 accessibility/kdeaccessibility/Makefile
1.34 archivers/arj/Makefile
1.17 archivers/kbackup/Makefile
1.10 archivers/kio_p7zip/Makefile
1.36 archivers/libcomprex/Makefile
1.16 archivers/libdynamite/Makefile
1.16 archivers/libmspack/Makefile
1.23 archivers/liborange/Makefile

(Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Sat, 24 Oct 2009
[ 16:40 makc ] Original commit 
1.27 audio/akode/Makefile
Fix the USE_AUTOTOOLS assignment.
Minor clean-ups.
Bump PORTREVISION.

PR:             ports/139884
Submitted by:   Tijl Coosemans <tijl at ulyssis.org>
Sun, 2 Aug 2009
[ 19:36 mezz ] Original commit 
1.1958 MOVED
1.58 accessibility/atk/Makefile
1.51 accessibility/gnome-mag/Makefile
1.30 accessibility/kdeaccessibility/Makefile
1.12 archivers/kbackup/Makefile
1.7 archivers/kio_p7zip/Makefile
1.33 archivers/libcomprex/Makefile
1.14 archivers/libdynamite/Makefile
1.13 archivers/libmspack/Makefile
1.21 archivers/liborange/Makefile

(Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Fri, 29 Aug 2008
[ 11:55 miwi ] Original commit 
1.25 audio/akode/Makefile
1.66 audio/arts/Makefile
1.229 x11/kdelibs3/Makefile
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
[ 11:30 miwi ] Original commit 
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. View all ports for this commit)
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
[ 06:18 rafan ] Original commit 
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. View all ports for this commit)
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 View all of this commit message)
Mon, 18 Aug 2008
[ 09:22 miwi ] Original commit 
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. View all ports for this commit)
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.
Tue, 27 May 2008
[ 05:57 edwin ] Original commit 
1.21 audio/akode/Makefile
Enable support for audio/akode-plugins-pulseaudio

PR:             ports/121344
Submitted by:   Scot Hetzel <swhetzel@gmail.com>
Thu, 13 Mar 2008
[ 17:40 lofi ] Original commit 
1.1 audio/akode-plugins-ffmpeg/Makefile
1.20 audio/akode-plugins-jack/Makefile
1.19 audio/akode-plugins-mpc/Makefile
1.19 audio/akode-plugins-mpeg/Makefile
1.19 audio/akode-plugins-oss/Makefile
1.19 audio/akode-plugins-resampler/Makefile
1.22 audio/akode-plugins-xiph/Makefile
1.20 audio/akode/Makefile
1.1 audio/akode-plugins-ffmpeg/distinfo
1.8 audio/akode-plugins-jack/distinfo

(Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Update to 2.0.2
Thu, 3 Jan 2008
[ 15:40 pav ] Original commit 
1.19 audio/akode/Makefile
- Remove option for Polypaudio, the respective plugin was removed

Reported by:    Helko Glathe <Helko.Glathe@freenet.de>
Mon, 29 Oct 2007
[ 23:48 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.5.8
Wed, 4 Jul 2007
[ 10:25 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.5.7 / KOffice 1.6.3
Tue, 13 Mar 2007
[ 19:10 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.5.6 / KOffice 1.6.2
Tue, 19 Dec 2006
[ 21:19 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.5.5 / KOffice 1.6.1

Approved by:    portmgr
Sun, 17 Sep 2006
[ 19:59 lofi ] Original commit 
1.14 audio/akode-plugins-jack/Makefile
1.14 audio/akode-plugins-mpc/Makefile
1.14 audio/akode-plugins-mpeg/Makefile
1.14 audio/akode-plugins-oss/Makefile
1.14 audio/akode-plugins-polypaudio/Makefile
1.14 audio/akode-plugins-resampler/Makefile
1.14 audio/akode-plugins-xiph/Makefile
1.14 audio/akode/Makefile
1.7 audio/akode-plugins-jack/distinfo
1.7 audio/akode-plugins-mpc/distinfo

(Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update to 2.0.1.

Submitted by: Igor Bushuev <exlex@exlex.ru>
Tue, 12 Sep 2006
[ 23:26 lofi ] Original commit 
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. View all ports for this commit)
KDE 3.5.4 / KOffice 1.5.2
Mon, 5 Jun 2006
[ 19:24 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.5.3
Wed, 3 May 2006
[ 05:14 edwin ] Original commit 
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. View all ports for this commit)
Remove USE_REINPLACE from ports in categories starting with A.
Thu, 30 Mar 2006
[ 20:30 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.5.2
Tue, 7 Feb 2006
[ 17:22 lofi ] Original commit 
1.9 audio/akode-plugins-jack/Makefile
1.9 audio/akode-plugins-mpc/Makefile
1.9 audio/akode-plugins-mpeg/Makefile
1.9 audio/akode-plugins-oss/Makefile
1.9 audio/akode-plugins-polypaudio/Makefile
1.9 audio/akode-plugins-resampler/Makefile
1.9 audio/akode-plugins-xiph/Makefile
1.9 audio/akode/Makefile
fetch(1) is stupid (force refetch instead of trying and failing to resume
downloads).
[ 00:19 lofi ] Original commit 
1.8 audio/akode-plugins-jack/Makefile
1.8 audio/akode-plugins-mpc/Makefile
1.8 audio/akode-plugins-mpeg/Makefile
1.8 audio/akode-plugins-oss/Makefile
1.8 audio/akode-plugins-polypaudio/Makefile
1.8 audio/akode-plugins-resampler/Makefile
1.8 audio/akode-plugins-xiph/Makefile
1.8 audio/akode/Makefile
1.6 audio/akode-plugins-jack/distinfo
1.6 audio/akode-plugins-mpc/distinfo

(Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
Update to 2.0
Wed, 1 Feb 2006
[ 09:13 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.5.1.
Sun, 8 Jan 2006
[ 19:31 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.5.0
Sat, 5 Nov 2005
[ 11:19 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.4.3 / KOffice 1.4.2
Sun, 31 Jul 2005
[ 22:46 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.4.2 / KOffice 1.4.1
Sun, 3 Jul 2005
[ 01:54 lofi ] Original commit 
1.3 audio/akode-plugins-jack/Makefile
1.3 audio/akode-plugins-mpc/Makefile
1.3 audio/akode-plugins-mpeg/Makefile
1.3 audio/akode-plugins-oss/Makefile
1.3 audio/akode-plugins-polypaudio/Makefile
1.3 audio/akode-plugins-resampler/Makefile
1.3 audio/akode-plugins-xiph/Makefile
1.3 audio/akode/Makefile
1.11 audio/juk/Makefile
1.8 audio/mpeglib_artsplug/Makefile

(Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Patch kdemultimedia's configure-script to prevent it from bailing
in certain environments/sh versions.

Reported & submitted by: Steven Friedrich <FreeBSD@insightbb.com>
Sun, 26 Jun 2005
[ 15:38 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.4.1
Sun, 20 Mar 2005
[ 18:17 lofi ] Original commit 
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. View all ports for this commit)
Update to KDE 3.4

Number of commits found: 30

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23152
Broken 191
Deprecated 96
Ignore 727
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours8
new 7 days44
new fortnight69
new month137

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.254 seconds.