Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Nov 2005 19:35:35 -0500
From:      Frank Laszlo <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@FreeBSD.org
Subject:   ports/88631: [PATCH]: lang/kawa: Fix build issues on pointyhat
Message-ID:  <E1EZHSZ-000AeF-8s@ritamari.vonostingroup.com>
Resent-Message-ID: <200511080040.jA80eFdf073260@freefall.freebsd.org>

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

>Number:         88631
>Category:       ports
>Synopsis:       [PATCH]: lang/kawa: Fix build issues on pointyhat
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 08 00:40:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Frank Laszlo
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD ritamari.vonostingroup.com 5.4-STABLE FreeBSD 5.4-STABLE #0: Thu Jun 9 22:20:56 EDT 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386


	
>Description:
	This patch quells any error messages on my machines. I have
	tested it on 3 different machines and have not reproduced
	the error reported by pointyhat. I dont think I need to 
	bump PORTREVISION for this, as it was unbuildable previously.

>How-To-Repeat:
	
>Fix:

	



--- kawa-1.8,1.diff begins here ---
diff -NrU3 kawa.orig/Makefile kawa/Makefile
--- kawa.orig/Makefile	Mon Nov  7 19:06:19 2005
+++ kawa/Makefile	Mon Nov  7 19:07:08 2005
@@ -21,6 +21,7 @@
 USE_REINPLACE=		yes
 GNU_CONFIGURE=		yes
 CONFIGURE_ARGS=		--enable-kawa-frontend --program-prefix=''
+CONFIGURE_TARGET=       --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN1=			kawa.1 qexo.1
 INFO=			kawa kawa-tour
--- kawa-1.8,1.diff ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1EZHSZ-000AeF-8s>