Commit graph

22 commits

Author SHA1 Message Date
Bernhard Froehlich
5529961b65 - Update to 0.25
- Fix mythbackend rc script to start after mysql
- Add HOME env variable for mythbackend to find it's home directory
2012-05-10 08:21:14 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
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.
2012-01-14 08:57:23 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
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
2011-05-15 02:49:17 +00:00
Ade Lovett
fe0d23d638 Update to GNU make 3.82 after numerous -exp runs. 2011-04-11 19:54:35 +00:00
Bernhard Froehlich
966c4738ff - Update to 0.24
- 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
2011-01-04 17:45:25 +00:00
Bernhard Froehlich
31c2768a6d - Fix build with upcoming Qt 4.7
PR:		ports/152759
Submitted by:	makc
Obtained from:	mythtv (r26391, r26434)
2010-12-02 19:53:58 +00:00
Bernhard Froehlich
f1d8da739e - Update to 0.23
- 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)
2010-06-21 13:18:06 +00:00
Bernhard Froehlich
6d7de17a5f - Fix mythtv on CURRENT after r203862
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
2010-05-14 19:13:51 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Martin Wilke
84355d5cc8 - Fix mysql support
PR:		143535
Submitted by:	maintainer
2010-02-08 15:04:22 +00:00
Martin Wilke
49efbac1af - Update to 0.22
PR:		141722 141723 141724
Submitted by:	Bernhard Froehlich <decke@bluelife.at> (maintainer)
2009-12-19 13:03:53 +00:00
Greg Larkin
40a58cd616 - Added missing patches to fix compilation problems with installed
ffmpeg port
- Bumped PORTREVISION

Reported by:	Torfinn Ingolfsen <torfinn dot ingolfsen at broadpark dot no>
Submitted by:	Bernhard Frohlich <decke at bluelife dot at>
2009-04-25 01:13:39 +00:00
Greg Larkin
3df712c8f8 - Removed obsolete text from pkg-descr [1]
- Fixed mtree problem [2]

Reported by:	Bernhard Frohlich <decke at bluelife dot at> [1]
Reported by:	QAT & erwin (pointyhat) [2]
2009-03-16 19:10:54 +00:00
Greg Larkin
1ed501948b - Updated to 0.21
- 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>
2009-03-10 21:08:51 +00:00
Greg Lehey
65effc8736 Upgrade to a snapshot of the MythTV fixes tree.
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.
2007-04-15 09:33:30 +00:00
Doug Barton
b4118877b1 Another round of the periodic sweep for removal of the
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.
2007-02-26 23:02:04 +00:00
Greg Lehey
f4e380fb21 Fix communication between front end and back end.
Submitted by:	usleepless <usleepless@gmail.com>
PR:		ports/108667
2007-02-24 02:30:36 +00:00
Greg Lehey
97a006d824 Don't even think of writing to the capture card. 2007-02-23 23:15:51 +00:00
Greg Lehey
ce57b22c43 Perform some post-install stuff: add users and create the mythconverg
database if it doesn't already exist.
2007-01-17 05:52:52 +00:00
Greg Lehey
3fe64eed13 Patch defaults. 2007-01-17 05:52:04 +00:00
Greg Lehey
83b7a0a3e2 Install the rc.d script in the canonical way.
Suggested by: itetcu
2006-12-21 05:52:54 +00:00
Greg Lehey
3e0fe5991c New port: MythTV.
Currently, the port builds and installs MythTV, but doesn't help much
in configuring it.
2006-12-19 23:55:54 +00:00