notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/miro/Makefile

Number of commits found: 85

Thursday, 27 Dec 2018
13:59 amdmi3 search for other commits by this committer
- Switch to new test framework

Approved by:	portmgr blanket
Original commitRevision:488544 
Wednesday, 26 Dec 2018
22:11 linimon search for other commits by this committer
This port requires GCC from ports to build on GCC-based architectures.

Additionally, our patch sets unconditionally compiler from base.
Change = to ?=.

While here, pet portlint.

PR:		234161
Submitted by:	Piotr Kubaj
Approved by:	maintainer
Original commitRevision:488468 
Wednesday, 12 Dec 2018
00:15 jbeich search for other commits by this committer
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
Original commitRevision:487266 
Tuesday, 6 Nov 2018
01:50 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.1

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Original commitRevision:484273 
Saturday, 6 Oct 2018
21:20 yuri search for other commits by this committer
Fix index (net-p2p/py-libtorrent-rasterbar users updated); Fix MOVED format
Original commitRevision:481402 
20:13 yuri search for other commits by this committer
net-p2p/libtorrent-rasterbar and net-p2p/libtorrent-rasterbar-python: Update
1.1.9 -> 1.1.10

Port changes for net-p2p/libtorrent-rasterbar:
* Change to cmake
* Add LICENSE_FILE
* Add USES=compiler:c++14-lang
* Remove the TEST option, add the cmake-based do-test target, but it is broken
upstream

Port changes for net-p2p/libtorrent-rasterbar-python:
* Complete redesign, made it an individual port instead of a slave

Bump 5 dependencies.

Reported by:	TJ <tj@mrsk.me>
Original commitRevision:481391 
Thursday, 9 Aug 2018
06:58 jbeich search for other commits by this committer
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
Original commitRevision:476723 
Wednesday, 20 Jun 2018
17:05 mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
Original commitRevision:472884 
Friday, 4 May 2018
11:40 jbeich search for other commits by this committer
multimedia/miro: unbreak with ffmpeg 4.0

linux/miro-segmenter.c:103:48: error: use of undeclared identifier
'CODEC_FLAG_GLOBAL_HEADER'
                output_codec_context->flags |= CODEC_FLAG_GLOBAL_HEADER;
                                               ^
linux/miro-segmenter.c:270:46: error: no member named 'pts' in 'struct AVStream'
            segment_time = (double)video_st->pts.val * video_st->time_base.num /
video_st->time_base.den;
                                   ~~~~~~~~  ^
linux/miro-segmenter.c:273:46: error: no member named 'pts' in 'struct AVStream'
            segment_time = (double)audio_st->pts.val * audio_st->time_base.num /
audio_st->time_base.den;
                                   ~~~~~~~~  ^

PR:		227726
Reported by:	antoine (via exp-run)
Original commitRevision:469017 
Wednesday, 2 May 2018
15:07 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Original commitRevision:468844 
Wednesday, 18 Apr 2018
13:57 jbeich search for other commits by this committer
devel/boost-*: update to 1.67.0

Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
Original commitRevision:467711 
Thursday, 18 Jan 2018
04:11 jbeich search for other commits by this committer
devel/boost-*: update to 1.66.0

Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
Original commitRevision:459315 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Saturday, 21 Oct 2017
06:50 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.4

Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
Original commitRevision:452570 
Monday, 25 Sep 2017
00:08 jbeich search for other commits by this committer
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450560 
00:05 jbeich search for other commits by this committer
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Original commitRevision:450557 
Tuesday, 2 May 2017
06:48 jbeich search for other commits by this committer
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
Original commitRevision:439934 
Tuesday, 25 Apr 2017
08:20 riggs search for other commits by this committer
Chase ffmpeg 3.3 update (ABI changes)

PR:		218658
Submitted by:	riggs
Original commitRevision:439367 
Wednesday, 18 Jan 2017
13:20 tijl search for other commits by this committer
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:431796 
Friday, 6 Jan 2017
08:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
Original commitRevision:430692 
Sunday, 11 Dec 2016
15:22 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 3.2.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
Original commitRevision:428352 
Wednesday, 23 Nov 2016
12:45 jbeich search for other commits by this committer
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
Original commitRevision:426908 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Saturday, 12 Dec 2015
23:43 sunpoet search for other commits by this committer
- Move ftp/py-curl to ftp/py-pycurl
- Bump PORTREVISION for dependent ports
Original commitRevision:403641 
Saturday, 26 Sep 2015
00:24 bapt search for other commits by this committer
Modernize plist
Original commitRevision:397915 
Wednesday, 29 Jul 2015
16:26 amdmi3 search for other commits by this committer
- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
Original commitRevision:393175 
Wednesday, 25 Mar 2015
17:36 marino search for other commits by this committer
multimedia category: Remove $PTHREAD_LIBS

approved by:	PTHREAD blanket
Original commitRevision:382254 
Thursday, 2 Oct 2014
07:36 mva search for other commits by this committer
- Convert to USES=python

Approved by:	portmgr (implicit)
Original commitRevision:369798 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 11 Aug 2014
17:05 adamw search for other commits by this committer
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:364628 
Saturday, 28 Jun 2014
22:31 swills search for other commits by this committer
- Stage
Original commitRevision:359723 
Friday, 27 Jun 2014
17:21 miwi search for other commits by this committer
- Chase database/sqlite3 slib bump

Approved by:	portmgr (myself)
Original commitRevision:359586 
Monday, 13 Jan 2014
21:00 rene search for other commits by this committer
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
Original commitRevision:339634 
Wednesday, 6 Nov 2013
12:18 nemysis search for other commits by this committer
- Fix net-p2p/libtorrent-rasterbar dependency due to recent commit
- Change net-p2p/Makefile

Approved by:	bdrewery>
Original commitRevision:332972 
Monday, 21 Oct 2013
17:51 wg search for other commits by this committer
multimedia/miro: link against ffmpeg-2

- Link against ffmpeg-2
- Remove leading article from COMMENT
- Convert lib depends to new format

Approved by:	portmgr (bapt, implicit)
Original commitRevision:331165 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Wednesday, 18 Sep 2013
08:38 bapt search for other commits by this committer
Add an explicit dependency on pkgconf
Original commitRevision:327535 
Sunday, 1 Sep 2013
12:37 sperber search for other commits by this committer
- Update multimedia/miro to 6.0
- change ffmpeg dependency to ffmpeg1
- update maintainer to swills@ (suggested and accepted over irc)

PR:           ports/181348
Submitted by: Steve Wills <swills _AT_ FreeBSD.org>
Approved by:  decke (mentor)
Original commitRevision:325851 
Wednesday, 24 Apr 2013
18:10 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Original commitRevision:316464 
Monday, 4 Mar 2013
10:55 lwhsu search for other commits by this committer
- Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocation
Original commitRevision:313402 
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Sunday, 20 May 2012
13:18 sperber search for other commits by this committer
- Update to 5.0
- Update my maintainer email address to my FreeBSD.org address

Approved by:    beat (mentor)
Original commit
Monday, 20 Feb 2012
00:10 miwi search for other commits by this committer
- Update to 4.0.6

PR:             164788
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
Original commit
Thursday, 16 Feb 2012
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Saturday, 28 Jan 2012
17:50 miwi search for other commits by this committer
- Update to 4.0.4

PR:             164296
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
Original commit
Saturday, 3 Dec 2011
14:11 miwi search for other commits by this committer
- Add missing dependency
- Bump PORTREVISION

PR:             163003
Submitted by:   Grzegorz Blach <magik@roorback.net>
Approved by:    maintainer via irc
Feature safe:   yes
Original commit
Friday, 11 Nov 2011
17:56 miwi search for other commits by this committer
- Update to 0.4.3

PR:             162326
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe:   yesjo
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Original commit
Thursday, 1 Sep 2011
13:26 eadler search for other commits by this committer
- bump USE_PYTHON to 2.5+
- since it now requires 2.5+ use databases/py-sqlite3
instead of databases/py-pysqlite2x
- while here, move LICENSE to proper block
- remove CONFLICTS since we don't have other Miro version in the tree anymore
- remove MAKE_ENV line as it automatically occurs in b.p.m

PR:             ports/160070
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:    Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
                sahil (mentor)
Original commit
Friday, 24 Jun 2011
22:39 mm search for other commits by this committer
Bump due to ffmpeg update to 0.7.1
Original commit
Thursday, 16 Jun 2011
06:26 wen search for other commits by this committer
- Add missing depends.

PR:             ports/157438
Submitted by:   Grzegorz Blach <magik@roorback.net>
Approved by:    maintainer
Original commit
Monday, 30 May 2011
20:13 wxs search for other commits by this committer
- Update to 4.0.1.

PR:             ports/157394
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org> (maintainer)
Original commit
Tuesday, 28 Dec 2010
11:57 decke search for other commits by this committer
- Update to 3.5.1
- Remove check for FreeBSD 6.x

PR:             ports/153366
Submitted by:   Armin Pirkovitsch <armin at frozen-zone dot org> (maintainer)
Original commit
Thursday, 4 Nov 2010
13:02 makc search for other commits by this committer
Update to 3.5

PR:             ports/151710
Submitted by:   Armin Pirkovitsch (maintainer)
Original commit
Friday, 3 Sep 2010
13:54 decke search for other commits by this committer
- Add missing py-gnome2 dependency
- Bump PORTREVISION

PR:             ports/149990
Submitted by:   Oleg Ginzburg <olevole at olevole dot ru>
Approved by:    Armin Pirkovitsch <armin at frozen-zone dot org> (maintainer),
beat (co-mentor, implicit)
Original commit
Monday, 9 Aug 2010
22:53 araujo search for other commits by this committer
- Update to 3.0.3.
- Add license info.
- Mark as BROKEN on 6.x.
- Pass maintainership to submitter.

PR:             ports/149091
Submitted by:   Armin Pirkovitsch <armin@frozen-zone.org>
Original commit
Thursday, 15 Jul 2010
07:12 miwi search for other commits by this committer
- Update to 3.0.2

PR:             148566
Submitted by:   Ports Fury
Original commit
Sunday, 20 Jun 2010
17:53 gerald search for other commits by this committer
Replace USE_GCC=4.3+ by USE_GCC=4.4+ (which has been a noop for two weeks
now anyway).

Feature safe:   yes
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Friday, 14 May 2010
05:41 mva search for other commits by this committer
- Update to 0.9.9
Original commit
Saturday, 24 Apr 2010
09:38 ehaupt search for other commits by this committer
Chase audio/libmodplug update.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Tuesday, 29 Dec 2009
11:16 miwi search for other commits by this committer
- Update to 2.5.4

PR:             142041
Submitted by:   Ports Fury
Tested by:      nox
Original commit
Friday, 27 Nov 2009
09:08 beat search for other commits by this committer
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION

Approved by:    portmgr (miwi)
Exp-run by:     miwi
Original commit
Saturday, 8 Aug 2009
06:24 miwi search for other commits by this committer
- Update to 2.5.2

PR:             137534
Submitted by:   Ports Fury
Original commit
Tuesday, 28 Jul 2009
11:45 pav search for other commits by this committer
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
Original commit
Thursday, 9 Jul 2009
09:05 miwi search for other commits by this committer
- Update to 2.0.5

PR:             136480
Submitted by:   Ports Fury
Original commit
Saturday, 9 May 2009
09:19 miwi search for other commits by this committer
- Update to 2.0.4

PR:             134290
Submitted by:   Ports Fury
Original commit
Tuesday, 7 Apr 2009
12:30 lwhsu search for other commits by this committer
- Fix building with boost 1.37

Submitted by:   amdmi3
Original commit
Friday, 20 Mar 2009
23:01 miwi search for other commits by this committer
- Update to 2.0.3

PR:             132752
Submitted by:   Ports Fury
Original commit
Saturday, 14 Mar 2009
14:10 miwi search for other commits by this committer
- Update to 2.0.2

PR:             132473
Submitted by:   Ports Fury
Original commit
Friday, 20 Feb 2009
16:02 miwi search for other commits by this committer
- Update to 2.0.1

PR:             131832
Submitted by:   Ports Fury
Original commit
Monday, 8 Dec 2008
18:09 thierry search for other commits by this committer
Upgrade to 1.2.8.

Changelog at
<https://develop.participatoryculture.org/trac/democracy/wiki/1.2ReleaseNotes>

Notified by:    tobez
Original commit
Thursday, 25 Sep 2008
19:58 thierry search for other commits by this committer
Upgrade to 1.2.7.

Changelog at
<http://www.getmiro.com/blog/2008/09/attention-linux-users-miro-127-release/>
Original commit
Tuesday, 19 Aug 2008
17:00 thierry search for other commits by this committer
- Upgrade to 1.2.6;

- Release maintainership.
Original commit
Saturday, 14 Jun 2008
14:49 thierry search for other commits by this committer
Upgrade to Miro 1.2.4.

Release notes at:
<https://develop.participatoryculture.org/trac/democracy/wiki/1.2ReleaseNotes>
Original commit
Friday, 6 Jun 2008
13:48 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Monday, 31 Mar 2008
21:44 thierry search for other commits by this committer
Upgrade to 1.2.1.

Notified by:    portscout
Original commit
Saturday, 22 Mar 2008
08:49 thierry search for other commits by this committer
Upgrade to 1.2.

Changelog at
<https://develop.participatoryculture.org/trac/democracy/wiki/1.2ReleaseNotes>
Original commit
Friday, 15 Feb 2008
21:45 thierry search for other commits by this committer
Upgrade to 1.1.2.
Original commit
Saturday, 12 Jan 2008
12:44 thierry search for other commits by this committer
Upgrade to Miro 1.1.

Announce at
<http://www.getmiro.com/blog/2008/01/announcing-miro-11-dramatically-faster-bittorrent/>
Original commit
Wednesday, 12 Dec 2007
20:34 thierry search for other commits by this committer
Add a missing RUN_DEPENDS to ImageMagick.

Reported by:    mezz
Original commit
Tuesday, 11 Dec 2007
22:27 thierry search for other commits by this committer
Miro, formerly known as Democray, is an internet TV platform so that watching
internet video channels will be as easy as watching TV and broadcasting a
channel will be open to everyone.

WWW: http://www.getmiro.com/
Original commit

Number of commits found: 85