From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 8 21:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DE5FE628 for ; Fri, 8 Feb 2013 21:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AB2362D7 for ; Fri, 8 Feb 2013 21:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r18Lo0v1077481 for ; Fri, 8 Feb 2013 21:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r18Lo0K0077480; Fri, 8 Feb 2013 21:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 8 Feb 2013 21:50:00 GMT Resent-Message-Id: <201302082150.r18Lo0K0077480@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pawel Pekala Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8A3DF46A for ; Fri, 8 Feb 2013 21:40:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7B74E262 for ; Fri, 8 Feb 2013 21:40:06 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r18Le6L5031921 for ; Fri, 8 Feb 2013 21:40:06 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r18Le6FZ031920; Fri, 8 Feb 2013 21:40:06 GMT (envelope-from nobody) Message-Id: <201302082140.r18Le6FZ031920@red.freebsd.org> Date: Fri, 8 Feb 2013 21:40:06 GMT From: Pawel Pekala To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/175971: textproc/raptor2 links to libxslt if available X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 21:50:00 -0000 >Number: 175971 >Category: ports >Synopsis: textproc/raptor2 links to libxslt if available >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: Fri Feb 08 21:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pawel Pekala >Release: 10.0-CURRENT >Organization: >Environment: FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb 2 10:36:19 CET 2013 corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64 amd64 >Description: This package links to libxslt on my system: [corn:~]> ldd /usr/local/lib/libraptor2.so.0 | grep xslt libxslt.so.2 => /usr/local/lib/libxslt.so.2 (0x80227a000) checking for xsltSaveResultToString... yes checking for system libxslt library... yes - version 1.1.28 checking for xsltInit... yes checking libxslt/xslt.h usability... yes checking libxslt/xslt.h presence... yes checking for libxslt/xslt.h... yes >How-To-Repeat: >Fix: Patch attached with submission follows: diff -urN /usr/ports/textproc/raptor2/Makefile textproc/raptor2/Makefile --- /usr/ports/textproc/raptor2/Makefile 2012-12-19 01:35:38.000000000 +0100 +++ textproc/raptor2/Makefile 2013-02-08 22:35:58.000000000 +0100 @@ -3,7 +3,7 @@ PORTNAME= raptor2 PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} @@ -17,7 +17,7 @@ CONFLICTS= raptor-1.4.1[0-9]* raptor-1.4.21 -USE_GNOME= gnomehack libxml2 +USE_GNOME= gnomehack libxml2 libxslt GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \ --with-curl-config=${LOCALBASE}/bin/curl-config \ >Release-Note: >Audit-Trail: >Unformatted: