Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Oct 2004 03:00:27 +0800 (KRAST)
From:      "Roman Y.Bogdanov" <sam@brj.pp.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        "Roman Y.Bogdanov" <sam@brj.pp.ru>
Subject:   ports/72768: update: misc/mc-light
Message-ID:  <20041016190027.A4FDD22857@mail.brj.pp.ru>
Resent-Message-ID: <200410161910.i9GJAEhH033912@freefall.freebsd.org>

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

>Number:         72768
>Category:       ports
>Synopsis:       update: misc/mc-light
>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:   Sat Oct 16 19:10:14 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Y. Bogdanov
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
n/a
>Environment:
System: FreeBSD brj.pp.ru 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Mon Oct 11 21:38:30 KRAST 2004 root@brj.pp.ru:/usr/src/sys/i386/compile/brj-5x i386


>Description:

	Again fix extfs midc problem. Do post-install chmod for support archive files.
        Becouse paching configure file for "no strip sh script" it's to ugly. (krion@ in IRC allowed to do chmod in post-install)

	add new pach file: mc-light/files/patch-vfs-extfs-extfs.ini

>How-To-Repeat:
>Fix:

--- extfsfix begins here ---
diff -urN mc-light.old/Makefile mc-light/Makefile
--- mc-light.old/Makefile	Wed Oct 13 23:28:53 2004
+++ mc-light/Makefile	Sun Oct 17 02:19:34 2004
@@ -16,6 +16,7 @@
 COMMENT=	A lightweight Midnight Commander clone
 
 RUN_DEPENDS+=	gawk:${PORTSDIR}/lang/gawk
+
 CONFLICTS=	mc-4.6*
 
 USE_GMAKE=	yes
@@ -40,4 +41,9 @@
 PLIST_SUB+=	NLS="@comment "
 .endif
 
+post-install:
+.for i in a arfs audio cpio deb esp ftplist hp48 iso lha lslR mailfs patchfs rar rpm trpm uarj uha zip zoo
+	${CHMOD} 755 ${PREFIX}/share/mc/extfs/${i}
+.endfor
+    
 .include <bsd.port.mk>
diff -urN mc-light.old/files/patch-vfs-extfs-extfs.ini mc-light/files/patch-vfs-extfs-extfs.ini
--- mc-light.old/files/patch-vfs-extfs-extfs.ini	Thu Jan  1 07:00:00 1970
+++ mc-light/files/patch-vfs-extfs-extfs.ini	Sun Oct 17 02:23:06 2004
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- vfs/extfs/extfs.ini.old	Sun Oct 17 02:20:12 2004
++++ vfs/extfs/extfs.ini	Sun Oct 17 02:20:24 2004
+@@ -11,7 +11,6 @@
+ rar=.rar .RAR
+ deb=.deb .DEB
+ a:=a
+-b:=a
+ lslR=lslR ls-lR lslR.gz ls-lR.gz lslR.Z ls-lR.Z lslR.bz2 ls-lR.bz2
+ ftplist=ftplist
+ patchfs=.patch .diff .PATCH .DIFF
--- extfsfix ends here ---


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



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