/net/smb4k-kde4/

nome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libmikmod/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update to 3.3.11.1ehaupt2017-07-041-1/+1
| | | | | PR: 219983 (within scope of) Approved by: neuroworker@gmail.com (maintainer timeout; 20 days)
* Update to 3.3.11ehaupt2017-07-041-1/+1
| | | | | PR: 219983 Approved by: neuroworker@gmail.com (maintainer timeout; 20 days)
* Use USES=pathfix where applicable.mat2016-10-211-1/+1
| | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
* Update to 3.3.8ehaupt2016-01-041-2/+4
| | | | | PR: 205190 Approved by: maintainer timeout (neuroworker@gmail.com; > 14 days)
* - Add CPE infoamdmi32015-05-171-1/+2
| | | | Approved by: portmgr blanket
* - Drop .la files, no dependees require themamdmi32014-09-111-2/+2
| | | | Approved by: portmgr blanket
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* - Update to 3.3.6swills2014-04-171-3/+2
| | | | | | PR: ports/186898 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> Approved by: maintainer timeout (neuroworker@gmail.com, >2 weeks)
* Reapply r338657 (disable esound) and r342886 (USES=libtool). [1]tijl2014-03-131-27/+4
| | | | | | While here, remove post-extract and post-patch: no longer needed. Submitted by: riggs [1]
* - Update to upstream version 3.1.16riggs2014-03-081-6/+17
| | | | | | | | | | | | - Add LICENSE - Add OPTION for esound - General cleanups & petting portlint (USES, autotools handling) - Update WWW in pkg-descr PR: ports/184753 Submitted by: RK <hsn@sendmail.cz> Reviewed by: submitter (RK <hsn@sendmail.cz>) Approved by: thierry (mentor), maintainer timeout
* Bump portversion, forgotten in last commitbapt2014-02-061-1/+1
|
* USES= libtoolbapt2014-02-061-3/+1
|
* - Fix a problem with the libdir of a file (libmikmod.la). It was pointing to ↵danilo2014-01-201-0/+1
| | | | the STAGEDIR.
* Support stagebapt2014-01-051-12/+2
| | | | Unconditionnaly disable esound
* Do not arbitrary rename packagesbapt2013-10-041-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-6/+2
| | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1
| | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
* - Update to 3.1.12tota2011-01-041-8/+3
| | | | | | | - Pass maintainership to submitter PR: ports/153653 Submitted by: Gleb Sushko <neuroworker_AT_gmail_DOT_com>
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Reset david@trucs.org, who currently does not have time to work onlinimon2010-06-181-1/+1
| | | | | | these ports. Hat: portmgr
* -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
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-251-1/+0
| | | | MAKE_ENV
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* - Update maintainer's e-mail address. [1]shaun2006-11-291-2/+2
| | | | | | | - Pet portlint(1) while here. PR: ports/105999 [1] Submitted by: David Le Brun <david@trucs.org> (maintainer) [1]
* - Include vendor patch thatrafan2006-10-121-1/+5
| | | | | | | | | | | | - makes 3.1.x series up-to-date - makes it work correctly on amd64 This is not the patch submitted in ports/104280. Submitter confirms the vendor patch works well. PR: ports/104280 Submitted by: Dan Ponte <dcp1990 at neptune.atopia.net> Approved by: portmgr (erwin), David Le Brun <david at dyn-ns.net> (maintainer)
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* Conversion to a single libtool environment.ade2006-02-231-1/+2
| | | | Approved by: portmgr (kris)