non port: audio/xmms-shn/Makefile |
Number of commits found: 43 |
Friday, 12 Oct 2018
|
09:19 antoine
Deprecate most glib12 consumers
With hat: portmgr
 |
Thursday, 8 Dec 2016
|
19:52 tijl
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
 |
Monday, 10 Oct 2016
|
19:32 amdmi3
- Add LICENSE
- Switch to options helpers
 |
Monday, 19 Sep 2016
|
20:00 naddy
Drop maintainership for xmms and ancillary ports.
It would be a pity to see XMMS removed but personally I no longer use this.
 |
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
 |
Saturday, 13 Sep 2014
|
15:11 tijl
devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
 |
Sunday, 4 May 2014
|
18:48 tijl
Convert multimedia/xmms to USES=libtool. Bump PORTREVISION on all
dependent ports and convert them to USES=libtool too.
audio/scrobbler:
- USES=tar:bzip2.
- Don't link with libstdc++.
audio/xmms-bonk:
- Don't link with libstdc++.
audio/xmms-flac:
- Remove unneeded dependencies.
- Remove $FreeBSD$ from patches.
audio/xmms-scrobbler:
- Use OPTIONS_SLAVE.
audio/xmms-timidity:
- USES=tar:bzip2.
- Install the library instead of the source code file.
audio/xmms-volnorm:
- Remove do-install.
 |
Wednesday, 9 Apr 2014
|
17:25 naddy
XMMS is not going away soon, so unexpire the plugins that build.
 |
Sunday, 23 Mar 2014
|
21:59 antoine
Chase multimedia/xmms deprecation and expiration date
With hat: portmgr
 |
Saturday, 28 Sep 2013
|
16:59 naddy
Support staging, general clean-up.
 |
Friday, 20 Sep 2013
|
14:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio)
 |
Thursday, 1 Aug 2013
|
20:22 naddy
For all my ports
* remove MAKE_JOBS_SAFE (default now)
* change USE_GMAKE=yes to USES=gmake
 |
Tuesday, 18 Dec 2012
|
21:29 naddy
Convert to OptionsNG and trim Makefile headers.
 |
Sunday, 2 Jan 2011
|
17:56 erwin
- Use canonical format for FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
PR: 153513
Submitted by: sunpoet
 |
Friday, 27 Mar 2009
|
18:03 naddy
Mark MAKE_JOBS_SAFE for parallel building.
 |
Friday, 6 Jun 2008
|
13:07 edwin
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)
 |
Monday, 24 Mar 2008
|
17:02 miwi
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
 |
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
 |
Thursday, 29 Mar 2007
|
17:05 naddy
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.
 |
12:59 ehaupt
- Cleanup objformat-removal fallout
- Use USE_LDCONFIG
Approved by: portmgr (pav; implicit)
 |
Sunday, 14 Jan 2007
|
18:53 naddy
Fix master site.
PR: 107898
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
 |
Thursday, 23 Feb 2006
|
10:40 ade
Conversion to a single libtool environment.
Approved by: portmgr (kris)
 |
Tuesday, 15 Nov 2005
|
06:52 ade
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.
 |
Friday, 9 Jul 2004
|
17:43 marcus
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
 |
Wednesday, 5 May 2004
|
23:16 naddy
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.
 |
Sunday, 14 Mar 2004
|
06:17 ade
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.
 |
Wednesday, 4 Feb 2004
|
05:21 marcus
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
 |
Sunday, 7 Dec 2003
|
18:53 naddy
Fix MASTER_SITES and WWW links.
Submitted by: fenner (distfiles survey)
 |
Wednesday, 27 Aug 2003
|
15:14 naddy
Maintenance update to 2.2.8.
 |
Tuesday, 8 Apr 2003
|
00:40 marcus
Remove the USE_GNOMENG macro.
 |
Friday, 21 Feb 2003
|
12:52 naddy
pkg-comment -> COMMENT
 |
Thursday, 28 Nov 2002
|
16:37 lioux
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)
 |
Saturday, 2 Nov 2002
|
17:18 naddy
* Update to 2.2.7. Minor build changes only.
* Take MAINTAINER.
Approved by: fenner
 |
Saturday, 5 Oct 2002
|
18:05 naddy
* Update to 2.2.6.
* Home page and master site have moved.
* Use standard way of not installing .la library wrapper.
Approved by: fenner
 |
Saturday, 31 Aug 2002
|
00:13 marcus
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
 |
Thursday, 31 Jan 2002
|
21:20 naddy
* 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
 |
Monday, 3 Sep 2001
|
23:40 dwcjr
- 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
 |
Monday, 4 Jun 2001
|
16:46 fenner
Stick a distfile copy in ${MASTER_SITE_LOCAL} until shnutils.freeshell.org
comes back.
 |
Sunday, 22 Apr 2001
|
06:10 fenner
Update to version 2.2.3
 |
Wednesday, 14 Mar 2001
|
19:33 vanilla
Use "USE_GTK" & "USE_GNOME" forever.
 |
Saturday, 10 Mar 2001
|
01:28 fenner
Use X Prefix, like xmms itself.
 |
Sunday, 12 Nov 2000
|
01:42 fenner
BUILD_DEPENDS on xmms_config.
 |
Friday, 3 Nov 2000
|
17:08 fenner
Add xmms-shn, an xmms plugin that allows playing of shorten-compressed audio.
 |
Number of commits found: 43 |