Bug 175971 - textproc/raptor2 links to libxslt if available
Summary: textproc/raptor2 links to libxslt if available
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-08 21:50 UTC by Pawel Pekala
Modified: 2013-02-11 18:40 UTC (History)
0 users

See Also:


Attachments
file.diff (695 bytes, patch)
2013-02-08 21:50 UTC, Pawel Pekala
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Pekala freebsd_committer freebsd_triage 2013-02-08 21:50:00 UTC
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

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-02-08 21:50:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-02-11 18:31:57 UTC
Author: makc
Date: Mon Feb 11 18:31:49 2013
New Revision: 312070
URL: http://svnweb.freebsd.org/changeset/ports/312070

Log:
  Add dependence on libxslt
  
  PR:		ports/175971
  Submitted by:	pawel@

Modified:
  head/textproc/raptor2/Makefile   (contents, props changed)

Modified: head/textproc/raptor2/Makefile
==============================================================================
--- head/textproc/raptor2/Makefile	Mon Feb 11 18:04:55 2013	(r312069)
+++ head/textproc/raptor2/Makefile	Mon Feb 11 18:31:49 2013	(r312070)
@@ -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 @@ LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 
 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 \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2013-02-11 18:38:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!