diff options
author | hubertf <hubertf> | 2000-06-15 20:56:02 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-06-15 20:56:02 +0000 |
commit | 3b0460798f39941f5369aeae7a91b07a6d519c6b (patch) | |
tree | 6ac62ad1004c4edf11dbcb53d11707cd67ac3bc9 /misc/vfu/patches | |
parent | c5161a8e804d36c67b70da0c7ac95e47ed6c7727 (diff) | |
download | pkgsrc-3b0460798f39941f5369aeae7a91b07a6d519c6b.tar.gz |
Update vfu to 3.01. HISTORY (CHANGE.LOG):
+ feature add
- feature changed
x feature removed
! bugfix
% note
3.01: 07.Jun.2000
! 1. Fixed SeeEditor bug when editing new files (that
does not exist)
! 2. Fixed install script to se correct permissions.
! 3. Fixed build.netbsd to se correct global configuration
files locations.
+ 4. GlobalSelect/HideDotFiles added.
! 5. Fixed build.netbsd.
- 6. Now directory tree automation (rescanning etc.) is
disabled by default (see Options/AutoDirTree).
! 7. Fixed zero-sized files bug in SeeViewer.
! 8. Alt+B browse/view current file w/o filters.
+ 9. Now install script set sample config file into
/usr/local/etc (to get personal config file you
have to copy /usr/local/etc/vfu.conf to ~/.vfu/vfu.conf
or ~/$RC_PREFIX/vfu/vfu.conf if you have set $RC_PREFIX )
!10. Ctrl+L refresh/redraw page problem is now fixed.
!11. Several little fixups.
Diffstat (limited to 'misc/vfu/patches')
-rw-r--r-- | misc/vfu/patches/patch-aa | 31 | ||||
-rw-r--r-- | misc/vfu/patches/patch-ab | 13 |
2 files changed, 10 insertions, 34 deletions
diff --git a/misc/vfu/patches/patch-aa b/misc/vfu/patches/patch-aa index e612ed7388d..cace2cbc27c 100644 --- a/misc/vfu/patches/patch-aa +++ b/misc/vfu/patches/patch-aa @@ -1,24 +1,13 @@ -$NetBSD: patch-aa,v 1.5 2000/05/22 00:49:53 hubertf Exp $ +$NetBSD: patch-aa,v 1.6 2000/06/15 20:56:03 hubertf Exp $ ---- build.netbsd.orig Mon May 22 01:48:50 2000 -+++ build.netbsd Mon May 22 01:58:16 2000 -@@ -4,7 +4,7 @@ +--- build.netbsd.orig Thu Jun 15 22:36:43 2000 ++++ build.netbsd Thu Jun 15 22:37:03 2000 +@@ -15,7 +15,7 @@ - echo Compiling VSLIB... - cd vslib --make CCDEF="-I${LOCALBASE}/include" -+make CCDEF="-I${LOCALBASE}/include" LDDEF="-Wl,-R${PREFIX}/lib -L${PREFIX}/lib" - if [ -e libvslib.a ]; then - echo VSLIB compiled ok. + echo Compiling VFU... + cd vfu +-make CCDEF="-I${LOCALBASE}/include -DFILENAME_CONF_GLOBAL0=\"${PREFIX}/etc/\" -DFILENAME_CONF_GLOBAL1=\"${PREFIX}/\" " LDDEF="-L${LOCALBASE}/lib" ++make CCDEF="-I${LOCALBASE}/include -DFILENAME_CONF_GLOBAL0=\\\"${PREFIX}/etc/\\\" -DFILENAME_CONF_GLOBAL1=\\\"${PREFIX}/\\\" " LDDEF="-L${LOCALBASE}/lib" + if [ -e vfu ]; then + echo VFU compiled ok. else -@@ -26,10 +26,10 @@ - - echo Compiling ftparc... - cd ftparc --make -+make CCDEF="-I${LOCALBASE}/include -D__unix__" LDDEF="-Wl,-R${PREFIX}/lib -L${PREFIX}/lib" - if [ -e ftparc ]; then - echo ftparc compiled ok. - else - echo ftparc compilation failed... - fi diff --git a/misc/vfu/patches/patch-ab b/misc/vfu/patches/patch-ab deleted file mode 100644 index 26adb22ba7b..00000000000 --- a/misc/vfu/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2000/05/22 00:49:53 hubertf Exp $ - ---- vslib/unicon.cpp.orig Mon May 22 02:00:33 2000 -+++ vslib/unicon.cpp Mon May 22 02:01:57 2000 -@@ -192,8 +192,6 @@ - { - delwin(conio_scr); - endwin(); -- echo(); -- nl(); - }; - - void con_suspend() |