Date: Wed, 3 Mar 1999 11:39:57 -0800 (PST) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org Subject: ports/10374: Update to the freeWAIS-sf port Message-ID: <19990303193957.5AC3D1555F@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 10374 >Category: ports >Synopsis: Update to the freeWAIS-sf port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 3 11:50:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Pedro F. Giffuni >Release: 2.2.7-R >Organization: U. Nacional de Colombia >Environment: >Description: This new version of freeWAIS embeds perl and is more officially supported than the one we carry. It works fine on my 2.2.7, but since I don't have current here, and I don't use freeWAIS anymore, I'll not maintain this from now on. >How-To-Repeat: >Fix: diff -rNu freewais-sf.old/Makefile freewais-sf/Makefile --- freewais-sf.old/Makefile Mon Mar 1 09:54:44 1999 +++ freewais-sf/Makefile Tue Mar 2 14:08:08 1999 @@ -1,27 +1,31 @@ -# New ports collection makefile for: FreeWAIS_sf-2.1.2 -# Version required: 2.1.1 +# New ports collection makefile for: FreeWAIS-sf +# Version required: 2.2.11 # Date created: 19 November 1996 # Whom: Pedro Giffuni # # $Id: Makefile,v 1.7 1998/12/09 20:47:38 billf Exp $ # -DISTNAME= freeWAIS-sf-2.1.2 -PKGNAME= freewais-sf-2.1.2 +DISTNAME= freeWAIS-sf-2.2.11 +PKGNAME= freewais-sf-2.2.11 CATEGORIES= net databases -MASTER_SITES= ftp://ftp.wsct.wsc.com/pub/freeWAIS-sf/freeWAIS-sf-2.1/ \ - ftp://ftp.u-aizu.ac.jp/pub/net/wais/ \ - ftp://ftp.bio.indiana.edu/util/wais/ +MASTER_SITES= ftp://ls6-www.cs.uni-dortmund.de/pub/src/freeWAIS-sf/ \ + ftp://ftp.leo.org/pub/comp/general/infosys/wais/freeWAIS/freeWAIS-sf-2.2/ \ + ftp://ftp.germany.eu.net/pub/infosystems/wais/Unido-LS6/freeWAIS-sf-2.2/ -MAINTAINER= giffunip@asme.org +MAINTAINER= ports@FreeBSD.org -USE_XLIB= yes -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= < ${FILESDIR}/configure.ans +INSTALL_TARGET= install install.man + MAN1= catalog.1 dictionary.1 inverted_file.1 makedb.1 mkfmt.1 waisindex.1 \ waisq.1 waissearch.1 xwais.1 xwaisq.1 MAN3= ftw.3 scandir.3 +pre-install: + ${MKDIR} ${PREFIX}/lib/freeWAIS-sf post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/SF diff -rNu freewais-sf.old/files/configure.ans freewais-sf/files/configure.ans --- freewais-sf.old/files/configure.ans Mon Mar 1 09:54:43 1999 +++ freewais-sf/files/configure.ans Tue Mar 2 12:55:32 1999 @@ -1,9 +1,45 @@ + + +none +n +/usr/local +/usr/local/bin +/usr/local/man/man1 +/usr/local/lib/freeWAIS-sf +/usr/local/bin +/usr/local/man/man1 +1 +/usr/local/man/man3 +3 +none +cc +/usr/local/lib /lib /usr/lib +-O2 -pipe +-I/usr/local/include +-L/usr/local/lib +so +-lcurses -ltermcap +y + +y y y y -n y n n +y +y +/usr/bin/install +flex +/usr/bin/mkdep +pid_t +void +time_t +uid_t +/usr/bin/byacc +none + +y diff -rNu freewais-sf.old/files/md5 freewais-sf/files/md5 --- freewais-sf.old/files/md5 Mon Mar 1 09:54:43 1999 +++ freewais-sf/files/md5 Mon Mar 1 15:46:03 1999 @@ -1 +1 @@ -MD5 (freeWAIS-sf-2.1.2.tar.gz) = 2013cf21af0a19b5f981a13b7532257d +MD5 (freeWAIS-sf-2.2.11.tar.gz) = 83976c5f92444e5ffbbadbd01787b016 diff -rNu freewais-sf.old/patches/patch-aa freewais-sf/patches/patch-aa --- freewais-sf.old/patches/patch-aa Mon Mar 1 09:54:44 1999 +++ freewais-sf/patches/patch-aa Tue Mar 2 11:38:54 1999 @@ -1,18 +1,19 @@ ---- configure~ Mon Jul 8 22:36:12 1996 -+++ configure Mon Feb 17 16:22:27 1997 -@@ -2575,6 +2575,7 @@ - #line 2576 "configure" - #include "confdefs.h" - -+#include <sys/types.h> - #ifdef HAVE_SYS_DIR_H - #include <sys/dir.h> - #endif -@@ -2616,6 +2617,7 @@ - #line 2617 "configure" - #include "confdefs.h" - -+#include <sys/types.h> - #ifdef HAVE_SYS_DIR_H - #include <sys/dir.h> - #endif +*** Configure.orig Tue Mar 2 11:28:08 1999 +--- Configure Tue Mar 2 11:36:05 1999 +*************** +*** 829,835 **** + *) + if test ! -t 0; then + echo "Say 'sh Configure', not 'sh <Configure'" +! exit 1 + fi + ;; + esac +--- 829,835 ---- + *) + if test ! -t 0; then + echo "Say 'sh Configure', not 'sh <Configure'" +! # exit 1 + fi + ;; + esac diff -rNu freewais-sf.old/patches/patch-ab freewais-sf/patches/patch-ab --- freewais-sf.old/patches/patch-ab Mon Mar 1 09:54:44 1999 +++ freewais-sf/patches/patch-ab Wed Dec 31 19:00:00 1969 @@ -1,11 +0,0 @@ ---- ir/Makefile.in.orig Tue Jul 30 00:42:14 1996 -+++ ir/Makefile.in Mon Feb 17 16:33:11 1997 -@@ -196,7 +196,7 @@ - - libwais.a: $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS) - $(RM) $@ -- $(AR) $@ $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS) ../ctype/ctype.o -+ $(AR) $@ $(PROTOCOL_OBJS) $(INV_OBJS) $(SIG_OBJS) $(LOCAL_OBJS) $(CLIENT_OBJS) - $(RANLIB) $@ - - install.lib:: libwais.a libinv.a libsig.a libclient.a $(LIBLOCAL) diff -rNu freewais-sf.old/pkg/PLIST freewais-sf/pkg/PLIST --- freewais-sf.old/pkg/PLIST Mon Mar 1 09:54:44 1999 +++ freewais-sf/pkg/PLIST Tue Mar 2 13:58:00 1999 @@ -4,9 +4,10 @@ bin/getaddrs bin/inverted_file bin/makedb -bin/stringtoany +bin/mkfmt +bin/server_stats +bin/stats.awk bin/swais -bin/trunc bin/wais-gif-display bin/wais-html-display bin/wais-jfif-display @@ -15,15 +16,12 @@ bin/wais-ppm-display bin/wais-tiff-display bin/waisindex +bin/waisping bin/waisq bin/waisretrieve bin/waissearch bin/waisserver bin/ws -bin/xwais -bin/xwaisq -lib/XwaisHELP -lib/XwaisqHELP -lib/app-defaults/Xwais -lib/emacs/lisp/wais.el +lib/freeWAIS-sf/emacs/lisp +lib/freeWAIS-sf/libwais.a share/doc/SF/fwsf.ps >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990303193957.5AC3D1555F>