ports/59437: Fix port: security/f-prot

Tim Bishop tim at bishnet.net
Tue Nov 18 21:30:28 UTC 2003


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list