FreeBSD Bugzilla – Attachment 15457 Details for
Bug 28655
Update port: net/gale to 0.99danger
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 4.89 KB, created by
Peter Haight
on 2001-07-03 03:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter Haight
Created:
2001-07-03 03:30:01 UTC
Size:
4.89 KB
patch
obsolete
>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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28655
: 15457