notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: multimedia/xmms/Makefile

Number of commits found: 113 (showing only 100 on this page)

1 | 2  »  

Friday, 12 Oct 2018
12:42 antoine search for other commits by this committer
Finish glib12 deprecation
Original commitRevision:481899 
Tuesday, 18 Sep 2018
14:48 emaste search for other commits by this committer
Hoist LDFLAGS_${ARCH} logic into bsd.port.mk

Approved by:	portmgr (bapt)
Sponsored by:	The FreeBSD Foundation
Original commitRevision:480026 
Saturday, 15 Sep 2018
17:22 emaste search for other commits by this committer
multimedia/xmms: add -znotext to LDFLAGS on i386, for lld

Example error:
/usr/bin/ld: error: can't create dynamic relocation R_386_32 against
    local symbol in readonly segment; recompile object files with -fPIC

This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments.  For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
Original commitRevision:479840 
Sunday, 6 Aug 2017
12:51 tobik search for other commits by this committer
multimedia/xmms:
- Switch to options helpers
- USES=localbase
- Add LICENSE_FILE
Original commitRevision:447461 
Tuesday, 23 May 2017
05:03 rezny search for other commits by this committer
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Original commitRevision:441503 
Monday, 19 Sep 2016
20:00 naddy search for other commits by this committer
Drop maintainership for xmms and ancillary ports.
It would be a pity to see XMMS removed but personally I no longer use this.
Original commitRevision:422460 
Saturday, 16 Apr 2016
12:29 danfe search for other commits by this committer
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby.
Original commitRevision:413438 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Sunday, 22 Feb 2015
21:11 naddy search for other commits by this committer
Remove the bitrotted remains of the RusXMMS patches, commented out
for nine months and broken for longer.

The RusXMMS modifications have turned into a partial rewrite of
XMMS.  They are too intrusive and outside the scope of an optional
patch to XMMS.  I urge anybody interested in this to revive the
russian/xmms port as a full-fledged fork.
Original commitRevision:379630 
Tuesday, 23 Dec 2014
21:09 naddy search for other commits by this committer
Fix segfault in MikMod plugin with modern libmikmod.

PR:		196180
Submitted by:	Michael Lackner
Obtained from:	Jakob Steltner (Arch Linux)
Original commitRevision:375356 
Saturday, 13 Sep 2014
18:25 tijl search for other commits by this committer
Use default LIBTOOLIZE_ARGS
Original commitRevision:368126 
15:11 tijl search for other commits by this committer
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
Original commitRevision:368108 
Monday, 12 May 2014
21:44 naddy search for other commits by this committer
Comment out the RUSXMMS_PATCHES option, which is actually broken
since the USES=libtool conversion.  These patches are horribly
intrusive, and if you need charset handling, a GTK1 application is
the wrong tool.  (Use audacious.)  I really want to remove this hack,
but let's see if somebody complains.
Original commitRevision:353899 
Sunday, 4 May 2014
18:48 tijl search for other commits by this committer
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.
Original commitRevision:352968 
Thursday, 17 Apr 2014
15:07 swills search for other commits by this committer
- Chase libmikmod upgrade

Approved by:	portmgr (bdrewery)
Original commitRevision:351482 
Wednesday, 9 Apr 2014
20:10 naddy search for other commits by this committer
* Drop provisions for long-dead slave ports.
* Turn esound into a proper option.
* Handle .la files that depend on options; partially from
  Craig Leres <leres@ee.lbl.gov>.
Original commitRevision:350740 
17:18 naddy search for other commits by this committer
Block attempts to remove this port.
Original commitRevision:350728 
Tuesday, 8 Apr 2014
16:22 antoine search for other commits by this committer
Reapply r348889
Original commitRevision:350631 
15:35 naddy search for other commits by this committer
Fix for integer overflow and underflow vulnerabilities in the
processing of skin bitmap images.

Obtained from:	Ubuntu (originally)
Security:	http://www.vuxml.org/freebsd/20e23b65-a52e-11e3-ae3a-00224d7c32a2.html
Original commitRevision:350627 
Sunday, 23 Mar 2014
21:00 antoine search for other commits by this committer
Set an expiration date for multimedia/xmms

Requested by:	many
Original commitRevision:348889 
Thursday, 6 Mar 2014
13:11 bapt search for other commits by this committer
Mark xmms as forbidden
Original commitRevision:347194 
Sunday, 23 Feb 2014
21:39 antoine search for other commits by this committer
Deprecate, no expiration date yet
Original commitRevision:345770 
Friday, 25 Oct 2013
09:02 tijl search for other commits by this committer
Only provide SIMD option on i386.

Reported by:	"Matthew D. Fuller" <fullermd@over-yonder.net>
Original commitRevision:331565 
Tuesday, 22 Oct 2013
18:50 tijl search for other commits by this committer
Reset MAINTAINER on xmms-* ports maintained by c.petrik.sosa@gmail.com.

Submitted by:	"Chris Petrik" <c.petrik.sosa@gmail.com>
Original commitRevision:331305 
10:54 tijl search for other commits by this committer
- Fix CONFLICTS. [1]
- Add LICENSE. [2]

Reported by:	kwm [1], portlint [2]
Original commitRevision:331253 
08:30 tijl search for other commits by this committer
multimedia/xmms:
- Add zh-xmms to CONFLICTS.
- Convert USE_GNOME=desktopfileutils and USE_GMAKE to USES.
- Make USE_GL conditional on the SPEC option.
- Make gettext conditional on new NLS option.
- Only set USE_AUTOTOOLS for the RUSXMMS_PATCHES option.
- Remove LIBS from CONFIGURE_ENV.  Set LDFLAGS instead.
- Add missing xorg dependencies.
- Add xmms_cv_newpcm_driver=yes to CONFIGURE_ARGS.  The configure test
  fails on recent version of FreeBSD but the code it enables is still
  relevant.  Without it you cannot select a different output device.
- Remove SUB_FILES.  None of the files require substitutions.
- Remove IPV6 from OPTIONS_DEFAULT.  It's implicit.
- Don't exclude SIMD option from amd64.
- Use option helpers like OPTIONS_SUB, opt_CONFIGURE_ENABLE, etc.
- Install stripped libraries when !defined(WITH_DEBUG).
- Use new style LIB_DEPENDS.
- Add aclocal, autoheader and libtoolize to USE_AUTOTOOLS to fully
  regenerate the build infrastructure.  This fixes a lot of warnings
  and allows some patches to be removed.
- Add USE_OPENSSL for RUSXMMS_PATCHES option.
- Fix the SIMD option on all architectures by removing the post-extract
  target.
- Remove the message about the RUSXMMS_PATCHES option.  This is from
  before there were option dialogs.
- Use the same cp command as in the script included with rusxmms instead
  of INSTALL_DATA.
- Remove the ALSA test from configure with REINPLACE_CMD instead of a
  patch (RUSXMMS_PATCHES case).
- Remove old libtool macros from acinclude.m4.  Libtoolize adds new
  macros.
- Remove MKDIR_P patching.  No longer needed after running aclocal.
- Patch configure to disable ALSA (not RUSXMMS_PATCHES case).
- Fix po/Makefile.in.in with REINPLACE_CMD instead of a patch.
- Fix assembly source code files to support clang:
  * Remove comments that begin with a single slash.
  * Replace 'fist' instruction with 'fists' and 'fistp' with 'fistps'.
  * Append '.section ".note.GNU-stack","",@progbits' to every file to
    say they don't require an executable stack.  These files are
    compiled with -Wa,--noexecstack which clang supports but the ancient
    binutils in FreeBSD base does not so without this change xmms runs
    with an executable stack when compiled with base gcc.
- Support staging.
- Remove extra-patch-Visualization_Makefile.am.  It's not needed when
  passing VISUALIZATION_PLUGINS to configure.
- Rename patch-gcc41 to patch-General-ir-ir.c and modify it to keep the
  variables static, but mark keepGoing volatile.
- Remove patch-aclocal.m4.  Not needed when running aclocal.
- Remove patch-configure.in.  The PTHREAD_LIBS related changes are no
  longer needed and ALSA change is handled in the Makefile.
- Remove patch-ltmain.sh.  Not needed with staging.
- Remove patch-po-Makefile.in.in.  Handled in Makefile.
- Remove patch-xmms-config.in.  Not 100% sure about this.  It doesn't
  affect xmms itself.  Perhaps some plugins need it but I'd rather fix
  those plugins then.
- Add patch-xmms-i18n.h.in.  It's needed when NLS option is disabled.
- Remove pkg-message.in.  All supported versions of FreeBSD have unzip
  in base.
- Rename xmms.desktop.in to xmms.desktop to reflect that it doesn't
  require substitutions.
- Adjust pkg-plist for OPTIONS_SUB, NLS option, staging and
  USES=desktop-file-utils.

chinese/xmms, russian/xmms:
- Minor cleanups.

PR:		ports/183165
Approved by:	"Chris Petrik" <c.petrik.sosa@gmail.com> (maintainer)
Original commitRevision:331240 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Saturday, 27 Apr 2013
11:59 mva search for other commits by this committer
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Original commitRevision:316662 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Monday, 25 Mar 2013
08:19 bsam search for other commits by this committer
. make use of the ports infrastructure to create the desktop file;
. update the desktop file database at install/deinstall time.

PR:		ports/154352
Submitted by:	bsam (me)
Approved by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Original commitRevision:315201 
Friday, 8 Mar 2013
13:03 gahr search for other commits by this committer
- Add gettext library to xmms-config --libs
- While at it, get rid of PTHREAD_LIBS
Original commitRevision:313644 
Saturday, 9 Feb 2013
06:45 bsam search for other commits by this committer
Hand the port to a new volunteer (as per ports/154352 and confirmed
by e-mail).
Original commitRevision:311961 
Monday, 10 Dec 2012
01:20 eadler search for other commits by this committer
Revert Chris Petrik's ports to the pool.  Thank you for all your work so far,
and should you desire to return just let us know.

PR:		ports/174309
Submitted by:	Chris Petrik
Original commitRevision:308576 
Saturday, 10 Nov 2012
09:44 danfe search for other commits by this committer
Apparently, in some cases (per what I observe here) using empty(...) for
testing specific PORT_OPTIONS instead of kosher ! breaks the build.  Fix
this.  While here, move the test below the target.

Approved by:	maintainer
Feature safe:	yes
Original commitRevision:307265 
Tuesday, 9 Oct 2012
22:24 zi search for other commits by this committer
- Resolve issue on amd64 [1]
- Pacify portlint

PR:		ports/171919 [1]
Submitted by:	Tomasz CEDRO <cederom@tlen.pl>
Approved by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
Original commitRevision:305613 
Sunday, 30 Sep 2012
06:25 rm search for other commits by this committer
- pass maintainership to new volonteer

while here:
- trim Makefile header
- remove indifenite article from COMMENT
- remove deprecated attribution in pkg-descr

PR:		172163
Submitted by:	Chris Petrik <c.petrik.sosa at gmail dot com>
Original commitRevision:305074 
Monday, 17 Sep 2012
01:51 eadler search for other commits by this committer
Convert to optionsng
Original commitRevision:304382 
Thursday, 9 Aug 2012
04:02 mi search for other commits by this committer
Add http://legacy.xmms2.org/ as a MASTER_SITE.
Original commit
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Friday, 13 Jul 2012
12:20 scheidell search for other commits by this committer
- Mark Broken on i386 and WITHOUT_SIMD
- No PORTREVISION bump (WITH_SIMD is default)

PR:             ports/63456
Reported by:    Timothy Frahm <t1m1976@hotmail.com>
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 5 Nov 2011
03:40 tabthorpe search for other commits by this committer
Reassign stas' ports back to the pool at his request, thanks for your years
of service, we hope to see you back.
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Saturday, 22 Jan 2011
01:22 stas search for other commits by this committer
- Add trailing semicolon to the MimeType line of xmms.desktop file to
  match the Gnome XDG specifications.
- Bump PORTREVISION.

Submitted by:   bsam
Feature safe:   yes
Original commit
Wednesday, 22 Dec 2010
20:05 ade search for other commits by this committer
Sync to final (for now) bsd.autotools.mk
Original commit
Tuesday, 14 Dec 2010
08:22 stas search for other commits by this committer
- Fix xmms operation with regards to the new OSS.  In particular,
  don't recent the volume level on each track change and pause/stop.
  Also, this fixes XMMS operation on sparc64.

PR:             ports/150739
Submitted by:   ariff
Reported by:    Stefan Schaeckeler <schaecsn@gmx.net>
URL:            http://forums.freebsd.org/showthread.php?t=4771
Original commit
Sunday, 5 Dec 2010
20:51 stas search for other commits by this committer
- Enable IPv6 by default.  It was there for a long time and works.
  Leave option to disable it for now.

Requested by:   naddy
Original commit
Saturday, 4 Dec 2010
23:32 stas search for other commits by this committer
- Fix wrong visual error under some circumstancies (e.g. when clicking
  the 'D' button to resize).

PR:             ports/134475
Submitted by:   glebius
Original commit
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Saturday, 16 Oct 2010
11:52 ade search for other commits by this committer
Punt autoconf267->autoconf268
Original commit
Tuesday, 5 Oct 2010
19:57 ade search for other commits by this committer
Round one migration of ports from automake{19,110} to automake111
Original commit
Wednesday, 15 Sep 2010
18:35 ade search for other commits by this committer
Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:    portmgr (for Mk/bsd.port.mk part)
Tested by:      Multiple -exp runs
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Thursday, 15 Oct 2009
20:46 stas search for other commits by this committer
- Take maintainership.
Original commit
Friday, 28 Aug 2009
16:52 linimon search for other commits by this committer
Reset beech@FreeBSD.org while he works on restoring his email situation.

Hat:            portmgr
Original commit
Saturday, 22 Aug 2009
00:28 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with M
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-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
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit
Thursday, 4 Dec 2008
12:28 beech search for other commits by this committer
- Removed buggy patch-main.c
- Bump portrevision
Original commit
Tuesday, 2 Dec 2008
21:15 beech search for other commits by this committer
- Add xmms.desktop file
- Bump portrevision
Original commit
Monday, 29 Sep 2008
21:13 beech search for other commits by this committer
- Remove NLS option (causes build problems)
- Add option for GL Visualization plugin
- Port cleanup and tweaks
- Bump portrevision

PR:             ports/127673
Submitted by:   Jack <xxjack12xx@gmail.com>
Original commit
Wednesday, 20 Aug 2008
00:57 ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
Original commit
Friday, 6 Jun 2008
13:48 edwin search for other commits by this committer
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)
Original commit
Friday, 8 Feb 2008
07:20 beech search for other commits by this committer
- Go with "old style" options defines
- Makefile cleanup

PR:             ports/120351
Submitted by:   Naram Qashat <cyberbotx@cyberbotx.com>
Original commit
Thursday, 31 Jan 2008
19:29 beech search for other commits by this committer
- Add options
- Pet portlint
- Bump portrevision
- Take maintainership

Approved by:    Espen Skoglund <esk@ira.uka.de> (maintainer)
Original commit
05:23 beech search for other commits by this committer
- Respect without_nls

PR:             ports/117230
Submitted by:   Oleg Pudeyev <oleg.pudeyev@gmail.com>
Approved by:    maintainer timeout (2 weeks)
Original commit
Sunday, 20 Jan 2008
22:42 pav search for other commits by this committer
- Update russian patches to 1.2.11

PR:             ports/119187
Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by:    maintainer timeout (2 weeks)
Original commit
Saturday, 22 Dec 2007
13:48 stefan search for other commits by this committer
Update to 1.2.11.

PR:             118336
Submitted by:   Ulrich Spoerlein <uspoerlein@gmail.com>
Approved by:    maintainer timeout (>3 weeks)
Original commit
Wednesday, 3 Oct 2007
23:42 edwin search for other commits by this committer
Remove support for OSVERSION < 5
Original commit
Saturday, 28 Jul 2007
12:27 miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Original commit
Tuesday, 12 Jun 2007
19:21 danfe search for other commits by this committer
- Fix missing GL dependency and thus unbreak
- Drop now useless USE_X_PREFIX
- Fix warning on deinstallation

Approved by:    maintainer (implicit, it was my commit that caused breakage)
Reported by:    pointyhat
Original commit
Sunday, 10 Jun 2007
04:12 kris search for other commits by this committer
BROKEN: Incorrect pkg-plist
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Wednesday, 2 May 2007
12:43 danfe search for other commits by this committer
- Minor COMMENT change (s/---/--/, article `a' is superfluous here)
- Install opengl_spectrum visualization plugin, it builds and works fine
- Since we're doing FOO_PLUGINS+= ..., separate initial values with spaces,
  not commas, for consistency
- Remove useless `-esound' suffix, esound is no more special than any other
  output method these days
- Drop unsupported hashes from distinfo

Approved by:    maintainer timeout (5+ weeks)
Original commit
Tuesday, 20 Mar 2007
15:03 rafan search for other commits by this committer
- Fix build after objformat removal

PR:             ports/109455
Submitted by:   Tsurutani Naoki <turutani at scphys.kyoto-u.ac.jp>
Approved by:    maintainer timeout (1 month)
Original commit
Monday, 12 Feb 2007
16:28 kris search for other commits by this committer
Revert previous commit to fix plist
Original commit
Thursday, 1 Feb 2007
02:42 kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
Original commit
Saturday, 15 Apr 2006
21:47 arved search for other commits by this committer
Prevent the mpg123 plugin from hijacking flac streams.
Thanks to Thomas-Martin Seck <tmseck@netcologne.de>

PR:             93948
Submitted by:   Espen Skoglund <esk@ira.uka.de>
Original commit
Tuesday, 7 Mar 2006
08:28 ade search for other commits by this committer
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Original commit
Thursday, 26 Jan 2006
04:23 kris search for other commits by this committer
Add missing USE_GETTEXT
Original commit
Wednesday, 23 Nov 2005
16:06 pav search for other commits by this committer
- Remove dead MASTER_SITES

PR:             ports/89465
Submitted by:   Espen Skoglund <esk@ira.uka.de> (maintainer)
Original commit
Tuesday, 18 Oct 2005
17:37 pav search for other commits by this committer
- Update WITH_ENCODING_PATCH patch
- Portlint

PR:             ports/87578
Submitted by:   Espen Skoglund <esk@ira.uka.de> (maintainer)
Original commit
Thursday, 21 Apr 2005
16:13 arved search for other commits by this committer
Add WITH_EXTENDED_VORBIS_FILEINFO knob.
This patch includes information about the average bitrate of the file
(because vorbis uses variable bit rate encoding by default and nominal
might or might not match the actual effective bitrate) as well as
information about the encoder which created the file.

Bump PORTREVISION.

PR:             74219
Submitted by:   Thomas E. Zander <riggs@rrr.de>
Reviewed by:    Espen Skoglund <esk@ira.uka.de>
Original commit
Tuesday, 12 Apr 2005
03:26 obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
Original commit
Monday, 11 Apr 2005
08:04 obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
Original commit
Monday, 14 Mar 2005
18:22 flz search for other commits by this committer
- Added patches to enable 3rd party C++ apps to compile with gcc 3.4.

PR:             ports/78831
Submitted by:   Espen Skoglund <esk@ira.uka.de> (maintainer)
Original commit
Friday, 19 Nov 2004
15:45 markus search for other commits by this committer
- Add patch to make xmmsctrl.h compile with c++ (through 3rd party apps)
  and gcc 3.4
- Bump PORTREVISION

Approved by:    maintainer
Original commit
Tuesday, 2 Nov 2004
16:28 pav search for other commits by this committer
- Update encoding patch
- Drop unneeded dependency on libxml

PR:             ports/73231
Submitted by:   Dima Panov <redfox@Fluffy.Khv.RU>
Approved by:    maintainer
Original commit
Tuesday, 30 Mar 2004
19:20 krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
Original commit
Thursday, 11 Mar 2004
15:08 kan search for other commits by this committer
Unbreak WITH_ENCODING_PATCH by updating it to version 27.3.
Original commit
Monday, 1 Mar 2004
14:53 pav search for other commits by this committer
- Fix build when WITHOUT_SIMD is defined

PR:             ports/63456
Submitted by:   maintainer
Original commit
Tuesday, 24 Feb 2004
13:21 krion search for other commits by this committer
- Update to 1.2.10

PR:             ports/63303
Submitted by:   maintainer
Original commit
Wednesday, 4 Feb 2004
21:10 fjoe search for other commits by this committer
Fix building ru-xmms with vorbis output plugin.
Original commit
12:45 fjoe search for other commits by this committer
- Unbreak ru-xmms [1].
- Provide separate distinfo for ru-xmms so recode patch distinfo will not be
lost.

PR:             62250 [1]
Submitted by:   Dima Panov <redfox@Fluffy.Khv.RU>
Original commit
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Saturday, 31 Jan 2004
17:39 krion search for other commits by this committer
- Mark BROKEN with WITH_ENCODING_PATCH patch

- Pointed out by:       kris
Original commit
14:16 krion search for other commits by this committer
- Update to version 1.2.9
* Note that the update breaks russian/xmms because of a
  patchfile needed for Russian coding detection.

PR:             ports/62127
Submitted by:   maintainer
Original commit
Sunday, 25 Jan 2004
16:32 fjoe search for other commits by this committer
Remove hack when setting MASTER_SITE_SUBDIR for :enc group.
Original commit

Number of commits found: 113 (showing only 100 on this page)

1 | 2  »