Bug 11452 - Update: net/ezbounce
Summary: Update: net/ezbounce
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-02 18:30 UTC by cpiazza
Modified: 1999-05-03 03:27 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cpiazza 1999-05-02 18:30:01 UTC
Update to 0.85.
files added: patch-aa patch-ab patch-ac patch-ad (to honour cxxflags)

Portlint: "looks fine"

Fix: 

-Chris--8wGn3m8eNKZh4GBvK7GmmdKeFiLbHTaeceYpW8i0XIxrADrl
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

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 <cpiazza@home.net>
 #
 # $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@ 
+
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-05-03 03:26:14 UTC
State Changed
From-To: open->closed

Update committed, thanks!