You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Print an error message if building on Jaguar. Upstream code
no longer supports gcc 2.95.3. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@12810 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: Portfile,v 1.3 2005/05/04 21:50:44 gwright Exp $
|
||||
# $Id: Portfile,v 1.4 2005/06/23 17:51:43 gwright Exp $
|
||||
|
||||
PortSystem 1.0
|
||||
name hugs98-devel
|
||||
@@ -28,6 +28,10 @@ configure.args --libdir=${prefix}/lib/${name} \
|
||||
|
||||
worksrcdir hugs98-${version}
|
||||
|
||||
platform darwin 6 { ui_msg "Hugs no longer builds on Jaguar (10.2.x). Sorry"
|
||||
exit 0
|
||||
}
|
||||
|
||||
post-destroot { cd ${destroot}${prefix}/bin
|
||||
file rename cpphs-hugs cpphs-hugs-devel
|
||||
file rename ffihugs ffihugs-devel
|
||||
|
||||
Reference in New Issue
Block a user