ports/89794: net/thcrut: declare not broken
Johan van Selst
johans at stack.nl
Thu Dec 1 11:50:03 UTC 2005
>Number: 89794
>Category: ports
>Synopsis: net/thcrut: declare not broken
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Dec 01 11:50:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Johan van Selst
>Release: FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD mud.stack.nl 6.0-STABLE FreeBSD 6.0-STABLE #7: Fri Nov 4 18:39:17 CET 2005 root at mud.stack.nl:/usr/obj/usr/src/sys/mud i386
>Description:
Size mismatch error is no longer accurate:
Probably a temp glitch on the MASTER_SITE.
>How-To-Repeat:
>Fix:
While we're at it, follow portlint's suggestion and use DATADIR
diff -uNr thcrut/Makefile thcrut/Makefile
--- thcrut/Makefile Wed Nov 16 04:18:54 2005
+++ thcrut/Makefile Thu Dec 1 12:45:45 2005
@@ -13,11 +13,9 @@
MAINTAINER= ports at FreeBSD.org
COMMENT= Local network discovery tool
-BROKEN= Size mismatch
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \
- --sysconfdir=${PREFIX}/share/thcrut
+ --sysconfdir=${DATADIR}
.include <bsd.port.mk>
diff -uNr thcrut/pkg-plist thcrut/pkg-plist
--- thcrut/pkg-plist Sat Jul 12 11:39:55 2003
+++ thcrut/pkg-plist Thu Dec 1 12:42:49 2005
@@ -1,6 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/07/18 20:30:43 dugsong Exp $
bin/thcrut
-share/thcrut/manuf
-share/thcrut/nmap-os-fingerprints
-share/thcrut/thcrut-os-fingerprints
- at dirrm share/thcrut
+%%DATADIR%%/manuf
+%%DATADIR%%/nmap-os-fingerprints
+%%DATADIR%%/thcrut-os-fingerprints
+ at dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list