Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2002 21:36:43 +0100 (CET)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44890: [patch] net/hagelslag: Unbreak on -CURRENT
Message-ID:  <200211042036.gA4Kahvg005095@monster.ikea.net>

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

>Number:         44890
>Category:       ports
>Synopsis:       [patch] net/hagelslag: Unbreak on -CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 04 12:40:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386


>Description:
- Fix hagelslag on -CURRENT by including missing header
- CFLAGS police

>How-To-Repeat:
>Fix:
diff -urN ofiles/patch-src-Makefile files/patch-src-Makefile
--- ofiles/patch-src-Makefile	Mon May  7 16:43:40 2001
+++ files/patch-src-Makefile	Mon Nov  4 21:25:01 2002
@@ -1,12 +1,14 @@
 --- src/Makefile.orig	Sun Apr  8 19:58:59 2001
-+++ src/Makefile	Mon May  7 12:18:41 2001
-@@ -1,5 +1,4 @@
++++ src/Makefile	Mon Nov  4 21:24:23 2002
+@@ -1,13 +1,13 @@
  # Don't change this...
 -CXX=g++
++CXX?=g++
  LFLAGS=
- COMMONFLAGS=-Wall -O2 -g
+-COMMONFLAGS=-Wall -O2 -g
++#COMMONFLAGS=-Wall -O2 -g
  ROUTER_FLAGS=$(COMMONFLAGS) -DROUTER
-@@ -7,7 +6,7 @@
+ DAEMON_FLAGS=$(COMMONFLAGS) -DDAEMON
  CONSOLE_FLAGS=$(COMMONFLAGS) -DCONSOLE
  
  # Change this instead.
@@ -15,7 +17,7 @@
  
  # Nothing below here should be changed
  
-@@ -98,7 +97,7 @@
+@@ -98,7 +98,7 @@
  	cp -f UserLib.a ../lib
  
  depend:
diff -urN ofiles/patch-src-RC-Makefile files/patch-src-RC-Makefile
--- ofiles/patch-src-RC-Makefile	Thu Jan  1 01:00:00 1970
+++ files/patch-src-RC-Makefile	Mon Nov  4 21:31:37 2002
@@ -0,0 +1,21 @@
+--- src/RC/Makefile.orig	Mon Nov  4 21:30:53 2002
++++ src/RC/Makefile	Mon Nov  4 21:31:16 2002
+@@ -1,7 +1,7 @@
+ # Don't change this...
+-CXX=g++
++CXX?=g++
+ LFLAGS=
+-CXXFLAGS=-Wall -O2 -g
++#CXXFLAGS=-Wall -O2 -g
+ 
+ RC_H =	RCEntry.h RCParameters.h RCPattern.h RCPacket.h RCQPacket.h \
+ 	RCQRPacket.h RCMesgID.h RCPacketStorage.h RCSpam.h RCConnectionID.h \
+@@ -23,7 +23,7 @@
+ all: clean depend remotecachelib
+ 
+ depend:
+-	makedepend -Y -- $(RC_CPP)
++	makedepend -- $(RC_CPP)
+ 
+ clean:
+ 	rm -f *.o *.a
diff -urN ofiles/patch-src-SearchManager.cpp files/patch-src-SearchManager.cpp
--- ofiles/patch-src-SearchManager.cpp	Thu Jan  1 01:00:00 1970
+++ files/patch-src-SearchManager.cpp	Mon Nov  4 21:20:32 2002
@@ -0,0 +1,10 @@
+--- src/SearchManager.cpp.orig	Mon Nov  4 21:18:37 2002
++++ src/SearchManager.cpp	Mon Nov  4 21:19:01 2002
+@@ -9,6 +9,7 @@
+ 
+ #include <time.h>
+ #include <stdio.h>
++#include <string.h>
+ 
+ #include "Config.h"
+ #include "Constants.h"
>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?200211042036.gA4Kahvg005095>