Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2001 19:27:51 -0700 (PDT)
From:      peterh@sapros.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28655: Update port: net/gale to 0.99danger
Message-ID:  <200107030227.f632Rpr48240@wartch.sapros.com>

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

>Number:         28655
>Category:       ports
>Synopsis:       Update port: net/gale to 0.99danger
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 02 19:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Peter Haight
>Release:        FreeBSD 4.3-RC i386
>Organization:
>Environment:
System: FreeBSD wartch.sapros.com 4.3-RC FreeBSD 4.3-RC #3: Wed Mar 28 14:52:59 PST 2001 peterh@wartch.sapros.com:/usr/src/sys/compile/WARTCH i386


>Description:
	
	Update port: net/gale to 0.99danger

>How-To-Repeat:

	
>Fix:

diff -r -P -u gale.orig/Makefile gale/Makefile
--- gale.orig/Makefile	Sat Jan 20 13:12:35 2001
+++ gale/Makefile	Mon Jul  2 18:35:59 2001
@@ -6,25 +6,26 @@
 #
 
 PORTNAME=	gale
-PORTVERSION=	0.99a
+PORTVERSION=	0.99d
 PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://download.gale.org/
+DISTNAME=	${PORTNAME}-${PORTVERSION}anger
 
 MAINTAINER=	peterh@sapros.com
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc
 LIB_DEPENDS=	wwwcore.1:${PORTSDIR}/www/libwww \
-		adns.1:${PORTSDIR}/net/adns \
-		rsaref.2:${PORTSDIR}/security/rsaref
+		adns.1:${PORTSDIR}/net/adns
 
+USE_OPENSSL=	yes
 GNU_CONFIGURE=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 CPPFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib \
 		-I${LOCALBASE}/include/w3c-libwww
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALL=""
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 
 post-install:
 	${CAT} ${PKGMESSAGE}
diff -r -P -u gale.orig/distinfo gale/distinfo
--- gale.orig/distinfo	Fri Aug 11 04:19:20 2000
+++ gale/distinfo	Mon Jul  2 17:29:34 2001
@@ -1 +1 @@
-MD5 (gale-0.99a.tar.gz) = ebb72dde51299182e93fe15da3aa4209
+MD5 (gale-0.99danger.tar.gz) = 4d29cc71a47c219aa4d1d90bf87fd975
Only in gale.orig/files: patch-aa
Only in gale.orig/files: patch-ab
Only in gale.orig/files: patch-ac
diff -r -P -u gale.orig/files/patch-configure gale/files/patch-configure
--- gale.orig/files/patch-configure	Wed Dec 31 16:00:00 1969
+++ gale/files/patch-configure	Mon Jul  2 18:23:35 2001
@@ -0,0 +1,13 @@
+--- configure.orig	Mon Jul  2 18:23:09 2001
++++ configure	Mon Jul  2 18:23:19 2001
+@@ -3475,10 +3475,6 @@
+       *) # Relative path.
+         ac_sub_cache_file="$ac_dots$cache_file" ;;
+       esac
+-  case "$ac_given_INSTALL" in
+-        [/$]*) INSTALL="$ac_given_INSTALL" ;;
+-        *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+-        esac
+ 
+       echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+       # The eval makes quoting arguments work.
diff -r -P -u gale.orig/files/patch-crypto gale/files/patch-crypto
--- gale.orig/files/patch-crypto	Wed Dec 31 16:00:00 1969
+++ gale/files/patch-crypto	Mon Jul  2 17:43:42 2001
@@ -0,0 +1,12 @@
+--- libgale/crypto_i.c.orig	Mon Jul  2 17:33:39 2001
++++ libgale/crypto_i.c	Mon Jul  2 17:38:27 2001
+@@ -3,7 +3,9 @@
+ #include <openssl/rand.h>
+ #include <openssl/err.h>
+ 
++#ifndef __FreeBSD__
+ #include <sys/vfs.h>
++#endif /* __FreeBSD__ */
+ #include <sys/types.h>
+ #include <sys/stat.h>
+ #include <unistd.h>
diff -r -P -u gale.orig/files/patch-wcwidth gale/files/patch-wcwidth
--- gale.orig/files/patch-wcwidth	Wed Dec 31 16:00:00 1969
+++ gale/files/patch-wcwidth	Mon Jul  2 17:43:58 2001
@@ -0,0 +1,14 @@
+--- libgale/wcwidth.c.orig	Mon Jul  2 17:35:54 2001
++++ libgale/wcwidth.c	Mon Jul  2 17:37:48 2001
+@@ -6,7 +6,11 @@
+  * Markus Kuhn -- 2000-02-08 -- public domain
+  */
+ 
++#ifdef __FreeBSD__
++#include <rune.h>
++#else /* __FreeBSD__ */
+ #include <wchar.h>
++#endif /* __FreeBSD__ */
+ 
+ /* These functions define the column width of an ISO 10646 character
+  * as follows:
Only in gale.orig: gale
diff -r -P -u gale.orig/pkg-plist gale/pkg-plist
--- gale.orig/pkg-plist	Fri Aug 11 04:19:21 2000
+++ gale/pkg-plist	Mon Jul  2 18:29:44 2001
@@ -1,47 +1,61 @@
+bin/gale-config
+bin/gale-install
 bin/galed
-bin/gsend
-bin/gsub
-bin/gwatch
-bin/gkinfo
+bin/gdomain
 bin/gkgen
+bin/gkinfo
 bin/gksign
-bin/gdomain
-bin/gale-config
-bin/gale-install
-etc/gale/auth/trusted/ROOT
+bin/gsend
+bin/gsub
 etc/gale/COPYING
-include/oop.h
-include/oop-adns.h
-include/oop-glib.h
-include/oop-www.h
+etc/gale/auth/trusted/ROOT
 include/gale/all.h
 include/gale/auth.h
 include/gale/client.h
 include/gale/compat.h
+include/gale/config.h
 include/gale/core.h
+include/gale/crypto.h
+include/gale/globals.h
 include/gale/gsubrc.h
+include/gale/key.h
 include/gale/misc.h
 include/gale/types.h
-include/gale/globals.h
-include/gale/config.h
-lib/liboop.la
-lib/liboop.so
-lib/liboop.so.2
-lib/liboop.a
+include/oop-adns.h
+include/oop-glib.h
+include/oop-read.h
+include/oop-rl.h
+include/oop-www.h
+include/oop.h
+lib/libgale.a
+lib/libgale.la
+lib/libgale.so
+lib/libgale.so.11
+lib/liboop-adns.a
 lib/liboop-adns.la
 lib/liboop-adns.so
-lib/liboop-adns.so.1
-lib/liboop-adns.a
+lib/liboop-adns.so.2
+lib/liboop-glib.a
 lib/liboop-glib.la
 lib/liboop-glib.so
-lib/liboop-glib.so.0
-lib/liboop-glib.a
+lib/liboop-glib.so.1
+lib/liboop-rl.a
+lib/liboop-rl.la
+lib/liboop-rl.so
+lib/liboop-rl.so.0
+lib/liboop-www.a
 lib/liboop-www.la
 lib/liboop-www.so
 lib/liboop-www.so.0
-lib/liboop-www.a
-lib/libgale.so
-lib/libgale.so.10
-lib/libgale.a
+lib/liboop.a
+lib/liboop.la
+lib/liboop.so
+lib/liboop.so.3
 sbin/gksign
+@dirrm etc/gale/auth/cache
+@dirrm etc/gale/auth/local
+@dirrm etc/gale/auth/private
+@dirrm etc/gale/auth/trusted
+@dirrm etc/gale/auth
+@dirrm etc/gale
 @dirrm include/gale
>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?200107030227.f632Rpr48240>