[Bug 263428] devel/pycharm-ce: Fix pkg-plist with non-default Python version

2022-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263428

--- Comment #2 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=ce20b3d82406b1aca8b0237d0927b0197a7467d4

commit ce20b3d82406b1aca8b0237d0927b0197a7467d4
Author: Max Brazhnikov 
AuthorDate: 2022-05-05 12:06:53 +
Commit: Max Brazhnikov 
CommitDate: 2022-05-05 12:06:53 +

devel/pycharm-ce: fix plist

- Fix packaging for non-default Python
- Avoid installing non-native binaries

PR: 263428
Submitted by:   Jonathan Chen (maintainer)

 devel/pycharm-ce/Makefile  |  3 +++
 devel/pycharm-ce/pkg-plist | 20 
 2 files changed, 3 insertions(+), 20 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 263428] devel/pycharm-ce: Fix pkg-plist with non-default Python version

2022-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263428

Max Brazhnikov  changed:

   What|Removed |Added

 Status|Open|Closed
 CC||m...@freebsd.org
 Resolution|--- |FIXED

--- Comment #3 from Max Brazhnikov  ---
Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 263801] lang/python8: Fails to configure LTO with ports llvm10

2022-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263801

ges...@blackrosetech.com changed:

   What|Removed |Added

 CC||ko...@freebsd.org,
   ||pku...@freebsd.org,
   ||python@FreeBSD.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 263801] lang/python8: Fails to configure LTO with ports llvm10

2022-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263801

ges...@blackrosetech.com changed:

   What|Removed |Added

 Attachment #233751|text/x-log  |text/plain
  mime type||

--- Comment #1 from ges...@blackrosetech.com ---
Created attachment 233751
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233751&action=edit
/var/ports/usr/ports/lang/python38/work/Python-3.8.13/config.log

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 263801] lang/python8: Fails to configure LTO with ports llvm10

2022-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263801

--- Comment #2 from ges...@blackrosetech.com ---
Created attachment 233752
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=233752&action=edit
output of pkg version -v

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 263801] lang/python8: Fails to configure LTO with ports llvm10

2022-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263801

Herbert J. Skuhra  changed:

   What|Removed |Added

 CC||herb...@gojira.at

--- Comment #3 from Herbert J. Skuhra  ---
FreeBSD 11.3 is EOL:

https://www.freebsd.org/security/unsupported/

-- 
You are receiving this mail because:
You are on the CC list for the bug.


FreeBSD ports you maintain which are out of date

2022-05-05 Thread portscout
Dear port maintainer,

The portscout new distfile checker has detected that one or more of your
ports appears to be out of date. Please take the opportunity to check
each of the ports listed below, and if possible and appropriate,
submit/commit an update. If any ports have already been updated, you can
safely ignore the entry.

You will not be e-mailed again for any of the port/version combinations
below.

Full details can be found at the following URL:
http://portscout.freebsd.org/pyt...@freebsd.org.html


Port| Current version | New version
+-+
devel/mercurial | 6.1.1   | 6.1.2
+-+


If any of the above results are invalid, please check the following page
for details on how to improve portscout's detection and selection of
distfiles on a per-port basis:

http://portscout.freebsd.org/info/portscout-portconfig.txt

Reported by:portscout!



maintainer-feedback requested: [Bug 263801] lang/python4*: Fails to configure LTO with ports LLVM: checking for llvm-ar... no

2022-05-05 Thread bugzilla-noreply
Kubilay Kocak  has asked freebsd-python (Nobody)
 for maintainer-feedback:
Bug 263801: lang/python4*: Fails to configure LTO with ports LLVM: checking for
llvm-ar... no
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263801



[Bug 263801] lang/python4*: Fails to configure LTO with ports LLVM: checking for llvm-ar... no

2022-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263801

Kubilay Kocak  changed:

   What|Removed |Added

   Severity|Affects Only Me |Affects Some People
   Keywords||needs-qa
Summary|lang/python8: Fails to  |lang/python4*: Fails to
   |configure LTO with ports|configure LTO with ports
   |llvm10  |LLVM: checking for
   ||llvm-ar... no
  Flags||maintainer-feedback?(python
   ||@FreeBSD.org)
 Status|New |Open
   Assignee|ports-b...@freebsd.org  |python@FreeBSD.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 263801] lang/python4*: Fails to configure LTO with ports LLVM: checking for llvm-ar... no

2022-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263801

--- Comment #4 from Herbert J. Skuhra  ---
1. There is no lang/python8* or lang/python4* port
2. The reporter runs an unsupported FreeBSD version (ships with gcc 4.2 and
clang 8; no llvm-ar in base.txz)
3. Maybe adding llvm=10 to DEFAULT_VERSIONS+= in /etc/make.conf helps?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


[Bug 263801] lang/python4*: Fails to configure LTO with ports LLVM: checking for llvm-ar... no

2022-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263801

--- Comment #5 from Herbert J. Skuhra  ---
(In reply to Herbert J. Skuhra from comment #4)

ad 3) and rebuilding the llvm10 port.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


[Bug 263801] lang/python3*: Fails to configure LTO with ports LLVM: checking for llvm-ar... no

2022-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263801

Kubilay Kocak  changed:

   What|Removed |Added

Summary|lang/python4*: Fails to |lang/python3*: Fails to
   |configure LTO with ports|configure LTO with ports
   |LLVM: checking for  |LLVM: checking for
   |llvm-ar... no   |llvm-ar... no

--- Comment #6 from Kubilay Kocak  ---
My typo in title change.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.