From owner-freebsd-ports Wed Mar 3 11:50:48 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7771314FEF for ; Wed, 3 Mar 1999 11:50:16 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id LAA79163; Wed, 3 Mar 1999 11:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5AC3D1555F; Wed, 3 Mar 1999 11:39:57 -0800 (PST) Message-Id: <19990303193957.5AC3D1555F@hub.freebsd.org> Date: Wed, 3 Mar 1999 11:39:57 -0800 (PST) From: pfgiffun@bachue.usc.unal.edu.co To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/10374: Update to the freeWAIS-sf port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 - #ifdef HAVE_SYS_DIR_H - #include - #endif -@@ -2616,6 +2617,7 @@ - #line 2617 "configure" - #include "confdefs.h" - -+#include - #ifdef HAVE_SYS_DIR_H - #include - #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 Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message