aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mythtv
Commit message (Collapse)AuthorAgeFilesLines
* UnbreakAntoine Brodin2015-05-081-0/+2
|
* Update ports in the [i-m]* category to not use GH_COMMIT.Mathieu Arnold2015-05-082-6/+3
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-021-133/+0
| | | | Approved by: portmgr blanket
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* Use pathfix so that the pkgconfig file actually gets installed whereAdam Weinberger2014-09-142-3/+1
| | | | | the plist says it does. While here, don't try to remove directories installed by unconditional dependencies.
* - USE_PERL=fixpacklist, otherwise .packlist references staging directoryDmitry Marakasov2014-09-122-7/+11
| | | | | | | | | | - Update python-related variables - Add missing plist files and sort plist - Install pkgconfig file into correct location PR: 193559 Submitted by: amdmi3 Approved by: decke (maintainer)
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* comms/lirc:Tijl Coosemans2014-08-111-1/+1
| | | | | | | | | - Fix missing -lusb [1] - Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Use @sample Reported by: sbruno [1]
* Add USES=libtoolTijl Coosemans2014-07-162-3/+3
|
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* - Make sure libavcodec builds MD codeBernhard Froehlich2014-03-252-9/+2
| | | | | | | - Bump PORTREVISION PR: ports/187836 Submitted by: Jan Beich <jbeich@tormail.org>
* - Update to latest 0.27 stable branch from githubBernhard Froehlich2014-01-268-25/+64
| | | | | | | | - Add patches to build with clang [1] - Use OPTIONS_SUB PR: ports/186005 [1] Submitted by: John Clark <clarkjc@runbox.com> [1]
* - Fix the usage of 'python' to get rid of the implicit lang/pythonMarcus von Appen2013-11-271-0/+1
| | | | | | dependency Approved by: decke@ (maintainer)
* - Update to 0.27Bernhard Froehlich2013-11-1812-133/+298
| | | | | | - Add staging support - Convert optional dependencies to new format - Add a few clang patches but switch to USE_GCC=any because there's quite some work left (contributors?)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | multimedia)
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-3/+1
| | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
* - Update to 0.26.1Bernhard Froehlich2013-08-274-15/+5
|
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
|
* - Update to 0.26.0Bernhard Froehlich2012-10-279-141/+216
| | | | | | | | - Convert to OptionsNG - Force binutils from ports for 7.x/8.x because binutils from base is too old - Trim Makefile headers Feature safe: yes
* - Update to 0.25.2Bernhard Froehlich2012-08-045-13/+42
| | | | | - Fix Perl and Python bindings and enable per default - Fix PHP bindings for PHP 5.4
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-3/+2
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
|
* - Update distinfo because of rerolled distfileBernhard Froehlich2012-05-101-2/+2
| | | | | | | | | | --- mythtv-0.25-OLD/VERSION 2012-04-10 07:29:22.000000000 +0200 +++ mythtv-0.25-NEW/VERSION 2012-04-13 03:49:25.000000000 +0200 @@ -1 +1 @@ -SOURCE_VERSION="v0.25pre" +SOURCE_VERSION="v0.25" Redported by: Robert Backhaus <robbak@robbak.com>
* - Update to 0.25Bernhard Froehlich2012-05-1010-215/+645
| | | | | - Fix mythbackend rc script to start after mysql - Add HOME env variable for mythbackend to find it's home directory
* The variable is USE_PERL5 not USE_PERLEitan Adler2012-02-071-1/+1
| | | | | | Submitted by: Alex Kozlov Reviewed by: perl (swills) Approved by: portmgr (pav)
* - Update to 0.24.2Bernhard Froehlich2012-02-013-7/+6
|
* Update lame to 3.99.3.Alexander Leidinger2012-01-151-1/+1
| | | | Bump portrevision of all ports which depend upon it.
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-241-1/+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
* - Update again because they rerolled the distfile and fixed the directory ↵Bernhard Froehlich2011-05-232-3/+3
| | | | | | | | | structure - Remove WRKSRC - Bump PORTREVISION Reported by: Ashley Diamond <ash@diamondbsd.com>
* - Update to 0.24.1Bernhard Froehlich2011-05-203-6/+9
| | | | - Pet portlint (CPPFLAGS)
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* Update to GNU make 3.82 after numerous -exp runs.Ade Lovett2011-04-121-41/+11
|
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-0/+1
|
* - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lircJuergen Lock2011-02-271-1/+1
| | | | | | | | | | | | | | | | | | | support in webcamd svn (for mceusb-based receivers/transmitters and USB DVB tuner remotes supported by the Linux code), and enable support for a few more USB devices while we're at it tho of those only an FTDI-based one was tested: http://www.huitsing.nl/irftdi/ [1] - Fix plist for audio/rhythmbox and multimedia/totem and add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for multimedia/xine when building them with (optional) lirc support. [2] - Chase liblirc_client shlib version bump for ports depdending on it and bump PORTREVISIONs for ports depending on it by default. Approved by: portmgr (miwi) [2] Thanks to: Warren Block <wblock@wonkity.com> for testing [1]
* - Update to 0.24Bernhard Froehlich2011-01-0510-336/+845
| | | | | | - Add BINDINGS option (python only, perl not working yet) - Add qt4-imageformats dependency for tmdb and ttvdb to get metadata images working - Remove MD5 checksum
* - Update MythTV MASTER_SITES for old releasesBernhard Froehlich2010-12-091-1/+3
| | | | Noticed by: The Distilator
* - Fix build with upcoming Qt 4.7Bernhard Froehlich2010-12-033-0/+89
| | | | | | PR: ports/152759 Submitted by: makc Obtained from: mythtv (r26391, r26434)
* Switch libvdpau dependency from x11/nvidia-driver to multimedia/libvdpauMax Brazhnikov2010-09-251-3/+2
| | | | | | PR: ports/150383 Submitted by: Anonymous <swell.k at gmail.com> Approved by: maintainer
* - Update to 0.23.1Bernhard Froehlich2010-08-063-55/+56
| | | | Approved by: miwi (mentor)
* - Update to 0.23Bernhard Froehlich2010-06-2116-2471/+245
| | | | | | | | | | | | | - V4L support enabled for webcamd (works fine with DVB-S2 USB hardware) - Use USERS/GROUPS framework - Removed automatic database creation from POST-INSTALL [1] - Harmonize mythtv and mythtv-frontend Makefiles and patches - Remove incorrect CONFLICTS entry for mythtv-themes Feature safe: yes Discussed with: Mickael Maillot <mickael.maillot (AT) gmail.com> [1] Thanks to: Torfinn Ingolfsen <torfinn.ingolfsen (AT) broadpark.no> Approved by: beat (co-mentor)
* - update audio/lame to 3.98.4Alexander Leidinger2010-06-031-1/+1
| | | | | | | | | - use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency)
* - Fix mythtv on CURRENT after r203862Bernhard Froehlich2010-05-151-0/+13
| | | | | | | | | | | | | | | The commit r203862 indirectly broke mythtv because until that time the missing include of <sys/types.h> caused that mythtv used gettimeofday(2) instead of ftime(3) and nobody noticed that building with ftime is broken in mythtv. So instead of repairing the deprecated ftime usage I've removed it and use the gettimeofday fallback as it was until now but by pure intention now. Approved by: beat (co-mentor) Reported by: pointyhat via erwin
* - Change to my FreeBSD email addressBernhard Froehlich2010-04-011-1/+1
| | | | Approved by: miwi (mentor), beat (co-mentor)
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Fix mysql supportMartin Wilke2010-02-082-2/+2
| | | | | PR: 143535 Submitted by: maintainer
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
|
* - Update to 0.22Martin Wilke2009-12-1924-973/+3341
| | | | | PR: 141722 141723 141724 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer)
* - Pass MAINTAINER to Bernhard Froehlich in preparation for the upcomingGreg Larkin2009-11-161-1/+1
| | | | | | 0.22 release. He has done exemplary work porting MythTV to FreeBSD! Approved by: Bernhard Froehlich <decke@bluelife.at>
* - Fixes to respect LOCALBASEGreg Larkin2009-08-051-2/+6
| | | | | PR: ports/136629 Submitted by: Bernhard Froehlich <decke at bluelife dot at>
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Added missing patches to fix compilation problems with installedGreg Larkin2009-04-254-0/+46
| | | | | | | | ffmpeg port - Bumped PORTREVISION Reported by: Torfinn Ingolfsen <torfinn dot ingolfsen at broadpark dot no> Submitted by: Bernhard Frohlich <decke at bluelife dot at>
* - Added directives to clean up the locale-related env variables. MythTV'sGreg Larkin2009-03-191-5/+12
| | | | | | | | configure script creates an invalid mythconfig.h with some locale settings. Seems to be a similar problem as described in this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=76585&cat= Reported by: Maciej Milewski <milu at dat dot pl>
* - Removed obsolete text from pkg-descr [1]Greg Larkin2009-03-172-15/+7
| | | | | | | - Fixed mtree problem [2] Reported by: Bernhard Frohlich <decke at bluelife dot at> [1] Reported by: QAT & erwin (pointyhat) [2]
* - Updated to 0.21Greg Larkin2009-03-1126-934/+1045
| | | | | | | | | | - Fixed user handling - Added entry to UPDATING for 0.21 to 0.21 version upgrade - Enable build on amd64 - Unbreak, undeprecate, and unexpire PR: ports/126343 Submitted by: Anders Troback <freebsd at troback dot com>
* glarkin is working on an update, so give expiration a longer grace period.Mark Linimon2009-01-011-1/+1
|
* Reset grog@FreeBSD.org: last commit was more than 6 months ago, andMark Linimon2008-08-071-1/+1
| | | | PRs are outstanding.
* - This port has been BROKEN for more than 6 months. It will be removed unlessPav Lucistnik2008-06-191-0/+2
| | | | | | fixed in next two months. With hat: portmgr
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | 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)
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-201-1/+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)
* BROKEN: Incorrect handling of user additionKris Kennaway2007-06-101-0/+2
|
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Upgrade to a snapshot of the MythTV fixes tree.Greg Lehey2007-04-157-51/+118
| | | | | | | | | | | This is necessary to maintain protocol compatibility with Linux distributions, on which we're generally dependent for tuner functionality. Unfortunately, there's no distribution for this version, and it's already been overtaken. Watch this space. Submitted by: dmlb This also fixes a build error reported by pointyhat.
* Remove extreme breakage.Greg Lehey2007-03-263-23/+17
| | | | Marked broken by: kris
* BROKEN: Incorrect pkg-plistKris Kennaway2007-03-251-0/+2
|
* Another round of the periodic sweep for removal of theDoug Barton2007-02-271-1/+3
| | | | | | | | | KEYWORD: FreeBSD scourge. We have ignored this keyword for a long time now, so this is a non-functional change (therefore no PORTREVISION bumps). Insert a $FreeBSD tag where needed, and adjust a comment in mail/milter-regex to match reality.
* Fix communication between front end and back end.Greg Lehey2007-02-243-0/+72
| | | | | Submitted by: usleepless <usleepless@gmail.com> PR: ports/108667
* Don't even think of writing to the capture card.Greg Lehey2007-02-241-0/+11
|
* Unbreak.Greg Lehey2007-02-231-6/+1
| | | | Depend on new version of LIRC.
* Clarify that user mythtv needs a password before being ready.Greg Lehey2007-02-231-1/+2
|
* Make this reflect reality better.Greg Lehey2007-02-231-5/+31
| | | | Encouraged by: pav
* Create ~mythtv directory if it doesn't exist.Greg Lehey2007-02-201-2/+2
| | | | Make it clear that you need to initialize as user mythtv.
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkPav Lucistnik2007-02-131-3/+2
| | | | | Submitted by: rafan Tested on: pointyhat
* Schedule these broken ports for removal on 2007-04-10 if they are stillKris Kennaway2007-02-111-0/+2
| | | | broken at that time and no fix has been submitted.
* BROKEN: Incorrect pkg-plistKris Kennaway2007-02-041-0/+2
|
* Correct maintainer.Greg Lehey2007-01-191-7/+7
| | | | | | | | Requested by: droso Restrict to i386 until we know it works elsewhere. Reduce portlint whining: Replace program names with variables.
* Add missing file.Greg Lehey2007-01-191-0/+90
| | | | PR: ports/108082
* Install p5-XML-SAX-Expat explicitly; otherwise a parser gets installedGreg Lehey2007-01-171-3/+5
| | | | | | | | that is subsequently rejected. Make a better job of configuring what we can. qt-mysql-plugin is a run dependency, not a build dependency.
* Perform some post-install stuff: add users and create the mythconvergGreg Lehey2007-01-171-0/+23
| | | | database if it doesn't already exist.
* Patch defaults.Greg Lehey2007-01-173-0/+33
|
* Bring up to date. The previous version was a leftover from 0.17.Greg Lehey2006-12-231-767/+616
| | | | | This still needs investigation; some of the package targets are not working properly.
* Take MAINTAINER until it's done. This is a soft MAINTAINER.Greg Lehey2006-12-221-1/+2
| | | | | Currently we only know that it builds on i386, and it doesn't on amd64, so restrict it to i386.
* Use MySQL 5.1, not 4.0.Greg Lehey2006-12-211-8/+9
| | | | | | | Make MySQL server an option, not a requirement. We only need the client to build. Install mythbackend in a more conventional manner. Suggested by: itetcu
* Install the rc.d script in the canonical way.Greg Lehey2006-12-211-0/+27
| | | | Suggested by: itetcu
* New port: MythTV.Greg Lehey2006-12-2011-0/+1041
Currently, the port builds and installs MythTV, but doesn't help much in configuring it.