Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2002 03:10:04 -0700 (PDT)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/37764: [New Port] irc/tr-ircd (An IRC Daemon)
Message-ID:  <200205191010.g4JAA4a91133@freefall.freebsd.org>

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

From: Alex Dupre <sysadmin@alexdupre.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/37764: [New Port] irc/tr-ircd (An IRC Daemon)
Date: Sun, 19 May 2002 12:07:23 +0200

 This is a multi-part message in MIME format.
 --------------0FA664007F170F63EB305841
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Update to prelease 6.
 
 				Alex Dupre
 --------------0FA664007F170F63EB305841
 Content-Type: text/plain; charset=us-ascii;
  name="tr-ircd.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="tr-ircd.diff"
 
 diff -ruN tr-ircd.orig/Makefile tr-ircd/Makefile
 --- tr-ircd.orig/Makefile	Sun May 19 10:46:30 2002
 +++ tr-ircd/Makefile	Sun May 19 11:20:01 2002
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	tr-ircd
 -PORTVERSION=	5.0.p5
 +PORTVERSION=	5.0.p6
  CATEGORIES=	irc ipv6
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -23,10 +23,10 @@
  
  .if !defined(WITHOUT_SSL)
  USE_OPENSSL=	yes
 -CONFIGURE_ARGS+=--enable-openssl
 +CONFIGURE_ARGS+=--enable-openssl=${OPENSSLBASE}
  .endif
  
 -.if defined(WITH_SMALL_NET)
 +.if defined(SMALL_NET)
  CONFIGURE_ARGS+=--enable-small-nets
  .endif
  
 diff -ruN tr-ircd.orig/distinfo tr-ircd/distinfo
 --- tr-ircd.orig/distinfo	Sun May 19 10:46:30 2002
 +++ tr-ircd/distinfo	Sun May 19 10:47:03 2002
 @@ -1 +1 @@
 -MD5 (trircd-release-5.0-pre5.tar.gz) = 2331106aca3d137d5ff8998d9cb008d6
 +MD5 (trircd-release-5.0-pre6.tar.gz) = 9100480b7e80e9b4b3a536ac69cd3fd7
 diff -ruN tr-ircd.orig/files/patch-configure tr-ircd/files/patch-configure
 --- tr-ircd.orig/files/patch-configure	Sun May 19 10:46:30 2002
 +++ tr-ircd/files/patch-configure	Sun May 19 11:11:08 2002
 @@ -1,6 +1,6 @@
 ---- configure.orig	Sat May  4 15:25:37 2002
 -+++ configure	Sat May  4 15:26:16 2002
 -@@ -2459,7 +2459,7 @@
 +--- configure.orig	Sun May 19 11:10:35 2002
 ++++ configure	Sun May 19 11:10:57 2002
 +@@ -2457,7 +2457,7 @@
     ;;
   esac
   fi
 @@ -8,4 +8,4 @@
  +MD5SUMS=../md5/$ac_cv_path_MD5SUMS
   
   if test -n "$MD5SUMS"; then
 -   echo "$as_me:2465: result: $MD5SUMS" >&5
 +   echo "$as_me:2463: result: $MD5SUMS" >&5
 diff -ruN tr-ircd.orig/files/patch-doc::Makefile.in tr-ircd/files/patch-doc::Makefile.in
 --- tr-ircd.orig/files/patch-doc::Makefile.in	Sun May 19 10:46:30 2002
 +++ tr-ircd/files/patch-doc::Makefile.in	Sun May 19 11:06:46 2002
 @@ -1,6 +1,6 @@
  --- doc/Makefile.in.orig	Sun May  5 11:01:56 2002
  +++ doc/Makefile.in	Sun May  5 11:03:18 2002
 -@@ -59,7 +59,8 @@
 +@@ -60,7 +60,8 @@
   install: build
   	@echo "Installing config files"
   	$(INSTALL) -d ${sysconfdir}
 diff -ruN tr-ircd.orig/files/patch-help::Makefile.in tr-ircd/files/patch-help::Makefile.in
 --- tr-ircd.orig/files/patch-help::Makefile.in	Sun May 19 10:46:30 2002
 +++ tr-ircd/files/patch-help::Makefile.in	Sun May 19 11:42:59 2002
 @@ -1,13 +1,13 @@
 ---- help/Makefile.in.orig	Sat May  4 15:48:40 2002
 -+++ help/Makefile.in	Sat May  4 15:52:36 2002
 -@@ -50,8 +50,8 @@
 +--- help/Makefile.in.orig	Sat May 18 17:36:29 2002
 ++++ help/Makefile.in	Sun May 19 11:13:10 2002
 +@@ -51,8 +51,8 @@
   
   install:
   	@echo "Installing help files"
 --	@rm -rf ${prefix}/help/en_us
 --	@cp -dpR en_us ${prefix}/help/
 +-	@${RM} -rf ${prefix}/help/en_us
 +-	@${CP} -dpR en_us ${prefix}/help/
  +	@mkdir -p ${prefix}/share/tr-ircd/help
 -+	@cp -pR en_us ${prefix}/share/tr-ircd/help/
 ++	@${CP} -pR en_us ${prefix}/share/tr-ircd/help/
   
   makesums:
   	@echo "Creating .md5sums..."
 diff -ruN tr-ircd.orig/files/patch-include::memory.h tr-ircd/files/patch-include::memory.h
 --- tr-ircd.orig/files/patch-include::memory.h	Sun May 19 10:46:30 2002
 +++ tr-ircd/files/patch-include::memory.h	Sun May 19 11:25:48 2002
 @@ -1,11 +1,11 @@
 ---- include/memory.h.orig	Sat May  4 15:26:50 2002
 -+++ include/memory.h	Sat May  4 15:27:07 2002
 +--- include/memory.h.orig	Sun May 19 11:25:19 2002
 ++++ include/memory.h	Sun May 19 11:25:32 2002
  @@ -17,12 +17,6 @@
    *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    */
   
  -#ifndef HAVE_STDINT_H
 --#ifndef HAVE_INTPTR_T
 +-#ifndef HAVE_UINTPTR_T
  -typedef unsigned long uintptr_t;
  -#endif
  -#endif
 diff -ruN tr-ircd.orig/pkg-plist tr-ircd/pkg-plist
 --- tr-ircd.orig/pkg-plist	Sun May 19 10:46:30 2002
 +++ tr-ircd/pkg-plist	Sun May 19 12:14:12 2002
 @@ -205,6 +205,7 @@
  share/tr-ircd/help/en_us/connect
  share/tr-ircd/help/en_us/dccallow
  share/tr-ircd/help/en_us/die
 +share/tr-ircd/help/en_us/display
  share/tr-ircd/help/en_us/dkey
  share/tr-ircd/help/en_us/error
  share/tr-ircd/help/en_us/exclude
 
 --------------0FA664007F170F63EB305841--
 

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?200205191010.g4JAA4a91133>