Index: head/net/ns/Makefile =================================================================== --- head/net/ns/Makefile (revision 200510) +++ head/net/ns/Makefile (revision 200511) @@ -1,45 +1,51 @@ # New ports collection makefile for: ns-2 # Date created: 26 April 1999 # Whom: obonilla # # $FreeBSD$ # PORTNAME= ns PORTVERSION= 2.29 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.isi.edu/nsnam/dist/ DISTNAME= ns-src-${PORTVERSION} MAINTAINER= laszlof@FreeBSD.org COMMENT= Discrete event simulator for networking research BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84 MAN1= ns.1 MANCOMPRESSED= no WRKSRC= ${WRKDIR}/ns-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 MAKE_ARGS+= "LDFLAGS=${LDFLAGS}" ALL_TARGET= .include +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/src/local/Tcl-1.0 \\|${LOCALBASE}/include/tclcl \\|g' \ -e 's|/usr/src/local/Tcl-1.0\"|${LOCALBASE}/lib\"|g' \ ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1 ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${EXAMPLESDIR} .include Property changes on: head/net/ns/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property Index: head/net/ns2/Makefile =================================================================== --- head/net/ns2/Makefile (revision 200510) +++ head/net/ns2/Makefile (revision 200511) @@ -1,45 +1,51 @@ # New ports collection makefile for: ns-2 # Date created: 26 April 1999 # Whom: obonilla # # $FreeBSD$ # PORTNAME= ns PORTVERSION= 2.29 PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.isi.edu/nsnam/dist/ DISTNAME= ns-src-${PORTVERSION} MAINTAINER= laszlof@FreeBSD.org COMMENT= Discrete event simulator for networking research BUILD_DEPENDS= ${LOCALBASE}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84 MAN1= ns.1 MANCOMPRESSED= no WRKSRC= ${WRKDIR}/ns-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4 MAKE_ARGS+= "LDFLAGS=${LDFLAGS}" ALL_TARGET= .include +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif +.endif + post-patch: @${REINPLACE_CMD} -e 's|/usr/src/local/Tcl-1.0 \\|${LOCALBASE}/include/tclcl \\|g' \ -e 's|/usr/src/local/Tcl-1.0\"|${LOCALBASE}/lib\"|g' \ ${WRKSRC}/configure do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1 ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${EXAMPLESDIR} .include Property changes on: head/net/ns2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.28 \ No newline at end of property +1.29 \ No newline at end of property