aboutsummaryrefslogtreecommitdiff
path: root/audio/libaudiofile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/libaudiofile: track flac dependencyJan Beich2016-07-251-1/+3
| | | | | | | | | | | | | ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libaudiofile.so.1.0.0 is linked to /usr/local/lib/libFLAC.so.8 from audio/flac but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libFLAC.so:audio/flac PR: 206888 Submitted by: jkim Approved by: portmgr blanket, maintainer timeout (6 months) Notes: svn path=/head/; revision=419068
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-191-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-08-062-3/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=364211
* - USES=tar:xzPietro Cerutti2014-04-241-2/+1
| | | | Notes: svn path=/head/; revision=351997
* Update to 0.3.6.Koop Mast2013-11-085-60/+72
| | | | | | | | | | This update supports a number of new codecs. Remove indiffently argument from COMMENT Update pkg-descr to supported codec list. Stageify. Notes: svn path=/head/; revision=333231
* Remove NO_STAGE to ports natively stage ready shown by a FORCE_STAGE exp-runBaptiste Daroussin2013-09-241-1/+0
| | | | | | | Exp-run by: bdrewery Notes: svn path=/head/; revision=328096
* 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
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-6/+2
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* 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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 0.2.7.Joe Marcus Clarke2010-05-223-19/+4
| | | | Notes: svn path=/head/; revision=254790
* Quote first argument to AC_DEFUN() to shut up aclocal warning.Christian Weisgerber2009-09-162-0/+15
| | | | | | | | Submitted by: Grzegorz Blach <magik@roorback.net> Feature safe: yes Notes: svn path=/head/; revision=241544
* -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
* - Use GNOME macro instead of ${MASTER_SITE_GNOME}, removeMarcelo Araujo2009-02-021-2/+1
| | | | | | | | | | | | MASTER_SITE_SUBDIR when possible. PR: ports/125243 Submitted by: pgollucci Reworked by: myself Tested on: pointyhat exp-run (pav) Notes: svn path=/head/; revision=227416
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-282-0/+2
| | | | Notes: svn path=/head/; revision=183519
* INSTALLS_SHLIB -> USE_LDCONFIG.Jeremy Messenger2006-11-051-1/+1
| | | | | | | Found by: portlint (cports.sh) Notes: svn path=/head/; revision=176397
* - Add SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149215
* - Remove dead WWWPav Lucistnik2004-03-181-2/+1
| | | | | | | Reported by: http://endif.cjb.net/~end/ports-www-err-sorted.txt Notes: svn path=/head/; revision=104471
* Update to 0.2.6.Joe Marcus Clarke2004-03-072-2/+3
| | | | Notes: svn path=/head/; revision=103161
* Update to 0.2.5.Joe Marcus Clarke2003-12-222-2/+2
| | | | Notes: svn path=/head/; revision=96376
* Add CONFLICTS to these ports as they install conflicting plist items.Joe Marcus Clarke2003-10-101-0/+2
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=90729
* Add a missing '\'.Joe Marcus Clarke2003-10-031-1/+1
| | | | | | | Reported by: FreshPorts Notes: svn path=/head/; revision=90153
* Add another MASTER_SITE since it seems SGI pulled the audiofile project.Joe Marcus Clarke2003-10-031-1/+2
| | | | | | | Submitted by: Jeremy Messenger <mezz7@cox.net> Notes: svn path=/head/; revision=90151
* Update to 0.2.4.Joe Marcus Clarke2003-09-282-2/+2
| | | | Notes: svn path=/head/; revision=89593
* Make use of gnometarget.Joe Marcus Clarke2003-08-051-2/+1
| | | | Notes: svn path=/head/; revision=86356
* Utilize USE_GNOME= pkgconfig.Adam Weinberger2003-06-161-4/+1
| | | | Notes: svn path=/head/; revision=83119
* Remove a REINPLACE present in gnomehack.Adam Weinberger2003-06-161-5/+1
| | | | Notes: svn path=/head/; revision=83115
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Removed ftp.68k.org, already down too long.Edwin Groothuis2002-12-261-3/+2
| | | | | | | | Changed MASTER_SITE_SUBDIR, it's /audiofile, not /libaudiofile. Noticed by: portsurvey Notes: svn path=/head/; revision=71865
* Remove extraneous '.' in one of the MASTER_SITE URLs.Joe Marcus Clarke2002-09-201-1/+1
| | | | | | | | PR: 43138 Submitted by: Randy Primeaux <randy@cloudfactory.org> Notes: svn path=/head/; revision=66875
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Use USE_REINPLACE.Maxim Sobolev2002-07-111-2/+3
| | | | Notes: svn path=/head/; revision=62815
* Regen after DIST_SUBDIR change.Maxim Sobolev2002-02-201-1/+1
| | | | Notes: svn path=/head/; revision=54996
* Update to 0.2.3.Maxim Sobolev2002-02-204-4/+58
| | | | Notes: svn path=/head/; revision=54995
* Update to 0.2.2.Maxim Sobolev2001-07-203-5/+7
| | | | Notes: svn path=/head/; revision=45283
* SWitch maintainership of core GNOME ports to a small group ofAde Lovett2001-05-111-1/+1
| | | | | | | | committers (gnome@FreeBSD.org), since this is now definitely too big for just one person. Notes: svn path=/head/; revision=42527
* Update to GNOME 1.4 -- massive changes all around, for the sake ofAde Lovett2001-05-041-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 Notes: svn path=/head/; revision=42257
* Sigh. Reclaim these, primarily for GNOME 1.4Ade Lovett2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40248
* Someone don't like my style, so I drop maintainer now.Vanilla I. Shu2001-03-231-1/+1
| | | | Notes: svn path=/head/; revision=40247
* Well, bump version.Vanilla I. Shu2001-03-061-0/+1
| | | | Notes: svn path=/head/; revision=39149
* remove obsolete patch.Vanilla I. Shu2001-03-061-11/+0
| | | | | | | Submitted by: Anders Andersson <anders@codefactory.se>, Joshua Coombs <jcoombs@gwi.net> Notes: svn path=/head/; revision=39148
* Upgrade to 0.2.1Vanilla I. Shu2001-03-062-2/+2
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=39125
* Upgrade to 0.2.0Vanilla I. Shu2001-01-083-11/+12
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=36958
* Don't hack CFLAGS support. Do it the right way.Jeremy Lea2000-10-022-2/+11
| | | | Notes: svn path=/head/; revision=33334