1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Bernhard Froehlich
064885a929 - Update to 0.26.0
- 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
2012-10-27 13:24:45 +00:00
Bernhard Froehlich
988408a7e6 - Update to 0.25.2
- Fix Perl and Python bindings and enable per default
- Fix PHP bindings for PHP 5.4
2012-08-04 08:10:48 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Bernhard Froehlich
1027cbdb3e - Update distinfo because of rerolled distfile
--- 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>
2012-05-10 13:06:16 +00:00
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
Eitan Adler
2872eba657 The variable is USE_PERL5 not USE_PERL
Submitted by:	Alex Kozlov
Reviewed by:	perl (swills)
Approved by:	portmgr (pav)
2012-02-07 13:29:00 +00:00
Bernhard Froehlich
3df4965938 - Update to 0.24.2 2012-02-01 14:51:25 +00:00
Alexander Leidinger
e269a2b517 Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
2012-01-14 22:27:02 +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
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Bernhard Froehlich
0a82390151 - Update again because they rerolled the distfile and fixed the directory structure
- Remove WRKSRC
- Bump PORTREVISION

Reported by:	Ashley Diamond <ash@diamondbsd.com>
2011-05-22 17:07:59 +00:00
Bernhard Froehlich
c788e16b86 - Update to 0.24.1
- Pet portlint (CPPFLAGS)
2011-05-20 12:40:29 +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
Alex Dupre
1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Juergen Lock
0edca97428 - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lirc
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]
2011-02-26 22:11:54 +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
a30c074105 - Update MythTV MASTER_SITES for old releases
Noticed by:	The Distilator
2010-12-08 18:34:56 +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
Max Brazhnikov
612d775341 Switch libvdpau dependency from x11/nvidia-driver to multimedia/libvdpau
PR:		ports/150383
Submitted by:	Anonymous <swell.k at gmail.com>
Approved by:	maintainer
2010-09-24 19:08:49 +00:00
Bernhard Froehlich
31ec501540 - Update to 0.23.1
Approved by:	miwi (mentor)
2010-08-06 09:27:42 +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
Alexander Leidinger
a23bcd1501 - update audio/lame to 3.98.4
- 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)
2010-06-03 08:55:01 +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
Bernhard Froehlich
7eae482233 - Change to my FreeBSD email address
Approved by:	miwi (mentor), beat (co-mentor)
2010-04-01 12:45:37 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +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
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +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
be1dbc7b93 - Pass MAINTAINER to Bernhard Froehlich in preparation for the upcoming
0.22 release. He has done exemplary work porting MythTV to FreeBSD!

Approved by:		Bernhard Froehlich <decke@bluelife.at>
2009-11-15 22:29:08 +00:00
Greg Larkin
c52c2f441e - Fixes to respect LOCALBASE
PR:		ports/136629
Submitted by:	Bernhard Froehlich <decke at bluelife dot at>
2009-08-05 01:52:23 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +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
4f4f1f65a7 - Added directives to clean up the locale-related env variables. MythTV's
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>
2009-03-19 14:33:11 +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
Mark Linimon
16fc575464 glarkin is working on an update, so give expiration a longer grace period. 2008-12-31 21:10:25 +00:00
Mark Linimon
e54c7f9f9b Reset grog@FreeBSD.org: last commit was more than 6 months ago, and
PRs are outstanding.
2008-08-07 08:58:31 +00:00
Pav Lucistnik
6da29a94fa - This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.

With hat:	portmgr
2008-06-19 02:54:54 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Martin Wilke
3e4ed01146 - 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)
2008-04-19 17:56:05 +00:00
Kris Kennaway
ba92d183d3 BROKEN: Incorrect handling of user addition 2007-06-10 04:19:14 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +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
Greg Lehey
a86c8f0290 Remove extreme breakage.
Marked broken by: kris
2007-03-26 00:39:27 +00:00
Kris Kennaway
77f7fc56d3 BROKEN: Incorrect pkg-plist 2007-03-25 04:06:03 +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