Re: How install POSIX Threads / glibc2?

2023-02-27 Thread Paul Floyd




On 27-02-23 22:29, Murray Eisenberg wrote:
I'm trying to build the non-Macports math program "surf" 
from  http://surf.sourceforge.net. This is a tool to visualize algebraic 
curves and surfaces -- and NOT the program "surf" from Macports. (The 
latter is just a simple web bnowser._


Among the dependencies required for this math program "surf" ks "POSIX 
Threads (glibc2 on Linux)".


That's part of the system libraries on macOS.

A+
Paul


tool for software security check?

2023-02-27 Thread Richard L. Hamilton
Saw https://owasp.org/www-project-dependency-check/ 


and that it can run on Macs given that homebrew seems to support it.

If there was a macports port of it, could that be run on macports ports (maybe 
even on the buildbots) to make sure that known vulnerability issues (fixable 
with updates, perhaps) aren't missed?



Re: How install POSIX Threads / glibc2?

2023-02-27 Thread Murray Eisenberg


> On Feb 27, 2023, at 4:29 PM, Murray Eisenberg  
> wrote:
> 
> I'm trying to build the non-Macports math program "surf" from  
> http://surf.sourceforge.net. This is a tool to visualize algebraic curves and 
> surfaces -- and NOT the program "surf" from Macports. (The latter is just a 
> simple web bnowser._
> 
> Among the dependencies required for this math program "surf" ks "POSIX 
> Threads (glibc2 on Linux)".
> 
> How can I get that dependency from Macports? I don't see directly any such 
> "glibc2" among the ports.
> 

P.S. I did install the Macports port pth, but that does not seem to satisfy the 
math program "surf" configure.

---
Murray Eisenbergmurrayeisenb...@gmail.com
Mobile (413)-427-5334
503 King Farm Blvd #101 
Rockville, MD 20850-6667





How install POSIX Threads / glibc2?

2023-02-27 Thread Murray Eisenberg
I'm trying to build the non-Macports math program "surf" from  
http://surf.sourceforge.net. This is a tool to visualize algebraic curves and 
surfaces -- and NOT the program "surf" from Macports. (The latter is just a 
simple web bnowser._

Among the dependencies required for this math program "surf" ks "POSIX Threads 
(glibc2 on Linux)".

How can I get that dependency from Macports? I don't see directly any such 
"glibc2" among the ports.

---
Murray Eisenbergmurrayeisenb...@gmail.com
Mobile (413)-427-5334
503 King Farm Blvd #101 
Rockville, MD 20850-6667





rebuilding / upgrading a package at the same version

2023-02-27 Thread Riccardo Mottola via macports-users

Hi,

how can I rebuild a port without it being detected as "upgrade" because 
it stays at the same version?
It may happen because rev-upgrade detects it but fails to build (e.g. 
want to change the compiler) or because for some strange reason 
rev-upgrade fails to detect and I want to rebuild it anyway.


upgrade maintains variants and also the status if the package was 
requested or not, as well as not needing to mess with dependencies.


Riccardo