[MacPorts] #4106: RFE: gcc34 and g77
MacPorts
noreply at macports.org
Thu Mar 24 08:16:54 PDT 2016
#4106: RFE: gcc34 and g77
--------------------------+-----------------------
Reporter: yves@… | Owner: gwright@…
Type: enhancement | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.0
Resolution: fixed | Keywords:
Port: gcc34 |
--------------------------+-----------------------
Changes (by ryandesign@…):
* type: defect => enhancement
* port: => gcc34
Old 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"
> }
New 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"
}
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/4106#comment:6>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list