aboutsummaryrefslogtreecommitdiff
path: root/audio/libadplug
Commit message (Collapse)AuthorAgeFilesLines
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Update to 2.3.1Emanuel Haupt2018-04-233-6/+8
| | | | Notes: svn path=/head/; revision=468095
* - Update to 2.3Emanuel Haupt2017-11-194-11/+20
| | | | | | | - Update WWW to HTTPS Notes: svn path=/head/; revision=454494
* Simplify USE_GITHUB usage.Mathieu Arnold2017-05-032-8/+6
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=440009
* - Move from SF to GitHubEmanuel Haupt2017-04-183-20/+13
| | | | | | | | | | | | | - Update WWW - Use autoreconf and remove now unneeded extra compiler flags and header patching - distfile checksum differs due to the removal of VCS files, autoconf files, adjustment of copyright dates, no functional changes - To be safe bump PORTREVISION (autoreconf) - Move INFO to pkg-plist Notes: svn path=/head/; revision=438785
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-4/+1
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Strip libraryEmanuel Haupt2015-02-251-1/+3
| | | | Notes: svn path=/head/; revision=379921
* Remove @dirrm, @dirrmtryEmanuel Haupt2014-10-081-1/+0
| | | | Notes: svn path=/head/; revision=370444
* Fix build without texinfo in baseBaptiste Daroussin2014-06-251-1/+1
| | | | Notes: svn path=/head/; revision=359249
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-052-4/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=356670
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-1/+1
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Fix package list.Emanuel Haupt2013-10-252-1/+1
| | | | Notes: svn path=/head/; revision=331571
* Support staging.Emanuel Haupt2013-10-231-1/+0
| | | | Notes: svn path=/head/; revision=331362
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Fix build without libstdc++Baptiste Daroussin2013-09-041-0/+1
| | | | Notes: svn path=/head/; revision=326260
* Remove MAKE_JOBS_SAFE which is now default.Emanuel Haupt2013-07-241-2/+0
| | | | Notes: svn path=/head/; revision=323578
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-1/+1
| | | | Notes: svn path=/head/; revision=316287
* Fix post-patch regex in order to install adplug.pc in the correct directory.Emanuel Haupt2013-03-132-8/+6
| | | | | | | | | Also add the file to pkg-plist. This didn't pop up in previous tinderbox runs due to a bug in portbuild. While here move LICENSE, trim header and get rid of ABI version number in LIB_DEPENDS. Notes: svn path=/head/; revision=314054
* Use the new USE_PKGCONFIG macro.Emanuel Haupt2012-07-271-1/+1
| | | | Notes: svn path=/head/; revision=301594
* Fix build with clang.Emanuel Haupt2011-06-211-0/+2
| | | | Notes: svn path=/head/; revision=275999
* Pacify portlint by unclobbering CONFIGURE_ENV, no functional change.Emanuel Haupt2011-05-061-6/+0
| | | | Notes: svn path=/head/; revision=273700
* Add LICENSE and remove MD5 sums.Emanuel Haupt2011-01-252-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=268211
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 2.2.1Emanuel Haupt2010-05-213-6/+6
| | | | Notes: svn path=/head/; revision=254724
* Update to 2.2Emanuel Haupt2010-01-053-7/+11
| | | | Notes: svn path=/head/; revision=247210
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-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) Notes: svn path=/head/; revision=240715
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-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 Notes: svn path=/head/; revision=238781
* Mark MAKE_JOBS_SAFEEmanuel Haupt2009-03-271-0/+1
| | | | Notes: svn path=/head/; revision=231102
* Remove "USE_GCC=3.4+" / "USE_GCC=3.2+". Now that the minimum version we supportEmanuel Haupt2008-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. Notes: svn path=/head/; revision=216458
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-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 Notes: svn path=/head/; revision=196111
* Update to 2.1Emanuel Haupt2007-04-213-6/+8
| | | | Notes: svn path=/head/; revision=190536
* Cleanup non-supported FreeBSD versionsEmanuel Haupt2007-04-161-7/+1
| | | | | | | | PR: 111667 Submitted by: edwin Notes: svn path=/head/; revision=190086
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* Mark it BROKEN on 4.x, it does not compile.Emanuel Haupt2006-09-031-1/+7
| | | | Notes: svn path=/head/; revision=172041
* Update to 2.0.1Emanuel Haupt2006-08-154-66/+39
| | | | Notes: svn path=/head/; revision=170698
* Replace INSTALL_SHLIB with USE_LDCONFIGEmanuel Haupt2006-06-291-1/+1
| | | | Notes: svn path=/head/; revision=166612
* Update to 2.0Emanuel Haupt2006-05-184-54/+51
| | | | Notes: svn path=/head/; revision=162737
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Remove deprecated USE_REINPLACEEmanuel Haupt2006-02-191-1/+0
| | | | Notes: svn path=/head/; revision=156387
* Add SHA256 hashes to my portsEmanuel Haupt2005-11-301-0/+1
| | | | Notes: svn path=/head/; revision=150048
* 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
* Change MAINTAINER address for my ports.Emanuel Haupt2005-10-061-1/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=144389
* devel/libbinio:Renato Botelho2005-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 Notes: svn path=/head/; revision=143356
* - Use USE_GCC=3.4+ for upcoming audio/ocp release.Florent Thoumie2005-05-311-0/+2
| | | | | | | | PR: ports/81703 Submitted by: maintainer Notes: svn path=/head/; revision=136563
* Update to 1.5.1Jean-Yves Lefort2005-05-153-5/+5
| | | | | | | | PR: ports/81009 Submitted by: maintainer Notes: svn path=/head/; revision=135306
* AdPlug is a free, cross-platform, hardware independent AdLib sound playerJean-Yves Lefort2005-05-095-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> Notes: svn path=/head/; revision=134947