astro/nova: USE_GCC=3.3 -> BROKEN on STABLE

Roman Neuhauser neuhauser at chello.cz
Sat May 15 05:56:44 PDT 2004


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


More information about the freebsd-ports mailing list