Index: head/dns/posadis/Makefile =================================================================== --- head/dns/posadis/Makefile (revision 118415) +++ head/dns/posadis/Makefile (revision 118416) @@ -1,49 +1,55 @@ # New ports collection makefile for: posadis # Date Created: 27 Feb 2003 # Whom: Sergei Kolobov # # $FreeBSD$ # PORTNAME= posadis PORTVERSION= 0.60.1 PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sergei@FreeBSD.org COMMENT= "Domain Name Server (DNS) implementation" LIB_DEPENDS= poslib.0:${PORTSDIR}/devel/poslib USE_LIBLTDL= yes .if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so) CONFIGURE_ARGS= --enable-fam BUILD_DEPENDS= ${LOCALBASE}/include/fam.h:${PORTSDIR}/devel/fam RUN_DEPENDS= ${LOCALBASE}/bin/fam:${PORTSDIR}/devel/fam PLIST_SUB= FAM="" .else CONFIGURE_ARGS= --disable-fam PLIST_SUB= FAM="@comment " .endif USE_LIBTOOL_VER= 13 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes PLIST_SUB+= VERSION="${PORTVERSION}" MAN1= getzone.1 posadis.1 posadis-getroots.1 posask.1 poshost.1 MAN5= posadisrc.5 DOCS= AUTHORS ChangeLog README TODO +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include +.include Property changes on: head/dns/posadis/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/net/portfwd/Makefile =================================================================== --- head/net/portfwd/Makefile (revision 118415) +++ head/net/portfwd/Makefile (revision 118416) @@ -1,39 +1,45 @@ # New ports collection makefile for: portfwd # Date created: Sun May 5 16:12:30 CET 2002 # Whom: Alex Dupre # # $FreeBSD$ # PORTNAME= portfwd PORTVERSION= 0.26 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ale@FreeBSD.org COMMENT= A Port Forwarding Daemon GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes USE_REINPLACE= yes MAN5= portfwd.cfg.5 MAN8= portfwd.8 +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if defined(NOPORTDOCS) post-configure: @${REINPLACE_CMD} -e "s|\(^install-data-am:\) install-docDATA|\1|g" \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e \ "s|\(^install-data-am: install-man\) install-docDATA|\1|g" \ ${WRKSRC}/doc/Makefile .endif post-install: @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/cfg/* ${EXAMPLESDIR} -.include +.include Property changes on: head/net/portfwd/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property Index: head/palm/pose/Makefile =================================================================== --- head/palm/pose/Makefile (revision 118415) +++ head/palm/pose/Makefile (revision 118416) @@ -1,45 +1,49 @@ # New ports collection makefile for: pose # Date created: Sat May 6 14:03:08 CEST 2000 # Whom: Dirk Froemberg # # $FreeBSD$ # PORTNAME= pose PORTVERSION= 3.5 PORTREVISION= 2 CATEGORIES= palm emulators MASTER_SITES= http://www.palmos.com/dev/tools/emulator/sources/ \ http://www.palmos.com/dev/tools/emulator/:skins DISTFILES= emulator_src_3.5.tar.gz \ emulator-skins-19.tar.gz:skins MAINTAINER= wlloyd@slap.net COMMENT= Palm OS(R) Emulator LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk USE_GL= yes WRKSRC= ${WRKDIR}/Emulator_Src_${PORTVERSION}/BuildUnix USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --x-includes=${X11BASE}/include \ --x-libraries=${X11BASE}/lib \ --with-x --with-fltk=${X11BASE} CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ CFLAGS=-DBROKEN_VIRTUAL_DEFAULT_ARGUMENTS=1 \ LIBS="${PTHREAD_LIBS}" .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" .endif post-install: ${MKDIR} ${PREFIX}/share/pose ${INSTALL_DATA} "${WRKSRC}/../ROMTransfer/Source/ROM_Transfer.prc" ${PREFIX}/share/pose @${SED} -e 's#/usr/local#${PREFIX}#g' ${PKGMESSAGE} ${CP} -Rp ${WRKDIR}/Skins_v1.9 ${PREFIX}/share/pose/skins .include Property changes on: head/palm/pose/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property