Index: head/ftp/fget/Makefile =================================================================== --- head/ftp/fget/Makefile (revision 400127) +++ head/ftp/fget/Makefile (revision 400128) @@ -1,15 +1,16 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= fget PORTVERSION= 1.3.3 CATEGORIES= ftp www MASTER_SITES= ftp://ftp.feep.net/pub/software/fget/ MAINTAINER= demon@FreeBSD.org COMMENT= Commandline tool for mirroring remote files via FTP +BROKEN= Does not fetch USES= gmake GNU_CONFIGURE= yes .include Index: head/ftp/twoftpd/Makefile =================================================================== --- head/ftp/twoftpd/Makefile (revision 400127) +++ head/ftp/twoftpd/Makefile (revision 400128) @@ -1,58 +1,59 @@ # Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw) # $FreeBSD$ PORTNAME= twoftpd PORTVERSION= 1.42 PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= http://untroubled.org/archive/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple, secure, efficient FTP server LICENSE= GPLv2 +BROKEN= Does not fetch BUILD_DEPENDS= ${LOCALBASE}/bin/bg-installer:${PORTSDIR}/devel/bglibs LIB_DEPENDS= libcvm-v2client.so:${PORTSDIR}/security/cvm OPTIONS_DEFINE= DOCS CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib BGLIBS_LIB= ${LOCALBASE}/lib/bglibs BGLIBS_INCLUDE= ${LOCALBASE}/include/bglibs PORTDOCS= NEWS README TODO PLIST_FILES= bin/twoftpd-anon bin/twoftpd-anon-conf \ bin/twoftpd-auth bin/twoftpd-bind-port \ bin/twoftpd-conf bin/twoftpd-drop \ bin/twoftpd-switch bin/twoftpd-xfer \ man/man1/twoftpd-auth.1.gz man/man1/twoftpd-switch.1.gz \ man/man1/twoftpd-xfer.1.gz post-patch: @${REINPLACE_CMD} -e 's,timezone,tm.tm_gmtoff,' ${WRKSRC}/statmod.c do-configure: @${ECHO_CMD} "${PREFIX}/bin" > ${WRKSRC}/conf-bin @${ECHO_CMD} "${MANPREFIX}/man" > ${WRKSRC}/conf-man @${ECHO_CMD} "${CC} ${CFLAGS} ${CPPFLAGS}" > ${WRKSRC}/conf-cc @${ECHO_CMD} "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld @${ECHO_CMD} "${BGLIBS_INCLUDE}" > ${WRKSRC}/conf-bgincs @${ECHO_CMD} "${BGLIBS_LIB}" > ${WRKSRC}/conf-bglibs do-install: .for f in twoftpd-anon twoftpd-anon-conf twoftpd-auth twoftpd-bind-port \ twoftpd-conf twoftpd-drop twoftpd-switch twoftpd-xfer ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/ .endfor .for f in twoftpd-auth.1 twoftpd-switch.1 twoftpd-xfer.1 ${INSTALL_MAN} ${WRKSRC}/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1/ .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in NEWS README TODO (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor .include Index: head/ftp/yafc/Makefile =================================================================== --- head/ftp/yafc/Makefile (revision 400127) +++ head/ftp/yafc/Makefile (revision 400128) @@ -1,53 +1,54 @@ # Created by: Chris Piazza # $FreeBSD$ PORTNAME= yafc PORTVERSION= 1.2.5 PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= http://www.yafc-ftp.com/upload/ MAINTAINER= wg@FreeBSD.org COMMENT= Yet another ftp client. Similar to ftp(1) LICENSE= GPLv2 # (or later) +BROKEN= Does not fetch OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE OPTIONS_DEFAULT=BASH NLS SSH USES= gmake tar:xz USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_ipv6=yes CONFIGURE_ARGS= --with-socks=no --with-socks5=no --with-krb4=no \ --with-krb5=no --with-openssl=${OPENSSLBASE} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PORTEXAMPLES= inputrc yafcrc PLIST_FILES= bin/yafc \ man/man1/yafc.1.gz INFO= yafc NLS_USES= gettext NLS_USE= GNOME=intltool NLS_CONFIGURE_WITH= gettext=${LOCALBASE} NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/yafc.mo \ share/locale/sv/LC_MESSAGES/yafc.mo READLINE_USES= readline READLINE_CONFIGURE_WITH=readline SSH_LIB_DEPENDS= libssh.so:${PORTSDIR}/security/libssh SSH_CONFIGURE_OFF= --without-ssh BASH_CONFIGURE_ON= --with-bash-completion=yes BASH_PLIST_FILES= etc/bash_completion.d/yafc BASH_CONFIGURE_OFF= --with-bash-completion=no post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR} .include