Bug 116982 - [patch] security/pam-mysql build failures
Summary: [patch] security/pam-mysql build failures
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: Anders Nordby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-06 22:30 UTC by Cory R. King
Modified: 2007-10-15 21:10 UTC (History)
1 user (show)

See Also:


Attachments
patch.diff (974 bytes, patch)
2007-10-06 22:30 UTC, Cory R. King
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cory R. King 2007-10-06 22:30:01 UTC
http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.2007100219/pam_mysql-0.7.r1.log

Basically, it is missing libtool.15 as a build dep.  Once fixed, it will complain about pam-mysql.a not in the packing list, which I'm not sure is a bug.

How-To-Repeat: 
build it :-)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-10-06 22:30:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anders

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-15 21:09:16 UTC
anders      2007-10-15 20:09:07 UTC

  FreeBSD ports repository

  Modified files:
    security/pam-mysql   Makefile 
  Log:
  Correct build, libtool is a dependency.
  
  PR:             ports/116982
  Submitted by:   Cory R. King <coryking@mozimedia.com>
  
  Revision  Changes    Path
  1.20      +2 -2      ports/security/pam-mysql/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 Anders Nordby freebsd_committer freebsd_triage 2007-10-15 21:09:18 UTC
State Changed
From-To: open->closed

Update committed, thanks!