-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adblock2privoxy: Bugfix destroot issue, allow config initialization #5180
Conversation
@neverpanic FYI this Portfile shows a decent IMO approach to handling If |
88367c2
to
623cbff
Compare
Travis Build #8021 Passed. Lint results
Port adblock2privoxy success on xcode10.3. Log |
623cbff
to
2f825c9
Compare
cdaf163
to
36dcf6c
Compare
Travis Build #8041 Passed. Lint results
Port adblock2privoxy success on xcode10.3. Log |
e224b70
to
3b48a2f
Compare
Travis Build #8071 Passed. Lint results
Port adblock2privoxy success on xcode10.3. Log |
3b48a2f
to
e18fe88
Compare
Travis Build #8106 Failed. Lint results
Port adblock2privoxy success on xcode10.3. Log |
e18fe88
to
162deb3
Compare
Travis Build #8150 Passed. Lint results
Port adblock2privoxy success on xcode10.3. Log |
* Fix destroot issue in binary caused by datadir in stack_root * Fix stack/cabal data-files hardcoded path issue with Paths_${name}.hs file * Allow initialization of proxy configuration files * See commercialhaskell/stack#848 * See commercialhaskell/stack#4857
162deb3
to
c17dfe0
Compare
Travis Build #8178 Passed. Lint results
Port adblock2privoxy success on xcode10.3. Log |
Would you please merge this bug fix? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking much better now. See my comment for a question and then you can let me know whether you want to change this or merge as-is.
adblock2privoxy: Bugfix destroot issue, allow config initialization
stack build --prefix
option commercialhaskell/stack#848Description
Type(s)
Tested on
macOS 10.14.6 18G87
Xcode 10.3 10G8
Verification
Have you
port lint
?sudo port test
?sudo port -vst install
?