diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-02 16:10:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-02 16:10:37 +0000 |
commit | 9790f7a970cc07959ad449eda1f1f5ef8c9c29de (patch) | |
tree | e8038351be36b03e85fa20a95c64523b1834bcc6 /editors | |
parent | 0fd1a3561d66cbb3ef0aa27771d0359b66c0a626 (diff) | |
download | ports-9790f7a970cc07959ad449eda1f1f5ef8c9c29de.tar.gz ports-9790f7a970cc07959ad449eda1f1f5ef8c9c29de.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vim/Makefile | 4 | ||||
-rw-r--r-- | editors/vim/distinfo | 2 | ||||
-rw-r--r-- | editors/vim/files/patch-02 | 58 | ||||
-rw-r--r-- | editors/vim5/Makefile | 4 | ||||
-rw-r--r-- | editors/vim5/distinfo | 2 | ||||
-rw-r--r-- | editors/vim5/files/patch-02 | 58 | ||||
-rw-r--r-- | editors/vim6/Makefile | 4 | ||||
-rw-r--r-- | editors/vim6/distinfo | 2 | ||||
-rw-r--r-- | editors/vim6/files/patch-02 | 58 |
9 files changed, 9 insertions, 183 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 43273bdb72e8..82209dab097a 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -4,10 +4,10 @@ # Date created: Sat June 29, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1997/05/28 10:04:34 obrien Exp $ +# $Id: Makefile,v 1.3 1997/05/29 03:22:25 obrien Exp $ # -DISTNAME= vim-5.0i +DISTNAME= vim-5.0j CATEGORIES= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/beta-test/unix/ \ ftp://ftp.nuxi.com/pub/vim/beta-test/unix/ \ diff --git a/editors/vim/distinfo b/editors/vim/distinfo index cf29563571be..4af2ffb2da54 100644 --- a/editors/vim/distinfo +++ b/editors/vim/distinfo @@ -1 +1 @@ -MD5 (vim-5.0i.tar.gz) = 86e4d31d2513291a2344938a08ef8414 +MD5 (vim-5.0j.tar.gz) = 94e8adcafce131857a38397e9e64371d diff --git a/editors/vim/files/patch-02 b/editors/vim/files/patch-02 deleted file mode 100644 index e49fa2894977..000000000000 --- a/editors/vim/files/patch-02 +++ /dev/null @@ -1,58 +0,0 @@ ---- configure.orig Mon May 26 14:22:58 1997 -+++ configure Wed May 28 02:51:36 1997 -@@ -2424,16 +2424,16 @@ - fi - rm -f conftest* - --ac_safe=`echo "elf.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for elf.h""... $ac_c" 1>&6 --echo "configure:2430: checking for elf.h" >&5 -+ac_safe=`echo "DONT_DO_IT_elf.h" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for DONT_DO_IT_elf.h""... $ac_c" 1>&6 -+echo "configure:2430: checking for DONT_DO_IT_elf.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF - #line 2435 "configure" - #include "confdefs.h" --#include <elf.h> -+#include <DONT_DO_IT_elf.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:2440: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -2460,14 +2460,14 @@ - if test "$SVR4" = 1; then cat >> confdefs.h <<\EOF - #define SVR4 1 - EOF -- echo $ac_n "checking for main in -lelf""... $ac_c" 1>&6 --echo "configure:2465: checking for main in -lelf" >&5 --ac_lib_var=`echo elf'_'main | sed 'y%./+-%__p_%'` -+ echo $ac_n "checking for main in -lDONT_DO_IT_elf""... $ac_c" 1>&6 -+echo "configure:2465: checking for main in -lDONT_DO_IT_elf" >&5 -+ac_lib_var=`echo DONT_DO_IT_elf'_'main | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lelf $LIBS" -+LIBS="-lDONT_DO_IT_elf $LIBS" - cat > conftest.$ac_ext <<EOF - #line 2473 "configure" - #include "confdefs.h" -@@ -2491,13 +2491,13 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- ac_tr_lib=HAVE_LIB`echo elf | sed -e 's/[^a-zA-Z0-9_]/_/g' \ -+ ac_tr_lib=HAVE_LIB`echo DONT_DO_IT_elf | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <<EOF - #define $ac_tr_lib 1 - EOF - -- LIBS="-lelf $LIBS" -+ LIBS="-lDONT_DO_IT_elf $LIBS" - - else - echo "$ac_t""no" 1>&6 diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 43273bdb72e8..82209dab097a 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -4,10 +4,10 @@ # Date created: Sat June 29, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1997/05/28 10:04:34 obrien Exp $ +# $Id: Makefile,v 1.3 1997/05/29 03:22:25 obrien Exp $ # -DISTNAME= vim-5.0i +DISTNAME= vim-5.0j CATEGORIES= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/beta-test/unix/ \ ftp://ftp.nuxi.com/pub/vim/beta-test/unix/ \ diff --git a/editors/vim5/distinfo b/editors/vim5/distinfo index cf29563571be..4af2ffb2da54 100644 --- a/editors/vim5/distinfo +++ b/editors/vim5/distinfo @@ -1 +1 @@ -MD5 (vim-5.0i.tar.gz) = 86e4d31d2513291a2344938a08ef8414 +MD5 (vim-5.0j.tar.gz) = 94e8adcafce131857a38397e9e64371d diff --git a/editors/vim5/files/patch-02 b/editors/vim5/files/patch-02 deleted file mode 100644 index e49fa2894977..000000000000 --- a/editors/vim5/files/patch-02 +++ /dev/null @@ -1,58 +0,0 @@ ---- configure.orig Mon May 26 14:22:58 1997 -+++ configure Wed May 28 02:51:36 1997 -@@ -2424,16 +2424,16 @@ - fi - rm -f conftest* - --ac_safe=`echo "elf.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for elf.h""... $ac_c" 1>&6 --echo "configure:2430: checking for elf.h" >&5 -+ac_safe=`echo "DONT_DO_IT_elf.h" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for DONT_DO_IT_elf.h""... $ac_c" 1>&6 -+echo "configure:2430: checking for DONT_DO_IT_elf.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF - #line 2435 "configure" - #include "confdefs.h" --#include <elf.h> -+#include <DONT_DO_IT_elf.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:2440: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -2460,14 +2460,14 @@ - if test "$SVR4" = 1; then cat >> confdefs.h <<\EOF - #define SVR4 1 - EOF -- echo $ac_n "checking for main in -lelf""... $ac_c" 1>&6 --echo "configure:2465: checking for main in -lelf" >&5 --ac_lib_var=`echo elf'_'main | sed 'y%./+-%__p_%'` -+ echo $ac_n "checking for main in -lDONT_DO_IT_elf""... $ac_c" 1>&6 -+echo "configure:2465: checking for main in -lDONT_DO_IT_elf" >&5 -+ac_lib_var=`echo DONT_DO_IT_elf'_'main | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lelf $LIBS" -+LIBS="-lDONT_DO_IT_elf $LIBS" - cat > conftest.$ac_ext <<EOF - #line 2473 "configure" - #include "confdefs.h" -@@ -2491,13 +2491,13 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- ac_tr_lib=HAVE_LIB`echo elf | sed -e 's/[^a-zA-Z0-9_]/_/g' \ -+ ac_tr_lib=HAVE_LIB`echo DONT_DO_IT_elf | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <<EOF - #define $ac_tr_lib 1 - EOF - -- LIBS="-lelf $LIBS" -+ LIBS="-lDONT_DO_IT_elf $LIBS" - - else - echo "$ac_t""no" 1>&6 diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index 43273bdb72e8..82209dab097a 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -4,10 +4,10 @@ # Date created: Sat June 29, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.2 1997/05/28 10:04:34 obrien Exp $ +# $Id: Makefile,v 1.3 1997/05/29 03:22:25 obrien Exp $ # -DISTNAME= vim-5.0i +DISTNAME= vim-5.0j CATEGORIES= editors MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/vim/beta-test/unix/ \ ftp://ftp.nuxi.com/pub/vim/beta-test/unix/ \ diff --git a/editors/vim6/distinfo b/editors/vim6/distinfo index cf29563571be..4af2ffb2da54 100644 --- a/editors/vim6/distinfo +++ b/editors/vim6/distinfo @@ -1 +1 @@ -MD5 (vim-5.0i.tar.gz) = 86e4d31d2513291a2344938a08ef8414 +MD5 (vim-5.0j.tar.gz) = 94e8adcafce131857a38397e9e64371d diff --git a/editors/vim6/files/patch-02 b/editors/vim6/files/patch-02 deleted file mode 100644 index e49fa2894977..000000000000 --- a/editors/vim6/files/patch-02 +++ /dev/null @@ -1,58 +0,0 @@ ---- configure.orig Mon May 26 14:22:58 1997 -+++ configure Wed May 28 02:51:36 1997 -@@ -2424,16 +2424,16 @@ - fi - rm -f conftest* - --ac_safe=`echo "elf.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for elf.h""... $ac_c" 1>&6 --echo "configure:2430: checking for elf.h" >&5 -+ac_safe=`echo "DONT_DO_IT_elf.h" | sed 'y%./+-%__p_%'` -+echo $ac_n "checking for DONT_DO_IT_elf.h""... $ac_c" 1>&6 -+echo "configure:2430: checking for DONT_DO_IT_elf.h" >&5 - if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - cat > conftest.$ac_ext <<EOF - #line 2435 "configure" - #include "confdefs.h" --#include <elf.h> -+#include <DONT_DO_IT_elf.h> - EOF - ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" - { (eval echo configure:2440: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -@@ -2460,14 +2460,14 @@ - if test "$SVR4" = 1; then cat >> confdefs.h <<\EOF - #define SVR4 1 - EOF -- echo $ac_n "checking for main in -lelf""... $ac_c" 1>&6 --echo "configure:2465: checking for main in -lelf" >&5 --ac_lib_var=`echo elf'_'main | sed 'y%./+-%__p_%'` -+ echo $ac_n "checking for main in -lDONT_DO_IT_elf""... $ac_c" 1>&6 -+echo "configure:2465: checking for main in -lDONT_DO_IT_elf" >&5 -+ac_lib_var=`echo DONT_DO_IT_elf'_'main | sed 'y%./+-%__p_%'` - if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lelf $LIBS" -+LIBS="-lDONT_DO_IT_elf $LIBS" - cat > conftest.$ac_ext <<EOF - #line 2473 "configure" - #include "confdefs.h" -@@ -2491,13 +2491,13 @@ - fi - if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then - echo "$ac_t""yes" 1>&6 -- ac_tr_lib=HAVE_LIB`echo elf | sed -e 's/[^a-zA-Z0-9_]/_/g' \ -+ ac_tr_lib=HAVE_LIB`echo DONT_DO_IT_elf | sed -e 's/[^a-zA-Z0-9_]/_/g' \ - -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'` - cat >> confdefs.h <<EOF - #define $ac_tr_lib 1 - EOF - -- LIBS="-lelf $LIBS" -+ LIBS="-lDONT_DO_IT_elf $LIBS" - - else - echo "$ac_t""no" 1>&6 |