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)
Mon, Mar 4, 4:40 PM
Unknown Object (File)
Jan 29 2024, 11:16 PM
Unknown Object (File)
Dec 20 2023, 2:26 AM
Unknown Object (File)
Dec 13 2023, 5:17 AM
Unknown Object (File)
Dec 5 2023, 8:13 PM
Unknown Object (File)
Nov 25 2023, 9:50 PM
Unknown Object (File)
Nov 23 2023, 5:14 PM
Unknown Object (File)
Nov 22 2023, 1:32 PM

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