Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2020 11:33:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 242345] audio/logitechmediaserver : Update to version 8.0.0, 8.1.0
Message-ID:  <bug-242345-7788-9SKLyw5nIN@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242345-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242345-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242345

--- Comment #11 from Hans Soonieus <hans@soonieus.nl> ---
I am happy you found this useful Alan.
For other people who are not familiar with patch files ( including me ) her=
e 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 dire=
cory
~/logitechmediaserver in the normal way

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242345-7788-9SKLyw5nIN>