aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libadplug
Commit message (Collapse)AuthorAgeFilesLines
* Use the new USE_PKGCONFIG macro.ehaupt2012-07-271-1/+1
|
* Fix build with clang.ehaupt2011-06-211-0/+2
|
* Pacify portlint by unclobbering CONFIGURE_ENV, no functional change.ehaupt2011-05-061-6/+0
|
* Add LICENSE and remove MD5 sums.ehaupt2011-01-252-1/+1
| | | | Feature safe: yes
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Update to 2.2.1ehaupt2010-05-213-6/+6
|
* Update to 2.2ehaupt2010-01-053-7/+11
|
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵amdmi32009-09-021-2/+1
| | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav)
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* Mark MAKE_JOBS_SAFEehaupt2009-03-271-0/+1
|
* Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we supportehaupt2008-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.
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Update to 2.1ehaupt2007-04-213-6/+8
|
* Cleanup non-supported FreeBSD versionsehaupt2007-04-161-7/+1
| | | | | PR: 111667 Submitted by: edwin
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
|
* Mark it BROKEN on 4.x, it does not compile.ehaupt2006-09-031-1/+7
|
* Update to 2.0.1ehaupt2006-08-154-66/+39
|
* Replace INSTALL_SHLIB with USE_LDCONFIGehaupt2006-06-301-1/+1
|
* Update to 2.0ehaupt2006-05-194-54/+51
|
* Conversion to a single libtool environment.ade2006-02-232-2/+3
| | | | Approved by: portmgr (kris)
* Remove deprecated USE_REINPLACEehaupt2006-02-191-1/+0
|
* Add SHA256 hashes to my portsehaupt2005-11-301-0/+1
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-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.
* Change MAINTAINER address for my ports.ehaupt2005-10-061-1/+1
| | | | Approved by: novel (mentor)
* devel/libbinio:garga2005-09-222-7/+16
| | | | | | | | | | | | - 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
* - Use USE_GCC=3.4+ for upcoming audio/ocp release.flz2005-06-011-0/+2
| | | | | PR: ports/81703 Submitted by: maintainer
* Update to 1.5.1jylefort2005-05-163-5/+5
| | | | | PR: ports/81009 Submitted by: maintainer
* AdPlug is a free, cross-platform, hardware independent AdLib sound playerjylefort2005-05-105-0/+140
library, mainly written in C++ and released under the LGPL. AdPlug plays sound data, originally created for the AdLib (OPL2) audio board, directly from its original format on top of an OPL2 emulator or by using the real hardware. No OPL chip is required for playback. AdPlug itself is just the backend to many different audio player frontends, which are also being developed here. There are plugins for popular audio players, like Winamp and XMMS, as well as stand-alone players for many different systems available. WWW: http://adplug.sourceforge.net/ PR: ports/80727 Submitted by: Emanuel Haupt <ehaupt@critical.ch>