diff --git a/net-mgmt/macroscope/Makefile b/net-mgmt/macroscope/Makefile index 03ab21c712cc..24db587a496d 100644 --- a/net-mgmt/macroscope/Makefile +++ b/net-mgmt/macroscope/Makefile @@ -1,58 +1,62 @@ # New ports collection makefile for: macroscope # Date created: 2007-05-14 # Whom: Dukashvili Guram # # $FreeBSD$ # PORTNAME= macroscope PORTVERSION= 1.0.2278 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.berlios.de/pub/macroscope/ \ http://white-raven.pisem.net/ MAINTAINER= white_raven@users.berlios.de COMMENT= User and IP traffic management with Web interface BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2 \ odbc:${PORTSDIR}/databases/unixODBC \ pcap:${PORTSDIR}/net/libpcap USE_RC_SUBR= macroscope USE_BZIP2= yes USE_DOS2UNIX= yes CMAKE_ARGS= -DCMAKE_BUILD_TYPE:STRING=Release \ -DCMAKE_C_COMPILER:STRING="${CC}" \ -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \ -DCMAKE_CXX_COMPILER:STRING="${CXX}" \ -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \ -DCMAKE_INSTALL_PREFIX=${PREFIX} OPTIONS= MYSQL "With MySQL support" on \ FIREBIRD "With Firebird support" off .include .if defined(NOPORTDOCS) CMAKE_ARGS+= -DCMAKE_NOT_INSTALL_DOC:BOOL=ON .endif .if !defined(WITHOUT_MYSQL) WANT_MYSQL_VER= 50 USE_MYSQL= yes .endif .if !defined(WITHOUT_FIREBIRD) WITH_FIREBIRD_VER= 2 USE_FIREBIRD= yes .endif .include "${PORTSDIR}/Mk/bsd.database.mk" +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + do-configure: @(cd ${WRKSRC}; \ ${LOCALBASE}/bin/cmake ${CMAKE_ARGS} .) .include diff --git a/palm/synce-dccm/Makefile b/palm/synce-dccm/Makefile index 9ac8de67632c..b6ac241d4d38 100644 --- a/palm/synce-dccm/Makefile +++ b/palm/synce-dccm/Makefile @@ -1,27 +1,33 @@ # New ports collection makefile for: synce-dccm # Date created: 14 June 2003 # Whom: Sam Lawrance # # $FreeBSD$ PORTNAME= synce-dccm PORTVERSION= 0.9.3 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce DISTNAME= synce-vdccm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Listener daemon for connections from WinCE devices BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce GNU_CONFIGURE= yes USE_ICONV= yes WRKSRC= ${WRKDIR}/vdccm-${PORTVERSION} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} \ --with-libsynce=${LOCALBASE} -.include +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include diff --git a/palm/synce-vdccm/Makefile b/palm/synce-vdccm/Makefile index 9ac8de67632c..b6ac241d4d38 100644 --- a/palm/synce-vdccm/Makefile +++ b/palm/synce-vdccm/Makefile @@ -1,27 +1,33 @@ # New ports collection makefile for: synce-dccm # Date created: 14 June 2003 # Whom: Sam Lawrance # # $FreeBSD$ PORTNAME= synce-dccm PORTVERSION= 0.9.3 CATEGORIES= palm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= synce DISTNAME= synce-vdccm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Listener daemon for connections from WinCE devices BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce GNU_CONFIGURE= yes USE_ICONV= yes WRKSRC= ${WRKDIR}/vdccm-${PORTVERSION} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-libiconv=${LOCALBASE} \ --with-libsynce=${LOCALBASE} -.include +.include + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + +.include diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index a9569560faef..30bdc6b343dd 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -1,79 +1,83 @@ # New ports collection makefile for: libprelude # Date created: Sun Aug 4 19:31:17 CEST 2002 # Whom: Clement Laforet # $FreeBSD$ PORTNAME= libprelude PORTVERSION= 0.9.16.1 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ \ http://www.prelude-ids.org/download/releases/old/ MAINTAINER= r.gruyters@yirdis.nl COMMENT= Framework library for Prelude NIDS LIB_DEPENDS= gnutls.13:${PORTSDIR}/security/gnutls OPTIONS= PERL "Include Perl bindings" off \ PYTHON "Include Python bindings" off USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --localstatedir=/var MAN1= prelude-admin.1 .include .if defined(WITH_PERL) USE_PERL5= yes CONFIGURE_ARGS+= --with-perl PLIST_SUB+= WITH_PERL="" .else CONFIGURE_ARGS+= --without-perl PLIST_SUB+= WITH_PERL="@comment " .endif .if defined(WITH_PYTHON) USE_PYTHON= 2.3+ .include "${PORTSDIR}/Mk/bsd.python.mk" CONFIGURE_ARGS+= --with-python PLIST_SUB+= WITH_PYTHON="" .else CONFIGURE_ARGS+= --without-python PLIST_SUB+= WITH_PYTHON="@comment " .endif .if !defined(NOPORTDOCS) CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc +.if ${ARCH} == "sparc64" +BROKEN= Does not compile +.endif + post-install: @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/api/html/* ${DOCSDIR} ${INSTALL_MAN} ${WRKSRC}/docs/manpages/*.1 ${MAN1PREFIX}/man/man1/ @if [ ! -f ${PREFIX}/etc/prelude/default/client.conf ]; then \ ${CP} -p ${PREFIX}/etc/prelude/default/client.conf-dist \ ${PREFIX}/etc/prelude/default/client.conf ; \ fi @if [ ! -f ${PREFIX}/etc/prelude/default/global.conf ]; then \ ${CP} -p ${PREFIX}/etc/prelude/default/global.conf-dist \ ${PREFIX}/etc/prelude/default/global.conf ; \ fi @if [ ! -f ${PREFIX}/etc/prelude/default/idmef-client.conf ]; then \ ${CP} -p ${PREFIX}/etc/prelude/default/idmef-client.conf-dist \ ${PREFIX}/etc/prelude/default/idmef-client.conf ; \ fi @if [ ! -f ${PREFIX}/etc/prelude/default/tls.conf ]; then \ ${CP} -p ${PREFIX}/etc/prelude/default/tls.conf-dist \ ${PREFIX}/etc/prelude/default/tls.conf ; \ fi .endif .include