Page MenuHomeFreeBSD

multimedia/gxine: Fixed PLIST issue; Change on/off options
AbandonedPublic

Authored by ndowens_yahoo.com on Aug 22 2018, 11:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 4, 6:52 PM
Unknown Object (File)
Tue, Dec 3, 5:29 AM
Unknown Object (File)
Thu, Nov 21, 12:44 PM
Unknown Object (File)
Oct 4 2024, 8:48 PM
Unknown Object (File)
Oct 3 2024, 11:28 AM
Unknown Object (File)
Oct 1 2024, 12:40 PM
Unknown Object (File)
Sep 27 2024, 1:18 PM
Unknown Object (File)
Sep 21 2024, 5:37 AM

Details

Reviewers
None
Summary

Fixed packaging issue due to plist issue
Used with/enable instead of on/off when possible
Added License file while here

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 19075
Build 18706: arc lint + arc unit

Event Timeline

multimedia/gxine/Makefile
31

This is no longer available in ports, and gxine works without it

multimedia/gxine/Makefile
6

Why go from 0 to 2? 1 was not good enough?

35

Remove --without-dbus, it is already present in the previous line. As for the other one, it should probably be using *_CONFIGURE_ENABLE.

43

Remove this.

45โ€“48

Remove the .if/.endif, leave the content.

60

Never ever install files with CP, use one of the INSTALL_* macros.

61โ€“63
post-install-WEBPLUGIN-on:

Updating D16854: multimedia/gxine: Fixed PLIST issue; Change on/off options
Updated with mat's suggestions