Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2008 18:21:33 +0200
From:      "Pietro Cerutti" <gahr@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/124518: [patch] security/doscan remove dependency on GCC 3.4 and NOT_FOR_ARCH-ness for sparc64
Message-ID:  <1213287693.60806@gahrtop.localhost>
Resent-Message-ID: <200806121630.m5CGU1RI070970@freefall.freebsd.org>

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

>Number:         124518
>Category:       ports
>Synopsis:       [patch] security/doscan remove dependency on GCC 3.4 and NOT_FOR_ARCH-ness for sparc64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 12 16:30:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Pietro Cerutti
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
The FreeBSD Project 
>Environment:


System: FreeBSD 8.0-CURRENT #45: Wed Jun 11 17:18:41 CEST 2008
    root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034



>Description:


The port builds fine with GCC 4.2 and on sparc64


>How-To-Repeat:





>Fix:


--- doscan.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/doscan/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	4 Oct 2007 06:00:20 -0000	1.10
+++ Makefile	12 Jun 2008 16:20:18 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	doscan
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	security net
 MASTER_SITES=	http://static.enyo.de/fw/releases/doscan/
 
@@ -17,10 +18,8 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USE_GCC=	3.4
 PORTDOCS=	README
 MAN1=		doscan.1
-NOT_FOR_ARCHS=	sparc64
 
 PLIST_FILES=	bin/doscan
 
--- doscan.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?1213287693.60806>