Index: head/net/slurm/Makefile =================================================================== --- head/net/slurm/Makefile (revision 235569) +++ head/net/slurm/Makefile (revision 235570) @@ -1,38 +1,44 @@ # ex:ts=8 # Ports collection makefile for: slurm # Date created: Tue Oct 30, 2002 # Whom: Michael L. Hostbaek (mich@freebsdcluster.org) # # $FreeBSD$ # PORTNAME= slurm PORTVERSION= 0.3.3 CATEGORIES= net MASTER_SITES= http://www.wormulon.net/files/slurm/ \ http://www.raisdorf.net/files/slurm/ MAINTAINER= mich@FreeBSD.org COMMENT= A generic network load monitor LDFLAGS+= -lncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib MAN1= slurm.1 do-install: ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/themes/* ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/KEYS ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR} .endif -.include +.include + +.if ${OSVERSION} >= 800045 +BROKEN= does not build +.endif + +.include Property changes on: head/net/slurm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.18 \ No newline at end of property +1.19 \ No newline at end of property Index: head/security/vpnd/Makefile =================================================================== --- head/security/vpnd/Makefile (revision 235569) +++ head/security/vpnd/Makefile (revision 235570) @@ -1,43 +1,49 @@ # New ports collection makefile for: vpnd # Date created: 25 March 2001 # Whom: Anders Nordby # # $FreeBSD$ # PORTNAME= vpnd PORTVERSION= 1.1.2 CATEGORIES= security MASTER_SITES= http://vpnd.dotsrc.org/archive/ \ http://atreides.freenix.no/~anders/ MAINTAINER= ports@FreeBSD.org COMMENT= VPN daemon offering transparent blowfish encryption between networks WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes USE_RC_SUBR= yes PLIST_FILES= sbin/vpnd etc/rc.d/vpnd.sh etc/vpnd.conf.sample etc/vpnd.chat.sample PORTDOCS= README FAQ.TXT SPEED.TXT VERSIONS post-patch: .for f in README globals.c vpnd.c vpnd.conf @${REINPLACE_CMD} -e 's,/etc,${PREFIX}/etc,g' ${WRKSRC}/${f} .endfor @${REINPLACE_CMD} -e "s,machine/param.h,sys/param.h,g" ${WRKSRC}/vpnd.h @${REINPLACE_CMD} -e "s@-O3@${CFLAGS}@g; s@gcc@${CC}@g" ${WRKSRC}/${CONFIGURE_SCRIPT} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/vpnd ${PREFIX}/sbin/vpnd @${INSTALL_SCRIPT} ${FILESDIR}/vpnd.sh ${PREFIX}/etc/rc.d/vpnd.sh @${INSTALL_DATA} ${WRKSRC}/vpnd.conf ${PREFIX}/etc/vpnd.conf.sample @${INSTALL_DATA} ${WRKSRC}/vpnd.chat ${PREFIX}/etc/vpnd.chat.sample .if !defined(NOPORTDOCS) @${INSTALL} -d -m 0755 ${DOCSDIR} .for i in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif -.include +.include + +.if ${OSVERSION} >= 800045 +BROKEN= does not build +.endif + +.include Property changes on: head/security/vpnd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property