Giter VIP home page Giter VIP logo

Comments (14)

lenada avatar lenada commented on August 16, 2024 1

I also would be really interested in getting znapzend into freebsd ports :neckbeard:

from znapzend.

oetiker avatar oetiker commented on August 16, 2024

@lenada integration into OS specific packaging systems are certainly welcome ... I had a look at your homebrew gist. It would be preferable if it worked from the standard source version though and not from the pre-built one ... the pre-build is really a hack ...

from znapzend.

lenada avatar lenada commented on August 16, 2024

@oetiker I gave the source version a try first but failed due to make get-thirdparty-modules (also related to #125).

also symlinks to executables do not work because of $FindBin::Bin/../lib & $FindBin::Bin/../thirdparty

from znapzend.

oetiker avatar oetiker commented on August 16, 2024

but the source version and the pre-built are the same, except that get-thirdparty-modules has been executed prior to make install ...

in anyway, it might be a good idea to replace the FindBin magic upon installation using the proper path

from znapzend.

lenada avatar lenada commented on August 16, 2024

@oetiker problem is ./configure --prefix=/usr/local/Cellar/znapzend/0.14.0 fails on first run due to missing thirdparty dependencies, which causes the build to fail. I probably could try to enforce/override the exit status, but that seems even more hackish.

IMHO it would be nice to have a configure flag to skip the thirdparty check. That way I could install the perl/mojo dependencies through brew and get rid of the thirdparty directory alltogether.

/usr/bin/gnumake get-thirdparty-modules also has a dependency on wget which is not installed on os x per default.

from znapzend.

oetiker avatar oetiker commented on August 16, 2024

would curl be better ?

./configure --prefix=/usr/local/Cellar/znapzend/0.14.0 || true
gnumake get-thirdparty-modules

from znapzend.

lenada avatar lenada commented on August 16, 2024

@oetiker for os x curl is preinstalled. But wget vs curl etc. may vary across operating systems / distros?

from znapzend.

oetiker avatar oetiker commented on August 16, 2024

configure could check

from znapzend.

oetiker avatar oetiker commented on August 16, 2024

@lenada znapzend does work on opensfsonosx ? just asking, to be sure the effort ist not wasted

from znapzend.

lenada avatar lenada commented on August 16, 2024

@oetiker yes it works like a charm

from znapzend.

oetiker avatar oetiker commented on August 16, 2024

please try master ... thirdparty is gone ...

from znapzend.

ilovezfs avatar ilovezfs commented on August 16, 2024

As a start, anyone can now

brew tap ilovezfs/znapzend
brew install --HEAD znapzend

The tap is "hosted" here: https://github.com/ilovezfs/homebrew-znapzend

from znapzend.

lenada avatar lenada commented on August 16, 2024

@ilovezfs great thank you 👯

from znapzend.

stale avatar stale commented on August 16, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from znapzend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.