aboutsummaryrefslogtreecommitdiff
path: root/audio/ocp
Commit message (Collapse)AuthorAgeFilesLines
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-7/+2
| | | | | | | | | | | | - 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
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-111-15/+2
| | | | | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@) Notes: svn path=/head/; revision=272515
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268211
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Chase audio/libadplug updateEmanuel Haupt2010-05-211-0/+1
| | | | Notes: svn path=/head/; revision=254725
* Update to 0.1.20Emanuel Haupt2010-05-177-104/+27
| | | | Notes: svn path=/head/; revision=254485
* Add PORTSCOUT variable in order to skip version 0.1.19 which is just a ↵Emanuel Haupt2010-01-111-0/+2
| | | | | | | tarball of an experimental version. Notes: svn path=/head/; revision=247612
* Chase audio/libadplug updateEmanuel Haupt2010-01-051-1/+2
| | | | Notes: svn path=/head/; revision=247212
* This port now works under amd64Emanuel Haupt2009-12-291-1/+1
| | | | Notes: svn path=/head/; revision=246867
* Update to 0.1.18, this version comes with optional sdl audio supportEmanuel Haupt2009-12-263-7/+20
| | | | Notes: svn path=/head/; revision=246726
* Add a patch to prevent the OSS driver detection from failing and bumpEmanuel Haupt2009-09-213-0/+47
| | | | | | | | | PORTREVISION. Feature safe: yes Notes: svn path=/head/; revision=241871
* - Update to 0.1.17Emanuel Haupt2009-09-206-82/+148
| | | | | | | | | | - Use OPTIONS - Update WWW Feature safe: yes Notes: svn path=/head/; revision=241817
* Mark it MAKE_JOBS_UNSAFEEmanuel Haupt2009-09-181-0/+2
| | | | | | | | Notified by: pav Feature safe: yes Notes: svn path=/head/; revision=241671
* Port is not MAKE_JOBS_SAFE save.Emanuel Haupt2009-09-181-1/+0
| | | | | | | | Notified by: pointyhat (via miwi) Feature safe: yes Notes: svn path=/head/; revision=241652
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237283
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-301-0/+1
| | | | Notes: svn path=/head/; revision=231308
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we supportEmanuel Haupt2008-07-071-1/+0
| | | | | | | | via ports is FreeBSD 6.3, this is a no-op. FreeBSD 6.x features GCC 3.4 as the system compiler. Notes: svn path=/head/; revision=216458
* The last update never worked. The player wouldn't even start.Emanuel Haupt2008-06-233-47/+41
| | | | | | | | | | | - Reclaim maintainer-ship - Roll back to the last working version - Bump PORTEPOCH Pointyhat to: miwi Notes: svn path=/head/; revision=215621
* A few typo fixes for ports/audio descriptions.Jimmy Olgeni2008-06-151-1/+1
| | | | Notes: svn path=/head/; revision=214897
* - Update to 0.1.15Martin Wilke2008-05-163-39/+46
| | | | | | | | PR: 123497 Submitted by: Ports Fury Notes: svn path=/head/; revision=213135
* Drop maintainershipEmanuel Haupt2008-05-031-1/+1
| | | | Notes: svn path=/head/; revision=212527
* Use MASTER_SITE_CRITICALEmanuel Haupt2008-03-271-2/+1
| | | | Notes: svn path=/head/; revision=209970
* Get rid of USE_XLIB and use "USE_XORG=xxf86dga xxf86vm" instead.Emanuel Haupt2008-03-171-2/+2
| | | | Notes: svn path=/head/; revision=209225
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Forget about X11BASEEmanuel Haupt2007-06-011-4/+4
| | | | Notes: svn path=/head/; revision=192549
* - 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
* Refine last commit. ocp seems to need wide character support in order toEmanuel Haupt2007-04-251-4/+9
| | | | | | | | display colors correctly. However, devel/ncurses is not needed after 602107 and 700033 since it's already in the base. Notes: svn path=/head/; revision=190870
* Use devel/ncurses instead of base curses.h in order to have color support.Emanuel Haupt2007-04-241-2/+21
| | | | Notes: svn path=/head/; revision=190802
* Remove unnecessary DISTNAME redefinition.Emanuel Haupt2007-04-221-1/+0
| | | | Notes: svn path=/head/; revision=190623
* Chase libadplug updateEmanuel Haupt2007-04-211-1/+2
| | | | Notes: svn path=/head/; revision=190538
* Cleanup non-supported FreeBSD versionsEmanuel Haupt2007-04-172-11/+5
| | | | | | | | PR: 111681 Submitted by: edwin Notes: svn path=/head/; revision=190172
* Update to 0.1.13Emanuel Haupt2007-02-133-7/+7
| | | | Notes: svn path=/head/; revision=185117
* Update to 0.1.10 release candidate 6. This version is out for quite a while andEmanuel Haupt2006-10-044-6/+8
| | | | | | | runs quite stable. This version also supports .ay files. Notes: svn path=/head/; revision=174486
* Disable libadplug (audio/libadplug) support on OSVERSIONS prior to 500000Emanuel Haupt2006-09-031-1/+1
| | | | Notes: svn path=/head/; revision=172043
* - Chase audio/libadplug updateEmanuel Haupt2006-08-151-2/+3
| | | | | | | - Use USE_LDCONFIG Notes: svn path=/head/; revision=170700
* - Update MASTER_SITESEmanuel Haupt2006-07-242-2/+2
| | | | | | | - Update WWW Notes: svn path=/head/; revision=168602
* Add an additional mirror.Emanuel Haupt2006-06-011-1/+2
| | | | Notes: svn path=/head/; revision=164152
* Chase audio/libadplug updateEmanuel Haupt2006-05-181-2/+2
| | | | Notes: svn path=/head/; revision=162739
* Remove deprecated USE_REINPLACEEmanuel Haupt2006-02-191-1/+0
| | | | Notes: svn path=/head/; revision=156387
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* Chase libid3tag update.Jean-Yves Lefort2005-10-281-2/+2
| | | | Notes: svn path=/head/; revision=146548
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* devel/libbinio:Renato Botelho2005-09-222-9/+7
| | | | | | | | | | | | | | | - Update to 1.4 all: - Cleanup Makefile Header - Remove signature from pkg-descr - Adjustments to build with libbinio 1.4 PR: ports/86431 Submitted by: maintainer Notes: svn path=/head/; revision=143356
* Mastersite for audio/ocp is unavailable at the moment.Volker Stolz2005-07-292-2/+3
| | | | | | | | | | | - Makefile.patch, add aditional mastersite - pkg-descr.patch, change pkg-descr WWW to freshmeat project site PR: ports/84251 Submitted by: maintainer Notes: svn path=/head/; revision=140377
* - Disable libsidplay for FreeBSD 4.X due to clash between gcc295 and gcc34Pav Lucistnik2005-07-052-5/+12
| | | | | | | | PR: ports/82956 Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer) Notes: svn path=/head/; revision=138548
* Update to 0.1.9.Sam Lawrance2005-06-125-91/+33
| | | | | | | | | | Also fix a build problem when security/heimdal is installed. PR: ports/82135 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Notes: svn path=/head/; revision=137316
* Update to 0.1.7Roman Bogorodskiy2005-05-042-3/+6
| | | | | | | | PR: 80616 Submitted by: Emanuel Haupt (maintainer) Notes: svn path=/head/; revision=134618
* Update to 0.1.6Jean-Yves Lefort2005-05-027-53/+24
| | | | | | | | PR: ports/80509 Submitted by: maintainer Notes: svn path=/head/; revision=134492
* Fix MIDI playback.Jean-Yves Lefort2005-04-251-1/+20
| | | | | | | | | PR: ports/80304 Submitted by: Emanuel Haupt <ehaupt@critical.ch> (maintainer) Approved by: adamw (mentor) Notes: svn path=/head/; revision=134088