Opened 16 years ago
Closed 15 years ago
#18445 closed submission (fixed)
log4cxx Portfile
Reported by: | mail@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | Cc: | jmroot (Joshua Root) | |
Port: | log4cxx |
Description
Portfile for log4cxx, see http://logging.apache.org/log4cxx/ .
Attachments (3)
Change History (11)
comment:1 Changed 16 years ago by mf2k (Frank Schima)
Port: | log4cxx added |
---|
Changed 16 years ago by mail@…
Attachment: | gcc43.patch added |
---|
Changed 16 years ago by mail@…
Attachment: | warnings.patch added |
---|
comment:2 Changed 16 years ago by mail@…
comment:3 follow-up: 5 Changed 16 years ago by jmroot (Joshua Root)
Why are the patches needed? MacPorts uses gcc-4.0 unless you change configure.compiler. Also, unified diffs are strongly preferred.
comment:4 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jmr@… added |
---|
comment:5 Changed 16 years ago by mail@…
Replying to jmr@…:
The warnings patch is needed, because at the moment you get always a warning when you use log4cxx. This behavior is very anoying inside a development tool, because you can't easily figure out your own warnings.
The gcc 4.3 patch was added, because i have added this port for usage with ROS (see http://pr.willowgarage.com/wiki/ROS) and for robotics sometimes OpenMP is used, which started with the gcc 4.2 and matured with 4.3/4.4 a lot. It can probably skipped, but in my opinion adds no aditional danger.
I have used the patches in the form as they are submitted to apache for inclusion in log4cxx. Is there some benefit in reformatting them to the right format?
comment:6 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → submission |
---|
comment:7 Changed 16 years ago by (none)
Milestone: | Port Submissions |
---|
Milestone Port Submissions deleted
comment:8 Changed 15 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added patches for gcc 4.3 compatabilty and supressing of warnings