From owner-freebsd-ports Sun May 2 10:30: 7 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1649415446 for ; Sun, 2 May 1999 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA29468; Sun, 2 May 1999 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 095D71541D for ; Sun, 2 May 1999 10:20:54 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 597C61403; Sun, 2 May 1999 10:20:52 -0700 (PDT) Message-Id: <19990502172052.597C61403@norn.ca.eu.org> Date: Sun, 2 May 1999 10:20:52 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11452: Update: net/ezbounce Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11452 >Category: ports >Synopsis: Update: net/ezbounce >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 2 10:30:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: FreeBSD 4.0-CURRENT i386 >Description: Update to 0.85. files added: patch-aa patch-ab patch-ac patch-ad (to honour cxxflags) Portlint: "looks fine" >How-To-Repeat: >Fix: Index: ezbounce/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/ezbounce/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 1999/04/16 19:25:57 1.1.1.1 +++ Makefile 1999/05/02 17:01:49 @@ -1,12 +1,12 @@ # New ports collection makefile for: ezbounce -# Version required: 0.81 +# Version required: 0.85 # Date created: 19 February 1999 # Whom: Chris Piazza # # $Id: Makefile,v 1.1.1.1 1999/04/16 19:25:57 mharo Exp $ # -DISTNAME= ezbounce-0.81 +DISTNAME= ezbounce-0.85 CATEGORIES= net MASTER_SITES= http://druglord.freelsd.org/ezbounce/ \ http://irc.themes.org/downloads/misc/ Index: ezbounce/files/md5 =================================================================== RCS file: /cvs/FreeBSD/ports/net/ezbounce/files/md5,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 md5 --- md5 1999/04/16 19:25:57 1.1.1.1 +++ md5 1999/05/02 17:01:57 @@ -1 +1 @@ -MD5 (ezbounce-0.81.tar.gz) = c5ed640e91445f6bfabb22467583551d +MD5 (ezbounce-0.85.tar.gz) = fcedf86cd173a2451399bc40c5cff143 Index: ezbounce/patches/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /dev/null Sun May 2 10:16:49 1999 +++ patch-aa Sun May 2 10:12:49 1999 @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sun May 2 10:12:22 1999 ++++ Makefile.in Sun May 2 10:12:39 1999 +@@ -11,7 +11,7 @@ + + CXX = @CXX@ + CXX_OPTS = -Wall -D_ezbounce_ @NO_EXCEPTIONS@ @NO_RTTI@ +-CXX_OPTIMIZATIONS = -O2 @OMIT_FRAME_POINTER@ ++CXX_OPTIMIZATIONS = @CXXFLAGS@ @OMIT_FRAME_POINTER@ + CXX_LIBS = -lstdc++ + SUBDIRS = lib src mdidentd + Index: ezbounce/patches/patch-ab =================================================================== RCS file: patch-ab diff -N patch-ab --- /dev/null Sun May 2 10:16:49 1999 +++ patch-ab Sun May 2 10:13:26 1999 @@ -0,0 +1,11 @@ +--- lib/Makefile.in.orig Sun May 2 10:12:56 1999 ++++ lib/Makefile.in Sun May 2 10:13:07 1999 +@@ -9,7 +9,7 @@ + CXX = @CXX@ + CC = @CC@ + CXX_OPTS = -Wall @NO_EXCEPTIONS@ @NO_RTTI@ +-CXX_OPTIMIZATIONS = -O2 ++CXX_OPTIMIZATIONS = @CXXFLAGS@ + CXX_LIBS = + + Index: ezbounce/patches/patch-ac =================================================================== RCS file: patch-ac diff -N patch-ac --- /dev/null Sun May 2 10:16:49 1999 +++ patch-ac Sun May 2 10:13:57 1999 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Sun May 2 10:13:33 1999 ++++ src/Makefile.in Sun May 2 10:13:41 1999 +@@ -8,7 +8,7 @@ + + CXX = @CXX@ + CXX_OPTS = -Wall @NO_EXCEPTIONS@ @NO_RTTI@ -I../lib/ +-CXX_OPTIMIZATIONS = -O2 ++CXX_OPTIMIZATIONS = @CXXFLAGS@ + CXX_LIBS = @CXX_LINKER_LIBS@ + CXX_LINKER = @CXX_LINKER@ + Index: ezbounce/patches/patch-ad =================================================================== RCS file: patch-ad diff -N patch-ad --- /dev/null Sun May 2 10:16:49 1999 +++ patch-ad Sun May 2 10:15:15 1999 @@ -0,0 +1,11 @@ +--- mdidentd/Makefile.in.orig Sun May 2 10:14:43 1999 ++++ mdidentd/Makefile.in Sun May 2 10:14:51 1999 +@@ -5,7 +5,7 @@ + + CXX = @CXX@ + CXX_OPTS = -Wall @NO_EXCEPTIONS@ @NO_RTTI@ -I../lib +-CXX_OPTIMIZATIONS = -O2 ++CXX_OPTIMIZATIONS = @CXXFLAGS@ + CXX_LIBS = @CXX_LINKER_LIBS@ + CXX_LINKER = @CXX_LINKER@ + -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message