Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2002 13:45:11 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45633: Update port: textproc/raptor
Message-ID:  <20021123134511.0b5b78c2.tkato@prontomail.com>

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

>Number:         45633
>Category:       ports
>Synopsis:       Update port: textproc/raptor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 22 20:50:06 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.7-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Ensure that libexpat is not detected

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/textproc/raptor/Makefile textproc/raptor/Makefile
--- /usr/ports/textproc/raptor/Makefile	Sat Nov 23 01:09:16 2002
+++ textproc/raptor/Makefile	Sat Nov 23 08:40:38 2002
@@ -8,6 +8,7 @@
 
 PORTNAME=	raptor
 PORTVERSION=	0.9.6
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://www.redland.opensource.ac.uk/dist/source/
@@ -23,6 +24,7 @@
 
 USE_LIBTOOL=	yes
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS=	--with-xml-parser=libxml
 INSTALLS_SHLIB=	yes
 
 MAN1=		rdfdump.1
>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?20021123134511.0b5b78c2.tkato>