Changes between Initial Version and Version 2 of Ticket #67183
- Timestamp:
- Apr 2, 2023, 11:48:18 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #67183
- Property Cc andrygamer06 added
- Property Keywords Sunshine Help Local source removed
-
Property
Milestone
changed from
MacPorts Future
to -
Property
Priority
changed from
High
toNormal
-
Ticket #67183 – Description
initial v2 1 1 To whom it may concern, 2 2 3 I have been struggling in the last few hours with this and I am sorry if it's a dumb thing easy to solve. I have been following this guide: https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/installation.html to be able to get the software sunshine to work on my m1 MacBook. As stated in the guide I add the local source in the following file: /opt/local/etc/macports/sources.conf. After I add the source the file looks like this (I edited it with the terminal using this command: sudo nano /opt/local/etc/macports/sources.conf): 3 I have been struggling in the last few hours with this and I am sorry if it's a dumb thing easy to solve. I have been following this guide: https://docs.lizardbyte.dev/projects/sunshine/en/latest/about/installation.html to be able to get the software sunshine to work on my m1 MacBook. As stated in the guide I add the local source in the following file: /opt/local/etc/macports/sources.conf. After I add the source the file looks like this (I edited it with the terminal using this command: `sudo nano /opt/local/etc/macports/sources.conf`): 4 {{{ 4 5 # 5 6 # To change how MacPorts fetches base, see rsync_server and rsync_dir in … … 33 34 34 35 file:///Users/andrei******/ports (family name censored here) 36 }}} 35 37 36 ----- 37 Everything works fine until I type the command sudo port install sunshine, which leads to the following error: Error: Port sunshine not found. I really do not know hoe to upload files here but this is the directory of the Portfile, maybe it helps: /Users/andrei*******/ports/multimedia/sunshine/Portfile 38 ----- 38 Everything works fine until I type the command `sudo port install sunshine`, which leads to the following error: `Error: Port sunshine not found`. I really do not know hoe to upload files here but this is the directory of the Portfile, maybe it helps: `/Users/andrei*******/ports/multimedia/sunshine/Portfile` 39 39 40 This are the contents of the Portfile: 40 41 42 {{{ 41 43 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 42 44 … … 104 106 notes-append "It is recommended to set a location for the apps file in the config." 105 107 notes-append "See our documentation at 'https://docs.lizardbyte.dev/projects/sunshine/en/v@PROJECT_VERSION@/' for further info." 108 }}} 106 109 107 ---108 110 If it is ok for you I can upload every screenshot on google drive (even as a pdf) so you can take a look at them, 109 I hope you can tell me how to fix this issue, 110 Regards, 111 I hope you can tell me how to fix this issue, \\ 112 Regards, \\ 111 113 Andrei 112 114