Opened 19 years ago

Closed 19 years ago

#1758 closed patch (fixed)

Moves mythtv-setup into programs/mythtv-setup

Reported by: Dibblah Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Currently, for historical reasons, mythtv-setup is built in mythtv/setup. This simply moves it into mythtv/programs/mythtv-setup.

Patch is in two parts:


mythtv-setup-programs-move.diff

This is the integration bit of the patch. It's really small and is actually mostly removes of redundant qmake stuff.


mythtv-setup-programs-move.tar.gz

This is a simple copy + patch of mythtv/setup from 9843.

Attachments (4)

mythtv-setup-programs-move.diff (720 bytes ) - added by Dibblah 19 years ago.
mythtv-setup-programs-move.tar.gz (12.2 KB ) - added by Dibblah 19 years ago.
mythtv-setup-programs-move-2.diff (12.4 KB ) - added by Dibblah 19 years ago.
Modifies the remaining references of 'setup' in the documentation to mythtv-setup
distclean-setup.patch (371 bytes ) - added by yeasah@… 19 years ago.

Download all attachments as: .zip

Change History (7)

by Dibblah, 19 years ago

by Dibblah, 19 years ago

by Dibblah, 19 years ago

Modifies the remaining references of 'setup' in the documentation to mythtv-setup

comment:1 by Isaac Richards, 19 years ago

Resolution: fixed
Status: newclosed

(In [10040]) Move 'setup' program from top level dir to under programs. Simplifies the pro files nicely.

Move might be incomplete, will fix in the next change if necessary. Might require a distclean.

Closes #1758.

comment:2 by yeasah@…, 19 years ago

Resolution: fixed
Status: closedreopened

There's one thing about this move that was missed, and it's been annoying me for a while now -- there's a line in configure that causes distclean to still reference the old setup directory, and it causes an error for every distclean. I think it's not needed anymore, since presumably the setup program gets distclean'd in the same fashion as all the other directories in 'programs' now.

Trivial patch attached.

by yeasah@…, 19 years ago

Attachment: distclean-setup.patch added

comment:3 by cpinkham, 19 years ago

Resolution: fixed
Status: reopenedclosed

(In [10663]) Don't try to cleanup the setup directory since it doesn't exist anymore.

Patch by Yeasah Pell. Closes #1758.

Note: See TracTickets for help on using tickets.