Bug 136208 - [MAINTAINER PATCH] sysutils/rdup - fix build problem on 8.0-CURRENT
Summary: [MAINTAINER PATCH] sysutils/rdup - fix build problem on 8.0-CURRENT
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-01 04:30 UTC by Charlie Kester
Modified: 2009-07-04 20:40 UTC (History)
0 users

See Also:


Attachments
rdup-1.0.0.diff (2.36 KB, patch)
2009-07-01 04:30 UTC, Charlie Kester
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charlie Kester 2009-07-01 04:30:02 UTC
See build error log at:  
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/a.8.20090621131742/rdup-1.0.0.log

Packaging failed because component rdup-tr was not found.  Configure failed to
detect libnettle and libarchive, so rdup-tr was not built.

Problem was reported on 8.0-CURRENT, but I have seen a similar failure to detect
libnettle on 7.2-RELEASE.

To fix this problem, the attached patch sets LDFLAGS in CONFIGURE_ENV.

It also replaces the original configure script patch with a cleaner patch of 
configure.ac

How-To-Repeat: 
This failure will occur whenever environment variable LDFLAGS is undefined or
does not point to location of libnettle and libarchive.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-07-01 09:53:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-07-04 20:31:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-07-04 20:31:06 UTC
miwi        2009-07-04 19:30:52 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/rdup        Makefile 
  Log:
  - Fix build with HEAD
  - Makefile cleanup
  
  PR:             136208
  Submitted by:   Charlie Kester <corky1951@comcast.net> (maintainer)
  
  Revision  Changes    Path
  1.2       +9 -7      ports/sysutils/rdup/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"