aboutsummaryrefslogtreecommitdiff
path: root/audio/libmikmod
Commit message (Collapse)AuthorAgeFilesLines
* 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
* disown this portMichael Haro2001-03-071-1/+1
| | | | Notes: svn path=/head/; revision=39201
* Implement WANT_ESOUND, USE_ESOUND.Jeremy Lea2000-10-051-2/+1
| | | | Notes: svn path=/head/; revision=33420
* Patch configure to use -pthread instead of -lpthread.Maxim Sobolev2000-08-151-0/+3
| | | | Notes: svn path=/head/; revision=31660
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-2/+1
| | | | Notes: svn path=/head/; revision=29630
* Get rid of those zero-sized `music.raw' files, known to anyone usingMaxim Sobolev2000-05-291-0/+32
| | | | | | | libmikmod or any software based on it. Notes: svn path=/head/; revision=28915
* remove a.out supportMichael Haro2000-04-161-2/+2
| | | | Notes: svn path=/head/; revision=27665
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* update to 3.1.9Michael Haro2000-03-074-18/+19
| | | | Notes: svn path=/head/; revision=26623
* reword and update WWWMichael Haro2000-02-241-3/+5
| | | | Notes: svn path=/head/; revision=26227
* use -pthread instead of -lc_rMichael Haro2000-01-291-0/+41
| | | | Notes: svn path=/head/; revision=25187
* use -pthread instead of -lc_r and other minor changesMichael Haro2000-01-281-6/+4
| | | | | | | Submitted by: reg Notes: svn path=/head/; revision=25184
* update to 3.1.8Michael Haro2000-01-012-3/+3
| | | | | | | | PR: 14611 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=24338
* Use updated esound library.Yukihiro Nakai1999-10-081-1/+1
| | | | Notes: svn path=/head/; revision=22240
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157