From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Oct 6 14:20:24 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 177B216A4B3 for ; Mon, 6 Oct 2003 14:20:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27AE143FEC for ; Mon, 6 Oct 2003 14:20:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h96LKMFY098801 for ; Mon, 6 Oct 2003 14:20:22 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h96LKLRT098800; Mon, 6 Oct 2003 14:20:21 -0700 (PDT) (envelope-from gnats) Resent-Date: Mon, 6 Oct 2003 14:20:21 -0700 (PDT) Resent-Message-Id: <200310062120.h96LKLRT098800@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Francisco Gomez Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C248016A4B3 for ; Mon, 6 Oct 2003 14:18:11 -0700 (PDT) Received: from francisco.gomezmarin.com (83.Red-80-59-5.pooles.rima-tde.net [80.59.5.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B02843FF2 for ; Mon, 6 Oct 2003 14:18:10 -0700 (PDT) (envelope-from chui@francisco.gomezmarin.com) Received: from francisco.gomezmarin.com (localhost [127.0.0.1]) h96LHYdQ029073 for ; Mon, 6 Oct 2003 23:17:35 +0200 (CEST) (envelope-from chui@francisco.gomezmarin.com) Received: (from root@localhost) by francisco.gomezmarin.com (8.12.9/8.12.9/Submit) id h96LEMdv028973; Mon, 6 Oct 2003 23:14:22 +0200 (CEST) Message-Id: <200310062114.h96LEMdv028973@francisco.gomezmarin.com> Date: Mon, 6 Oct 2003 23:14:22 +0200 (CEST) From: Francisco Gomez To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/57683: [maintainer update] tct update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Francisco Gomez List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 21:20:24 -0000 >Number: 57683 >Category: ports >Synopsis: [maintainer update] tct update >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: Mon Oct 06 14:20:21 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Francisco Gomez >Release: FreeBSD 5.1-RELEASE i386 >Organization: >Environment: System: FreeBSD francisco.gomezmarin.com 5.1-RELEASE FreeBSD 5.1-RELEASE #1: Mon Sep 15 12:59:34 CEST 2003 chui@francisco.gomezmarin.com:/usr/src/sys/i386/compile/HOME i386 >Description: It collides with the sysutils/file port and with /sbin/md5 binary. It also doesn't install the conf files and perl modules for some programs. >How-To-Repeat: >Fix: Renamed md5 to md5-tct and file to file-tct. Now it install the necesary conf and perl modules files. --- diff.tct begins here --- diff -ruN tct.bak/Makefile tct/Makefile --- tct.bak/Makefile Sun Sep 21 03:53:12 2003 +++ tct/Makefile Mon Oct 6 22:38:23 2003 @@ -2,7 +2,7 @@ # Date created: 21 September 2003 # Whom: Francisco Gomez # -# $FreeBSD$ +# $FreeBSD: ports/sysutils/tct/Makefile,v 1.1 2003/09/27 03:53:32 edwin Exp $ # PORTNAME= tct @@ -17,13 +17,13 @@ RUN_DEPENDS= ${PERL}:${PORTSDIR}/lang/perl5 RUN_DEPENDS+= ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof -MAN1= file.1 ils.1 mactime.1 pcat.1 grave-robber.1 lastcomm.1 major_minor.1 timeout.1 icat.1 lazarus.1 md5.1 unrm.1 +MAN1= ils.1 mactime.1 pcat.1 grave-robber.1 lastcomm.1 major_minor.1 timeout.1 icat.1 lazarus.1 unrm.1 MAN5= magic.5 tm-format.5 PORTDOCS= CHANGES COPYRIGHT INSTALL LICENSE MANIFEST OS-NOTES README.FIRST TODO docs/README docs/design-notes docs/lazarus.README docs/grave-robber.README docs/mac.README do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/bin/file ${LOCALBASE}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/bin/file ${LOCALBASE}/bin/file-tct @${INSTALL_DATA} -m 555 ${WRKSRC}/bin/grave-robber ${LOCALBASE}/bin @${INSTALL_PROGRAM} ${WRKSRC}/bin/icat ${LOCALBASE}/bin @${INSTALL_PROGRAM} ${WRKSRC}/bin/ils ${LOCALBASE}/bin @@ -31,11 +31,14 @@ @${INSTALL_DATA} -m 555 ${WRKSRC}/bin/mactime ${LOCALBASE}/bin @${INSTALL_DATA} -m 555 ${WRKSRC}/lazarus/lazarus ${LOCALBASE}/bin @${INSTALL_PROGRAM} ${WRKSRC}/bin/major_minor ${LOCALBASE}/bin - @${INSTALL_PROGRAM} ${WRKSRC}/bin/md5 ${LOCALBASE}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/bin/md5 ${LOCALBASE}/bin/md5-tct @${INSTALL_PROGRAM} ${WRKSRC}/bin/pcat ${LOCALBASE}/bin @${INSTALL_DATA} -m 555 ${WRKSRC}/bin/strip_tct_home ${LOCALBASE}/bin @${INSTALL_PROGRAM} ${WRKSRC}/bin/unrm ${LOCALBASE}/bin @${INSTALL_PROGRAM} ${WRKSRC}/bin/timeout ${LOCALBASE}/bin + @${INSTALL_MAN} ${WRKSRC}/man/man1/file.1 ${PREFIX}/man/man1/file-tct.1 + @${INSTALL_MAN} ${WRKSRC}/man/man1/md5.1 ${PREFIX}/man/man1/md5-tct.1 + @${CP} ${WRKSRC}/lib/* ${SITE_PERL} post-install: .if !defined(NOPORTDOCS) @@ -52,5 +55,9 @@ .for file in ${MAN5} @${INSTALL_MAN} ${WRKSRC}/man/man5/${file} ${PREFIX}/man/man5 .endfor + + @${MKDIR} ${PREFIX}/share/doc/tct/conf + @${CP} ${WRKSRC}/conf/* ${PREFIX}/share/doc/tct/conf + @${CP} ${WRKSRC}/conf/paths.pl ${SITE_PERL} .include diff -ruN tct.bak/pkg-plist tct/pkg-plist --- tct.bak/pkg-plist Sun Sep 21 04:03:23 2003 +++ tct/pkg-plist Mon Oct 6 22:53:25 2003 @@ -11,6 +11,15 @@ share/doc/tct/grave-robber.README share/doc/tct/lazarus.README share/doc/tct/mac.README +share/doc/tct/conf/coroner.cf +share/doc/tct/conf/grave-robber.cf +share/doc/tct/conf/lazarus.cf +share/doc/tct/conf/look@first +share/doc/tct/conf/mac_file.lst +share/doc/tct/conf/mac_file.headers +share/doc/tct/conf/paths.pl +share/doc/tct/conf/paths.pl.old +share/doc/tct/conf/save_these_files bin/ils bin/grave-robber bin/lastcomm @@ -22,4 +31,47 @@ bin/timeout bin/lazarus bin/icat +bin/md5-tct +bin/file-tct +man/man1/file-tct.1 +man/man1/md5-tct.1 +%%SITE_PERL%%/body_init.pl +%%SITE_PERL%%/bsd.pl +%%SITE_PERL%%/chk_binaries.pl +%%SITE_PERL%%/command.pl +%%SITE_PERL%%/crunch.pl +%%SITE_PERL%%/date.pl +%%SITE_PERL%%/datez.pl +%%SITE_PERL%%/dig-sig.pl +%%SITE_PERL%%/file_mode.pl +%%SITE_PERL%%/getopts.pl +%%SITE_PERL%%/hostname.pl +%%SITE_PERL%%/is_able.pl +%%SITE_PERL%%/linux.pl +%%SITE_PERL%%/logger.pl +%%SITE_PERL%%/major_minor.pl +%%SITE_PERL%%/maj_min_walk.pl +%%SITE_PERL%%/misc.pl +%%SITE_PERL%%/ostype.pl +%%SITE_PERL%%/pass.cache.pl +%%SITE_PERL%%/paths.pl +%%SITE_PERL%%/print_table.pl +%%SITE_PERL%%/proc.pl +%%SITE_PERL%%/process_dirs.pl +%%SITE_PERL%%/ps_spy.pl +%%SITE_PERL%%/rawdev.pl +%%SITE_PERL%%/realpath.pl +%%SITE_PERL%%/save_the_files.pl +%%SITE_PERL%%/savecore.pl +%%SITE_PERL%%/solaris.pl +%%SITE_PERL%%/stat.pl +%%SITE_PERL%%/suck_free_inodes.pl +%%SITE_PERL%%/suck_table.pl +%%SITE_PERL%%/sunos.pl +%%SITE_PERL%%/system_stubs.pl +%%SITE_PERL%%/tm_misc.pl +%%SITE_PERL%%/tree.pl +%%SITE_PERL%%/trust.pl +%%SITE_PERL%%/vault_cp.pl +@dirrm share/doc/tct/conf @dirrm share/doc/tct --- diff.tct ends here --- >Release-Note: >Audit-Trail: >Unformatted: