Opened 19 years ago

Closed 19 years ago

Last modified 8 years ago

#3651 closed defect (fixed)

UPDATE: synergy — at Version 5

Reported by: benwill@… Owned by: anoop@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc: olegb@…
Port: synergy

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Turning off 'treat warnings as errors' fixes synergy on Mac OS 10.4. Portfile patch:

--- Portfile.orig       2005-06-22 13:59:51.000000000 -0700
+++ Portfile    2005-06-22 13:41:10.000000000 -0700
@@ -19,7 +19,8 @@
 checksums              md5 d43fe74fc3aeb541bb38f0dceaffebb4
 
 configure.args --sysconfdir=${prefix}/etc/${name}
-patchfiles             patch-CArchFileUnix.cpp.diff
+patchfiles             patch-CArchFileUnix.cpp.diff \
+                       patch-configure.diff
 
 post-patch {
        cd ${worksrcpath}/lib/arch

Change History (6)

Changed 19 years ago by benwill@…

Attachment: patch-configure.diff added

Patch to go with above portfile

comment:1 Changed 19 years ago by olegb@…

Cc: olegb@… added

this patch works for me - what says the maintainer?

comment:2 Changed 19 years ago by benwill@…

(In reply to comment #2)

this patch works for me - what says the maintainer?

olegb: any chance you could commit it in the absence of comment from the maintainer?

comment:3 Changed 19 years ago by anoop@…

Sorry about my absence. Looks good to me. I'm not sure exactly what I need to do to commit it.

comment:4 Changed 19 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks, commited!

comment:5 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: synergy added
Note: See TracTickets for help on using tickets.