Date: Mon, 02 Feb 2004 11:51:36 +0100 From: Radim Kolar <hsn@netmag.cz> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/62273: patch: net/p0f - added missing files Message-ID: <E1Anbg0-0000qi-TT@asura.bsd> Resent-Message-ID: <200402021740.i12He4ls005100@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 62273 >Category: ports >Synopsis: patch: net/p0f - added missing files >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 02 09:40:03 PST 2004 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 5.2-RELEASE i386 >Organization: Sanatana Dharma >Environment: System: FreeBSD asura.bsd 5.2-RELEASE FreeBSD 5.2-RELEASE #1: Wed Jan 28 18:18:58 CET 2004 root@asura.bsd:/usr/src/sys/i386/compile/GENERIC i386 >Description: Two files in ETC/p0f was not installed by package Makefile. Without them -A and -R modes of p0f operation do not works. I have bumped portrevision for that since it is a major useability change. >How-To-Repeat: >Fix: diff -Naur /usr/ports/net/p0f/Makefile p0f/Makefile --- /usr/ports/net/p0f/Makefile Sat Jan 10 20:51:14 2004 +++ p0f/Makefile Mon Feb 2 11:39:55 2004 @@ -7,6 +7,7 @@ PORTNAME= p0f PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://lcamtuf.coredump.cx/p0f/ EXTRACT_SUFX= .tgz @@ -34,6 +35,8 @@ ${INSTALL_SCRIPT} ${WRKSRC}/p0frep ${PREFIX}/bin ${MKDIR} ${PREFIX}/etc/p0f ${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/etc/p0f + ${INSTALL_DATA} ${WRKSRC}/p0fa.fp ${PREFIX}/etc/p0f + ${INSTALL_DATA} ${WRKSRC}/p0fr.fp ${PREFIX}/etc/p0f ${INSTALL_MAN} ${WRKSRC}/p0f.1 ${MANPREFIX}/man/man1/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} @@ -48,6 +51,8 @@ ${ECHO_CMD} bin/${ii} >> ${PLIST} .endfor ${ECHO_CMD} etc/p0f/p0f.fp >> ${PLIST} + ${ECHO_CMD} etc/p0f/p0fa.fp >> ${PLIST} + ${ECHO_CMD} etc/p0f/p0fr.fp >> ${PLIST} ${ECHO_CMD} "@dirrm etc/p0f" >> ${PLIST} .if !defined(NOPORTDOCS) .for i in ${DOCFILES} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Anbg0-0000qi-TT>