ports/51944: Update misc/vifm: 0.1 -> 0.2

Kirill Ponomarew ponomarew at oberon.net
Wed May 7 22:40:03 UTC 2003


>Number:         51944
>Category:       ports
>Synopsis:       Update misc/vifm: 0.1 -> 0.2
>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:   Wed May 07 15:40:01 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kirill Ponomarew
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Oberon.net 
>Environment:
 
        
>Description:
Update misc/vifm: 0.1 -> 0.2

* configurable colors
* enter commands using readline file types

>How-To-Repeat:
>Fix:


diff -ruN vifm.orig/Makefile vifm/Makefile
--- vifm.orig/Makefile	Mon Mar  3 14:22:12 2003
+++ vifm/Makefile	Thu May  8 00:25:50 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	vifm
-PORTVERSION=	0.1
+PORTVERSION=	0.2
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	vifm
@@ -14,6 +14,8 @@
 MAINTAINER=	swalter at lettermax.de
 COMMENT=	Ncurses based file manager with vi like keybindings
 
+WRKSRC=		${WRKDIR}/${PORTNAME}
+
 .if defined(WITH_VIFM_SCREEN)
 RUN_DEPENDS=	screen:${PORTSDIR}/misc/screen
 .else
@@ -25,12 +27,15 @@
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+
 .if defined(WITH_VIFM_SCREEN)
 pre-build:
 	@${REINPLACE_CMD} -e "s/cfg.use_screen = 0/cfg.use_screen = 1/" \
-		${BUILD_WRKSRC}/src/config.c
+		${WRKSRC}/src/config.c
 	@${REINPLACE_CMD} -e "s/USE_SCREEN=0/USE_SCREEN=1/" \
-		${BUILD_WRKSRC}/src/vifmrc0.1
+		${WRKSRC}/src/vifmrc0.2
 .endif
 
 .include <bsd.port.mk>
diff -ruN vifm.orig/distinfo vifm/distinfo
--- vifm.orig/distinfo	Sun Aug 11 04:37:27 2002
+++ vifm/distinfo	Wed May  7 23:57:42 2003
@@ -1 +1 @@
-MD5 (vifm-0.1.tar.gz) = ce8d8c8a1f94d3735c4a3bdef45520ce
+MD5 (vifm-0.2.tar.gz) = 1bcf2d89eb37d945b3c84f4f572e0e37
diff -ruN vifm.orig/pkg-plist vifm/pkg-plist
--- vifm.orig/pkg-plist	Sun Aug 11 04:37:27 2002
+++ vifm/pkg-plist	Thu May  8 00:27:42 2003
@@ -1,7 +1,7 @@
 bin/pauseme
 bin/vifm
-share/vifm/vifm-0.1.help.txt
+share/vifm/vifm-0.2.help.txt
 share/vifm/vifm.txt
 share/vifm/vifm.vim
-share/vifm/vifmrc0.1
+share/vifm/vifmrc0.2
 @dirrm share/vifm
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list