Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2003 13:55:05 +0300 (MSK)
From:      "Sergey A.Osokin" <osa@FreeBSD.org.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/50187: [PATCH] www/oops update to 1.5.22-20030321
Message-ID:  <20030322105505.599BB1D0@freebsd.org.ru>

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

>Number:         50187
>Category:       ports
>Synopsis:       [PATCH] www/oops update to 1.5.22-20030321
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 22 03:00:25 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 4.8-RC i386
>Organization:
n/a
>Environment:
System: FreeBSD 4.8-RC i386

>Description:
	www/oops update to 1.5.22-20030321
	take maintainership, fix Whom field
	Also build/install test under -CURRENT/i386
>How-To-Repeat:
>Fix:

Index: ports/www/oops/Makefile
===================================================================
RCS file: /home/ncvs/ports/www/oops/Makefile,v
retrieving revision 1.22
diff -u -r1.22 Makefile
--- ports/www/oops/Makefile	20 Feb 2003 19:15:30 -0000	1.22
+++ ports/www/oops/Makefile	21 Mar 2003 16:55:17 -0000
@@ -1,4 +1,4 @@
 # New ports collection makefile for:	oops
 # Date created:		15 August 2000
-# Whom:			Sergey Osokin aka oZZ <ports@FreeBSD.org>
+# Whom:			Sergey Osokin aka oZZ <osa@FreeBSD.org.ru>
 #
@@ -12,16 +12,16 @@
 DISTNAME=	${PORTNAME}-${OOPSVERSION}
 
 PATCH_SITES=	${MASTER_SITES}
-PATCHFILES=	${PORTNAME}-${OOPSVERSION}-${OOPSDATE}.patch
+PATCHFILES=	${PORTNAME}-${OOPSVERSION}-${OOPSDATE}.patch.gz
 PATCH_DIST_STRIP=	-d ${WRKDIR}/${DISTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	osa@FreeBSD.org.ru
 COMMENT=	A caching web proxy server
 
 BUILD_DEPENDS+=	gawk:${PORTSDIR}/lang/gawk
 
 OOPSVERSION=	1.5.22
-OOPSDATE=	20021204
+OOPSDATE=	20030321
 
 USE_SUBMAKE=	yes
 USE_AUTOCONF=	yes
Index: ports/www/oops/distinfo
===================================================================
RCS file: /home/ncvs/ports/www/oops/distinfo,v
retrieving revision 1.11
diff -u -r1.11 distinfo
--- ports/www/oops/distinfo	13 Dec 2002 23:09:44 -0000	1.11
+++ ports/www/oops/distinfo	21 Mar 2003 16:55:17 -0000
@@ -1,2 +1,2 @@
 MD5 (oops-1.5.22.tar.gz) = bd6f743fb4abc6cf08ae310b1927b211
-MD5 (oops-1.5.22-20021204.patch) = ed992b95213a674794e2675f5e2fb179
+MD5 (oops-1.5.22-20030321.patch.gz) = 8b1557c61235fdb807adc59663e244bc
Index: ports/www/oops/files/patch-configure.in
===================================================================
RCS file: /home/ncvs/ports/www/oops/files/patch-configure.in,v
retrieving revision 1.3
diff -u -r1.3 patch-configure.in
--- ports/www/oops/files/patch-configure.in	13 Dec 2002 23:09:44 -0000	1.3
+++ ports/www/oops/files/patch-configure.in	21 Mar 2003 16:55:17 -0000
@@ -1,6 +1,6 @@
---- configure.in.orig	Wed Dec 19 15:18:40 2001
-+++ configure.in	Sat Oct  5 18:27:46 2002
-@@ -49,7 +49,7 @@
+--- configure.in.orig	Fri Mar 21 18:46:36 2003
++++ configure.in	Fri Mar 21 18:54:01 2003
+@@ -37,7 +37,7 @@
  AC_ARG_WITH(zlib,--with-zlib=[[PATH]]         Which zlib library/object file to use,
    with_zlib="$withval", with_zlib="")
  
@@ -9,17 +9,7 @@
  AC_CHECK_HEADERS(netinet/ip_fil.h, AC_DEFINE(HAVE_IPF))
  AC_CHECK_HEADERS(netinet/ip6.h, AC_DEFINE(HAVE_IP6_H))
  
-@@ -66,6 +66,9 @@
-     LIBDB_PATH="/usr/local/BerkeleyDB.3.0"
- elif test -r "$pwd/libdb.a"; then
-     LIBDB_PATH="$pwd"
-+elif test -r "/usr/local/lib/libdb4.a"; then
-+    LIBDB_PATH="/usr/local"
-+    LIBDB_NAME=-ldb4
- elif test -r "/usr/local/lib/libdb.a"; then
-     LIBDB_PATH="/usr/local"
- elif test -r "/usr/lib/libdb2.a"; then                                         
-@@ -524,10 +527,10 @@
+@@ -375,10 +375,10 @@
  esac
  
  if test "X$MYSQL_PATH" != "X" ; then
@@ -33,3 +23,22 @@
  fi
  
  if test "X$PGSQL_PATH" != "X" ; then
+@@ -464,6 +464,9 @@
+     LIBDB_PATH="$pwd"
+ elif test -r "/usr/local/lib/libdb.a"; then
+     LIBDB_PATH="/usr/local"
++elif test -r "/usr/local/lib/libdb4.a"; then
++    LIBDB_PATH="/usr/local"
++    LIBDB_NAME=-ldb4
+ elif test -r "/usr/lib/libdb2.a"; then                                         
+     LIBDB_PATH="/usr"                                                          
+     LIBDB_NAME=-ldb2                                                           
+@@ -574,7 +577,7 @@
+     AC_DEFINE(HAVE_ZLIB)
+     AC_MSG_RESULT(/usr/local/lib/libz.a)
+     if test "X`echo $CFLAGS | grep '\-I/usr/local/include'`" = "X"; then
+-	CFLAGS="$CFLAGS -I/usr/local/include"
++	CFLAGS="$CFLAGS"
+     fi
+ elif test -r "/usr/lib/libz.a"; then
+     LIBZ_NAME="/usr/lib/libz.a"
Index: ports/www/oops/files/patch-src::Makefile.in
===================================================================
RCS file: /home/ncvs/ports/www/oops/files/patch-src::Makefile.in,v
retrieving revision 1.1
diff -u -r1.1 patch-src::Makefile.in
--- ports/www/oops/files/patch-src::Makefile.in	14 Feb 2002 14:47:01 -0000	1.1
+++ ports/www/oops/files/patch-src::Makefile.in	21 Mar 2003 16:55:17 -0000
@@ -1,6 +1,15 @@
---- src/Makefile.in.orig	Mon Mar 19 00:32:47 2001
-+++ src/Makefile.in	Mon Mar 19 00:36:54 2001
-@@ -53,51 +53,15 @@
+--- src/Makefile.in.orig	Fri Mar 21 19:42:58 2003
++++ src/Makefile.in	Fri Mar 21 19:43:33 2003
+@@ -45,7 +45,7 @@
+ 	cd modules; $(MAKE)
+ 
+ oops:	${OBJS}
+-	${CC} ${CFLAGS} ${OBJS} ${EXTLDFLAGS} ${LDFLAGS} ${LIBGB_PATH} ${LIBGB_NAME} ${OOPS_LIBS} ${LIBZ_NAME} ${OOPS_RPATH} -o oops
++	${CXX} ${CFLAGS} ${OBJS} ${EXTLDFLAGS} ${LDFLAGS} ${LIBGB_PATH} ${LIBGB_NAME} ${OOPS_LIBS} ${LIBZ_NAME} ${OOPS_RPATH} -o oops
+ 
+ mkinstalldirs:
+ 	../mkinstalldirs ${OOPSPATH} \
+@@ -62,51 +62,15 @@
  
  install: all mkinstalldirs
  	$(INSTALL) oops ${OOPS_SBINDIR}
Index: ports/www/oops/files/patch-src::environment.h
===================================================================
RCS file: /home/ncvs/ports/www/oops/files/patch-src::environment.h,v
retrieving revision 1.2
diff -u -r1.2 patch-src::environment.h
--- ports/www/oops/files/patch-src::environment.h	26 Jul 2002 12:14:00 -0000	1.2
+++ ports/www/oops/files/patch-src::environment.h	21 Mar 2003 16:55:17 -0000
@@ -1,9 +1,20 @@
-
-$FreeBSD$
-
---- src/environment.h.orig	Wed Dec 12 16:49:39 2001
-+++ src/environment.h	Thu Jul 25 20:10:35 2002
-@@ -67,7 +67,7 @@
+--- src/environment.h.orig	Wed Dec 12 18:49:39 2001
++++ src/environment.h	Fri Mar 21 19:15:34 2003
+@@ -52,11 +52,13 @@
+ #if	defined(HAVE_CRYPT_H)
+ #include	<crypt.h>
+ #endif
++/*
+ #if	defined(HAVE_GETOPT_H)
+ #include	<getopt.h>
+ #elif	!defined(HAVE_GETOPT)
+ #include	"getopt.h"
+ #endif
++*/
+ 
+ #if	defined(HAVE_ZLIB)
+   #include	<zlib.h>
+@@ -67,7 +69,7 @@
  #include	<thread.h>
  #endif
  #include	<pthread.h>
@@ -12,7 +23,7 @@
  #include	"rwlock.h"
  #endif
  
-@@ -119,11 +119,11 @@
+@@ -119,11 +121,11 @@
  #include	<sys/stat.h>
  #endif
  
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030322105505.599BB1D0>