aboutsummaryrefslogtreecommitdiff
path: root/misc/lifelines
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-09-30 08:51:57 +0000
committerMark Pulford <markp@FreeBSD.org>2001-09-30 08:51:57 +0000
commit50167cc9eaea431fd7f5801b34666cc034a5424c (patch)
tree408c538bdc6c21c79b0d9238126a7e34e7b945a7 /misc/lifelines
parentda5ae18dc521cd101c2fd500f9ccba71e15c6888 (diff)
downloadports-50167cc9eaea431fd7f5801b34666cc034a5424c.tar.gz
ports-50167cc9eaea431fd7f5801b34666cc034a5424c.zip
Updated to 3.06.
PR: 30896 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=48281
Diffstat (limited to 'misc/lifelines')
-rw-r--r--misc/lifelines/Makefile2
-rw-r--r--misc/lifelines/distinfo2
-rw-r--r--misc/lifelines/files/patch-aa19
-rw-r--r--misc/lifelines/files/patch-ab19
-rw-r--r--misc/lifelines/files/patch-ac99
-rw-r--r--misc/lifelines/pkg-plist1
6 files changed, 3 insertions, 139 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile
index d153b4402b2f..1a2bbfad693d 100644
--- a/misc/lifelines/Makefile
+++ b/misc/lifelines/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lifelines
-PORTVERSION= 3.0.5
+PORTVERSION= 3.0.6
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/misc/lifelines/distinfo b/misc/lifelines/distinfo
index 2e35a8fc6151..d17e23362dda 100644
--- a/misc/lifelines/distinfo
+++ b/misc/lifelines/distinfo
@@ -1 +1 @@
-MD5 (lifelines-3.0.5.tar.gz) = 81d35c27ec463e3e36cffd8ad820d2e8
+MD5 (lifelines-3.0.6.tar.gz) = a7f6f90bd39a64d0d4b79d9f2684cd0e
diff --git a/misc/lifelines/files/patch-aa b/misc/lifelines/files/patch-aa
deleted file mode 100644
index 262f18d895d9..000000000000
--- a/misc/lifelines/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** interp/interp.c.orig Thu Aug 10 01:35:53 2000
---- interp/interp.c Thu Aug 10 01:35:42 2000
-***************
-*** 131,137 ****
- if ((fp == NULL) || (ifile == NULL)) {
- if(fp) fclose(fp);
- llwprintf("Error: file \"%s\" not found.\n",
-! (ifile ? ifile : ""));
- return;
- }
- fclose(fp);
---- 131,137 ----
- if ((fp == NULL) || (ifile == NULL)) {
- if(fp) fclose(fp);
- llwprintf("Error: file \"%s\" not found.\n",
-! (ifile ? (char *)ifile : ""));
- return;
- }
- fclose(fp);
diff --git a/misc/lifelines/files/patch-ab b/misc/lifelines/files/patch-ab
deleted file mode 100644
index b4ade27dfe88..000000000000
--- a/misc/lifelines/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** tools/btedit.c.orig Thu Aug 10 01:42:15 2000
---- tools/btedit.c Thu Aug 10 01:41:58 2000
-***************
-*** 66,72 ****
- exit(0);
- }
-
-! if((editor = getenv("LLEDITOR")) && *editor);
- else editor = "vi";
- sprintf(cmdbuf, "%s btedit.tmp", editor);
- #ifdef WIN32
---- 66,72 ----
- exit(0);
- }
-
-! if((editor = (char *)getenv("LLEDITOR")) && *editor);
- else editor = "vi";
- sprintf(cmdbuf, "%s btedit.tmp", editor);
- #ifdef WIN32
diff --git a/misc/lifelines/files/patch-ac b/misc/lifelines/files/patch-ac
deleted file mode 100644
index ef5183fde432..000000000000
--- a/misc/lifelines/files/patch-ac
+++ /dev/null
@@ -1,99 +0,0 @@
-*** configure.orig Thu Aug 10 01:48:28 2000
---- configure Thu Aug 10 01:51:21 2000
-***************
-*** 1141,1200 ****
-
- echo Looking for libraries
-
-! echo Looking for ncurses
-! echo $ac_n "checking for tparm in -lncurses""... $ac_c" 1>&6
-! echo "configure:1147: checking for tparm in -lncurses" >&5
-! ac_lib_var=`echo ncurses'_'tparm | 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="-lncurses $LIBS"
-! cat > conftest.$ac_ext <<EOF
-! #line 1155 "configure"
-! #include "confdefs.h"
-! /* Override any gcc2 internal prototype to avoid an error. */
-! /* We use char because int might match the return type of a gcc2
-! builtin and then its argument prototype would still apply. */
-! char tparm();
-!
-! int main() {
-! tparm()
-! ; return 0; }
-! EOF
-! if { (eval echo configure:1166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-! rm -rf conftest*
-! eval "ac_cv_lib_$ac_lib_var=yes"
-! else
-! echo "configure: failed program was:" >&5
-! cat conftest.$ac_ext >&5
-! rm -rf conftest*
-! eval "ac_cv_lib_$ac_lib_var=no"
-! fi
-! rm -f conftest*
-! LIBS="$ac_save_LIBS"
-!
-! 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 ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
-! -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
-! cat >> confdefs.h <<EOF
-! #define $ac_tr_lib 1
-! EOF
-!
-! LIBS="-lncurses $LIBS"
-!
-! else
-! echo "$ac_t""no" 1>&6
-! fi
-!
-!
-! if test "$ac_cv_lib_ncurses_tparm" = "yes"; then
-! echo Using ncurses
-! else
-! echo Looking for curses
-! echo $ac_n "checking for main in -lcurses""... $ac_c" 1>&6
- echo "configure:1199: checking for main in -lcurses" >&5
- ac_lib_var=`echo curses'_'main | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
---- 1141,1148 ----
-
- echo Looking for libraries
-
-! echo Looking for curses
-! echo $ac_n "checking for main in -lcurses""... $ac_c" 1>&6
- echo "configure:1199: checking for main in -lcurses" >&5
- ac_lib_var=`echo curses'_'main | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-***************
-*** 1237,1248 ****
- echo "$ac_t""no" 1>&6
- fi
-
-!
-! if test "$ac_cv_lib_curses_main" = "yes"; then
-! echo Using curses
-! else
-! echo "Didn't find ncurses or curses -- may have link problems!"
-! fi
- fi
-
-
---- 1185,1195 ----
- echo "$ac_t""no" 1>&6
- fi
-
-! if test "$ac_cv_lib_curses_main" = "yes"; then
-! echo Using curses
-! else
-! echo "Didn't find curses!"
-! exit 1
- fi
-
-
diff --git a/misc/lifelines/pkg-plist b/misc/lifelines/pkg-plist
index 5faf08850f3c..54233c3e989f 100644
--- a/misc/lifelines/pkg-plist
+++ b/misc/lifelines/pkg-plist
@@ -1,2 +1,3 @@
bin/btedit
+bin/dbverify
bin/llines