aboutsummaryrefslogtreecommitdiff
path: root/audio/libmikmod
Commit message (Collapse)AuthorAgeFilesLines
* - Drop .la files, no dependees require themDmitry Marakasov2014-09-112-3/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=367928
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-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) Notes: svn path=/head/; revision=351936
* - Update to 3.3.6Steve Wills2014-04-173-7/+6
| | | | | | | | | PR: ports/186898 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> Approved by: maintainer timeout (neuroworker@gmail.com, >2 weeks) Notes: svn path=/head/; revision=351439
* Reapply r338657 (disable esound) and r342886 (USES=libtool). [1]Tijl Coosemans2014-03-122-28/+6
| | | | | | | | | While here, remove post-extract and post-patch: no longer needed. Submitted by: riggs [1] Notes: svn path=/head/; revision=347999
* - Update to upstream version 3.1.16Thomas Zander2014-03-0811-213/+33
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=347451
* Bump portversion, forgotten in last commitBaptiste Daroussin2014-02-051-1/+1
| | | | Notes: svn path=/head/; revision=342894
* USES= libtoolBaptiste Daroussin2014-02-052-3/+2
| | | | Notes: svn path=/head/; revision=342886
* - Fix a problem with the libdir of a file (libmikmod.la). It was pointing to ↵Danilo Egea Gondolfo2014-01-192-0/+12
| | | | | | | the STAGEDIR. Notes: svn path=/head/; revision=340326
* Support stageBaptiste Daroussin2014-01-042-12/+3
| | | | | | | Unconditionnaly disable esound Notes: svn path=/head/; revision=338657
* Do not arbitrary rename packagesBaptiste Daroussin2013-10-041-1/+0
| | | | Notes: svn path=/head/; revision=329271
* 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
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-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 Notes: svn path=/head/; revision=325727
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - Update to 3.1.12TAKATSU Tomonari2011-01-048-46/+196
| | | | | | | | | | - Pass maintainership to submitter PR: ports/153653 Submitted by: Gleb Sushko <neuroworker_AT_gmail_DOT_com> Notes: svn path=/head/; revision=267349
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Reset david@trucs.org, who currently does not have time to work onMark Linimon2010-06-182-3/+1
| | | | | | | | | these ports. Hat: portmgr Notes: svn path=/head/; revision=256655
* -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
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217468
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* - Update maintainer's e-mail address. [1]Shaun Amott2006-11-291-2/+2
| | | | | | | | | | - Pet portlint(1) while here. PR: ports/105999 [1] Submitted by: David Le Brun <david@trucs.org> (maintainer) [1] Notes: svn path=/head/; revision=178243
* - Include vendor patch thatRong-En Fan2006-10-122-1/+8
| | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=175234
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* 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
* 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 3.1.11Kirill Ponomarev2004-04-082-10/+8
| | | | | | | | | PR: ports/64851 Submitted by: Ports Fury Approved by: maintainer Notes: svn path=/head/; revision=106513
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104535
* 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
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* - Update master sites, website urlPav Lucistnik2003-12-042-3/+3
| | | | | | | | | | | - Give maintainership to submitter PR: ports/59691 Submitted by: David Le Brun <daviddyn-ns.net@da-quirk.org> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94914
* don't forget to bump the revision, it's important enough under -current.Edwin Groothuis2003-09-081-0/+1
| | | | Notes: svn path=/head/; revision=88757
* Properly replace all -pthread occurances to make it working onEdwin Groothuis2003-09-081-4/+7
| | | | | | | -current with the new gcc. Notes: svn path=/head/; revision=88756
* Utilize INFOKris Kennaway2003-08-162-4/+2
| | | | Notes: svn path=/head/; revision=87047
* Remove the patch for config.sub to teach it about ia64. We now have aMarcel Moolenaar2003-07-111-11/+0
| | | | | | | centralized solution. Notes: svn path=/head/; revision=84651
* Teach configure about ia64.Marcel Moolenaar2003-06-191-0/+11
| | | | Notes: svn path=/head/; revision=83303
* Remove the USE_GNOMENG macro.Joe Marcus Clarke2003-04-081-1/+0
| | | | Notes: svn path=/head/; revision=78566
* 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
* Force libtool script to be executed by /bin/sh, not "whatever shellKris Kennaway2002-08-231-0/+1
| | | | | | | | | | you are currently running", which doesn't work too well if it happens to be e.g. csh. Noticed by: bento Notes: svn path=/head/; revision=64895
* * Use USE_GNOMENGJoe Marcus Clarke2002-08-221-5/+8
| | | | | | | | | * Re-add dependency on gmake to fix build problems PR: 41845 and 41877 Notes: svn path=/head/; revision=64809
* * Optionalize esound. Suggested by:Christian Weisgerber2002-08-161-3/+11
| | | | | | | | | | PR: 41594 Submitted by: Brad Laue <brad@brad-x.com> * Remove unneeded gmake dependency. Notes: svn path=/head/; revision=64590
* PERL -> REINPLACE_CMDYing-Chieh Liao2002-07-081-1/+2
| | | | | | | | PR: 39283 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=62644
* Update to 3.1.10Patrick Li2002-03-074-62/+13
| | | | | | | | PR: 35613 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=55659
* Update MASTER_SITES and WWW: to libmikmod's new home.Pete Fritchman2001-12-282-2/+2
| | | | | | | | PR: 33284 Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp> Notes: svn path=/head/; revision=52333
* The project has moved to the new location - update MASTER_SITES and WWW.Maxim Sobolev2001-04-192-2/+3
| | | | Notes: svn path=/head/; revision=41681
* Move MASTER_SITES to MASTER_SITE_LOCAL since original distfile looksSADA Kenji2001-04-171-3/+2
| | | | | | | disappeared and MASTER_SITE_SUNSITE are not in good condition. Notes: svn path=/head/; revision=41593
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* o add MASTER_SITE_SUNSITE to MASTER_SITES.FUJISHIMA Satsuki2001-03-122-6/+8
| | | | | | | | | | o get rid of version number from pkg-descr. PR: 25744 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=39690