Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2002 19:18:11 +0100
From:      "Annihilator" <annihilator.c@usa.net>
To:        <ports@freebsd.org>
Subject:   Patches for ports: misc/mc, www/boa
Message-ID:  <004301c1aa83$aedab110$0101a8c0@pilar>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>=0A=

------=_NextPart_000_0038_01C1AA8C.05DA71F0--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004301c1aa83$aedab110$0101a8c0>