Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Oct 2003 23:14:22 +0200 (CEST)
From:      Francisco Gomez <francisco@gomezmarin.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/57683: [maintainer update] tct update
Message-ID:  <200310062114.h96LEMdv028973@francisco.gomezmarin.com>
Resent-Message-ID: <200310062120.h96LKLRT098800@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <francisco@gomezmarin.com>
 #
-# $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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310062114.h96LEMdv028973>