Bug 163702 - Makefile dependency fix, no functional changes
Summary: Makefile dependency fix, no functional changes
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-29 23:20 UTC by Marco Steinbach
Modified: 2011-12-29 23:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.04 KB, patch)
2011-12-29 23:20 UTC, Marco Steinbach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Steinbach 2011-12-29 23:20:09 UTC
Port tries to reinstall already installed dependencies, if www/awstats or net/libnss-mysql knobs are selected.

Thanks to Rainer Duffner <rainer@ultra-secure.de> for reporting this.

Fix: Properly check dependencies.  See attached patch.

Patch attached with submission follows:
How-To-Repeat: Select apropriate knobs, install, delete, try to reinstall.
Comment 1 Beech Rintoul freebsd_committer freebsd_triage 2011-12-29 23:28:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-29 23:43:31 UTC
beech       2011-12-29 23:43:17 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/froxlor     Makefile 
  Log:
  - Fix to properly check dependencies
  
  PR:             ports/163702
  Submitted by:   Marco Steinbach <coco@executive-computing.de> (maintainer)
  
  Revision  Changes    Path
  1.4       +4 -4      ports/sysutils/froxlor/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 Beech Rintoul freebsd_committer freebsd_triage 2011-12-29 23:44:19 UTC
State Changed
From-To: open->closed

Committed, Thanks!