Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2002 12:38:58 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/43388: Update Port textproc/gxmlviewer
Message-ID:  <200209261038.g8QAcwSm091874@tl.kom.tuwien.ac.at>

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

>Number:         43388
>Category:       ports
>Synopsis:       Update Port textproc/gxmlviewer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 26 03:50:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Vienna University of Technology
>Environment:
System: FreeBSD tl.kom.tuwien.ac.at 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Jul 24 15:50:09 CEST 2002 root@tl.kom.tuwien.ac.at:/usr/obj/usr/src/sys/MYKERNEL i386


	
>Description:
	USE_GNOMENGify
	Don't build internal gettext.
	Claim Maintainership
	
>How-To-Repeat:
	
>Fix:

	

--- gxmlviewer.diff begins here ---
Index: gxmlviewer//Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/gxmlviewer/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- gxmlviewer//Makefile	1 Sep 2002 16:07:53 -0000	1.4
+++ gxmlviewer//Makefile	26 Sep 2002 10:35:25 -0000
@@ -4,7 +4,6 @@
 # Whom:				ijliao
 #
 # $FreeBSD: ports/textproc/gxmlviewer/Makefile,v 1.4 2002/09/01 16:07:53 dwcjr Exp $
-#
 
 PORTNAME=	gxmlviewer
 PORTVERSION=	1.3.3
@@ -12,16 +11,20 @@
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	freebsdports@arved.de
 
-LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext \
+		xml2.5:${PORTSDIR}/textproc/libxml2
 
 USE_REINPLACE=	yes
 USE_X_PREFIX=	yes
-USE_GNOME=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gnomelibs bonobo gnomeprefix
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-libiconv-prefix="${LOCALBASE}"
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|intl||g' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>
--- gxmlviewer.diff ends here ---


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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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