Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2004 03:35:10 +0000
From:      Matt Dawson <matt@mattsnetwork.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/75141: [maintainer-update] comms/xlog broken on alpha.
Message-ID:  <200412160335.10387.matt@mattsnetwork.co.uk>
Resent-Message-ID: <200412160340.iBG3eMaG023647@freefall.freebsd.org>

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

>Number:         75141
>Category:       ports
>Synopsis:       [maintainer-update] comms/xlog broken on alpha.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 16 03:40:22 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Matt Dawson
>Release:        FreeBSD 5.3-RELEASE-p2 i386
>Organization:
n/a
>Environment:
System: FreeBSD workstation1 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #1: Tue Dec 
7 21:23:42 GMT 2004 md001@workstation1:/usr/obj/usr/src/sys/WORKSTATION1 i386


	
>Description:
xlog currently will not build on the Alpha platform
	
>How-To-Repeat:
Attempt a build on an EV4
	
>Fix:
None at present. Mark port as NOT_FOR_ARCHS= alpha for now.
Diff attached.

--- xlog-1.0_1.diff begins here ---
diff -ruN /usr/ports/comms/xlog/Makefile ./xlog/Makefile
--- /usr/ports/comms/xlog/Makefile	Thu Dec 16 03:29:06 2004
+++ ./xlog/Makefile	Thu Dec 16 03:30:21 2004
@@ -6,6 +6,7 @@
 
 PORTNAME=	xlog
 PORTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	comms
 MASTER_SITES=	http://pg4i.mattsnetwork.co.uk/download/ \
 		http://www.qsl.net/pg4i/download/
@@ -16,6 +17,7 @@
 USE_X_PREFIX=	yes
 USE_GNOME=	libgnomeprint
 GNU_CONFIGURE=	yes
+NOT_FOR_ARCHS=	alpha
 
 .if defined(WITH_HAMLIB)
 LIB_DEPENDS+=	hamlib:${PORTSDIR}/comms/hamlib
--- xlog-1.0_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?200412160335.10387.matt>