Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Apr 2005 15:57:16 -0300 (BRST)
From:      Sylvio Cesar <sylvioc@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80165: [PATCH] x11/xdialog: added options --with-gnu-ld and --disable-gtktest, take maintainership
Message-ID:  <200504201857.j3KIvGmE003330@data.galle.com.br>
Resent-Message-ID: <200504201900.j3KJ0doD020503@freefall.freebsd.org>

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

>Number:         80165
>Category:       ports
>Synopsis:       [PATCH] x11/xdialog: added options --with-gnu-ld and --disable-gtktest, take maintainership
>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:   Wed Apr 20 19:00:39 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Sylvio Cesar
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD sylvioc.gmail.com 5.4-STABLE FreeBSD 5.4-STABLE #2: Sun Apr 10 04:35:12 BRT 2005
>Description:
- Added options --with-gnu-ld and --disable-gtktest
- Take maintainership


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

--- xdialog-2.1.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xdialog/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	25 Jul 2004 16:24:58 -0000	1.25
+++ Makefile	20 Apr 2005 18:53:30 -0000
@@ -12,7 +12,7 @@
 MASTER_SITES=	http://thgodef.nerim.net/xdialog/
 DISTNAME=	${PORTNAME:S/x/X/}-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sylvioc@gmail.com
 COMMENT=	A drop in replacement for the "dialog" or "cdialog" programs
 
 USE_BZIP2=	yes
@@ -29,7 +29,7 @@
 LDFLAGS=	-L${LOCALBASE}/lib
 
 .if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+=	--disable-nls
+CONFIGURE_ARGS+=	--disable-nls --with-gnu-ld --disable-gtktest
 PLIST_SUB+=	NLS="@comment "
 .else
 USE_GETTEXT=	yes
--- xdialog-2.1.2.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504201857.j3KIvGmE003330>