Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2004 14:56:41 +0200
From:      Roman Neuhauser <neuhauser@chello.cz>
To:        freebsd-ports <freebsd-ports@freebsd.org>
Cc:        ijliao@freebsd.org
Subject:   astro/nova: USE_GCC=3.3 -> BROKEN on STABLE
Message-ID:  <20040515125641.GB1862@isis.wad.cz>

next in thread | raw e-mail | index | archive | help
The astro/nova port has had this change, and I wonder, doesn't USE_GCC
work?

 RUN_DEPENDS=	${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000
 
 USE_REINPLACE=	yes
-USE_GCC=	3.3
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN=		"Does not compile with gcc 2.x"
+.endif
+


-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040515125641.GB1862>