aboutsummaryrefslogtreecommitdiff
path: root/audio/libmusicbrainz4
Commit message (Collapse)AuthorAgeFilesLines
* - Deprecate and set EXPIRATION_DATE to 1 month from nowJason E. Hale2014-03-281-0/+3
| | | | | | | | - No other ports depend on this and audio/libmusicbrainz5 can and should be used in its place Notes: svn path=/head/; revision=349392
* - Use unique package namesJason E. Hale2013-10-091-5/+2
| | | | | | | | | - Stop using LATEST_LINK - Use new LIB_DEPENDS syntax - Support staging Notes: svn path=/head/; revision=329873
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Update MAINTAINER to my new FreeBSD.org addressJason E. Hale2012-09-131-1/+1
| | | | | | | Approved by: makc (mentor) Notes: svn path=/head/; revision=304177
* - Use LATEST_LINK instead of defining the version in PORTNAMEMax Brazhnikov2012-07-271-4/+6
| | | | | | | | | | | | | | - while I'm here, respect LOCALBASE and thus remove needless dependency on pkg-config. pkg-config is often used by cmake as auxiliary tool to populate search paths. Until stuff is located at standard location, there is no need for pkg-config utility. [1] PR: ports/169904 Submitted by: Jason E. Hale (maintainer) Approved by: maintainer via irc [1] Notes: svn path=/head/; revision=301615
* - Update to 4.0.3 [1]Jase Thew2012-07-013-10/+15
| | | | | | | | | | | - Remove shlib version from LIB_DEPENDS PR: ports/169556 [1] Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Approved by: culot (mentor) Notes: svn path=/head/; revision=300315
* - repocopy audio/libmusicbrainz3 -> audio/libmusicbrainz4Michael Scheidell2012-01-244-47/+77
| | | | | | | | | | - This is for libmusicbrainz 4.0.0 PR: ports/164236 Approved by: gabor (mentor) Notes: svn path=/head/; revision=289734
* - Bump PORTREVISION to chase the update of audio/libdiscidWen Heping2011-03-281-0/+1
| | | | | | | | PR: ports/155977 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Notes: svn path=/head/; revision=271915
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Update to 3.0.3Philip M. Gollucci2010-10-115-83/+10
| | | | | | | | PR: ports/151333 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=262842
* - Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API andJeremy Messenger2010-07-301-13/+4
| | | | | | | | | | | | | | | | | | | | | ABI backwards compatible. It is unnecessary to have more than one same libraries (ie: neon28 and neon29) as it creates issue in our ports tree such as CONFLICTS and made our Makefile complicate. - Remove www/neonpp and www/neon28. - Add USE_GNOME=ltverhack; it corrects the shared library version by change from libneon.so.29 to libneon.so.27. It won't get bump again with no reason unless ABI changes. - Bump the PORTREVISION on all ports and chase the shared library change. - Add info in the UPDATING for how to rebuild on all ports that depend on neon. PR: ports/148295 Approved by: lev (maintainer timeout, no respone for months), portmgr Tested by: pointyhat-exp by pav Notes: svn path=/head/; revision=258515
* - [MAINTAINER][UNBREAK] audio/libmusicbrainz3: Fails to build with neon28Dima Panov2010-04-141-8/+8
| | | | | | | | PR: 145684 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=252660
* - Update audio/libmusicbrainz3 to compile with www/neon29Dima Panov2010-04-121-4/+11
| | | | | | | | | PR: 145201 Submitted by: loader <loader@freebsdmall.com Approved by: Jason E. Hale (maintainer, with minor changes) Notes: svn path=/head/; revision=252617
* - The CMake scripts were supposed to use pkg-config to find the libraries, butIon-Mihai Tetcu2009-05-313-3/+81
| | | | | | | | | | | | | | they use an obsolete module that doesn't seem to work anymore. As a result, the scripts fall back on the hard-coded paths. I have reworked the scripts so they don't use pkg-config or hard-coded paths and fixed build with custom PREFIX/LOCALBASE [1] - mark MAKE_JOB_SAFE Submitted by: maintainer Reported by: QATty [1] Notes: svn path=/head/; revision=234898
* bump PORTREVISION after cmake updateMax Brazhnikov2009-03-241-0/+1
| | | | Notes: svn path=/head/; revision=230897
* - Update to 3.0.2Martin Wilke2008-10-193-8/+6
| | | | | | | | | | | | - Use neon 0.28 instead of 0.26. No other ports currenty depend on this port, so this shouldn't be a problem - gmake not needed PR: 127466 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=221795
* - Convert to cmake frameworkMartin Wilke2008-06-201-13/+3
| | | | | | | | PR: 124327 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=215370
* 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
* Rename www/neon to www/neon26 to make the integrationEdwin Groothuis2008-05-051-1/+1
| | | | | | | of www/neon28 possible Notes: svn path=/head/; revision=212638
* - Add audio/libdiscid to the dependencyMartin Wilke2008-03-271-1/+3
| | | | | | | | | | | | (this will give libmusicbrainz3 the ability to lookup audio CD metadata from the musicbrainz database.) - Bump PORTREVISION PR: 122140 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=209959
* - Update to 3.0.1Martin Wilke2007-07-123-5/+8
| | | | | | | | PR: 114520 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=195467
* - Add audio/libmusicbrainz3 - Version 3.x of libmusicbrainzMartin Wilke2007-06-104-34/+61
| | | | | | | | | PR: 112741 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Repocopy by: marcus Notes: svn path=/head/; revision=193159
* - Update to 2.1.5Martin Wilke2007-06-062-5/+5
| | | | | | | | PR: 112740 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Notes: svn path=/head/; revision=192871
* - Update to 2.1.4Michael Johnson2006-08-242-6/+4
| | | | | | | | | | - Remove FORBIDDEN PR: 102492 Submitted by: ahze (me) Notes: svn path=/head/; revision=171343
* Mark FORBIDDEN due to multiple buffer overflow vulnerabilities.Simon L. B. Nielsen2006-08-141-0/+2
| | | | | | | | | Security: http://aluigi.altervista.org/adv/brainzbof-adv.txt Security: http://secunia.com/advisories/21404/ With hat: secteam Notes: svn path=/head/; revision=170616
* - Update audio/libmusicbrainz to version 2.1.3 and update MASTER_SITES.Cheng-Lung Sung2006-07-042-7/+6
| | | | | | | | | | | Changelog can be found here: http://blog.musicbrainz.org/archives/2006/07/libmusicbrainz_3.html PR: ports/99759 Submitted by: maintainer (Jason E. Hale) Notes: svn path=/head/; revision=166891
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Chase shlib bump of libexpat.Jun Kuriyama2006-01-301-1/+2
| | | | Notes: svn path=/head/; revision=154857
* - Update to 2.1.2Renato Botelho2006-01-276-69/+10
| | | | | | | | | | | | - Add more MASTER_SITES - Make portlint(1) happy - Pass maintainership to submitter PR: ports/92340 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Notes: svn path=/head/; revision=154575
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Use USE_LIBTOOL_VER=15 to fix the build on -CURRENT.Joe Marcus Clarke2005-06-111-1/+1
| | | | | | | Reported by: GNOME Tinderbox Notes: svn path=/head/; revision=137248
* - Remove unneeded patchKirill Ponomarev2004-03-261-2/+0
| | | | | | | | PR: ports/64757 Submitted by: Ports Fury Notes: svn path=/head/; revision=105330
* Update to 2.1.1.Joe Marcus Clarke2004-03-174-11/+24
| | | | | | | Submitted by: Koop Mast <kwm@rainbow-runner.nl> Notes: svn path=/head/; revision=104249
* o Bump $LIB_DEPENDS line to chase expat's shlib version.Jun Kuriyama2004-03-141-2/+2
| | | | | | | o Bump $PORTREVISION. Notes: svn path=/head/; revision=103969
* - Add CONFLICTS between libmusicbrainz and musicbrainzKirill Ponomarev2004-02-081-0/+2
| | | | | | | | PR: ports/62525 Submitted by: Ports Fury Notes: svn path=/head/; revision=100385
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.Trevor Johnson2003-11-171-0/+1
| | | | Notes: svn path=/head/; revision=94169
* - Use port version of expat library instead of included oneKirill Ponomarev2003-08-202-1/+8
| | | | | | | | PR: 55742 Submitted by: Ports Fury Notes: svn path=/head/; revision=87364
* * Update to version 2.0.2Kirill Ponomarev2003-07-303-12/+6
| | | | | | | | | PR: 55049 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=85926
* Repocopy musicbrainz to libmusicbrainz and update to 2.0.1.Akinori MUSHA2003-03-243-6/+13
| | | | | | | | They conflict with each other, and the old musicbrainz port will retire when zinf supports libmusicbrainz 2.0.1. Notes: svn path=/head/; revision=77331
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* Private request to drop maintainer-ship for:Edwin Groothuis2002-12-111-1/+1
| | | | | | | | | | | audio/musicbrainz multimedia/xmms-avi security/fwbuilder Submitted by: Roman Shterenzon <romanbsd@yahoo.com> Notes: svn path=/head/; revision=71520
* PERL -> REINPLACEEdwin Groothuis2002-11-041-1/+2
| | | | | | | And some ports have USE_PERL5=yes now. Notes: svn path=/head/; revision=69436
* Remove USE_NEWGCC, which is no longer supported or required.Kris Kennaway2002-08-311-1/+0
| | | | | | | | Submitted by: Tilman Linneweh <tilman@arved.de> PR: ports/40571 Notes: svn path=/head/; revision=65346
* Fix building in -current.Anders Nordby2002-08-131-0/+11
| | | | | | | | PR: 41457 Submitted by: Dominic Mitchell <dom@happygiraffe.net> Notes: svn path=/head/; revision=64480
* Update to version 1.1.0.Anders Nordby2002-08-084-13/+3
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=64250