aboutsummaryrefslogtreecommitdiff
path: root/audio/prokyon3/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* * Major update to FLAC 1.3.0, including shared library bumps.Christian Weisgerber2013-06-091-1/+1
| | | | | | | | | * Chase the update in dependent ports. PR: 179072 Notes: svn path=/head/; revision=320405
* Remove USE_CDRTOOLS from bsd.port.mkBaptiste Daroussin2013-04-261-6/+9
| | | | | | | | | | | | | | | This macros has been useless since cdrtools-cjk port has gone. This macros also lead to badly handled dependencies assuming that the dependency on cdrtools was most BUILD and RUN dependency. While most of the time it is simply a RUN dependency and sometime a build one. While here: - Trim some headers - Convert some ports to optionsng - Convert some ports to USES= gettext Notes: svn path=/head/; revision=316600
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* For unmaintained ports in `audio' category, drop leading article from COMMENTAlexey Dokuchaev2013-03-131-12/+9
| | | | | | | and perform other minor cleanups along the way, whenever noticed. Notes: svn path=/head/; revision=314074
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8Beat Gaetzi2012-12-301-0/+3
| | | | | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe Notes: svn path=/head/; revision=309662
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-1/+1
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Remove audio/libmusicbrainz support: libmusicbrainz is deprecated asMax Brazhnikov2012-03-061-4/+4
| | | | | | | | | | | the MusicBrainz RDF webservice is no longer functional - Fix typo PLIST_FILES/PLIST_SUB while I'm here PR: ports/165763 Submitted by: Jason E. Hale <bsdkaffee at gmail.com> Notes: svn path=/head/; revision=292845
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* 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
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Chase taglib updateDima Panov2009-12-021-2/+2
| | | | | | | | Approved by: miwi (mentor) Exp-run by: miwi Notes: svn path=/head/; revision=245121
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-1/+1
| | | | Notes: svn path=/head/; revision=237283
* - Chase taglib bumpMartin Wilke2008-06-201-1/+2
| | | | Notes: svn path=/head/; revision=215374
* - Update to 0.9.6Martin Wilke2008-06-201-29/+37
| | | | | | | | PR: 124308 Submitted by: Ports Fury Notes: svn path=/head/; revision=215369
* 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 unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-8/+7
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Remove USE_GETOPT_LONG which is a no-op since March 2007Pav Lucistnik2008-03-201-1/+0
| | | | Notes: svn path=/head/; revision=209417
* - Add missing dependency on perlPav Lucistnik2007-12-141-2/+5
| | | | | | | - While here, fix shebang patching in prokburn Notes: svn path=/head/; revision=203660
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Fix the build with vogue GCC [1]Alexey Dokuchaev2007-06-281-0/+4
| | | | | | | | | - Ulitize DATADIR macro in pkg-plist Reported by: pointyhat (logs) [1] Notes: svn path=/head/; revision=194414
* Unbreak by setting and using LDFLAGS correctly to pick up gettext.Volker Stolz2007-06-141-4/+4
| | | | | | | Add WWW:-tag while here. Notes: svn path=/head/; revision=193457
* - 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
* BROKEN: Does not compileKris Kennaway2007-04-211-0/+2
| | | | Notes: svn path=/head/; revision=190571
* Remove OSVERSION check since it's now always true.Edwin Groothuis2007-04-161-7/+2
| | | | | | | Move statements up to higher in the Makefile. Notes: svn path=/head/; revision=190055
* . change RUN_DEPENDS shells/bash2 -> shells/bash;Boris Samorodov2007-01-311-1/+1
| | | | | | | . do not bump PORTREVISION since it's not a default dependency. Notes: svn path=/head/; revision=183807
* - Use new USE_CDRTOOLS variablePav Lucistnik2007-01-311-2/+2
| | | | | | | Tested on: pointyhat Notes: svn path=/head/; revision=183769
* Maintainer no longer has time to support these ports, so reassign to pool.Mark Linimon2006-12-291-1/+1
| | | | | | | Approved by: maintainer (private email) Notes: svn path=/head/; revision=180931
* 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-1/+1
| | | | | | | | Discussed with: kris Approved by: portmgr (implicit) Notes: svn path=/head/; revision=157004
* Fix build without imake.Dejan Lesjak2004-12-081-1/+2
| | | | | | | | Pointed out by: dosirak via kris, while testing X.Org upgrade Approved by: maintainer Notes: svn path=/head/; revision=123491
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update to 0.9.2Pav Lucistnik2004-01-251-9/+31
| | | | | | | | PR: ports/61880, ports/61897 Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer) Notes: svn path=/head/; revision=99108
* - Add missed dependency on libgnugetoptPav Lucistnik2004-01-251-0/+1
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=99057
* Revert last commit - the qt-mysql-plugin is back in X11BASE.Michael Nottebrock2003-12-301-1/+1
| | | | Notes: svn path=/head/; revision=96936
* Fix up BUILD_DEPENDS.Michael Nottebrock2003-12-261-1/+1
| | | | Notes: svn path=/head/; revision=96623
* Catch up with libogg/libvorbis version bump.Christian Weisgerber2003-12-201-1/+2
| | | | Notes: svn path=/head/; revision=96269
* Add prokyon3, a multithreaded MP3 manager and tag editor for Linux.Pav Lucistnik2003-12-041-0/+35
It was written in C++ using the Qt3 widget set and the MySQL database. Files can be played using XMMS. PR: ports/52132 Submitted by: Kay Lehmann <kay_lehmann@web.de> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94963