aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.221jadawin2013-08-082-3/+3
| | | | - Changelog: http://cpansearch.perl.org/src/RCAPUTO/CDDB-1.221/CHANGES
* - Convert to new perl frameworkaz2013-08-073-3/+6
| | | | | | | | per port extra changes: devel/p5-Perl-Version remove outage PERL_LEVEL check devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version) Approved by: lth@ (maintainer)
* audio/audacity: fix SF mirrorwg2013-08-041-4/+2
| | | | | | | | | - Fix SF mirror [1] - Switch to USES game - Remove MAKE_JOBS_SAFE (now default) PR: ports/181011 [1] Submitted by: Jack <xxjack12xx gmail.com> (maintainer)
* - Fix Makefile (removed USE_ZIP in r324181)az2013-08-041-0/+1
|
* - Convert to new perl frameworkmat2013-08-035-9/+8
| | | | - Remove MAKE_JOBS_SAFE=yes, it's the default.
* Convert to new perl framework.mat2013-08-031-2/+1
|
* Fix threading issue with glib20.kwm2013-08-032-1/+11
| | | | | | PR: ports/176888 (reported) Submitted by: Yamagi Burmeister <yamagi@yamagi.org> Obtained from: OpenBSD sonata port.
* - Convert to new perl frameworkaz2013-08-037-34/+12
| | | | - Trim Makefile header
* - Convert to new perl frameworkmat2013-08-0313-43/+32
| | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default.
* - Convert to new perl frameworkaz2013-08-038-8/+16
|
* Fixed OGG supportvg2013-08-022-4/+4
| | | | | | | Changed tab to space in pkg-desc Bump PORTREVISION because default dependencies list changed Approved by: rm (mentor)
* For all my portsnaddy2013-08-0210-10/+0
| | | | | * remove MAKE_JOBS_SAFE (default now) * change USE_GMAKE=yes to USES=gmake
* Fix build without gccbapt2013-08-011-1/+1
|
* - Fix build after new vala importmadpilot2013-08-013-1/+23
| | | | - While here, use space in place of tab in pkg-descr WWW line
* Fix build with clangbapt2013-08-011-0/+1
|
* Fix build with clangbapt2013-08-011-5/+2
|
* Convert to new perl framework.madpilot2013-07-311-1/+1
|
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-311-0/+1
| | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1]
* Update audio/fdk-aac to 0.1.2mm2013-07-312-8/+4
|
* Use new LIB_DEPENDSbapt2013-07-301-4/+3
| | | | | | Remove trailing article from comment Remove useless MAKE_JOB_SAFE Drop maintainership
* Use new LIB_DEPENDS formatbapt2013-07-301-4/+3
| | | | Remove now useless MAKE_JOB_SAFE
* Fix my email address again, using proper @FreeBSD.org stylingfeld2013-07-295-10/+10
| | | | Approved by: swills (mentor)
* Update to 0.1.3mm2013-07-294-11/+7
|
* Remove MAKE_JOBS_SAFE from all my ports.dbn2013-07-292-2/+0
| | | | Better to remove now, in one go, then forget about it.
* - Set OPTIONS_DEFAULT=JACK.nox2013-07-281-0/+3
| | | | | | - Bump PORTREVISION. Submitted by: hselasky (maintainer)
* - switch simple inline replacement from perl to sedaz2013-07-282-13/+6
| | | | | | | and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
* Chase audio/arts removalbapt2013-07-2713-224/+25
|
* Remove non default option on audio/arts which has been removed from the treebapt2013-07-272-11/+2
| | | | Reported by: mat
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-27129-5144/+0
| | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt
* Update to 1.1.0 .nox2013-07-272-5/+5
| | | | Submitted by: hselasky (maintainer)
* Update to 2.0.7 .nox2013-07-272-3/+3
| | | | Submitted by: hselasky (maintainer)
* Fix build with recent binutilsbapt2013-07-261-3/+3
|
* Add an explicit dependency on iconv and pkgconfigbapt2013-07-261-18/+8
| | | | | Fix build with newer binutils Use options helpers
* - Update to 0.3.1nivit2013-07-262-7/+4
| | | | - Trim Makefile header
* audio/libmp3splt: Fix configure script test for modern binutilsmarino2013-07-262-1/+11
| | | | | | | | | | The id3tag library will fail to be detected on systems using ld from recent binutils. This is because libid3tag is linked without zlib also being linked directly, and be default it doesn't search libraries linked to linked libraries. The configure script is patched with "-lz" to fix. Also remove redundant MAKE_JOBS_SAFE while we are here. Approved by: bapt (mentor), maintainer
* audio/specimen: directly link libmathmarino2013-07-251-0/+1
| | | | | | Fixes indirect linking errors on modern binutils (fix from dports) Approved by: bapt (mentor)
* audio/nekobee: directly link librariesmarino2013-07-251-1/+1
| | | | | | | Fixes indirect linking errors on modern binutils (fix from dports) Also remove redundant MAKE_JOBS_SAFE while we are here. Approved by: bapt (mentor)
* audio/timemachine: directly link libmath and cleanupmarino2013-07-251-4/+4
| | | | | | | | | Fixes indirect linking errors on modern binutils (fix from dports) Also: remove redundant MAKE_JOBS_SAFE while we are here. Remove library version specification Approved by: bapt (mentor)
* audio/madplay: directly link libz and cleanupmarino2013-07-251-5/+4
| | | | | | | | | | Fixes indirect linking errors on modern binutils (fix from dports) Also: remove redundant MAKE_JOBS_SAFE while we are here. Remove library version specification Make portlint happy Approved by: bapt (mentor)
* Update my email address throughout the treefeld2013-07-255-10/+10
| | | | Approved by: swills (mentor)
* audio/xmms-sapp, audio/penguinsap: Rework exception flagsmarino2013-07-252-8/+10
| | | | | | | | | | | | | | | | | The wrong C++ flag, --no-exceptions, was being passed to these ports. The correct flag is "-fno-exceptions". Apparently gcc accepts the former, but clang does not. The current code states that clang version 3.2 will accept --no-exceptions, but this isn't the case either. However, both of these ports will build without a no-exceptions flag with clang. GCC still requires it. Rework the clang detection code. If code is not detected, -fno-exceptions is added to CXXFLAGS, otherwise nothing is done. Besides fixing the flag handling, this implemention avoids the bmake errors that _CLANG!= was generating. Approved by: bapt (mentor), maintainer
* Restore SQLITE3 optioncrees2013-07-241-1/+1
| | | | Submitted by: Thomas Mueller <tmueller@sysgo.com>
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-2432-44/+0
|
* - Update to version 13.06pawel2013-07-232-6/+4
| | | | | | | | | | | | | | - Remove MAKE_JOBS_SAFE, now it's default - Set compiler not preprocessor flags The biggest highlight of 13.06 is that Ted Felix has reduced CPU usage by almost 50% when recording MIDI. Rosegarden has been plagued with MIDI recording problems for most of its history, and this improvement is huge. While Ted worked on stabilization, Tom Breton made significant improvements in a variety of areas. (See new features enumerated below.) This release should be significantly more stable than recent versions, and we encourage all users to give this improved version a try.
* - Update to 1.2miwi2013-07-225-48/+47
| | | | | PR: 180692 Submitted by: oorts fury
* - Changed my emailvg2013-07-227-10/+10
| | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
* Update audio/soundkonverter to 2.0.4.dbn2013-07-203-3/+4
| | | | | Changelog: -add: Slovenian translation
* - Update to 0.4.15madpilot2013-07-203-3/+13
| | | | | | | - Fix build with clang PR: ports/180455 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer)
* Fix an arithmetic overflow in the RICE2 partitioner.naddy2013-07-192-1/+15
| | | | | | | | For a specific 24 bit WAV file encoding with compression level 7 was generating a file a couple of orders of magnitude larger than the original. Obtained from: upstream
* Couple of missed patches from recent automake update.ade2013-07-172-0/+27
|
* - Unbreak build after autotool updatemiwi2013-07-162-0/+2
|
* - Fix build clangmiwi2013-07-163-9/+28
| | | | | PR: 180516 Submitted by: maintainer
* - Update devel/automake to 1.14ade2013-07-162-2/+3
| | | | | | | | | | | - 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
* Fix up build. bsd.port.pre.mk needs bsd.port.mk changed to bsd.port.post.mk.mandree2013-07-161-1/+1
|
* Update to Opus 1.0.3:naddy2013-07-167-9/+17
| | | | | | | | * new surround API * fixes for a few minor glitches during mode switching * fixes a regression in the FEC code introduced in 1.0.2 Chase libopus bump in dependent ports.
* Fix use of COPYTREE_SHARE. (Shell pattern meta-characters must be escaped.)tijl2013-07-151-2/+1
|
* - Update to 1.0.4miwi2013-07-158-722/+744
| | | | | PR: 180501 Submitted by: Ports Fury
* audio/alure: minor fixeswg2013-07-152-61/+19
| | | | | | | | | - Use pkgconfig - Add DOCS, EXAMPLES and STATIC options - Remove unused PLIST_SUB and convert to OPTIONS_SUB PR: ports/180235 Submitted by: nemysis <nemysis gmx.ch> (maintainer)
* Update MASTER_SITES.nox2013-07-145-5/+5
|
* Update to 4.2-build2008. The only dependent port, multimedia/qmmp, does notdeischen2013-07-142-3/+3
| | | | | | | | have a LIB_DEPENDS, just a depends on an include file, so no PORTREVISION bump is necessary for qmmp. PR: 179956 Submitted by: Waitman Gobble uzimac at da3m0n8t3r dot com
* Bump PORTREVISION after upgrade to audio/liblo.deischen2013-07-1414-16/+21
| | | | After discussion with: pawel and MAINTAINER.
* - Update to 1.2.1feld2013-07-133-8/+31
| | | | Approved by: swills (mentor)
* Add py-discogs-client 1.1.1, python interface to Discogs website.feld2013-07-135-0/+27
|
* - remove shlib version to fix build with updated audio/liblorm2013-07-131-1/+2
| | | | - bump PORTREVISION to chase liblo update
* From the (new) maintainer:deischen2013-07-136-65/+67
| | | | | | | | | | | | | | | | | | | | | - Update to 0.27 - Take maintainership - Shorten header - Add license (LGPL21) - Add dependency for devel/doxygen - Add manual pages - Add docs - Add examples - Add DOCS DOXYGEN EXAMPLES Options - Trim files/patch-src-lo_types_internal.h - Remove not needed patch files/patch-src-server.c - Trim pkg-descr - Trim pkg-plist Note that the previous maintainer was ports@. PR: 179916 Submitted by: nemysis at gmx dot ch (new maintainer)
* - Trim Makefile headersamdmi32013-07-124-16/+12
| | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
* Mark jobs unsafebapt2013-07-121-0/+1
|
* - Update to 0.8swills2013-07-122-8/+4
| | | | | PR: ports/179892 Approved by: maintainer timeout (tha_walka@hotmail.com, >2 weeks)
* - Update to 7.31.0sunpoet2013-07-1227-31/+38
| | | | | | | | | | | | | | | | | | | | | | | - 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
* Mark job unsafebapt2013-07-112-3/+4
| | | | | | | While here: - Trim headers - Convert to USES - Remove code for unsupported version
* Fix PORTSDIR not already defined by using relative pathbapt2013-07-111-1/+1
|
* Fix pure by removing the useless pre.mk/post.mk dancingbapt2013-07-111-7/+2
| | | | | | Convert to USES=gmake Reported by: marino
* Convert my ports to current standardspawel2013-07-111-2/+1
| | | | | | | | - Switch USE_GMAKE to USES=gmake - Define supported options so users can see them in config dialogs - Use OPTIONS_SUB for plist alteration - Convert to options macros for better readability - Use PORTDOCS where it makes sense
* Fix options handling.tijl2013-07-111-1/+1
|
* - Add patch which allows to build audio/acoustid-fingerprinter andmakc2013-07-108-6/+109
| | | | | | | | | audio/chromaprint with different ffmpeg ports (based on patch from multimedia/kdemultimedia4-ffmpegthumbs) - Switch dependency to multimedia/ffmpeg1 - Bump PORTREVISION due to dependency change in audio/chromaprint Approved by: no reply from jhale@
* Mark jobs unsafebapt2013-07-101-0/+1
| | | | | Convert to USES=gmake where appropriate Trim headers
* Remove expired ports:rene2013-07-109-1238/+0
| | | | | 2013-07-10 audio/gdam: Broken for a while 2013-07-10 devel/gnome-vfs1: No more depend on, No more supported upstream
* Really fix this timebapt2013-07-101-11/+11
|
* - Drop all my portspav2013-07-105-5/+5
|
* Fix HAVE_GNOME screamingbapt2013-07-101-8/+10
|
* Convert from USE_MOTIF to USES=motifbapt2013-07-108-26/+14
| | | | | | While here: Convert to USES=gmake as well Trim headers
* Update to 3.1.0lme2013-07-093-32/+10
|
* Convert the ports I maintain to USES=gmake.madpilot2013-07-091-1/+1
|
* - Convert USE_GMAKE to USES=gmakeehaupt2013-07-0917-60/+21
| | | | | | - Change pkgconfig:build to pkgconfig since it's the same and it's bad practice. It accidentally slipped in during the original introduction - Trim header
* Convert to USES=displaybapt2013-07-091-8/+2
|
* Remove unneeded USE_DISPLAYbapt2013-07-091-10/+3
| | | | | | | While here: - Trim headers - Remove undefinite article from comment - Remove useless pre.mk/post.mk dancing
* Add needed pkg-config to fix configurebapt2013-07-081-1/+1
|
* - Add missing distinfo for the x86 versionlme2013-07-061-0/+2
| | | | Reported by: koobs
* - Update to the latest RCmva2013-07-062-3/+3
|
* - Update to 3.0.7.2lme2013-07-062-7/+5
| | | | | | | - While here, move OPTIONS_DEFINE before bsd.port.options.mk PR: ports/180329 Submitted by: maintainer
* Convert to USES=gmakebapt2013-07-051-2/+1
|
* Add an explicit dependency on pkgconf to fix buildbapt2013-07-051-1/+1
|
* Add an explicit dependency on pkgconfbapt2013-07-051-0/+1
|
* pkgconfig is needed by all slaves either (to detect xmms2 itself)bapt2013-07-051-1/+1
| | | | Reported by: poudriere
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-056-12/+12
| | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved.
* - Update to 1.2.4feld2013-07-049-135/+37
| | | | | PR: ports/179309 Reviewed by: crees (mentor)
* - Update to version 2.3pawel2013-07-043-6/+12
| | | | | | | | | - Add OPUS option While here remove leading article from COMMENT PR: ports/180230 Submitted by: Fraser Tweedale <frase@frase.id.au> (maintainer)
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-037-14/+12
| | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly.
* Copy pkg-descr from audio/arts instead of referencing it.rene2013-07-022-1/+1
| | | | This fixes the INDEX build when audio/arts gets removed.
* Remove obsolete CUE optioncrees2013-07-021-8/+1
|
* - Update to 0.7.0nivit2013-06-296-20/+354
| | | | | | | | - Move textproc/clucene from BUILD_DEPENDS to LIB_DEPENDS - Remove GH_TAGNAME - Add PORTVERSION to PLIST_SUB - Remove files/patch-src__libtomahawk__Source.cpp - Add files/patch-src__libtomahawk__sip__PeerInfo.cpp
* - Update to 2.0.3nivit2013-06-294-8/+9
| | | | | | - Change GitHub repository (libechonest is developed by Leo Franchi) - Add PORTVERSION to PLIST_SUB - Fix WWW in pkg-descr
* Convert to USES=imakebapt2013-06-294-22/+8
| | | | | While here trim headers Remove useless pre.mk/post.mk
* Use ${CC} instead of 'clang' to detect whether /usr/bin/cc is gcc or clang.ehaupt2013-06-281-1/+1
|
* New USES imake to handle the dependency on imake.bapt2013-06-287-22/+12
| | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port
* Use USE_GITHUB again using TAGNAME for commit id ....crees2013-06-281-1/+6
| | | | | | | | Submitted by: bdrewery ... thus unbreaking Submitted by: pointyhat (miwi)
* Add SQLITE3 optioncrees2013-06-271-2/+9
|
* * Changed my emailvg2013-06-262-11/+7
| | | | | | | * Changed position name and surname * Deleted lib versions from LIB_DEPENDS Approved by: eadler (mentor)
* - Log:vg2013-06-261-2/+2
| | | | | | | * Changed my email * Changed positions name and surname Approved by: eadler (mentor)
* Update multimedia/ffmpeg1 to 1.2.1mm2013-06-254-1/+4
| | | | | PR: ports/177145 Submitted by: Alexander Kojevnikov <alexander@kojevnikov.com>
* Update to 1.0.20.kwm2013-06-232-3/+3
| | | | | | Minor bug fixes. Submitted by: maintainer (priv mail)
* - Update to 1.21, required for my audio/beets portswills2013-06-223-8/+13
| | | | | | | | | - Remove patch, REINPLACE is better - Passes portlint PR: ports/179297 Submitted by: Mark Felder <feld@feld.me> Approved by: maintainer timeout (johnson.peter@gmail.com, >2 weeks)
* -update to 1.2.4swills2013-06-224-13/+11
| | | | | | | | | -rc script passes rclint now -port passes portlint PR: ports/179300 Submitted by: Mark Felder <feld@feld.me> Approved by: maintainer timeout (ayu@commun.jp, >3 weeks)
* Welcome SDL2 to the FreeBSD ports system!mva2013-06-225-0/+76
| | | | | | | | | | | | | | | | | A set of new SDL2 related ports has been added, which are essentially the same as their corresponding port for SDL1.2: audio/sdl2_mixer graphics/sdl2_image graphics/sdl2_ttf net/sdl2_net A set of new USE_SDL knobs is available to enable SDL2 and its related ports to be added as dependency to ports. Use either of USE_SDL= sdl2 image2 mixer2 net2 ttf2 to pull in the specific sdl2_* or sdl20 port.
* audio/lxmusic: minor fixeswg2013-06-212-63/+90
| | | | | | | | | | | - Add LICENSE (MIT GPLv2) - Use desktop-file-utils - Add NLS and DOCS options - Add Created by in Makefile header PR: ports/179775 Submitted by: nemysis <nemysis@gmx.ch> Approved by: maintainer
* Add a missing file to pkg-plistantoine2013-06-202-1/+5
|
* Reset g.gonter@ieee.org: mbox full.linimon2013-06-201-6/+2
| | | | While here, modernize headers.
* - Trim Makefile headersamdmi32013-06-181-5/+1
| | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful
* - Add missing pkgconfigmiwi2013-06-181-4/+1
| | | | | | | - While here remove 7.X gruft Reported by: pointyhat http://pointyhat-west.isc.freebsd.org/errorlogs/amd64-errorlogs/a.9-exp.20130618003449.pointyhat-west/xmms2-0.8_3.log
* - Support CFLAGS properlymiwi2013-06-171-15/+21
| | | | | | | - Add DESKTOP_ENTRIES PR: 179588 Submitted by: Ports Fury
* audio/mpc: update to 0.22wg2013-06-173-24/+19
| | | | | | | | | | | - Update to 0.22 - Add LICENSE (GPLv2) - Remove spaces from WWW in pkg-descr - New form for pkgconfig PR: ports/179234 Submitted by: nemysis <nemysis@gmx.ch> Approved by: culot / jpaetzel (mentors, implicit), maintainer
* Update audio/soundkonverter to use new options macros and to always build ↵dbn2013-06-172-269/+109
| | | | | | | | | | | | | | plugins. The plugins are disabled at run-time if the required programs are not available, so always including them: a) does not result in a broken port b) provides greater flexability to the user (if the ports are installed later) c) increases the build time, although it is a small port in any case. The above two changes reduces the Makefile line count by 160. Approved by: eadler,bdrewery (mentors, implicit)
* Update audio/soundkonverter to 2.0.3.dbn2013-06-172-3/+3
| | | | | | | | | ChangeLog: -Fix: Update normalize filter widget properly -Fix: Show more than one filter widget at a time -Fix: Load normalize options properly from saved profiles (could lead to a crash) Approved by: eadler,bdrewery (mentors, implicit)
* - chase devel/ice updaterm2013-06-171-2/+2
|
* Requires pkgconfigcrees2013-06-171-1/+1
|
* Use options helpersbapt2013-06-151-6/+3
|
* - Update to 1.47.11nivit2013-06-154-80/+129
| | | | | | | | | | | - Trim Makefile header - Add LICENSE (GPLv3) - Add radio option AUDIO_SYSTEM (default PORTAUDIO) - Remove USE_GCC - Convert to the new option framework - Remove Author field from pkg-descr, fix WWW one Build log: http://goo.gl/BWger
* - Remove www/libxul19, is has been vulnerable and unsupported upstream forflo2013-06-151-1/+1
| | | | | | | | | quite some time. - Switch all remaining consumers to depend on www/libxul - Mark ports that don't work with the new libxul BROKEN - Mark some old ports DEPRECATED with a reasonable timeout Approved by: portmgr (miwi)
* Finish options conversionbapt2013-06-151-1/+1
|
* Convert WITH -> OPTIONSbapt2013-06-151-7/+5
|
* Convert from WITH to OPTIONSbapt2013-06-151-6/+6
| | | | While here remove wrong pkgconfig dependency
* Convert from WITH to OPTIONSbapt2013-06-151-30/+12
|
* Use new options helpersbapt2013-06-151-38/+13
|
* Finish convertion to new options frameworkbapt2013-06-152-12/+4
|
* Convert from WITH to OPTIONSbapt2013-06-151-8/+4
|
* - Trim Makefile headerantoine2013-06-151-6/+5
| | | | - Add empty directory created by the port to plist
* typobapt2013-06-141-1/+1
|
* Trim headersbapt2013-06-141-7/+7
| | | | Convert WITH to options
* Use new helpersbapt2013-06-141-4/+2
|
* Add the forgotten OPTIONS_SUBbapt2013-06-141-0/+2
|
* Simplify by adopting the new options helpersbapt2013-06-141-37/+13
|
* . fix build with clang (CPPFLAGS+=-Wno-return-type);bsam2013-06-142-11/+9
| | | | | | | | . remove shlib ABI version from LIB_DEPENDS; . add LICENSE=GPLv2; . trim Makefile headers; . use PLIST_FILES; . remove pkg-plist (3 lines).
* . fix building with clang (CFLAGS+=-Wno-return-type);bsam2013-06-141-7/+2
| | | | . trim Makefile headers.
* - Fix build with new site_perlaz2013-06-131-6/+2
| | | | Submitted by: ohauer@
* - Fix buildmiwi2013-06-111-6/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* Fix buildmiwi2013-06-111-4/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* Fix build on -CURRENT by using USE_GCC=anyehaupt2013-06-111-0/+1
|
* Fix build on -CURRENTehaupt2013-06-111-1/+3
|
* - Fix buildmiwi2013-06-112-11/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* Fix buildmiwi2013-06-111-1/+0
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Fix buildmiwi2013-06-111-1/+1
| | | | Reported by: pkg (DEVELOPER_MODE)
* - Update to 2.8gblach2013-06-114-6/+145
| | | | Approved by: tabthorpe (mentor)
* - Remove trailing period from DEPRECATED linegahr2013-06-101-1/+1
|
* - Deprecate lang/q and it's modules. As stated on the project's website, Q isgahr2013-06-101-0/+3
| | | | | no longer supported, and users are advised to use lang/pure instead. Expiration date in two months.
* Chase audio/flac 1.3.0 update in gstreamer.naddy2013-06-102-2/+2
| | | | Submitted by: Barbara Guida <barbara.freebsd@gmail.com>
* Mark as deprecated, it has been broken for a while nowbapt2013-06-101-5/+4
| | | | Approved by: pav (maintainer)
* - Update to 0.4swills2013-06-103-4/+21
| | | | | PR: ports/179368 Submitted by: Mark Felder <feld@feld.me> (maintainer)
* * Major update to FLAC 1.3.0, including shared library bumps.naddy2013-06-1051-326/+137
| | | | | | * Chase the update in dependent ports. PR: 179072
* - Do not remove directories not created by this portmiwi2013-06-082-7/+1
| | | |  Reported by: pkg (DEVELOPER_MODE)
* Fix ports using GH_TAGNAME=master to depend on a known hashbdrewery2013-06-081-1/+1
| | | | | | instead of a branch that changes. With hat: portmgr
* - Unmark as BROKEN [1]wg2013-06-072-9/+6
| | | | | | | | - Change DISTFILES and do-fetch to cache the file PR: ports/179398 [1] Submitted by: Lowell Gilbert <freebsd-bugs-local@be-well.ilk.org> Approved by: culot / jpaetzel (mentors, implicit)
* - Remove empty filesak2013-06-072-0/+0
|
* - Update to 2013.05.19wg2013-06-073-26/+7
| | | | | | | | | Changes: https://github.com/PromyLOPh/pianobar/blob/466d16fe/ChangeLog PR: ports/179375 Submitted by: John Hixson <john@ixsystems.com> (maintainer) Approved by: culot / jpaetzel (mentors, implicit)
* Finish conversion to new options frameworkbapt2013-06-061-4/+4
|
* USE_PERL5_BUILD+USE_PERL5_RUN -> USE_PERL5.mat2013-06-061-2/+1
| | | | Reported by: http://az.semmy.ru/perl_sdad.txt
* - Drop alphaeadler2013-06-061-5/+1
| | | | - Convert to OptionsNG
* Restore ventrilo-server, which has been removed by mistake (distfile is ↵bapt2013-06-067-0/+126
| | | | | | | | still available) Pass maintainership to submitter Submitted by: Bob Willcox <bob@immure.com>
* - Avoid using deprecated features of Tcl 8.6gahr2013-06-052-537/+542
|
* Convert to new option frameworkbapt2013-06-051-12/+7
| | | | | Approve by: gnome (kwm) Obtained from: gnome dev repo
* - Update The Glorious Glasgow Haskell Compiler to version 7.6.3pgj2013-06-053-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Haskell Platform to version 2013.2.0.0 Please note that port revisions for all the Haskell ports without version changes are bumped. Some highlights of the update: - Fix PDF generation for pandoc [1] - From now on, PREFIX/{lib,share,share/doc}/cabal/ghc-GHC_VERSION are used for hs- ports (Cabal packages) as prefixes to avoid problems when upgrading with portmaster(8) [2] - Experimental support for LLVM-based code generation (disabled by default) - Many simplifications, refactoring in bsd.cabal.mk New ports (11): devel/hs-asn1-types 0.1.3 devel/hs-data-default-class 0.0.1 devel/hs-data-default-instances-base 0.0.1 devel/hs-data-default-instances-containers 0.0.1 devel/hs-data-default-instances-dlist 0.0.1 devel/hs-data-default-instances-old-locale 0.0.1 devel/hs-extensible-exceptions 0.1.1.4 devel/hs-mmorph 1.0.0 devel/hs-quickcheck-io 0.1.0 x11-toolkits/hs-GLURaw 1.3.0.0 x11-toolkits/hs-OpenGLRaw 1.3.0.0 Updated ports (104): archivers/hs-zlib 0.5.4.0_1 --> 0.5.4.1 databases/hs-persistent 1.1.5.1 --> 1.2.0.1 databases/hs-persistent-sqlite 1.1.5 --> 1.2.0 databases/hs-persistent-template 1.1.2.4 --> 1.2.0 devel/hs-HUnit 1.2.5.1_1 --> 1.2.5.2 devel/hs-IORefCAS 0.2_3 --> 0.2.0.1 devel/hs-MonadRandom 0.1.8 --> 0.1.9 devel/hs-QuickCheck 2.5.1.1_1 --> 2.6 devel/hs-abstract-deque 0.1.6_1 --> 0.2 devel/hs-alex 3.0.2_1 --> 3.0.5 devel/hs-async 2.0.1.3_1 --> 2.0.1.4 devel/hs-basic-prelude 0.3.4.0 --> 0.3.5.0 devel/hs-blaze-builder 0.3.1.0_4 --> 0.3.1.1 devel/hs-byteorder 1.0.3_4 --> 1.0.4 devel/hs-cabal-install 0.14.0_4 --> 1.16.0.2 devel/hs-classy-prelude 0.5.3 --> 0.5.7 devel/hs-cmdargs 0.10.2 --> 0.10.3 devel/hs-conduit 1.0.2 --> 1.0.5 devel/hs-data-default 0.5.0_1 --> 0.5.3 devel/hs-fsnotify 0.0.6 --> 0.0.11 devel/hs-generic-deriving 1.4.0 --> 1.5.0 devel/hs-git-annex 4.20130323_1 --> 4.20130601 devel/hs-haddock 2.11.0_1 --> 2.13.2 devel/hs-hashable 1.2.0.5 --> 1.1.2.5,1 devel/hs-hlint 1.8.43 --> 1.8.45 devel/hs-hspec 1.4.4 --> 1.5.4 devel/hs-hspec-expectations 0.3.0.3_1 --> 0.3.2 devel/hs-largeword 1.0.4 --> 1.0.5 devel/hs-lens 3.8.7.3 --> 3.9.0.2 devel/hs-lifted-base 0.2.0.2 --> 0.2.0.5 devel/hs-monad-control 0.3.1.4_1 --> 0.3.2.1 devel/hs-monad-logger 0.3.0.1 --> 0.3.1.1 devel/hs-monad-par 0.3.4.1 --> 0.3.4.2 devel/hs-pool-conduit 0.1.1_1 --> 0.1.2 devel/hs-profunctors 3.3 --> 3.3.0.1 devel/hs-reflection 1.1.7 --> 1.3.2 devel/hs-resourcet 0.4.5 --> 0.4.7.1 devel/hs-show 0.5 --> 0.6 devel/hs-split 0.2.1.1_1 --> 0.2.2 devel/hs-stm 2.4_1 --> 2.4.2 devel/hs-syb 0.3.7_1 --> 0.4.0 devel/hs-tagged 0.4.4_1 --> 0.6 devel/hs-text 0.11.2.3_1 --> 0.11.3.1 devel/hs-unix-compat 0.4.1.0 --> 0.4.1.1 devel/hs-unix-time 0.1.5 --> 0.1.8 devel/hs-unordered-containers 0.2.3.0 --> 0.2.3.1 devel/hs-utility-ht 0.0.8_3 --> 0.0.9 devel/hs-uuagc 0.9.42.2_3 --> 0.9.42.3 devel/hs-uuid 1.2.9 --> 1.2.13 devel/hs-void 0.5.11 --> 0.6 math/hs-NumInstances 1.2 --> 1.3 math/hs-comonad-transformers 3.0.1_1 --> 3.0.2 math/hs-semigroups 0.9 --> 0.9.1 math/hs-statistics 0.10.2.0_2 --> 0.10.3.1 net/hs-network 2.3.1.0_1 --> 2.4.1.2 net/hs-publicsuffixlist 0.0.3 --> 0.1 net/hs-socks 0.5.0 --> 0.5.1 security/hs-certificate 1.3.5_1 --> 1.3.7 security/hs-cipher-aes 0.1.7 --> 0.1.8 security/hs-clientsession 0.8.1_1 --> 0.9 security/hs-crypto-api 0.11 --> 0.12.1 security/hs-crypto-conduit 0.5.0 --> 0.5.2 security/hs-crypto-pubkey 0.1.2_1 --> 0.1.3 security/hs-crypto-pubkey-types 0.2.0_1 --> 0.3.2 security/hs-cryptocipher 0.4.0_1 --> 0.5.0 security/hs-cryptohash 0.8.3_1 --> 0.9.0 security/hs-skein 0.1.0.12 --> 1.0.3 textproc/hs-HaXml 1.23.3_2 --> 1.24 textproc/hs-attoparsec-conduit 1.0.0 --> 1.0.1 textproc/hs-blaze-html 0.6.0.0 --> 0.6.1.1 textproc/hs-blaze-markup 0.5.1.4 --> 0.5.1.5 textproc/hs-case-insensitive 1.0 --> 1.0.0.2 textproc/hs-highlighting-kate 0.5.3.8 --> 0.5.3.9 textproc/hs-hs-bibutils 4.17 --> 5.0 textproc/hs-polyparse 1.8_3 --> 1.9 textproc/hs-texmath 0.6.1.3 --> 0.6.1.5 textproc/hs-xml 1.3.12_4 --> 1.3.13 textproc/hs-yaml 0.8.2.3 --> 0.8.2.4 www/hs-HTTP 4000.2.5_1 --> 4000.2.8 www/hs-cgi 3001.1.7.4_6,1 --> 3001.1.7.5,1 www/hs-hamlet 1.1.6.3 --> 1.1.7.1 www/hs-happstack-server 7.1.7 --> 7.1.7.1 www/hs-heist 0.11.1 --> 0.12.0 www/hs-http-conduit 1.9.0 --> 1.9.3 www/hs-http-reverse-proxy 0.1.1.3 --> 0.1.1.6 www/hs-shakespeare 1.0.3.1 --> 1.0.5 www/hs-shakespeare-css 1.0.3 --> 1.0.5.1 www/hs-shakespeare-js 1.1.2.1 --> 1.1.4 www/hs-snap 0.11.2 --> 0.12.0 www/hs-wai-extra 1.3.2.4 --> 1.3.4 www/hs-wai-test 1.3.0.4 --> 1.3.1 www/hs-warp 1.3.7.4 --> 1.3.8.1 www/hs-yesod 1.1.9.2 --> 1.2.0.1 www/hs-yesod-auth 1.1.5.3 --> 1.2.0 www/hs-yesod-core 1.1.8.2 --> 1.2.0.4 www/hs-yesod-form 1.2.1.3 --> 1.3.0 www/hs-yesod-persistent 1.1.0.1_1 --> 1.2.0 www/hs-yesod-platform 1.1.8 --> 1.2.0.1 www/hs-yesod-routes 1.1.2 --> 1.2.0 www/hs-yesod-static 1.1.2.2 --> 1.2.0 www/hs-yesod-test 0.3.5 --> 1.2.0 x11-toolkits/hs-GLUT 2.1.2.1_7,1 --> 2.4.0.0,1 x11-toolkits/hs-OpenGL 2.2.3.1_4,1 --> 2.8.0.0,1 x11/hs-xmobar 0.16_2 --> 0.17 Removed ports (2): www/hs-yesod-default 1.1.3.2 www/hs-yesod-json 1.1.2.1 PR: ports/179146 [1] Requested by: Omar Thameen <omar@biglist.com> [1] Reported by: sperber, bapt [2] Tested by: sperber [2] Obtained from: FreeBSD Haskell
* - Update to 20120903bdrewery2013-06-054-20/+19
| | | | | | | | | | | - Pass maintainership to submitter - Trim header - Remove ABI versions from LIB_DEPENDS - Update pkg-descr with latest features - Pet portlint PR: ports/179020 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
* Update to 2.1.8.novel2013-06-053-11/+22
| | | | | PR: 178057 (based on) Submitted by: Martin Dieringer <martin.dieringer@gmx.de>
* Convert to new options frameworkbapt2013-06-041-18/+15
|
* - Update to 2.2.1swills2013-06-042-8/+4
|
* - Fix build with clangmiwi2013-06-044-30/+42
| | | | | PR: 179214 Submitted by: Ports Fury
* - Fix DOCSDIR layoutmiwi2013-06-041-8/+7
| | | | | PR: 179213 Submitted by: Ports Fury
* Remove expired ports:rene2013-06-037-129/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2013-03-05 mail/p5-vpopmail: Broken for more than 6 month 2013-06-01 mail/vodmr: depends on expired mail/p5-vpopmail 2013-06-03 audio/ventrilo-server: No more public distfiles 2013-06-03 devel/libzrtp: No more public distfiles 2013-05-30 mail/postfix26: No longer supported by upstream 2013-06-01 devel/i386-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/mips-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/arm-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sh-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/powerpc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sparc-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/mips-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/i386-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sh-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/powerpc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sparc-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/arm-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/m68k-rtems-binutils: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/m68k-rtems-gcc: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sh-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/m68k-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/i386-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/arm-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/sparc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/mips-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099 2013-06-01 devel/powerpc-rtems-gdb: many issues; see https://www.rtems.org/bugzilla/show_bug.cgi?id=2099
* - Fix broken patch from ports/178343, which might lead to broken OSS outputmva2013-06-032-3/+3
| | | | | PR: ports/178895 Submitted by: Green Dog <fiziologus@gmail.com>
* Update to 1.15.4.novel2013-06-032-3/+3
|
* - Trim Makefile headerswen2013-06-011-5/+1
|
* Update to version 1.1.1pawel2013-06-012-4/+3
| | | | | PR: ports/179103 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
* Stop checking for get_pidfile_from_conf function in rc.subr.crees2013-05-311-2/+1
| | | | | | | | | | | It is present in all supported versions of FreeBSD, and has had poor takeup. I strongly suspect the strange-looking checks are partially to blame for scaring maintainers off. Go forth and please use it! PR: ports/178269 Approved by: maintainers of all ports involved
* - Finish removal of support for Linux 2.4 in bsd.linux-apps.mk andrene2013-05-3031-494/+0
| | | | | | | | | | | | | | | | | bsd.linux-rpm.mk. The default linux version is now Fedora 10. - Remove now obsolete checks for Linux 2.4 in emulators/linux_base-c6, emulators/linux_base-f10, and emulators/linux_dist-gentoo-stage3. While there, remove superfluous -p argument from ${MKDIR}. - Remove now obsolete check for Linux 2.4 or FreeBSD 6 and lower from astro/google-earth. - Remove expired Fedora Core 4 ports which were only used on FreeBSD 7 and below. - Update LEGAL and MOVED PR: ports/176877 Submitted by: myself Approved by: portmgr (bapt) Exp-run by: bapt
* Update to 0.25.b2ehaupt2013-05-302-3/+3
|
* Fix build on HEAD by adding USE_GCC=any (uses nested functions).ehaupt2013-05-291-0/+1
|
* - Update to 1.11.0miwi2013-05-2811-555/+4068
| | | | | PR: 178956 Submitted by: Ports Fury
* Update to 4.1.5ehaupt2013-05-282-3/+3
| | | | | PR: 179039 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
* - Update to 1.0.2miwi2013-05-274-4/+106
| | | | | PR: 178873 Submitted by: Ports Fury
* - Update to version 2.4.3miwi2013-05-279-516/+535
| | | | | PR: 178867 Submitted by: Ports Fury
* Fix build with clang by disabling incompatible cflagsbapt2013-05-271-0/+3
|
* Fix build with clangbapt2013-05-271-0/+20
|
* - Update MASTER_SITES.araujo2013-05-274-67/+87
| | | | | | | | - Add option for GTK2 support. - Add LICENSE. PR: ports/174185 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Remove useless depend on PERL_LEVEL < 5.12jadawin2013-05-271-9/+1
| | | | | PR: ports/17892 Submitted by: az@
* - Update to 0.4.14 [1]wg2013-05-273-1936/+1937
| | | | | | | | | | - Sort pkg-plist Changes: http://sourceforge.net/projects/lmms/files/lmms/0.4.14/ PR: ports/178820 [1] Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer) Approved by: culot (mentor)
* - Mark as NO_PACKAGE hangs about 30 hours on pointyhat(-west)miwi2013-05-261-0/+2
|
* The FreeBSD x11 team proudly presentszeising2013-05-254-17/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing!
* - Fix slave port audio/cpp-xmms2 build with recent clang [1]madpilot2013-05-256-5/+118
| | | | | | | - While here hack build system to stop slave ports from overwriting master's files on installation Reported by: miwi [1]
* Fix build on current by forcing usage of gcc: the code uses nested functions ↵bapt2013-05-241-8/+6
| | | | | | | which is a gcc extensions While here trim headers Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS
* - Trim Makefile headeraz2013-05-241-15/+3
| | | | | - Assign maintainership to perl@ - Remove unnecessary depend on PERL_LEVEL < 5.12
* - Remove unnecessary depend on PERL_LEVEL < 5.12az2013-05-241-4/+0
|
* Apparently upstream likes to change tarballs without the version number.crees2013-05-241-6/+1
| | | | | | I will host the tarball myself. Submitted by: phw (miwi)
* - Fix a sound distortion issue for the OSS backendmva2013-05-232-0/+38
| | | | | PR: ports/178343 Submitted by: Yamagi Burmeister <yamagi@yamagi.org>
* Get rid of a compiler warning.ehaupt2013-05-231-0/+9
|
* Fix build with clang 3.3ehaupt2013-05-231-0/+4
|
* Minor cleanup.naddy2013-05-222-2/+4
|
* * Update to 1.3.1: Guard against very large packets.naddy2013-05-226-102/+87
| | | | * Improve description.
* - update to 1.0.24jgh2013-05-222-19/+18
| | | | Reported by: portscout
* audio/id3ren: Resurrect; it lives on github now.crees2013-05-218-0/+114
| | | | I'll maintain.
* 2013-05-20 audio/gogo-petit: No more public distfilesrene2013-05-207-310/+0
|
* Update to 4.0.6ehaupt2013-05-202-3/+3
|
* Update to 4.1.4ehaupt2013-05-202-3/+3
|
* - Update to 1.1.0swills2013-05-203-10/+27
| | | | | PR: ports/178550 Submitted by: Mark Felder <feld@feld.me> (maintainer)
* - Add missing prefix was causing audio/beets to failswills2013-05-201-0/+2
| | | | | PR: ports/178544 Submitted by: Mark Felder <feld@feld.me> (maintainer)
* audio/musicpd: Fix pkg-messagecrees2013-05-201-1/+1
|
* - Back to the poolmva2013-05-191-1/+1
|
* Configure correct database table depending on MySQL version in use.stefan2013-05-191-9/+9
| | | | | | PR: 178657 Submitted by: Thomas Mueller <tmueller@sysgo.com> Approved by: Mark Knight <markk@knigma.org> (maintainer)
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-196-12/+12
| | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself.
* gmake is no more neededbapt2013-05-191-3/+0
|
* Build with clang once more; fix a void return from int function.crees2013-05-191-0/+11
| | | | | | Not that the result is ever checked... but never mind about that. Reviewed by: Silence on multimedia@
* - Update to 0.9.0bdrewery2013-05-162-3/+3
| | | | | PR: ports/178635 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> (maintainer)
* - Update to version 0.1.8miwi2013-05-164-25/+41
| | | | | PR: 178597 Submitted by: Ports Fury
* Update to 2.0.6.kwm2013-05-152-3/+3
| | | | | | Minor bugfix. Submitted by: maintainer (via IRC)
* Update to 1.0.19.kwm2013-05-152-3/+3
| | | | | | GUI fixes and misc improvements. Submitted by: maintainer (via priv mail)
* - Fix buildgahr2013-05-143-56/+77
| | | | Reported by: miwi (Tcl/Tk 86 exp-run)
* - Disable File::Spec included in squeezeboxserver as it is incompatible with thestefan2013-05-142-12/+5
| | | | | | | | | current p5-Path-Class. - Fix MySQL support. - Assign maintainership to submitter. PR: 177524 Submitted by: Mark Knight <markk@knigma.org>
* Update to 4.0.5ehaupt2013-05-132-3/+4
|
* - Update to 1.0.0miwi2013-05-1312-142/+127
| | | | | PR: 177923 Submitted by: Ports Fury
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly ↵makc2013-05-122-6/+3
| | | | | | | | | | | revert r315222 [1] - Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
* Update to 4.1.3ehaupt2013-05-122-3/+3
| | | | | PR: 178521 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
* - Update to 0.2.1olivierd2013-05-124-6/+10
| | | | - Replace in WWW entry, tabular by space
* - BROKEN Fails to fetchmiwi2013-05-101-5/+3
|
* - Broken fails to buildmiwi2013-05-101-0/+2
|
* Update to 3.0.9lme2013-05-104-7/+9
|
* Bump PORTREVISION after update of x11-fm/thunarolivierd2013-05-091-4/+4
| | | | Finish to convert USES
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-095-25/+12
| | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file
* Mark MAKE_JOBS_SAFEehaupt2013-05-082-0/+2
|
* - Mark MAKE_JOBS_UNSAFEehaupt2013-05-081-5/+2
| | | | - Trim header
* - Use new options frameworkehaupt2013-05-071-10/+14
| | | | - Trim header
* Use shebangfixbapt2013-05-075-25/+15
|
* Use shebangfixbapt2013-05-076-26/+19
|
* - Chase libimobiledevice soversion bump.avilla2013-05-073-69/+70
| | | | | | - Remove SWIG from RUN_DEPENDS. - Sort plist. - Cleanup.
* Use shebangfixbapt2013-05-071-0/+2
|
* Use shebangfixbapt2013-05-071-0/+3
|
* Convert to use the new shebangfix usesbapt2013-05-071-9/+5
|
* Convert USE_NCURSES by USES=ncursesbapt2013-05-067-25/+17
| | | | Convert USE_READLINE by USES=readline
* Fix build with bmakebapt2013-05-061-0/+4
|
* Update to 4.1.2ehaupt2013-05-062-3/+3
|
* Update audio/soundkonverter to 2.0.2.dbn2013-05-063-6/+10
| | | | | | | | | ChangeLog: new in 2.0.2: -Add: Italian translation -Fix: Find normalize properly Approved by: eadler,bdrewery (mentors, implicit)
* Fix build with bmakebapt2013-05-051-0/+4
|
* Update 0.9.5 --> 0.9.5.1.cy2013-05-054-16/+40
| | | | | | | | | | Unbreak build. Assign Shane Ambler <FreeBSD@Shaneware.biz> as new maintainer. PR: 177806 Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> Approved by: Maintainer (devel@stasyan.com)