Index: head/net-mgmt/sendip/Makefile =================================================================== --- head/net-mgmt/sendip/Makefile (revision 200522) +++ head/net-mgmt/sendip/Makefile (revision 200523) @@ -1,23 +1,29 @@ # New ports collection makefile for: sendip # Date created: Wed 29 Nov 2000 # Whom: joseph@randomnetworks.com # # $FreeBSD$ # PORTNAME= sendip PORTVERSION= 2.5 PORTREVISION= 1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://www.earth.li/projectpurple/files/ MAINTAINER= joseph@randomnetworks.com COMMENT= SendIP is a commandline tool to allow sending arbitrary IP packets USE_GMAKE= yes USE_PERL5= yes USE_LDCONFIG= yes MAN1= sendip.1 -.include +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include Property changes on: head/net-mgmt/sendip/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/net-p2p/gtkhx/Makefile =================================================================== --- head/net-p2p/gtkhx/Makefile (revision 200522) +++ head/net-p2p/gtkhx/Makefile (revision 200523) @@ -1,27 +1,33 @@ # New ports collection makefile for: gtkhx # Date created: 9 February 2002 # Whom: Josh Elsasser # # $FreeBSD$ # PORTNAME= gtkhx PORTVERSION= 0.9.3 PORTREVISION= 6 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtkhx MAINTAINER= jre@vineyard.net COMMENT= A GTK+ version of Hx, a UNIX Hotline Client USE_GETTEXT= yes USE_XLIB= yes USE_GNOME= gdkpixbuf USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libiconv-prefix=${PREFIX} MAN1= gtkhx.1 -.include +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include Property changes on: head/net-p2p/gtkhx/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.20 \ No newline at end of property +1.21 \ No newline at end of property