aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-mp3cue
Commit message (Collapse)AuthorAgeFilesLines
* audio/xmms-mp3cue: Unbreak and support stageJohn Marino2014-01-133-1/+28
| | | | | | | | | | | | This port had two major c++ issues. The first was missing <cstlib> header and using <string> instead of <cstring>. The second was the default setting of CC to "g++" which fails on F10+. Unbreak and stagify under the "Just fix it" blanket. Notes: svn path=/head/; revision=339610
* Use CFLAGS_${ARCH}Baptiste Daroussin2013-12-271-6/+3
| | | | Notes: svn path=/head/; revision=337708
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-6/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=325727
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214428
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-241-1/+0
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209735
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.Ade Lovett2006-03-071-0/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Extend -fPIC hack to cover ia64, which also requires it, and properlyKris Kennaway2004-03-191-2/+2
| | | | | | | respect CFLAGS. Notes: svn path=/head/; revision=104673
* Fix build on AMD64Tilman Keskinoz2004-02-202-1/+18
| | | | | | | | PR: 63103 Submitted by: Hendrik Scholz <hendrik@scholz.net> Notes: svn path=/head/; revision=101503
* Add xmms-mp3cue, a XMMS plugin that knows how to handle .cue files,Pav Lucistnik2004-02-144-0/+52
providing listener with playlist and ability to skip to given track. PR: ports/62736 Submitted by: Vaidas Zlotkus <r2@music.lt> Notes: svn path=/head/; revision=100927