Opened 13 years ago
Closed 13 years ago
#32698 closed update (fixed)
socat @1.7.2.0 update+change to llvm-gcc-4.2
Reported by: | hmijail (Horacio Mijail Antón Quiles) | Owned by: | md@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | drkp (Dan Ports) |
Port: | socat |
Description
Updated to socat 1.7.2.0, which seems to include Lion-specific fixes. Changed compiler to llvm-gcc-4.2, since clang causes a build error.
Attachments (2)
Change History (7)
comment:1 Changed 13 years ago by mf2k (Frank Schima)
Cc: | md@… hmijail@… removed |
---|---|
Owner: | changed from macports-tickets@… to md@… |
Version: | 2.0.3 |
comment:2 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
comment:3 Changed 13 years ago by hmijail (Horacio Mijail Antón Quiles)
Done: new portfile does not set a compiler, only patches the buggy file which failed to build.
I see no specific instructions about submitting source patchfiles, so I am submitting mine here too.
Changed 13 years ago by hmijail (Horacio Mijail Antón Quiles)
Attachment: | Portfile-socat.diff added |
---|
Changed 13 years ago by hmijail (Horacio Mijail Antón Quiles)
Attachment: | patch-xioexit.c.diff added |
---|
comment:5 Changed 13 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, applied in r88706/r88707 (maintainer timeout)
Note: See
TracTickets for help on using
tickets.
Do not unconditionally set the compiler to llvm-gcc-4.2. If the problem is that it does not build with clang, then only change the compiler if it was clang. See PortfileRecipes#compiler.
#32044 has a simple patch we can use to enable the build with clang, which would be preferable to changing the compiler.