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

net-proxy/3proxy: Version bump to 0.8.12 #11220

Closed
wants to merge 1 commit into from

Conversation

powerman
Copy link
Contributor

@powerman powerman commented Mar 2, 2019

Signed-off-by: Aleksandr Efros powerman-asdf@yandex.ru
Package-Manager: Portage-2.3.51, Repoman-2.3.11

@gentoo-bot
Copy link

Copyright policy change

Please note that on 2018-09-15 Trustees have approved new Gentoo copyright policy. All contributions made to Gentoo need to follow this policy. If you include the Signed-off-by line in your commit message, you indicate that you have read the policy and agree to its terms. For more detailed explanation, please see the new Gentoo copyright policy explained article.

Pull Request assignment

Submitter: @powerman
Areas affected: ebuilds
Packages affected: net-proxy/3proxy

net-proxy/3proxy: powerman-asdf[at]yandex.ru, @gentoo/proxy-maint

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.

If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits. labels Mar 2, 2019
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
Copy link
Member

Choose a reason for hiding this comment

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

7 should work here (please test reinstalling after bumping)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done. If it's recommended for new ebuilds then why skel.ebuild contains EAPI=6?

Copy link
Member

Choose a reason for hiding this comment

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

That's pretty interesting actually. If you make a new ebuild using vim, it gives you EAPI=7 and an empty BDEPEND line. But the /skel.ebuild has EAPI-6 indeed. Maybe the one in tree has been forgotten, or it's held back because some few eclasses don't support 7 yet. Still it does say:

# It is suggested that you use the latest EAPI approved by the Council.

I might open a bug about updating the /skel.ebuild, thanks!

Copy link
Member

@steils steils left a comment

Choose a reason for hiding this comment

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

A very quick review. I am going to look closer later.

CC = gcc

-CFLAGS = -g -O2 -fno-strict-aliasing -c -pthread -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL
+CFLAGS = -fno-strict-aliasing -c -pthread -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL
Copy link
Member

Choose a reason for hiding this comment

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

It will not respect user's CFLAGS. Use += or something.

+++ b/Makefile.Linux 2019-03-02 22:37:42.735259129 +0200
@@ -10,11 +10,11 @@
BUILDDIR =
CC = gcc
Copy link
Member

Choose a reason for hiding this comment

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

It will not respect user's $CC. Probably you need to use ?= here, and pass CC="$(tc-getCC)" to make.

LN = gcc
DCFLAGS = -fpic
-LDFLAGS = -O2 -fno-strict-aliasing -pthread
+LDFLAGS = -fno-strict-aliasing -pthread
Copy link
Member

Choose a reason for hiding this comment

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

The same as for CFLAGS.

Signed-off-by: Aleksandr Efros <powerman-asdf@yandex.ru>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
@powerman
Copy link
Contributor Author

@steils I've applied changes related to your review and squashed commits.

@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2019-05-26 12:30 UTC
Newest commit scanned: b4b3371
Status: ✅ good

No issues found

@steils
Copy link
Member

steils commented May 28, 2019

Thanks. Pushed. However it was not enough to respect CC. See 132649a

@powerman powerman deleted the 3proxy branch October 8, 2019 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits.
Projects
None yet
5 participants