Page MenuHomeFreeBSD

New port: net/v2ray: Platform for building proxies to bypass network restrictions
AbandonedPublic

Authored by yuri on Dec 20 2017, 4:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 8 2024, 2:11 AM
Unknown Object (File)
Jan 3 2024, 4:04 PM
Unknown Object (File)
Dec 24 2023, 3:00 AM
Unknown Object (File)
Dec 17 2023, 9:38 AM
Unknown Object (File)
Dec 17 2023, 9:35 AM
Unknown Object (File)
Dec 13 2023, 11:56 AM
Unknown Object (File)
Nov 22 2023, 5:52 PM
Unknown Object (File)
Nov 10 2023, 2:59 PM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 13676
Build 13896: arc lint + arc unit

Event Timeline

I know very little about go ports, though I am pretty sure that I've heard @swills explain that stripping doesn't actually break go binaries.

I'm tagging @swills here, but Yuri can you please add him as a reviewer? I trust his input and review on go-based ports.

net/v2ray/Makefile
31

I'm pretty sure this is not true.

34

Why a compound statement here?

net/v2ray/Makefile
29

If you're installing .sample files, why are they not @sample?

yuri marked an inline comment as done.

.

yuri marked 2 inline comments as done.Dec 20 2017, 5:27 AM
yuri added inline comments.
net/v2ray/Makefile
29

Oops, forgot this!

31

This idea is floating around. Please also see here: https://groups.google.com/forum/#!topic/golang-dev/ABppMOjYP6w

34

Fixed.

yuri marked 5 inline comments as done.Dec 20 2017, 5:27 AM
net/v2ray/Makefile
29

I know that it works now, but it's not guaranteed to in the future.

Macros like @sample need to be in a pkg-plist. PLIST_FILES is for short, static lists.

Created the pkg-plist file.

Removed STRIP=, it doesn't appear that go executables are actually broken w/stripping.

Will re-work and re-submit.