Date: Tue, 18 Nov 2003 21:27:09 +0000 From: Tim Bishop <tim@bishnet.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: tim@bishnet.net Subject: ports/59437: Fix port: security/f-prot Message-ID: <E1AMDNN-0001FQ-HG@pendennis.ukc.ac.uk> Resent-Message-ID: <200311182130.hAILUOgN096545@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 59437 >Category: ports >Synopsis: Fix port: security/f-prot >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 18 13:30:24 PST 2003 >Closed-Date: >Last-Modified: >Originator: Tim Bishop >Release: FreeBSD 4.9-STABLE i386 >Organization: >Environment: System: FreeBSD pendennis.ukc.ac.uk 4.9-STABLE FreeBSD 4.9-STABLE #6: Sun Nov 16 04:08:40 GMT 2003 tdb@pendennis.ukc.ac.uk:/usr/obj/usr/src/sys/PENDENNIS i386 >Description: This port is a pre-compiled binary, so most certainly won't work on most non-i386 architectures. Mark the Makefile accordingly. Pointed out by: Robert Blacquiere <robert@guldan.demon.nl> >How-To-Repeat: >Fix: Apply diff below. --- f-prot-4.2.0-i386.diff begins here --- diff -ruN f-prot.bak/Makefile f-prot/Makefile --- f-prot.bak/Makefile Tue Oct 28 15:05:43 2003 +++ f-prot/Makefile Tue Nov 18 21:07:29 2003 @@ -27,6 +27,8 @@ MAN1= f-prot.1 +ONLY_FOR_ARCHS= i386 + do-install: cd ${WRKDIR} && ${TAR} -cf - f-prot | ${TAR} -xf - -C ${PREFIX} ${INSTALL_SCRIPT} ${WRKSRC}/f-prot.sh ${PREFIX}/bin/f-prot --- f-prot-4.2.0-i386.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AMDNN-0001FQ-HG>