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

ZSH - changed dependancy pcre->pcre2 since pcre is not compiling #26023

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Behinder
Copy link

Description

Type(s)
  • [ X] bugfix
  • enhancement
  • security fix
Tested on

@macportsbot
Copy link

Notifying maintainers:
@larryv for port zsh.

@@ -21,7 +21,7 @@ homepage https://www.zsh.org
depends_lib port:gdbm \
port:libiconv \
port:ncurses \
port:pcre
port:pcre2
Copy link
Contributor

Choose a reason for hiding this comment

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

Changing a library dependency requires a "revision" increase.

Copy link
Member

Choose a reason for hiding this comment

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

And also usually some change in configure flags or other way of controlling which libraries are used.

@reneeotten
Copy link
Contributor

reneeotten commented Sep 30, 2024

and your commit message doesn't follow our guidelines. It should be "portname: short description"; the port name isn't capitalized either.

@reneeotten
Copy link
Contributor

@Behinder please take care of the review comments and rebase with "masfer" to get rid of the merge conmit

@ryandesign
Copy link
Contributor

We are not aware that "pcre is not compiling"; if this is your experience, please file a bug report about it.

Copy link
Contributor

@reneeotten reneeotten left a comment

Choose a reason for hiding this comment

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

also, you didn't actually address @jmroot his comment about making sure that it will use/link with "pcre2".

@@ -49,7 +49,7 @@ checksums ${main_distfile} \
# See e.g. https://trac.macports.org/ticket/60419

# DO NOT change this unless you have understood and acted on the above comment!
set py_ver 3.10
set py_ver 3.12
Copy link
Contributor

Choose a reason for hiding this comment

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

did you read the comment above and made absolutely sure that nothing would break with this change?

Copy link
Member

Choose a reason for hiding this comment

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

Things will definitely break with that change, and it doesn't seem related to the rest of this PR.

@reneeotten reneeotten marked this pull request as draft October 13, 2024 15:12
@reneeotten reneeotten mentioned this pull request Oct 20, 2024
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

6 participants