From owner-freebsd-ports Thu Jan 31 10:18:36 2002 Delivered-To: freebsd-ports@freebsd.org Received: from ls212.hinet.hr (ls212.hinet.hr [195.29.150.91]) by hub.freebsd.org (Postfix) with ESMTP id A693337B400 for ; Thu, 31 Jan 2002 10:18:31 -0800 (PST) Received: from ls401.hinet.hr (ls401.hinet.hr [195.29.150.2]) by ls212.hinet.hr (0.0.0/8.11.3) with ESMTP id g0VIIUm00956 for ; Thu, 31 Jan 2002 19:18:30 +0100 Received: from tango (ad3-m35.net.hinet.hr [195.29.131.35]) by ls401.hinet.hr (0.0.0/8.11.3) with SMTP id g0VIIOc18438 for ; Thu, 31 Jan 2002 19:18:24 +0100 Message-ID: <004301c1aa83$aedab110$0101a8c0@pilar> From: "Annihilator" To: Subject: Patches for ports: misc/mc, www/boa Date: Thu, 31 Jan 2002 19:18:11 +0100 Organization: SawMan's Consortium MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0038_01C1AA8C.05DA71F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0038_01C1AA8C.05DA71F0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Reasons: The boa package is incomplete without the boa_indexer utility. Midnight Commander has added functionality when compiled with slang. Compiling with ncurses is completely redundant, and I can't understand why it's the default. Hope you'll decide to commit them. Regards, Annihilator ------=_NextPart_000_0038_01C1AA8C.05DA71F0 Content-Type: application/octet-stream; name="boa.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="boa.patch" --- Makefile.orig Thu Jan 31 18:21:34 2002=0A= +++ Makefile Thu Jan 31 18:39:15 2002=0A= @@ -23,6 +23,7 @@=0A= =0A= do-install:=0A= ${INSTALL_PROGRAM} ${WRKSRC}/boa ${PREFIX}/sbin=0A= + ${INSTALL_PROGRAM} ${WRKSRC}/boa_indexer ${PREFIX}/sbin=0A= ${INSTALL_MAN} ${WRKSRC}/../docs/boa.8 ${PREFIX}/man/man8=0A= ${INSTALL_DATA} ${WRKSRC}/../boa.conf ${PREFIX}/etc/boa.conf.sample=0A= @${MKDIR} ${PREFIX}/share/examples/boa=0A= --- pkg-plist.orig Thu Jan 31 18:21:58 2002=0A= +++ pkg-plist Thu Jan 31 18:39:22 2002=0A= @@ -1,5 +1,6 @@=0A= etc/boa.conf.sample=0A= sbin/boa=0A= +sbin/boa_indexer=0A= %%PORTDOCS%%share/doc/boa/boa.sgml=0A= %%PORTDOCS%%share/doc/boa/boa_banner.png=0A= share/examples/boa/cgi-test.cgi=0A= ------=_NextPart_000_0038_01C1AA8C.05DA71F0 Content-Type: application/octet-stream; name="mc.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="mc.patch" --- Makefile.orig Thu Jan 31 18:25:22 2002=0A= +++ Makefile Thu Jan 31 18:55:32 2002=0A= @@ -15,22 +15,14 @@=0A= MAINTAINER=3D ports@FreeBSD.org=0A= =0A= LIB_DEPENDS=3D intl.1:${PORTSDIR}/devel/gettext=0A= -.if defined(WITH_NCURSES_PORT)=0A= -LIB_DEPENDS+=3D ncurses.5:${PORTSDIR}/devel/ncurses=0A= -.elif defined(WITH_SLANG)=0A= LIB_DEPENDS+=3D slang.1:${PORTSDIR}/devel/libslang=0A= BUILD_DEPENDS=3D ispell:${PORTSDIR}/textproc/ispell=0A= RUN_DEPENDS=3D ispell:${PORTSDIR}/textproc/ispell=0A= -.endif=0A= =0A= USE_GMAKE=3D yes=0A= USE_GLIB=3D yes=0A= GNU_CONFIGURE=3D yes=0A= -.if defined(WITH_SLANG)=0A= CONFIGURE_ARGS=3D --with-slang --without-gnome --with-edit=0A= -.else=0A= -CONFIGURE_ARGS=3D --with-ncurses --without-gnome --without-edit=0A= -.endif=0A= CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" \=0A= LIBS=3D"-L${LOCALBASE}/lib -lintl"=0A= =0A= @@ -41,11 +33,9 @@=0A= @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \=0A= 's|\$\(libdir\)/mc|\$\(datadir\)/mc|g'=0A= =0A= -.if defined(WITH_SLANG)=0A= PLIST=3D ${WRKDIR}/PLIST=0A= pre-install:=0A= @${CAT} ${PKGDIR}/pkg-plist > ${PLIST}=0A= @${ECHO_CMD} bin/mcedit >> ${PLIST}=0A= -.endif=0A= =0A= .include =0A= ------=_NextPart_000_0038_01C1AA8C.05DA71F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message