From vader@endor.vader.dk  Wed Nov  3 12:39:11 2004
Return-Path: <vader@endor.vader.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id B44EE16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Nov 2004 12:39:11 +0000 (GMT)
Received: from endor.vader.dk (213.237.74.156.adsl.sol.worldonline.dk [213.237.74.156])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 10AA143D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Nov 2004 12:39:10 +0000 (GMT)
	(envelope-from vader@endor.vader.dk)
Received: from endor.vader.dk (localhost.vader.dk [127.0.0.1])
	by endor.vader.dk (8.12.11/8.12.11) with ESMTP id iA3Cd6Pf041624
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 3 Nov 2004 13:39:07 +0100 (CET)
	(envelope-from vader@endor.vader.dk)
Received: (from root@localhost)
	by endor.vader.dk (8.12.11/8.12.11/Submit) id iA3Cd6f9041623;
	Wed, 3 Nov 2004 13:39:06 +0100 (CET)
	(envelope-from vader)
Message-Id: <200411031239.iA3Cd6f9041623@endor.vader.dk>
Date: Wed, 3 Nov 2004 13:39:06 +0100 (CET)
From: Chris Larsen <darth@vader.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] comms/mlan3: Unbreak port for build on FreeBSD 5.x
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73451
>Category:       ports
>Synopsis:       [PATCH] comms/mlan3: Unbreak port for build on FreeBSD 5.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 03 12:40:27 GMT 2004
>Closed-Date:    Mon Nov 08 16:51:27 GMT 2004
>Last-Modified:  Mon Nov 08 16:51:27 GMT 2004
>Originator:     Chris Larsen
>Release:        FreeBSD 5.2.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD vader.s 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #5: Thu May 27 11:48:50 CEST 2004
>Description:
Unbreak port for build on FreeBSD 5.x by doing some magick in Makefiles to set
the correct prefix for compiling the resulting .o files from the correct
output dirs.

'port test' OK on FreeBSD 4.10 and 5.2

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- mlan3-1.00.patch begins here ---
--- Makefile	Sat Apr 10 19:26:30 2004
+++ Makefile	Wed Oct 27 17:43:33 2004
@@ -21,8 +21,4 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 500113
-BROKEN=		"Does not install (Makefiles need rework)"
-.endif
-
 .include <bsd.port.post.mk>
--- files/patch-aa	Wed Jan 16 14:05:42 2002
+++ files/patch-aa	Wed Oct 27 17:44:44 2004
@@ -1,14 +1,12 @@
-diff -u -r --new-file ../mlan-dist/Makefile ./Makefile
---- ../mlan-dist/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./Makefile	Tue Jan 15 16:26:17 2002
+--- Makefile	Thu Jan  1 01:00:00 1970
++++ Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,4 @@
 +
 +SUBDIR= lib apps
 +
 +.include <bsd.subdir.mk>
-diff -u -r --new-file ../mlan-dist/apps/Makefile ./apps/Makefile
---- ../mlan-dist/apps/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/Makefile	Wed Jan 16 10:38:52 2002
+--- apps/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,6 @@
 +
 +SUBDIR= atodtst counter coupler fish gethumd memutil mweather shaapp \
@@ -16,9 +14,8 @@
 +
 +.include <bsd.subdir.mk>
 +
-diff -u -r --new-file ../mlan-dist/apps/atodtst/Makefile ./apps/atodtst/Makefile
---- ../mlan-dist/apps/atodtst/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/atodtst/Makefile	Wed Jan 16 11:13:57 2002
+--- apps/atodtst/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/atodtst/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,15 @@
 +PROG=		atodtst
 +PREFIX?=	/usr/local
@@ -35,9 +32,8 @@
 +		./${PROG} /dev/cuaa0
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/counter/Makefile ./apps/counter/Makefile
---- ../mlan-dist/apps/counter/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/counter/Makefile	Wed Jan 16 11:08:03 2002
+--- apps/counter/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/counter/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,15 @@
 +PROG=		counter
 +PREFIX?=	/usr/local
@@ -54,9 +50,8 @@
 +		./${PROG} /dev/cuaa0
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/coupler/Makefile ./apps/coupler/Makefile
---- ../mlan-dist/apps/coupler/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/coupler/Makefile	Wed Jan 16 11:09:03 2002
+--- apps/coupler/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/coupler/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,15 @@
 +PROG=		coupler
 +PREFIX?=	/usr/local
@@ -73,9 +68,8 @@
 +		./${PROG} /dev/cuaa0
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/fish/Makefile ./apps/fish/Makefile
---- ../mlan-dist/apps/fish/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/fish/Makefile	Wed Jan 16 11:09:19 2002
+--- apps/fish/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/fish/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,15 @@
 +PROG=		fish
 +PREFIX?=	/usr/local
@@ -92,9 +86,8 @@
 +		./${PROG} /dev/cuaa0
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/gethumd/Makefile ./apps/gethumd/Makefile
---- ../mlan-dist/apps/gethumd/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/gethumd/Makefile	Wed Jan 16 11:09:41 2002
+--- apps/gethumd/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/gethumd/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,15 @@
 +PROG=		gethumd
 +PREFIX?=	/usr/local
@@ -111,9 +104,8 @@
 +		./${PROG} /dev/cuaa0
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/memutil/Makefile ./apps/memutil/Makefile
---- ../mlan-dist/apps/memutil/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/memutil/Makefile	Wed Jan 16 11:10:00 2002
+--- apps/memutil/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/memutil/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,15 @@
 +PROG=		memutil
 +PREFIX?=	/usr/local
@@ -130,9 +122,8 @@
 +		./${PROG} /dev/cuaa0
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/mweather/Makefile ./apps/mweather/Makefile
---- ../mlan-dist/apps/mweather/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/mweather/Makefile	Wed Jan 16 11:10:19 2002
+--- apps/mweather/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/mweather/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,15 @@
 +PROG=		mweather
 +PREFIX?=	/usr/local
@@ -149,9 +140,8 @@
 +		./${PROG} /dev/cuaa0
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/shaapp/Makefile ./apps/shaapp/Makefile
---- ../mlan-dist/apps/shaapp/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/shaapp/Makefile	Wed Jan 16 11:10:39 2002
+--- apps/shaapp/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/shaapp/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,15 @@
 +PROG=		shaapp
 +PREFIX?=	/usr/local
@@ -168,9 +158,8 @@
 +		./${PROG} /dev/cuaa0
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/swtloop/Makefile.app ./apps/swtloop/Makefile.app
---- ../mlan-dist/apps/swtloop/Makefile.app	Thu Jan  1 01:00:00 1970
-+++ ./apps/swtloop/Makefile.app	Tue Jan 15 16:09:46 2002
+--- apps/swtloop/Makefile.app	Thu Jan  1 01:00:00 1970
++++ apps/swtloop/Makefile.app	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,8 @@
 +PROG=		tstfind
 +CFLAGS=         -I. -Wall -I ../../common
@@ -180,9 +169,8 @@
 +SRCS=           tstfind.c
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/swtsngl/Makefile ./apps/swtsngl/Makefile
---- ../mlan-dist/apps/swtsngl/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/swtsngl/Makefile	Wed Jan 16 11:11:24 2002
+--- apps/swtsngl/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/swtsngl/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,15 @@
 +PROG=		swtsngl
 +PREFIX?=	/usr/local
@@ -199,9 +187,8 @@
 +		./${PROG} /dev/cuaa0
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/temp/Makefile ./apps/temp/Makefile
---- ../mlan-dist/apps/temp/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/temp/Makefile	Wed Jan 16 11:11:59 2002
+--- apps/temp/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/temp/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,15 @@
 +PROG=		temp
 +PREFIX?=	/usr/local
@@ -218,9 +205,8 @@
 +		./${PROG} /dev/cuaa0
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/thermo/Makefile.app ./apps/thermo/Makefile.app
---- ../mlan-dist/apps/thermo/Makefile.app	Thu Jan  1 01:00:00 1970
-+++ ./apps/thermo/Makefile.app	Tue Jan 15 16:09:57 2002
+--- apps/thermo/Makefile.app	Thu Jan  1 01:00:00 1970
++++ apps/thermo/Makefile.app	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,8 @@
 +PROG=		tstfind
 +CFLAGS=         -I. -Wall -I ../../common
@@ -230,9 +216,8 @@
 +SRCS=           tstfind.c
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/apps/tstfind/Makefile ./apps/tstfind/Makefile
---- ../mlan-dist/apps/tstfind/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./apps/tstfind/Makefile	Wed Jan 16 11:12:51 2002
+--- apps/tstfind/Makefile	Thu Jan  1 01:00:00 1970
++++ apps/tstfind/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,15 @@
 +PROG=		tstfind
 +PREFIX?=	/usr/local
@@ -249,9 +234,8 @@
 +		./${PROG} /dev/cuaa0
 +
 +.include	<bsd.prog.mk>
-diff -u -r --new-file ../mlan-dist/common/ownet.h ./common/ownet.h
---- ../mlan-dist/common/ownet.h	Fri Sep 28 21:42:02 2001
-+++ ./common/ownet.h	Tue Jan 15 17:59:50 2002
+--- common/ownet.h	Fri Sep 28 21:42:02 2001
++++ common/ownet.h	Wed Oct 27 17:03:17 2004
 @@ -133,6 +133,10 @@
           typedef unsigned short ushort;
           typedef unsigned long  ulong;
@@ -263,16 +247,14 @@
     #endif
     #ifdef SDCC
        //intent of ushort is 2 bytes unsigned.
-diff -u -r --new-file ../mlan-dist/lib/Makefile ./lib/Makefile
---- ../mlan-dist/lib/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./lib/Makefile	Wed Jan 16 11:15:52 2002
+--- lib/Makefile	Thu Jan  1 01:00:00 1970
++++ lib/Makefile	Wed Oct 27 17:03:17 2004
 @@ -0,0 +1,3 @@
 +SUBDIR= userial
 +
 +.include <bsd.subdir.mk>
-diff -u -r --new-file ../mlan-dist/lib/userial/Link/linuxlnk.c ./lib/userial/Link/linuxlnk.c
---- ../mlan-dist/lib/userial/Link/linuxlnk.c	Fri Sep 28 21:42:14 2001
-+++ ./lib/userial/Link/linuxlnk.c	Wed Jan 16 11:29:22 2002
+--- lib/userial/Link/linuxlnk.c	Fri Sep 28 21:42:14 2001
++++ lib/userial/Link/linuxlnk.c	Wed Oct 27 17:03:17 2004
 @@ -93,6 +93,7 @@
  #include <termios.h>
  #include <errno.h>
@@ -281,10 +263,9 @@
  
  #include "ds2480.h"
  #include "ownet.h"
-diff -u -r --new-file ../mlan-dist/lib/userial/Makefile ./lib/userial/Makefile
---- ../mlan-dist/lib/userial/Makefile	Thu Jan  1 01:00:00 1970
-+++ ./lib/userial/Makefile	Wed Jan 16 11:34:34 2002
-@@ -0,0 +1,30 @@
+--- lib/userial/Makefile	Thu Jan  1 01:00:00 1970
++++ lib/userial/Makefile	Wed Oct 27 17:03:56 2004
+@@ -0,0 +1,33 @@
 +MLANCOM=	${.CURDIR}/../../common
 +MLANLNK=	${.CURDIR}/Link
 +LIB=		mlan
@@ -293,22 +274,25 @@
 +PREFIX?=	/usr/local
 +LIBDIR=		${PREFIX}/lib
 +
++
++.PATH: ${MLANCOM} ${MLANLNK}
++
 +SRCS=	ds2480ut.c owllu.c ownetu.c owsesu.c owtrnu.c 
 +
-+SRCS+=	${MLANLNK}/linuxlnk.c
++SRCS+=	linuxlnk.c
 +
-+SRCS+=	${MLANCOM}/ad26.c ${MLANCOM}/atod20.c ${MLANCOM}/cnt1d.c \
-+	${MLANCOM}/crcutil.c ${MLANCOM}/findtype.c ${MLANCOM}/ibsha33o.c \
-+	${MLANCOM}/ioutil.c ${MLANCOM}/mbappreg.c ${MLANCOM}/mbee.c \
-+	${MLANCOM}/mbeprom.c ${MLANCOM}/mbnv.c ${MLANCOM}/mbnvcrc.c \
-+	${MLANCOM}/mbscr.c ${MLANCOM}/mbscrcrc.c ${MLANCOM}/mbscree.c \
-+	${MLANCOM}/mbscrex.c ${MLANCOM}/mbsha.c ${MLANCOM}/mbshaee.c \
-+	${MLANCOM}/owcache.c ${MLANCOM}/owerr.c ${MLANCOM}/owfile.c \
-+	${MLANCOM}/owpgrw.c ${MLANCOM}/owprgm.c ${MLANCOM}/rawmem.c \
-+	${MLANCOM}/screenio.c ${MLANCOM}/sha18.c ${MLANCOM}/sha33.c \
-+	${MLANCOM}/shadebit.c ${MLANCOM}/shadebitvm.c ${MLANCOM}/shaibutton.c \
-+	${MLANCOM}/swt05.c ${MLANCOM}/swt12.c ${MLANCOM}/swt1f.c \
-+	${MLANCOM}/temp10.c ${MLANCOM}/thermo21.c ${MLANCOM}/weather.c
++SRCS+=	ad26.c atod20.c cnt1d.c \
++	crcutil.c findtype.c ibsha33o.c \
++	ioutil.c mbappreg.c mbee.c \
++	mbeprom.c mbnv.c mbnvcrc.c \
++	mbscr.c mbscrcrc.c mbscree.c \
++	mbscrex.c mbsha.c mbshaee.c \
++	owcache.c owerr.c owfile.c \
++	owpgrw.c owprgm.c rawmem.c \
++	screenio.c sha18.c sha33.c \
++	shadebit.c shadebitvm.c shaibutton.c \
++	swt05.c swt12.c swt1f.c \
++	temp10.c thermo21.c weather.c
 +
 +beforeinstall:
 +	${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
--- mlan3-1.00.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Sat Nov 6 17:10:42 GMT 2004 
State-Changed-Why:  
Patch from this PR does not apply cleanly (two chunks fail). 
I suppose it's something with CRLF and LF line-ends. 

Can you please gzip up the patch and send it to me? 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Sat Nov 6 17:10:42 GMT 2004 
Responsible-Changed-Why:  
Interested 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73451 

From: Chris Larsen <darth@vader.dk>
To: Pav Lucistnik <pav@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/73451: [PATCH] comms/mlan3: Unbreak port for build on FreeBSD 5.x
Date: Mon, 8 Nov 2004 11:50:58 +0100

 --gE7i1rD7pdK0Ng3j
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Please find attached the gzipped patch 
 
 Re.
 
 -- 
 Chris Larsen
 
 "Make something idiot proof,
  and someone will invent a better idiot."
 
 --gE7i1rD7pdK0Ng3j
 Content-Type: application/x-gunzip
 Content-Disposition: attachment; filename="mlan3.port.patch.gz"
 Content-Transfer-Encoding: base64
 
 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
 AA==
 
 --gE7i1rD7pdK0Ng3j--
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Mon Nov 8 16:51:20 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73451 
>Unformatted:
