Bug 131147 - [PATCH] textproc/p5-XML-LibXSLT: Fix build
Summary: [PATCH] textproc/p5-XML-LibXSLT: Fix build
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: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-30 05:50 UTC by gslin
Modified: 2009-02-14 22:00 UTC (History)
1 user (show)

See Also:


Attachments
p5-XML-LibXSLT-1.68.patch (595 bytes, patch)
2009-01-30 05:50 UTC, gslin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2009-01-30 05:50:01 UTC
- Build error in my environment:

===>  Configuring for p5-XML-LibXSLT-1.68
looking for -lxslt... no
libxslt not found
Try setting LIBS and INC values on the command line
Or get libxslt and libxml2 from
http://www.libxml.org/
If you install via RPMs, make sure you also install the -devel
RPMs, as this is where the headers (.h files) are.
Can't open Makefile: No such file or directory.

- Add LIBS to CONFIGURE_ARGS will fix this.

Port maintainer (skv@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-30 05:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-02-14 21:51:12 UTC
skv         2009-02-14 21:51:03 UTC

  FreeBSD ports repository

  Modified files:
    textproc/p5-XML-LibXSLT Makefile 
  Log:
  Add LIBS to CONFIGURE_ARGS to fix build.
  
  PR:             ports/131147
  Submitted by:   Gea-Suan Lin <gslin xx gslin.org>
  
  Revision  Changes    Path
  1.21      +2 -1      ports/textproc/p5-XML-LibXSLT/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 skv freebsd_committer freebsd_triage 2009-02-14 21:51:19 UTC
State Changed
From-To: open->closed

Committed, thank you!