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
new ports: libtermkey + vis #8141
base: master
Are you sure you want to change the base?
Conversation
|
This is a modification of the ISC license, so please call it Vis, as this is customary with other ports using modified license text. |
| REQUIRES=" | ||
| haiku$secondaryArchSuffix | ||
| lib:lpeg$secondaryArchSuffix | ||
| lib:liblua$secondaryArchSuffix >= 5.3 # 5.3 because that's what we build lpeg for |
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.
| lib:liblua$secondaryArchSuffix >= 5.3 # 5.3 because that's what we build lpeg for | |
| lib:liblua$secondaryArchSuffix |
The version is already provided by the devel entry.
| BUILD_PREREQUIRES=" | ||
| cmd:gcc$secondaryArchSuffix | ||
| cmd:libtool$secondaryArchSuffix | ||
| cmd:make$secondaryArchSuffix |
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.
| cmd:make$secondaryArchSuffix | |
| cmd:make |
| devel:libncurses$secondaryArchSuffix | ||
| " | ||
| BUILD_PREREQUIRES=" | ||
| cmd:gcc |
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.
| cmd:gcc | |
| cmd:gcc$secondaryArchSuffix |
|
|
||
| BUILD() | ||
| { | ||
| runConfigure ./configure --sharedir=$dataDir |
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.
| runConfigure ./configure --sharedir=$dataDir | |
| runConfigure --omit-dirs binDir ./configure --bindir=$prefix/bin --sharedir=$dataDir |
No description provided.