/russian/ksocrat/

repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mous
Commit message (Collapse)AuthorAgeFilesLines
* Turn WMA into a non-default OPTION for all but i386 and amd64riggs2015-09-131-3/+3
| | | | | | PR: 202350 Submitted by: sbruno@FreeBSD.org Approved by: maintainer timeout
* Convert most ports using cloud.github.com to GHC.mat2015-09-051-1/+3
| | | | | | Convert a couple to github, and use some options helpers on the way. Sponsored by: Absolight
* audio/mous: qt4-linguist -> qt4-linguisttoolspgollucci2015-08-193-9/+11
| | | | | | | | | | | - USE_QT4=linguist -> USE_QT4=linguisttools_build. Also, add 'corelib'. - Add USE_LDCONFIG. - Regenerate patches. - Bump PORTREVISION PR: 201684 Submitted by: s3erios@gmail.com Approved by: shen.elf@gmail.com
* Move ASSEMBLY to an i386/amd64 only OPTION_DEFAULTsbruno2015-08-151-1/+4
| | | | | PR: 201598 Reviewed by: shen.elf@gmail.com (maintainer)
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* Cleanup plistbapt2014-10-201-10/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* audio/mous: Update MASTER_SITES urlmarino2014-08-311-1/+1
| | | | | PR: 192984 Submitted by: maintainer (Shen Elf)
* - Support stagingjhale2014-07-035-198/+108
| | | | | | | | | | | | | - Fix build with clang (error: no member named 'please_use_av_free' in the global namespace using ::free;) - Fix build with custom LOCALBASE - Update LICENSE (BSD -> BSD2CLAUSE) - Use options helpers - Strip binaries - No subsitutions were being made to files/pkg-message.in, so move it to pkg-message and clean it up a bit Approved by: portmgr (blanket approval)
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-091-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-11/+11
| | | | | | LIB_DEPENDS in audio With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* * Major update to FLAC 1.3.0, including shared library bumps.naddy2013-06-101-0/+1
| | | | | | * Chase the update in dependent ports. PR: 179072
* Convert USE_NCURSES by USES=ncursesbapt2013-05-061-10/+2
| | | | Convert USE_READLINE by USES=readline
* - convert USE_CMAKE to USESmakc2013-03-231-1/+1
| | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)