Date: Tue, 7 Jan 2003 08:50:03 -0800 (PST) From: Udo Schweigert <Udo.Schweigert@siemens.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/46823: maintainer-update of security/nessus-*-devel Message-ID: <200301071650.h07Go3tA039226@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/46823; it has been noted by GNATS. From: Udo Schweigert <Udo.Schweigert@siemens.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/46823: maintainer-update of security/nessus-*-devel Date: Tue, 7 Jan 2003 17:48:48 +0100 A little improvement: two ports have to use bison. Please apply the following patch: diff -u -r1.28 Makefile --- nessus-libnasl-devel/Makefile 7 Jan 2003 13:51:44 -0000 1.28 +++ nessus-libnasl-devel/Makefile 7 Jan 2003 16:46:34 -0000 @@ -21,6 +21,7 @@ DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/libnasl +USE_BISON= YES USE_LIBTOOL= YES CONFIGURE_ARGS= --sharedstatedir=${PREFIX}/etc/nessus/com \ --localstatedir=${PREFIX}/etc/nessus/var diff -u -r1.28 Makefile --- nessus-libraries-devel/Makefile 7 Jan 2003 13:51:44 -0000 1.28 +++ nessus-libraries-devel/Makefile 7 Jan 2003 16:46:34 -0000 @@ -19,6 +19,7 @@ DIST_SUBDIR= nessus WRKSRC= ${WRKDIR}/nessus-libraries +USE_BISON= YES USE_LIBTOOL= YES CONFIGURE_ARGS= --enable-cipher --sharedstatedir=${PREFIX}/etc/nessus/com \ --localstatedir=${PREFIX}/etc/nessus/var Best regards -- Udo Schweigert, Siemens AG | Voice : +49 89 636 42170 CT IC CERT, Siemens CERT | Fax : +49 89 636 41166 D-81730 Muenchen / Germany | email : udo.schweigert@siemens.com 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?200301071650.h07Go3tA039226>