Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2006 02:27:55 +0200
From:      "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/94755: [PATCH] x11/xvattr: unquote IGNORE message
Message-ID:  <1142900875.80841@it.buh.tecnik93.com>
Resent-Message-ID: <200603210030.k2L0UEfi041915@freefall.freebsd.org>

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

>Number:         94755
>Category:       ports
>Synopsis:       [PATCH] x11/xvattr: unquote IGNORE message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 21 00:30:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ion-Mihai "IOnut" Tetcu
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Tecnik'93 
>Environment:


System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006
    root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P



>Description:





>How-To-Repeat:





>Fix:


--- xvattr.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xvattr/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	7 Mar 2006 08:27:53 -0000	1.11
+++ Makefile	21 Mar 2006 00:23:38 -0000
@@ -15,11 +15,11 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Getting and setting Xv attributes
 
-USE_X_PREFIX=	yes
+USE_X_PREFIX=		yes
 USE_PERL5_BUILD=	yes
 USE_GETOPT_LONG=	yes
-USE_GNOME=	gtk12
-GNU_CONFIGURE=	yes
+USE_GNOME=		gtk12
+GNU_CONFIGURE=		yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 
 MAN1=		xvattr.1
@@ -27,7 +27,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${X_WINDOW_SYSTEM:L} == xfree86-3
-IGNORE=		"Requires Xv Extension"
+IGNORE=		requires Xv Extension
 .endif
 
 .include <bsd.port.post.mk>
--- xvattr.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?1142900875.80841>