| 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/xmms-shn/Makefile |
|
CVSWeb
|
Number of commits found: 28 |
|
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)
|
|
Mon, 24 Mar 2008
|
[ 17:02 miwi ]
1.4 accessibility/at-poke/Makefile
1.5 audio/bmp-htmlplaylist/Makefile
1.16 audio/bmp-wma/Makefile
1.62 audio/easytag-devel/Makefile
1.44 audio/easytag/Makefile
1.11 audio/scrobbler/Makefile
1.11 audio/wmix/Makefile
1.8 audio/xmms-bonk/Makefile
1.16 audio/xmms-flac/Makefile
1.27 audio/xmms-shn/Makefile
(Only the first 10 of 63 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
|
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}.
|
|
Thu, 29 Mar 2007
|
[ 18:05 naddy ]
1.25 audio/xmms-shn/Makefile
1.11 audio/xmms-shn/distinfo
1.2 audio/xmms-shn/files/patch-configure
Update to 2.4.1. Changes in this release:
- Disable seeking in files with seektables that cannot possibly be valid.
- Included libtool doesn't require objformat(1) any longer.
|
[ 13:59 ehaupt ]
1.24 audio/xmms-shn/Makefile
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG
Approved by: portmgr (pav; implicit)
|
|
Sun, 14 Jan 2007
|
[ 18:53 naddy ]
1.23 audio/xmms-shn/Makefile
Fix master site.
PR: 107898
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
|
|
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)
|
|
Tue, 15 Nov 2005
|
[ 06:52 ade ]
1.48 accessibility/at-spi/Makefile
1.26 accessibility/dasher/Makefile
1.45 accessibility/gail/Makefile
1.29 accessibility/gnomemag/Makefile
1.16 accessibility/gnomespeech/Makefile
1.23 accessibility/gok/Makefile
1.13 arabic/katoob/Makefile
1.20 archivers/arj/Makefile
1.10 archivers/dpkg/Makefile
1.27 archivers/libcomprex/Makefile
(Only the first 10 of 1438 ports in this commit are shown above. )
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
Fri, 9 Jul 2004
|
[ 18:43 marcus ]
1.38 accessibility/at-spi/Makefile
1.39 accessibility/atk/Makefile
1.35 accessibility/gail/Makefile
1.17 accessibility/gnomemag/Makefile
1.8 arabic/katoob/Makefile
1.36 archivers/fileroller/Makefile
1.26 archivers/lzo/Makefile
1.51 archivers/rpm/Makefile
1.12 archivers/ucl/Makefile
1.15 archivers/xpk/Makefile
(Only the first 10 of 489 ports in this commit are shown above. )
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
|
Thu, 6 May 2004
|
[ 00:16 naddy ]
1.19 audio/xmms-shn/Makefile
1.9 audio/xmms-shn/distinfo
1.7 audio/xmms-shn/pkg-descr
Shrink description and update to 2.4.0.
Notable changes in this release:
- Ability to play files that contain an ID3v2 tag.
- Seek table fixes.
|
|
Sun, 14 Mar 2004
|
[ 06:17 ade ]
1.34 accessibility/at-spi/Makefile
1.36 accessibility/atk/Makefile
1.12 accessibility/dasher/Makefile
1.27 accessibility/gail/Makefile
1.12 accessibility/gnomemag/Makefile
1.7 accessibility/gnopernicus/Makefile
1.3 arabic/katoob/Makefile
1.6 archivers/dpkg/Makefile
1.30 archivers/fileroller/Makefile
1.18 archivers/libcomprex/Makefile
(Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
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)
|
|
Sun, 7 Dec 2003
|
[ 18:53 naddy ]
1.11 audio/shorten/Makefile
1.16 audio/xmms-shn/Makefile
1.3 audio/shntool/pkg-descr
1.6 audio/xmms-shn/pkg-descr
Fix MASTER_SITES and WWW links.
Submitted by: fenner (distfiles survey)
|
|
Wed, 27 Aug 2003
|
[ 16:14 naddy ]
1.15 audio/xmms-shn/Makefile
1.7 audio/xmms-shn/distinfo
1.3 audio/xmms-shn/pkg-plist
Maintenance update to 2.2.8.
|
|
Tue, 8 Apr 2003
|
[ 01:40 marcus ]
1.35 audio/aumix/Makefile
1.11 audio/autozen/Makefile
1.12 audio/cheesetracker/Makefile
1.10 audio/denemo/Makefile
1.17 audio/easytag/Makefile
1.13 audio/extace/Makefile
1.4 audio/freebirth/Makefile
1.16 audio/gdcd/Makefile
1.9 audio/gdrdao/Makefile
1.12 audio/gkrellmms/Makefile
(Only the first 10 of 73 ports in this commit are shown above. )
Remove the USE_GNOMENG macro.
|
|
Fri, 21 Feb 2003
|
[ 12:52 naddy ]
1.33 archivers/gtar/Makefile
1.4 astro/jday/Makefile
1.5 astro/xworld/Makefile
1.5 audio/bonk/Makefile
1.23 audio/flac/Makefile
1.22 audio/libao/Makefile
1.18 audio/libogg/Makefile
1.19 audio/libvorbis/Makefile
1.22 audio/mpg321/Makefile
1.23 audio/vorbis-tools/Makefile
(Only the first 10 of 42 ports in this commit are shown above. )
pkg-comment -> COMMENT
|
|
Thu, 28 Nov 2002
|
[ 16:37 lioux ]
1.21 audio/flac/Makefile
1.10 audio/gkrellmms/Makefile
1.13 audio/gkrellmms2/Makefile
1.3 audio/p5-Xmms/Makefile
1.9 audio/py-xmms/Makefile
1.5 audio/rebler/Makefile
1.5 audio/ruby-xmms/Makefile
1.12 audio/teknap/Makefile
1.15 audio/wmusic/Makefile
1.3 audio/xmms-a52dec/Makefile
(Only the first 10 of 67 ports in this commit are shown above. )
After repo copy from graphics category, update all appropriate
dependency references from both audio and graphics to multimedia
category.
audio/xmms --> multimedia/xmms
graphics/avifile --> multimedia/avifile
graphics/divx4linux --> multimedia/divx4linux
graphics/ffmpeg --> multimedia/ffmpeg
graphics/libdv --> multimedia/libdv
graphics/libdvdcss --> multimedia/libdvdcss
graphics/libdvdread --> multimedia/libdvdread
graphics/libmpeg2 --> multimedia/libmpeg2
graphics/linux-realplayer --> multimedia/linux-realplayer
graphics/mjpegtools --> multimedia/mjpegtools
graphics/mplayer --> multimedia/mplayer
graphics/mplayer-fonts --> multimedia/mplayer-fonts
graphics/openquicktime --> multimedia/openquicktime
graphics/win32-codecs --> multimedia/win32-codecs
Repo copied by: joe (cvs hat)
Approved by: knu (portmgr hat)
|
|
Sat, 2 Nov 2002
|
[ 17:18 naddy ]
1.11 audio/xmms-shn/Makefile
1.6 audio/xmms-shn/distinfo
* Update to 2.2.7. Minor build changes only.
* Take MAINTAINER.
Approved by: fenner
|
|
Sat, 5 Oct 2002
|
[ 19:05 naddy ]
1.10 audio/xmms-shn/Makefile
1.5 audio/xmms-shn/distinfo
1.1 audio/xmms-shn/files/patch-configure
1.5 audio/xmms-shn/files/patch-ltmain.sh
1.5 audio/xmms-shn/pkg-descr
* Update to 2.2.6.
* Home page and master site have moved.
* Use standard way of not installing .la library wrapper.
Approved by: fenner
|
|
Sat, 31 Aug 2002
|
[ 01:13 marcus ]
1.30 audio/aumix/Makefile
1.8 audio/autozen/Makefile
1.8 audio/denemo/Makefile
1.10 audio/easytag/Makefile
1.8 audio/gkrellmms/Makefile
1.4 audio/gkrellmss/Makefile
1.7 audio/gkrellmvolume/Makefile
1.14 audio/gmixer/Makefile
1.27 audio/gnapster/Makefile
1.46 audio/gqmpeg/Makefile
(Only the first 10 of 49 ports in this commit are shown above. )
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
|
Thu, 31 Jan 2002
|
[ 21:20 naddy ]
unknown audio/xmms-shn/Makefile
unknown audio/xmms-shn/distinfo
unknown audio/xmms-shn/pkg-descr
* Update master site and homepage. * autoconf -> configure * Update to
release 2.2.5. Notable changes in this version: + added configuration
window option to swap bytes on audio output
|
|
Tue, 4 Sep 2001
|
[ 00:40 dwcjr ]
unknown audio/xmms-shn/Makefile
unknown audio/xmms-shn/distinfo
unknown audio/xmms-shn/files/patch-aa
unknown audio/xmms-shn/files/patch-ab
unknown audio/xmms-shn/files/patch-ltmain.sh
unknown audio/xmms-shn/pkg-descr
unknown audio/xmms-shn/pkg-plist
- Update to 2.2.4 - delete patch-a{a,b} - add patch-ltmain.sh - Remove
useless .a and .la from pkg-plist and from being installed - Add Author: tag
to pkg-descr - Add post-install target to install README to ${DOCSDIR} and
support NOPORTDOCS
|
|
Mon, 4 Jun 2001
|
[ 17:46 fenner ]
unknown audio/xmms-shn/Makefile
unknown audio/xmms-shn/pkg-descr
Stick a distfile copy in ${MASTER_SITE_LOCAL} until shnutils.freeshell.org
comes back.
|
|
Sun, 22 Apr 2001
|
[ 07:10 fenner ]
unknown audio/xmms-shn/Makefile
unknown audio/xmms-shn/distinfo
unknown audio/xmms-shn/files/patch-ab
Update to version 2.2.3
|
|
Wed, 14 Mar 2001
|
[ 19:33 vanilla ]
unknown audio/xmms-shn/Makefile
unknown emulators/gsnes9x/Makefile
unknown sysutils/gtoaster/Makefile
unknown x11-toolkits/libgtkeditor/Makefile
unknown x11-wm/icepref/Makefile
Use "USE_GTK" & "USE_GNOME" forever.
|
|
Sat, 10 Mar 2001
|
[ 01:28 fenner ]
unknown audio/xmms-shn/Makefile
Use X Prefix, like xmms itself.
|
|
Sun, 12 Nov 2000
|
[ 01:42 fenner ]
unknown audio/xmms-shn/Makefile
BUILD_DEPENDS on xmms_config.
|
|
Fri, 3 Nov 2000
|
[ 17:08 fenner ]
unknown audio/xmms-shn/Makefile
unknown audio/xmms-shn/distinfo
unknown audio/xmms-shn/files/patch-aa
unknown audio/xmms-shn/files/patch-ab
unknown audio/xmms-shn/pkg-comment
unknown audio/xmms-shn/pkg-descr
unknown audio/xmms-shn/pkg-plist
Add xmms-shn, an xmms plugin that allows playing of shorten-compressed audio.
|
Number of commits found: 28 |