Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 1999 12:25:06 -0400 (EDT)
From:      "Donald J. Maddox" <dmaddox@conterra.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13761: Upgrade X-Files Port to 2.00b1
Message-ID:  <199909151625.MAA07307@dmaddox.conterra.com>

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

>Number:         13761
>Category:       ports
>Synopsis:       Just an upgrade to the X-Files port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 15 10:00:02 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Donald J. Maddox
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	N/A

>Description:

The patch below upgrades the X-Files port to 2.00b1:


>How-To-Repeat:

N/A

>Fix:

diff -ur x-files.old/Makefile x-files/Makefile
--- x-files.old/Makefile	Sat Sep  4 11:11:30 1999
+++ x-files/Makefile	Wed Sep 15 11:20:30 1999
@@ -6,8 +6,8 @@
 # $FreeBSD: ports/x11-fm/x-files/Makefile,v 1.12 1999/08/31 02:58:23 peter Exp $
 #
 
-DISTNAME=       X-Files-1.43
-PKGNAME=	x-files-1.43
+DISTNAME=       X-Files-2.00b1
+PKGNAME=	x-files-2.00b1
 CATEGORIES=	x11-fm tk80
 MASTER_SITES=   http://www.hut.fi/~mkivinie/X-Files/data/
 
@@ -22,17 +22,17 @@
 
 pre-install:
 	@tclsh8.0 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
+	@${RM} ${WRKSRC}/xfinstall.tcl
 	@${SED} s#@X11BASE@#${X11BASE}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile
 	@${MV} ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl
 
 do-install:
 	@${MKDIR} ${PREFIX}/lib/X11/X-Files
-	@${INSTALL_SCRIPT} ${WRKSRC}/X-Files.tcl ${PREFIX}/bin/X-Files
-.for file in be.tcl ee.tcl re.tcl vfs.tcl xf_sel.tcl xfiles.buttons xfiles.extensions tclIndex \
-xfiles.faq xfiles.headers xfiles.main_pophelp xfiles.manual xfiles.user_pophelp \
-xfilesrc xflogo.gif
+.for file in *.tcl xfiles* xflogo.gif Registration.form
 	@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/X11/X-Files
 .endfor
+	@${CHMOD} 0555 ${PREFIX}/lib/X11/X-Files/X-Files.tcl
+	@${LN} -s ${PREFIX}/lib/X11/X-Files/X-Files.tcl ${PREFIX}/bin/X-Files
 	@${INSTALL_DATA} ${WRKSRC}/X-Files.xpm ${X11BASE}/include/X11/pixmaps
 	@${INSTALL_MAN} ${WRKSRC}/X-Files.1x ${X11BASE}/man/man1
 
diff -ur x-files.old/files/md5 x-files/files/md5
--- x-files.old/files/md5	Wed Apr 29 19:46:02 1998
+++ x-files/files/md5	Wed Sep 15 09:24:13 1999
@@ -1 +1 @@
-MD5 (X-Files-1.43.tar.gz) = bcf7442e0be8e291c779919f9d6eac25
+MD5 (X-Files-2.00b1.tar.gz) = adde41e4202624c96e4a3a56b0f7ed71
diff -ur x-files.old/pkg/PLIST x-files/pkg/PLIST
--- x-files.old/pkg/PLIST	Wed Apr 29 19:46:02 1998
+++ x-files/pkg/PLIST	Wed Sep 15 11:18:30 1999
@@ -1,17 +1,24 @@
 bin/X-Files
 include/X11/pixmaps/X-Files.xpm
+lib/X11/X-Files/Registration.form
+lib/X11/X-Files/X-Files.tcl
 lib/X11/X-Files/be.tcl
+lib/X11/X-Files/bgexec.tcl
 lib/X11/X-Files/ee.tcl
+lib/X11/X-Files/fae.tcl
+lib/X11/X-Files/ftpl.tcl
+lib/X11/X-Files/pkgIndex.tcl
 lib/X11/X-Files/re.tcl
-lib/X11/X-Files/tclIndex
 lib/X11/X-Files/vfs.tcl
 lib/X11/X-Files/xf_sel.tcl
 lib/X11/X-Files/xfiles.buttons
 lib/X11/X-Files/xfiles.extensions
 lib/X11/X-Files/xfiles.faq
+lib/X11/X-Files/xfiles.ftpbook
 lib/X11/X-Files/xfiles.headers
 lib/X11/X-Files/xfiles.main_pophelp
 lib/X11/X-Files/xfiles.manual
+lib/X11/X-Files/xfiles.tags
 lib/X11/X-Files/xfiles.user_pophelp
 lib/X11/X-Files/xfilesrc
 lib/X11/X-Files/xflogo.gif
diff -ur x-files.old/scripts/mktclIndex x-files/scripts/mktclIndex
--- x-files.old/scripts/mktclIndex	Wed Mar 10 20:58:01 1999
+++ x-files/scripts/mktclIndex	Wed Sep 15 10:20:40 1999
@@ -1,3 +1,3 @@
 #!tclsh8.0
-auto_mkindex $argv be.tcl ee.tcl re.tcl vfs.tcl xf_sel.tcl
+pkg_mkIndex $argv be.tcl bgexec.tcl ee.tcl fae.tcl ftpl.tcl re.tcl vfs.tcl xf_sel.tcl
 exit

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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