aboutsummaryrefslogtreecommitdiff
path: root/audio/libcdaudio
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.99.12p2Roman Bogorodskiy2005-09-162-4/+4
| | | | | | | - Take maintainership Notes: svn path=/head/; revision=142921
* Update to 0.99.12Michael Johnson2004-11-064-7/+6
| | | | | | | | | PR: ports/73332 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: pav (co mentor) Notes: svn path=/head/; revision=120985
* take care of $PREFIX/libdata/pkgconfigOliver Lehmann2004-08-141-0/+1
| | | | Notes: svn path=/head/; revision=116224
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet Notes: svn path=/head/; revision=113296
* - Update to version 0.99.10Kirill Ponomarev2004-04-065-26/+5
| | | | | | | | PR: ports/65260 Submitted by: Ports Fury Notes: svn path=/head/; revision=106349
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* Add SIZE.Trevor Johnson2004-01-271-0/+1
| | | | Notes: svn path=/head/; revision=99295
* Fix bad static buffer bound. Bump PORTREVISION.Kris Kennaway2003-06-272-0/+13
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=83698
* Update to 0.99.9.Pete Fritchman2003-05-182-2/+2
| | | | | | | | PR: 51668 Submitted by: Ports Fury Notes: svn path=/head/; revision=81288
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update to version 0.99.6.Christian Weisgerber2002-08-173-5/+14
| | | | | | | | PR: 41730 Submitted by: Ports Fury Notes: svn path=/head/; revision=64609
* Chase MASTER_SITES.Peter Pentchev2001-05-221-1/+3
| | | | | | | | | | The site in the PR turned out to be a Sunsite mirror, so use Sunsite. PR: 27521 Submitted by: Jeff Palmer <scorpio@drkshdw.org> Notes: svn path=/head/; revision=42915
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* Correct MD5 checksum.Chris D. Faulhaber2000-01-121-1/+1
| | | | | | | Found by: bento Notes: svn path=/head/; revision=24689
* Update port to 0.99.4Chris D. Faulhaber2000-01-052-3/+3
| | | | | | | | PR: 15911 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=24449
* update to 0.99.3R. Imura1999-11-263-29/+6
| | | | | | | | PR: 15076 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=23349
* Update to version 0.99.2Chris Piazza1999-10-163-4/+5
| | | | | | | | PR: 14304 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=22470
* Update to version 0.99.1Chris Piazza1999-09-043-6/+6
| | | | | | | | PR: 13527 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21247
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-2/+2
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't installMichael Haro1999-06-052-3/+2
| | | | | | | the .la file. Notes: svn path=/head/; revision=19217
* Sort entries and execute ldconfig.Thomas Gellekum1999-06-011-2/+4
| | | | Notes: svn path=/head/; revision=19160
* New port libcdaudio, a library to control the CD-ROMThomas Gellekum1999-06-015-0/+53
when playing audio CDs. Notes: svn path=/head/; revision=19158