aboutsummaryrefslogtreecommitdiff
path: root/audio/mpiosh
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* 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
* Unbreak.Kirill Ponomarev2005-07-232-4/+11
| | | | | | | | PR: ports/83949 Submitted by: Andrej Zverev <az at inec dot ru> Notes: svn path=/head/; revision=139977
* This port is scheduled for deletion on 2005-09-22 if it is still brokenKris Kennaway2005-07-231-0/+2
| | | | | | | at that time and no PRs have been submitted to fix it. Notes: svn path=/head/; revision=139936
* BROKEN: Configure failsKris Kennaway2005-04-301-0/+2
| | | | Notes: svn path=/head/; revision=134384
* - Update to 0.7.1 pre2Pav Lucistnik2004-05-318-95/+28
| | | | | | | | | | This uses libusb for accesing a device, kernel module is no longer needed. PR: ports/67410 Submitted by: Sergey Akifyev <asa@gascom.ru> (maintainer) Notes: svn path=/head/; revision=110516
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - Use USE_ICONV knobKirill Ponomarev2004-03-301-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=105722
* 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 mpiosh, a userland library and command-line toolPav Lucistnik2003-12-0713-0/+199
for Digitalway MPIO MP3 players. PR: ports/56258 Submitted by: Sergey Akifyev <asa@gascom.ru> Notes: svn path=/head/; revision=95259