[Bug 242345] audio/logitechmediaserver : Update to version 8.0.0, 8.1.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 27 11:33:33 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242345

--- Comment #11 from Hans Soonieus <hans at soonieus.nl> ---
I am happy you found this useful Alan.
For other people who are not familiar with patch files ( including me ) here is
a way to use them :

1. Download the patch and copy it to your home-directory with the name
patchfile ( you can use any name you wish but in the following example I use
patchfile )

2. Create a copy of the original port from the ports-tree in your
home-directory

cp -r /usr/ports/audio/logitechmediaserver logitechmediaserver

3. Create an empty file revision.txt.in in the correct location

touch logitechmediaserver/files/revision.txt.in

4. Run patch

patch -E -i patchfile -V none

( the -E option removes two files that are empty after the patch and the -V
none option means no backup files ( .orig ) are created )

5. You can now install the new version of logitechmediaserver from the direcory
~/logitechmediaserver in the normal way

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list