Bug 131147

Summary: [PATCH] textproc/p5-XML-LibXSLT: Fix build
Product: Ports & Packages Reporter: gslin
Component: Individual Port(s)Assignee: skv <skv>
Status: Closed FIXED    
Severity: Affects Only Me CC: skv
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-XML-LibXSLT-1.68.patch none

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!