Page MenuHomeFreeBSD

audio/idjc audio/shout-idjc
ClosedPublic

Authored by sbruno on May 24 2018, 3:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 10:23 AM
Unknown Object (File)
Mon, Sep 29, 11:24 AM
Unknown Object (File)
Sat, Sep 27, 9:21 AM
Unknown Object (File)
Sat, Sep 27, 6:28 AM
Unknown Object (File)
Sat, Sep 27, 5:33 AM
Unknown Object (File)
Wed, Sep 24, 12:02 AM
Unknown Object (File)
Tue, Sep 23, 3:30 AM
Unknown Object (File)
Mon, Sep 22, 8:30 AM
Subscribers

Details

Reviewers
mat
Commits
rP471047: audio/idjc
Summary

Update to latest upstream.

audio/shout-idjc

  • This fixes some port problems too. shout-idjc seems to want to install an m4/shout.m4. I know this conflicts with audio/libshout. Instead, install an m4/shout-idjc.m4
  • Purge this "ckport" stuff that seems to be trying to install things for a package manager that I don't know about.
  • Update and chase MASTER_SITES

audio/idjc

  • Purge two patches that are no longer relevant.
  • Update and chase MASTER_SITES
  • Add explicit depnds on audio/opus

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

audio/idjc/pkg-plist seems badly sorted, could you run make makeplist and make sure you do not sort the output again?

audio/idjc/pkg-plist
1 ↗(On Diff #42932)

blank line.

audio/shout-idjc/pkg-plist
12 ↗(On Diff #42932)

blank line.

sbruno edited the summary of this revision. (Show Details)

Resort pkg-plist via makeplist.

audio/idjc/pkg-plist
38 ↗(On Diff #43053)

I would replace back all the %%PYTHON_PYOEXTENSION%% with pyo.

audio/idjc/pkg-plist
38 ↗(On Diff #43053)

Ok. I don't care one way or the other.

Is this change by makeplist deprecated or not advisable any longer?

Remove MACRO for pyo files

mat added inline comments.
audio/idjc/pkg-plist
38 ↗(On Diff #43053)

Mmmm, maybe it was not a bad change, but it is only relevant for Python >= 3.5, so this would be a no-op here.

This revision is now accepted and ready to land.May 28 2018, 2:51 PM
This revision was automatically updated to reflect the committed changes.