Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Dec 1999 13:30:04 -0800 (PST)
From:      Kelly Yancey <kbyanc@posi.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/15166: update udmsearch port to 2.2.1
Message-ID:  <199912032130.NAA90696@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/15166; it has been noted by GNATS.

From: Kelly Yancey <kbyanc@posi.net>
To: freebsd-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/15166: update udmsearch port to 2.2.1
Date: Fri, 3 Dec 1999 16:19:10 -0500 (EST)

   Despite my good inentions, Bill Fumerola pointed out that I really
 should have submitted the fix to this PR as a diff -ruN. So attached is
 just such a diff taken from ports/www. You have to apply that original
 patch included in this PR first, then this one to have a correct port.
 
   Kelly
 
 --
 Kelly Yancey  -  kbyanc@posi.net  -  Richmond, VA
 Director of Technical Services, ALC Communications  http://www.alcnet.com/
 Maintainer, BSD Driver Database       http://www.posi.net/freebsd/drivers/
 Coordinator, Team FreeBSD        http://www.posi.net/freebsd/Team-FreeBSD/
 
 
 diff -ruN udmsearch.orig/patches/patch-aa udmsearch/patches/patch-aa
 --- udmsearch.orig/patches/patch-aa	Wed Dec 31 19:00:00 1969
 +++ udmsearch/patches/patch-aa	Thu Dec  2 22:13:29 1999
 @@ -0,0 +1,15 @@
 +--- doc/Makefile.in.orig	Thu Dec  2 22:11:39 1999
 ++++ doc/Makefile.in	Thu Dec  2 22:12:27 1999
 +@@ -261,9 +261,9 @@
 + 
 + 
 + install-data-local:
 +-	$(mkinstalldirs) $(prefix)/doc
 +-	echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/doc/
 +-	${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/doc/
 ++	$(mkinstalldirs) $(prefix)/share/doc/udmsearch
 ++	echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/share/doc/udmsearch
 ++	${INSTALL_DATA} ${txt_DOCS} $(DESTDIR)$(prefix)/share/doc/udmsearch
 + 
 + # Tell versions [3.59,3.63) of GNU make to not export all variables.
 + # Otherwise a system limit (for SysV at least) may be exceeded.
 diff -ruN udmsearch.orig/pkg/PLIST udmsearch/pkg/PLIST
 --- udmsearch.orig/pkg/PLIST	Thu Dec  2 21:59:37 1999
 +++ udmsearch/pkg/PLIST	Thu Dec  2 22:38:35 1999
 @@ -1,14 +1,18 @@
  bin/udmsearch/search.cgi
 -bin/udmsearch/search.php3
 -bin/udmsearch/morph.php3
 -bin/udmsearch/udmsearch.gif
 +bin/udmsearch/search.phtml
  etc/udmsearch/indexer.conf-dist
  etc/udmsearch/search.htm-dist
  etc/udmsearch/create/msql/create.txt
 +etc/udmsearch/create/mssql/create.txt
  etc/udmsearch/create/mysql/alter19-20.txt
  etc/udmsearch/create/mysql/alter20-21.txt
  etc/udmsearch/create/mysql/create.txt
  etc/udmsearch/create/pgsql/create.txt
 +etc/udmsearch/create/odbc-mysql/create.txt
 +etc/udmsearch/create/odbc-pgsql/create.txt
 +etc/udmsearch/create/solid/README
 +etc/udmsearch/create/solid/create.txt
 +etc/udmsearch/create/stopwords/stop.cz.txt
  etc/udmsearch/create/stopwords/stop.de.txt
  etc/udmsearch/create/stopwords/stop.en.txt
  etc/udmsearch/create/stopwords/stop.es.txt
 @@ -19,12 +23,20 @@
  etc/udmsearch/create/stopwords/stop.pt.txt
  etc/udmsearch/create/stopwords/stop.ru.txt
  etc/udmsearch/create/stopwords/stop.ua.txt
 -doc/UdmSearch.sgml
 +share/doc/udmsearch/parsers.txt
 +share/doc/udmsearch/syslog.txt
 +share/doc/udmsearch/templates.txt
 +share/doc/udmsearch/usage.txt
  sbin/indexer
  @dirrm bin/udmsearch
  @dirrm etc/udmsearch/create/msql
 +@dirrm etc/udmsearch/create/mssql
  @dirrm etc/udmsearch/create/mysql
  @dirrm etc/udmsearch/create/pgsql
 +@dirrm etc/udmsearch/create/odbc-mysql
 +@dirrm etc/udmsearch/create/odbc-pgsql
 +@dirrm etc/udmsearch/create/solid
  @dirrm etc/udmsearch/create/stopwords
  @dirrm etc/udmsearch/create
  @dirrm etc/udmsearch
 +@dirrm share/doc/udmsearch
 
 


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?199912032130.NAA90696>