Opened 19 years ago

Last modified 8 years ago

#4106 closed enhancement

RFE: gcc34 and g77 — at Initial Version

Reported by: yves@… Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: gcc34

Description

since gcc34 now provides g77, it would be nice that the symlink be done

--- Portfile.orig 2005-07-21 21:22:14.000000000 -0400 +++ Portfile 2005-07-21 16:20:04.000000000 -0400 @@ -63,5 +63,7 @@

post-destroot { cd ${destroot}${prefix}

file delete -force share/man/man7 file delete -force share/info

+ cd ${destroot}${prefix}/bin + system "ln -s g77-dp-${major} g77"

}

Change History (0)

Note: See TracTickets for help on using tickets.