Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Sep 1999 00:37:53 +0200 (CEST)
From:      girgen@partitur.se
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        billf@freebsd.org
Subject:   ports/13927: textproc/htdig updated
Message-ID:  <199909222237.AAA36454@stordatan.telia.com>

next in thread | raw e-mail | index | archive | help

>Number:         13927
>Category:       ports
>Synopsis:       textproc/htdig updated
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 23 17:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD-3.3-RELEASE
>Organization:
partitur
>Environment:
Tested w/ 3.3 and an old 2.2.8
        

>Description:
htdig updated, mainly a bugfix release.

There's one catch this port, or rather about the different apache
ports: the icons directory is in different places depending on if you
choose to install only apache, apache w/ mod_ssl apache w/frontpage
etc... Htdig uses this dir. Shall there be a warning text about this?


        

>How-To-Repeat:

        

>Fix:
diff -urN htdig/Makefile htdig.n/Makefile
--- htdig/Makefile      Tue Aug 31 04:09:20 1999
+++ htdig.n/Makefile    Wed Sep 22 22:11:07 1999
@@ -6,7 +6,7 @@
 # $FreeBSD: ports/textproc/htdig/Makefile,v 1.10 1999/08/31 02:09:20 peter Exp $
 #
 
-DISTNAME=      htdig-3.1.2
+DISTNAME=      htdig-3.1.3
 CATEGORIES=    textproc www
 MASTER_SITES=  http://www.htdig.org/files/ \
                ${MASTER_SITE_SUNSITE} \
@@ -25,6 +25,9 @@
                --with-image-dir=${PREFIX}/www/icons \
                --with-search-dir=${PREFIX}/www/data
 BUILD_TARGET=  depends all
+
+CXXFLAGS?=     ${CFLAGS}
+CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS}"
 
 # XXX - Please see patches/patch-aa, as it modifies this
 # file too. This is wrong, and one day I'll make sed do
diff -urN htdig/files/md5 htdig.n/files/md5
--- htdig/files/md5     Mon May 31 23:11:50 1999
+++ htdig.n/files/md5   Wed Sep 22 21:28:21 1999
@@ -1 +1 @@
-MD5 (htdig-3.1.2.tar.gz) = ddd0305d420e2d6025694d4e1448d5f7
+MD5 (htdig-3.1.3.tar.gz) = 02c8e8e04c01932111958d4cd7bdd674
diff -urN htdig/patches/patch-ab htdig.n/patches/patch-ab
--- htdig/patches/patch-ab      Sun Aug  1 21:22:32 1999
+++ htdig.n/patches/patch-ab    Wed Sep 22 21:57:20 1999
@@ -1,63 +1,5 @@
-From girgen@elbas.partitur.se Fri Jul  2 10:46:50 1999
-Return-Path: <girgen@elbas.partitur.se>
-Received: from elbas.partitur.se (www.cebox.se [193.219.246.222])
-       by hub.freebsd.org (Postfix) with ESMTP
-       id 7618914F0E; Fri,  2 Jul 1999 10:46:48 -0700 (PDT)
-       (envelope-from girgen@elbas.partitur.se)
-Received: (from girgen@localhost)
-       by elbas.partitur.se (8.9.3/8.9.2) id TAA98285;
-       Fri, 2 Jul 1999 19:46:46 +0200 (CEST)
-       (envelope-from girgen)
-Message-Id: <199907021746.TAA98285@elbas.partitur.se>
-Date: Fri, 2 Jul 1999 19:46:46 +0200 (CEST)
-From: girgen@partitur.se
-Sender: girgen@elbas.partitur.se
-Reply-To: girgen@partitur.se
-To: FreeBSD-gnats-submit@freebsd.org
-Cc: billf@freebsd.org
-Subject: htdig's db shall compile with -pthreads
-X-Send-Pr-Version: 3.2
-
->Number:         12488
->Category:       ports
->Synopsis:       textproc/htdig compiles with -lc_r, should be -pthreads
->Confidential:   no
->Severity:       non-critical
->Priority:       low
->Responsible:    billf
->State:          open
->Quarter:        
->Keywords:       
->Date-Required:  
->Class:          change-request
->Submitter-Id:   current-users
->Arrival-Date:   Fri Jul  2 10:50:00 PDT 1999
->Closed-Date:    
->Last-Modified:  Fri Jul  2 11:03:28 PDT 1999
->Originator:     Palle Girgensohn
->Release:        FreeBSD 3.2-STABLE i386
->Organization:
-Partitur
->Environment:
-FreeBSD 3.2-STABLE i386 - ELF
-       
-
->Description:
-the version of Berkeley DB (from www.sleepycat.com, I think), that
-comes with the htdig source, shall be compiled with -pthreads, at
-least on ELF (didn't check aout).
-
-       
-
->How-To-Repeat:
-cd /usr/ports/textproc/htdig && make
-       
-
->Fix:
-Put this this patch in the patches dir as patch-ab:
-
---- ../../../htdig.orig/work/htdig-3.1.1/db/dist/configure.in  Wed Feb 17 06:03:41 1999
-+++ db/dist/configure.in       Wed Feb 24 14:59:30 1999
+--- db/dist/configure.in~      Wed Sep 22 18:18:15 1999
++++ db/dist/configure.in       Wed Sep 22 21:48:22 1999
 @@ -405,7 +405,7 @@
  dnl libraries for threaded applications
  case "$host_os" in
@@ -67,8 +9,8 @@
  irix*)    CPPFLAGS="-D_SGI_MP_SOURCE $CPPFLAGS";;
  osf*)   CPPFLAGS="-D_REENTRANT $CPPFLAGS";;
  solaris*) CPPFLAGS="-D_REENTRANT $CPPFLAGS"
---- ../../../htdig.orig/work/htdig-3.1.1/db/dist/configure     Wed Feb 17 06:03:41 1999
-+++ db/dist/configure  Wed Feb 24 14:41:19 1999
+--- db/dist/configure~ Wed Sep 22 18:18:15 1999
++++ db/dist/configure  Wed Sep 22 21:47:54 1999
 @@ -3056,7 +3056,7 @@


>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?199909222237.AAA36454>