Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

new ports: libtermkey + vis #8141

wants to merge 2 commits into from

Conversation

Habbie
Copy link
Contributor

@Habbie Habbie commented Mar 27, 2023

No description provided.

@jessicah
Copy link
Member

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cmd:make$secondaryArchSuffix
cmd:make

devel:libncurses$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:gcc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cmd:gcc
cmd:gcc$secondaryArchSuffix


BUILD()
{
runConfigure ./configure --sharedir=$dataDir
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
runConfigure ./configure --sharedir=$dataDir
runConfigure --omit-dirs binDir ./configure --bindir=$prefix/bin --sharedir=$dataDir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants