ports/84114: [PATCH] net/sixxs-aiccu for FBSD 7.0

Charlie & root at adviser.com
Tue Jul 26 08:40:23 UTC 2005


>Number:         84114
>Category:       ports
>Synopsis:       [PATCH] net/sixxs-aiccu for FBSD 7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 26 08:40:21 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Meno Abels
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Adviser COM
>Environment:
System: FreeBSD neo.abels.adviser.com 7.0-CURRENT FreeBSD 7.0-CURRENT  #1: Tue May 17 02:47:58 CEST 2005 root at neo.abels.adviser.com:/jails/neo/usr/obj/usr/src/sys/GENERIC i386


>Description:
	The sixxs-aiccu doesn't compile on 7.0-XXXX
>How-To-Repeat:
	Compile it again-:)
>Fix:

I also brought the change to the main line of aiccu development so that this
will be standard in the next version.


RCS file: /fbsd/freebsd.cvs/ports/net/sixxs-aiccu/files/patch-unix-console::Makefile,v
retrieving revision 1.1
diff -u -r1.1 patch-unix-console::Makefile
--- net/sixxs-aiccu/files/patch-unix-console::Makefile  14 Mar 2005 17:47:08 -0000      1.1
+++ net/sixxs-aiccu/files/patch-unix-console::Makefile  24 Jul 2005 02:15:27 -0000
@@ -9,7 +9,7 @@
  endif
  
  # FreeBSD 5.x
-@@ -45,7 +45,13 @@
+@@ -45,7 +45,19 @@
  CFLAGS  += -D AICCU_TYPE="\"kame\""
  SRCS  += ../common/aiccu_kame.c
  OBJS  += ../common/aiccu_kame.o
@@ -21,6 +21,12 @@
 +CFLAGS  += -D AICCU_TYPE="\"kame\""
 +SRCS  += ../common/aiccu_kame.c
 +OBJS  += ../common/aiccu_kame.o
++endif
++# FreeBSD 7.x
++ifeq ($(shell uname -r | cut -c 1),7)
++CFLAGS  += -D AICCU_TYPE="\"kame\""
++SRCS  += ../common/aiccu_kame.c
++OBJS  += ../common/aiccu_kame.o
  endif
  endif
  

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list