aboutsummaryrefslogtreecommitdiff
path: root/audio/ncmpcpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361932
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-162-4/+14
| | | | | | | | | | - Fix build on 10.x - Switch to USES=libtool Approved by: portmgr blanket Notes: svn path=/head/; revision=358016
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* Finish stage supportAntoine Brodin2014-04-011-9/+3
| | | | | | | | Reported by: poudriere With hat: portmgr Notes: svn path=/head/; revision=349888
* - Fix build on 10.xDennis Herrmann2013-12-291-8/+8
| | | | | | | | | | - Support stage PR: ports/185262 Submitted by: Yamagi Burmeister <yamagi@yamagi.org> Notes: svn path=/head/; revision=337961
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-4/+4
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* 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
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update devel/automake to 1.14Ade Lovett2013-07-161-1/+2
| | | | | | | | | | | | | | - Update devel/gettext to 0.18.3 - Fix known-broken (from exp-runs) ports - Clean up a lot of cruft in the devel/gettext port itself, based on work from tijl@ PR: 178883 Submitted by: ade Sponsored by: Wadsworth 6X Notes: svn path=/head/; revision=323088
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Add an explicit dependency on pkgconf to fix buildBaptiste Daroussin2013-07-051-1/+1
| | | | Notes: svn path=/head/; revision=322313
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-8/+9
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm Notes: svn path=/head/; revision=316654
* Convert dhn's ports to the new options frameworkBaptiste Daroussin2013-01-071-20/+17
| | | | | | | | | | While here trim headers and convert some USE_GNOME=pkgconfig to USE_PKGCONFIG=build Approved by: maintainer (dhn) Notes: svn path=/head/; revision=310055
* - Update to 0.5.10Dennis Herrmann2012-04-022-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=294124
* - Update to 0.5.9Dennis Herrmann2012-03-182-4/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293515
* - Get rid FreeBSD 6.X supportMartin Wilke2011-11-061-4/+0
| | | | Notes: svn path=/head/; revision=285175
* - update fftw3* to 3.3 [1], and adjust dependent portsBrendan Fabeny2011-10-171-1/+2
| | | | | | | | | | - make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen Notes: svn path=/head/; revision=283695
* - Update to 0.5.8Dennis Herrmann2011-10-122-3/+3
| | | | Notes: svn path=/head/; revision=283418
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 0.5.7Dennis Herrmann2011-04-232-4/+3
| | | | Notes: svn path=/head/; revision=273093
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-111-3/+2
| | | | | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@) Notes: svn path=/head/; revision=272515
* - Add Outputs Screen supportDennis Herrmann2011-02-171-0/+8
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=269289
* - Update to 0.5.6Dennis Herrmann2011-01-032-4/+3
| | | | Notes: svn path=/head/; revision=267311
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Round one migration of ports from automake{19,110} to automake111Ade Lovett2010-10-051-1/+1
| | | | Notes: svn path=/head/; revision=262460
* - Update to 0.5.5Dennis Herrmann2010-09-062-4/+8
| | | | Notes: svn path=/head/; revision=260653
* - Update to 0.5.4Dennis Herrmann2010-06-072-4/+4
| | | | Notes: svn path=/head/; revision=256030
* - Update to 0.5.3Dennis Herrmann2010-04-042-5/+4
| | | | Notes: svn path=/head/; revision=252193
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+2
| | | | Notes: svn path=/head/; revision=252125
* - Update to 0.5.2Dennis Herrmann2010-03-072-4/+4
| | | | Notes: svn path=/head/; revision=250654
* - Update to 0.5Dennis Herrmann2010-01-082-9/+7
| | | | | | | | | - Add math/fftw3 to dependency [1] Submitted by: Stefan Ehmann <shoesoft@gmx.net> (via private mail) [1] Notes: svn path=/head/; revision=247420
* - Chase taglib updateDima Panov2009-12-021-0/+1
| | | | | | | | Approved by: miwi (mentor) Exp-run by: miwi Notes: svn path=/head/; revision=245121
* - Update to 0.4.1Dennis Herrmann2009-10-092-5/+4
| | | | Notes: svn path=/head/; revision=242601
* - Fix build on amd64Dennis Herrmann2009-09-201-4/+2
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241816
* Mark as broken on amd64 and sparc64.Mark Linimon2009-09-201-0/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241798
* - Add Music Visualizer screenDennis Herrmann2009-09-121-1/+6
| | | | Notes: svn path=/head/; revision=241295
* - Update to 0.4Dennis Herrmann2009-09-111-2/+2
| | | | | | | - Update pkg-message Notes: svn path=/head/; revision=241236
* - Update to 0.4Dennis Herrmann2009-09-112-4/+4
| | | | Notes: svn path=/head/; revision=241235
* -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
* - Update to 0.3.5Dennis Herrmann2009-06-242-4/+4
| | | | Notes: svn path=/head/; revision=236594
* - Update to 0.3.4Dennis Herrmann2009-05-202-4/+5
| | | | | | | - Mark MAKE_JOBS_SAFE for parallel building. Notes: svn path=/head/; revision=234290
* - Update to 0.3.3Dennis Herrmann2009-04-043-42/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=231577
* - Update to 0.3.2Dennis Herrmann2009-03-193-4/+44
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=230445
* - Use my FreeBSD address on the ports I maintainDennis Herrmann2009-03-061-1/+1
| | | | | | | Approved by: tabthorpe (co-mentor) Notes: svn path=/head/; revision=229577
* - Update to 0.3.1Martin Wilke2009-02-272-6/+5
| | | | | | | | PR: 132049 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=229158
* - Update to 0.3Martin Wilke2009-02-083-6/+30
| | | | | | | | PR: 131092 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=227824
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-1/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update to 0.2.5Martin Wilke2008-12-062-6/+7
| | | | | | | | PR: 129463 Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer) Notes: svn path=/head/; revision=223868
* - Fix build by not using ncurses-config since there is no need, and we do notRong-En Fan2008-11-071-1/+4
| | | | | | | | have this in the base system yet - While I'm here, fix incorrect TAGLIB option handling Notes: svn path=/head/; revision=222484