Bug 245747

Summary: lang/pypy: Cleanup
Product: Ports & Packages Reporter: Benjamin Takacs <nimaje+fbz>
Component: Individual Port(s)Assignee: freebsd-python (Nobody) <python>
Status: Closed FIXED    
Severity: Affects Only Me CC: kevans, python, rene
Priority: --- Flags: bugzilla: maintainer-feedback? (python)
nimaje+fbz: merge-quarterly?
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
lang/pypy{,3}: cleanup port none

Description Benjamin Takacs 2020-04-19 21:30:22 UTC
Created attachment 213576 [details]
lang/pypy{,3}: cleanup port

lang/pypy{,3}: cleanup port

* Add explanation for conditionally defining options (PYPY PYPY_MINIMEM)
* Use PYPY_USESSION_BASENAME to avoid changing BUILD_WRKSRC in later updates (see [0] for details)
* Remove MASTERDIR nonsense (thanks kevans91, pet portlint)
* Remove post-extract target as it seems unnessesary

QA:
 * portlint: OK (no new issues)
 * testport: OK (poudriere: 12.1-R, amd64/i386, default options tested)

[0]: https://foss.heptapod.net/pypy/pypy/blob/branch/default/rpython/tool/udir.py
Comment 1 Kubilay Kocak freebsd_committer freebsd_triage 2020-04-20 01:31:27 UTC
If all changes are non functional and/or bugfixes or ports compliance changes, please set merge-quarterly to ?

Thank you for the report and patch
Comment 2 Benjamin Takacs 2020-04-20 09:24:29 UTC
(In reply to Kubilay Kocak from comment #1)
Should be the case here
Comment 3 Benjamin Takacs 2020-06-08 13:46:52 UTC
ping, is there anything left I should do here? Or should I just wait till someone commits this?
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-01-02 21:49:02 UTC
A commit references this bug:

Author: rene
Date: Sat Jan  2 21:48:19 UTC 2021
New revision: 559974
URL: https://svnweb.freebsd.org/changeset/ports/559974

Log:
  lang/pypy[3]: clean up Makefiles

  PR:		245747
  Submitted by:	nimaje+fbz@bureaucracy.de
  Reviewed by:	koobs (somewhat)
  Approved by:	maintainer timeout (python, 6 months)

Changes:
  head/lang/pypy/Makefile
  head/lang/pypy3/Makefile
Comment 5 Rene Ladan freebsd_committer freebsd_triage 2021-01-02 21:49:23 UTC
Patch committed, thanks!